@font-face {
    font-family: 'Montserrat-light';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat-light'), url('../fonts/Montserrat-thin.ttf') format('ttf');
}
    

body {
    text-align: center;
    font-family: "DejaVu Sans Extra Light", sans-serif;
}

body.eng{
    font-family: 'Montserrat-light', sans-serif;
}
.hidden {
    display: none !important;
}
.Dinebot-logo {
    height: 42px;
    max-width: 215px;
}
.hiddenCloser {
    background: #ffffff70;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: none;
}
.f1 {
    background-color: #ffffff!important;
}
a:hover {
    text-decoration: none;
}
a[href^="tel"] {
    color: inherit;   /* Inherit the color from the surrounding text */
    text-decoration: none; /* Remove any underline (if you don't want it) */
}
#contactEl {
    pointer-events: none;
}
#navPhone {
    pointer-events: none;
}
.aP {
    color: #000;
}
.aP:hover {
    color: #000;
}
.aP:active {
    color: #000;
}
.aP:focus {
    color: #000;
}
/* If you want to ensure it's styled just like regular text */
.phone-number {
    color: inherit;
    text-decoration: none;
}
.LangMob {
    display: none;
}
.social {
    width: 1rem;
}
.priceIcon {
    font-weight: 100;
}
#chosenLanguage {
    width: 30px;
    height: 30px;
}
#chosenLanguage2 {
    width: 30px;
    height: 30px;
}
.descItem {
    margin-right: 1.5rem !important
}
.subLang {
    width: 30px;
    height: 30px;
}
.topBlock {
    background-color: #262626!important;
    height: 3.5rem;
}
.navbar {
    max-width: 1472px;
    justify-content: center;
    display: inline-flex;
    width: 100%;
}

.navBlock2, .navBlock3 {
    width: 100%;
}
#site-header {
    z-index: 5;
}
  /* Sticky Navbar CSS */
.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.sticky-nav .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-link {
    text-transform: uppercase;
}
  /* Styling for navbar links */
#navText, #footerText, .nav-link2 {
    color: #fff;
}

  /* Responsive dropdown style */
.langBox {
    padding-left: 10px;
}

  /* Adding padding dynamically when sticky */
body.sticky-body {
    padding-top: 120px; /* Adjust based on the height of the navbar */
}
.navBlock1 {
    background-color: #262626!important;
}
.navBlock2 {
    background-color: #F8F8FE!important;
}
.navBlock3 {
    background-color: #FFFFFF!important;
}
.f1x {
    opacity: 0.6;
    font-size: 15px;
}
.nav-link2 {
    font-size: 0.9rem!important;
    transition: 0.6s;
    display: flex;
    align-items: center; /* Centers vertically */
    justify-content: center; /* Centers horizontally */
    height: 100%; /* Ensure it takes full height */
}
.nav-link2:hover {
    color: #f97a3f!important;
    transition: 0.6s;
}
.nav-link {
    font-size: 1.1rem!important;
    transition: 0.6s;
}
.nav-link:hover {
    color: #0569f3!important;
    transition: 0.6s;
}
.langBox {
    padding: 1rem 0;
}
.navP {
    padding-top: 11px;
}
.navX {
    position: relative;
    top: 3px;
    padding: 9px 10px 0 10px;
}
.mailStyle {
    color: #000!important;
    cursor: pointer;
}
.emailT {
    width: 18px;
    margin-right: 5px;
}
.f3 {
    color: #000;
}
.sp1 {
    color: #000!important;
    opacity: 0.8;
}
.startBtn {
    color: #ffffff !important;
    background-color: #FF8B65 !important;
    padding: 0.7rem 1rem 1rem !important;
    border: 2px solid transparent !important;
    border-radius: 9px;
}
.contactSection {
    background-color: #f9f9ff;
}
.contactInner {
    background-color: #ffffff;
}
.startBtn:hover {
    color: #ffffff !important;
    background-color: #000 !important;
    transition: 0.6s;
}
.contactBtn {
    color: #000!important;
    padding: 1rem!important;
}
.containerBorders {
    max-width: 1514px;
    padding: 0 2rem;
}
.sectionOne {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
}
.imgBlock {
    position: relative;
}
.sectionOneImg {
    top: -145px;
    position: relative;
    width: 100%;
}
@keyframes Move {
    0% { transform: translateY(0px); }
    50% { transform: translateY(100px); }
    100% { transform: translateY(0px); }
}
.banner {
    position: absolute;
    z-index: 1;
    left: -13%;
    top: 4%;
    width: 32rem;
    animation: Move 8s infinite ease-in-out;
}
.sectionOneBox {
    position: absolute;
    top: 30%;
    width: 100%;
    transform: translate(0, -30%);
    z-index: 2;
}
.sectionOneH1 {
    text-align: left;
    line-height: 69px;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 53px;
    color: #ffffff;
    padding-bottom: 1rem;
}
.sectionOneP {
    text-align: left;
    color: #ffffff;
    font-size: 1.3rem;
}
.sectionOneBtn {
    color: #0569f3!important;
    background-color:#ffffff!important;
    padding: 1rem !important;
    border-radius: 9px;
    border: 2px solid #ffffff !important; /* Ensure solid color border */
    border-image: none !important; /* Removes any gradient borders */
    box-shadow: none !important; /* Prevents Bootstrap shadows */
    display: block;
    font-weight: bold;
    transition: 0.6s;
    position: relative;
    top: 30px;
    max-width: 11rem;
}
.sectionOneBtn:hover {
    color: #ffffff!important;
    background-color:transparent!important;
    border-radius: 9px;
    box-shadow: none !important; /* Prevents Bootstrap shadows */
    font-weight: bold;
    transition: 0.6s;
}
.sectionOneBtn:focus {
    color: #ffffff!important;
    background-color:transparent!important;
    border-radius: 9px;
    box-shadow: none !important; /* Prevents Bootstrap shadows */
    font-weight: bold;
    transition: 0.6s;
}
.sectionOneBtn:active {
    color: #ffffff!important;
    background-color:transparent!important;
    border-radius: 9px;
    box-shadow: none !important; /* Prevents Bootstrap shadows */
    font-weight: bold;
    transition: 0.6s;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color!important;
}

.laptop {
    width: 62rem;
    position: absolute;
    left: 0px;
    top: -147px;
}
.sectionOneImgBox {
    position: relative;
}
.sectionTwoBox {
    margin: 0px 0px 70px 0px;
}
.sectionTwo {
    padding-bottom: 11rem;
}
.spanStyle {
    font-size: 1.7rem;
    margin-left: 1rem;
    color: #0569f3;
    font-weight: bold;
    letter-spacing: -3.9px;
}
.spanStyle2 {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    color: #0569f3;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    top: 3px;
    text-transform: uppercase;
}
.secondContainer {
    max-width: 1409px;
}
.secondSectionH1 {
    font-weight: bold;
    font-size: 53px;
    max-width: 455px;
    display: inline-block;
    padding-bottom: 20px;
    text-transform: uppercase;

}
.secondSectionP {
    font-weight: bold;
    opacity: 0.7;
    font-size: 1.1rem;
    max-width: 500px;
    display: block;
}
.blocks {
    background: #ffffff;
    box-shadow: 4px 4px 90px rgba(0, 0, 0, 0.05);
    border-radius: 11px;
    display: flex;
    align-items: center; /* Centers text vertically */
    height: 235px;
    justify-content: center; /* Optional: centers text horizontally */
    transition: 1s;
    cursor: pointer;
}
.blocks:hover > .innerBlocks >.SectionTwoText {
    color: #ffffff;
}
.blocks:hover {
    background: #0569f3;
    transition: 1s;
}
.blocks:hover .spIcon1 {
    content: url("/img/clipboardW.png"); /* Change to the new image */
    content: url("../img/clipboardW.png");
}
.blocks:hover .spIcon2 {
    content: url("/img/managementW.png"); /* Change to the new image */
    content: url("../img/managementW.png");
}
.blocks:hover .spIcon3 {
    content: url("/img/stockW.png"); /* Change to the new image */
    content: url("../img/stockW.png")
}
.sectionTwoText {
    font-size: 1.7rem;
    font-weight: bold;
    opacity: 0.7;
    color: #000;
}
.col-lg-6 {
    border: none !important;
    outline: none !important;
  }
.sectionTwoText:hover {
    font-weight: bold;
    opacity: 0.7;
    color: #ffffff;
}
.sectionThree {
    padding: 10rem 0 9rem;
    /*background-color: #FF9966;*/
    background: linear-gradient(135deg, #0569f3, #7fb6ff);
}
.sectionFive {
    padding: 10rem 0 9rem;
    /*background-color: #FF9966;*/
    background: linear-gradient(135deg, #0569f3, #7fb6ff);
}
.thirdBox {
    position: relative;;
}
.thirdContainer {
    max-width: 1560px;
}
@keyframes star {
    0% { transform: translateY(0px); }
    50% { transform: translateY(30px); }
    100% { transform: translateY(0px); }
}
.tImg {
    z-index: 1;
    min-width: 51rem;
    position: relative;
    top: -76px;
    left: -39px;
}
.tImgf {
    z-index: 1;
    min-width: 51rem;
    position: relative;
    top: 22px;
    left: -39px;
    border-radius: 11px;
}
.tImg2 {
    width: 3rem;
    position: absolute;
    left: -10px;
    top: -70px;
    animation: star 5s infinite ease-in-out;
}
@keyframes star2 {
    0% { transform: translateY(0px); }
    50% { transform: translateY(30px); }
    100% { transform: translateY(0px); }
}
.tImg3 {
    width: 6rem;
    position: absolute;
    left: -85px;
    bottom: 35px;
    animation: star2 5s infinite ease-in-out;
}
.tImg4 {
    width: 94%;
    top: -28px;
    position: absolute;
    left: 15px;
    z-index: 0;
    opacity: 0.7;
}
.thirdBlock {
    padding-left: 2rem;
    position: relative;
    top: -38px;
}
.about {
    text-align: left;
}
.spanStyle3 {
    font-size: 1.7rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: -3.9px;
}
.spanStyle4 {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    top: 3px;
    text-transform: uppercase;
    opacity: 0.8;
}
.spanStyle3m {
    font-size: 1.7rem;
    color: #0569f3;
    font-weight: bold;
    letter-spacing: -3.9px;
}
.spanStyle4m {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    color: #0569f3;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    top: 3px;
    text-transform: uppercase;
    opacity: 0.8;
}
.thirdSectionH1 {
    text-align: left;
    font-weight: bold;
    font-size: 53px;
    max-width: 507px;
    max-width: 635px;
    line-height: 1.1;
    color: #fff;
}
.thirdSectionP {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
    max-width: 544px;
    font-weight: bold;
    opacity: 0.8;
    padding: 1rem 0;
    color: #fff;
}
.colSpan {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 25px;
    font-weight: bold;
    background-color: transparent;
    color: #fff;
    transition: 0.6s;
}
.thirdC1 {
    position: relative;
    left: -13px;
}
.thirdCol {
    text-align: left;
    display: flex;
    transition: 0.6s;
    cursor: pointer;
}
.sectionFour {
    overflow: hidden;
}
.text1 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 1rem;
    color: #fff;
}
.text2 {
    font-weight: bold;
    font-size: 1.2rem;
    opacity: 0.8;
    color: #fff;
}
.thirdCol:hover > .tx >.colSpan {
    color: #ffffff;
    background-color: #0569f3;
    border: 1px solid #0000003d;
    transition: 0.6s;
}
.thirdCol:hover > .tx2 >.text1 {
    color: #fff;
    opacity: 0.9;
    transition: 0.6s;
}
.tx2{
    padding-bottom: 2rem;
}

.thirdBtnBox {
    justify-content: left;
    display: flex;
    font-size: 1.2rem;
    z-index: 1;
}
.thirdBtn  {
    color: #0569f3!important;
    background-color:#fff!important;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    letter-spacing: 1;
    border-radius: 9px;
    border: 2px solid transparent !important; /* Ensure solid color border */
    border-image: none !important; /* Removes any gradient borders */
    box-shadow: none !important; /* Prevents Bootstrap shadows */
    display: block;
    font-weight: bold;
    transition: 0.6s;
    position: relative;
    top: 30px;
}
.thirdBtn:hover {
    color: #ffffff!important;
    background-color:transparent!important;
    border-radius: 9px;
    border: 2px solid #fff !important; /* Ensure solid color border */
    border-image: none !important; /* Removes any gradient borders */
    box-shadow: none !important; /* Prevents Bootstrap shadows */
    display: block;
    font-weight: bold;
    transition: 0.6s;
}
.thirdBtn:focus {
    color: #ffffff!important;
    background-color:transparent!important;
    border-radius: 9px;
    border: 2px solid #fff !important; /* Ensure solid color border */
    border-image: none !important; /* Removes any gradient borders */
    box-shadow: none !important; /* Prevents Bootstrap shadows */
    display: block;
    font-weight: bold;
    transition: 0.6s;
}
.thirdBtn:active {
    color: #ffffff!important;
    background-color:transparent!important;
    border-radius: 9px;
    border: 2px solid #fff !important; /* Ensure solid color border */
    border-image: none !important; /* Removes any gradient borders */
    box-shadow: none !important; /* Prevents Bootstrap shadows */
    display: block;
    font-weight: bold;
    transition: 0.6s;
}
.fourthContainer {
    max-width: 1417px;
    padding: 11rem 2rem;
}
.spIcon1 {
    width: 5rem;
    padding-bottom: 1rem;
}
.spIcon2 {
    width: 5rem;
    padding-bottom: 1rem;
}
.spIcon3 {
    width: 5rem;
    padding-bottom: 1rem;
}
.fourthSectionH1 {
    text-align: left;
    font-weight: bold;
    font-size: 53px;
    line-height: 1.1;
}
.fourthSectionP {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
    max-width: 617px;
    font-weight: bold;
    opacity: 0.7;
    padding: 1rem 0 2.5rem;
}
.fourthCol {
    text-align: left;
    display: flex;
    transition: 0.6s;
    cursor: pointer;
    box-shadow: 4px 4px 90px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    border-style: none none none solid;
    border-width: thick;
    border-color: #0569f3;
    border-radius: 4px;
    min-height: 14rem;
    max-height: 14rem;
}
.fourthBlock {
    position: relative;
}
.text3 {
    font-size: 1.9rem;
    font-weight: bold;
    padding-bottom: 1rem;
}
.text4 {
    font-weight: bold;
    font-size: 1.2rem;
    opacity: 0.6;
    line-height: 1.3;
}

@keyframes mob {
    0% { transform: translateY(0px); }
    50% { transform: translateY(30px); }
    100% { transform: translateY(0px); }
}
.tImg5 {
    z-index: 1;
    position: relative;
    width: 41rem;
}
.tImg6 {
    z-index: 1;
    position: absolute;
    width: 20rem;
    top: 79px;
    left: 0;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.2);
    animation: mob2 5s infinite ease-in-out;
}
@keyframes mob3 {
    0% { transform: translateX(0px); }
    50% { transform: translateX(30px); }
    100% { transform: translateX(0px); }
}
.tImg7 {
    z-index: 1;
    position: absolute;
    width: 20rem;
    top: 277px;
    right: 0;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.2);
    animation: mob3 5s infinite ease-in-out;
}
.tImg8 {
    width: 76%;
    top: 45px;
    position: absolute;
    left: 74px;
    z-index: 0;
    opacity: 0.7;
}
@keyframes mob4 {
    0% { transform: translateX(0px); }
    50% { transform: translateX(30px); }
    100% { transform: translateX(0px); }
}
.tImg9 {
    position: absolute;
    left: 4px;
    top: 303px;
    width: 6rem;
    animation: mob4 5s infinite ease-in-out;
}
.sectionSix {
    padding-bottom: 9rem;
}
.sectionSixBox {
    display: inline-block;
    padding: 10rem 0 3rem;
}
.sixthSectionH1 {
    text-align: center;
    font-weight: bold;
    font-size: 53px;
    line-height: 1;
    max-width: 854px;
    padding-bottom: 3rem;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem transparent;
}
.sixthSectionP {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    opacity: 0.7;
    padding: 1rem 0;
    display: inline-block;
}
.cardBox {
    box-shadow: 4px 4px 90px rgba(0, 0, 0, 0.05);
    padding-bottom: 2rem;
    border-style: none none solid none;
    border-color: #0569f3;
    border-width: medium;
    border-radius: 5px;
    min-height: 44rem;
}
.upperCard {
    padding: 3rem 0
}
.lowerCard {
    padding: 2rem 0;
}
.priceT {
    font-size: 2.5rem;
    font-weight: bolder;
    margin-bottom: 1rem;
}
.price {
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 0;
}
.pMonth {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}
.check {
    width: 1.5rem;
    position: absolute;
    right: 39px;
    top: 3px;
}
.ulmod {
    list-style: none;
    padding: 0;
    min-height: 14rem;
}
.priceSpan {
    font-weight: bold;
    font-size: 1.2rem;
    opacity: 0.8;
}
.priceSpan2 {
    text-decoration: line-through;
    font-weight: bold;
    font-size: 1.2rem;
    opacity: 0.5;
}
.limod {
    position: relative;
    padding: 0 58px 1rem 2rem;
    text-align: left
}
.sectionSixBtnBox {
    text-align: center;
    justify-content: center;
    display: flex
}
.fourthBtn {
    color: #ffffff !important;
    background-color: #0569f3 !important;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    letter-spacing: 1;
    border-radius: 9px;
    border: 2px solid transparent !important;
    border-image: none !important;
    box-shadow: none !important;
    display: block;
    font-weight: bold;
    transition: 0.6s;
}
.fourthBtn:hover {
    color: #ffffff !important;
    background-color: #000 !important;
    transition: 0.6s;
}
.priceContainer {
    max-width: 1480px;
    padding: 0 2rem;
}
.sevenSectionH1 {
    text-align: left;
    font-weight: bold;
    font-size: 4rem;
    line-height: 1;
}
.sevenSectionP {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2;
    max-width: 644px;
    font-weight: bold;
    opacity: 0.7;
    padding: 1rem 0;
}
.textZ {
    letter-spacing: 2;
    font-size: 2rem;
    font-weight: bold;
}
.textZ2 {
    font-weight: bold;
    font-size: 1.2rem;
    opacity: 0.6;
}
.textZ3 {
    font-weight: bold;
    font-size: 1.2rem;
    opacity: 0.6;
    color: #FF8B65;
}
.contactBox {
    background: linear-gradient(135deg, #0569f3, #7fb6ff);
    min-height: 12rem;
    max-width: 1451px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    position: relative;
    top: 150px;
}
.subContactBox {
    background-color: #f9f9ff;
    min-height: 10rem;
}

.allrights {
    margin-bottom: 3px;
    font-size: 13px;
}
.contactBlock {
    padding: 4rem 0 4rem 3rem;
}
.contactText {
    font-weight: bold;
    font-size: 4rem;
    text-align: left;
    color: #ffffff;
    font-size: 3rem;
    line-height: 1.3;
}
.form-control:focus {
    color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 .2rem transparent!important;
}
.formWidth {
    padding: 1.575rem 1.75rem!important;
    background-color: transparent;
    width: 23rem!important;
    border: 1px solid #fff!important;
    border-radius: 6px;
}
.formWidth:focus {
    background-color: transparent!important;
    border: 1px solid #fff!important;
    border-radius: 6px;
}
.formWidth:active {
    background-color: transparent;
    border: 1px solid #fff!important;
    border-radius: 6px;
}
.formWidth:hover {
    padding: 1.575rem 1.75rem!important;
    background-color: transparent;
    border: 1px solid #fff!important;
    border-radius: 6px;
}
.formWidth::placeholder {
    color: #ffffff;
    font-weight: bold;
}

.formButton {
    background: #ffffff;
    height: 100%;
    padding: 0.8rem 2rem;
    color: #0569f3;
    font-weight: bold;
    transition: 0.6s;
}
.formButton:hover {
    background: transparent;
    height: 100%;
    color: #ffffff;
    font-weight: bold;
    transition: 0.6s;
    border: 1px solid #fff;
}
.contactImgBox {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.contactBg {
    width: 100%;
    max-width: 33rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
@keyframes rocket {
    0% { transform: translateY(0px); }
    50% { transform: translateY(30px); }
    100% { transform: translateY(0px); }
}
.r1 {
    position: absolute;
    left: 15%;
    top: -140px;
    animation: rocket 5s infinite ease-in-out;
    width: 21rem;
}
@keyframes rocket2 {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(10deg); }
    100% { transform: rotate(0deg); }
}
.r2 {
    position: absolute;
    left: 0;
    top: -46px;
    width: 7rem;
    animation: rocket2 5s infinite ease-in-out;
}
@keyframes rocket3 {
    0% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
    100% { transform: rotate(10deg); }
}
.r3 {
    position: absolute;
    left: 72px;
    bottom: -61px;
    animation: rocket3 5s infinite ease-in-out;
}
.subBox {
    max-width: 1443px;
    display: inline-block;
    width: 100%;
}
.contactCol1 {
    justify-content: left;
    display: inline-grid;
}
.logo2 {
    width: 12rem;
    padding: 0 0 4rem;
}
.contactPx {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: bold;
    opacity: 0.6;
}
.contactCol2 {
    position: relative;
    text-align: left;
}
.contact2H1 {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 2rem;
    padding-top: 1rem;
}
.contact2P {
    font-size: 1rem;
    font-weight: bold;
    ;
}
.contact2P2 {
    font-size: 1rem;
    font-weight: bold;

    line-height: 1;
}
.tImg4X {
    width: 80%;
    top: -28px;
    position: absolute;
    left: 40px;
    z-index: 0;
    opacity: 0.7;
}
.thirdBoxM {
    padding-top: 5rem;
}
@keyframes starX {
    0% { transform: translateY(0px); }
    50% { transform: translateY(30px); }
    100% { transform: translateY(0px); }
}
.tImg2M {
    width: 3rem;
    position: absolute;
    left: -10px;
    top: -13px;
    animation: starX 5s infinite ease-in-out;
}
@keyframes star2X {
    0% { transform: translateY(0px); }
    50% { transform: translateY(30px); }
    100% { transform: translateY(0px); }
}
.tImg3M {
    width: 6rem;
    position: absolute;
    left: -85px;
    top: 258px;
    z-index: 1;
    animation: star2X 5s infinite ease-in-out;
}
.partn {
    padding-left: 0;
}
.iconX {
    width: 55px;
}
.iconX2 {
    width: 54px;
    padding-top: 12px;
}
.iconX3 {
    width: 75px;
    padding-top: 12px;
}
.iconX4 {
    width: 82px;
    padding-top: 12px;
    margin-left: 5px;
}
.iconX5 {
    width: 134px;
    padding-top: 10px;
    position: relative;
    left: -5px;
}
.iconX6 {
    width: 82px;
    padding-top: 5px;
    position: relative;
    left: -5px;
}
.iconX7 {
    width: 82px;
    padding-top: 12px;
    position: relative;
    left: -2px;
}
.iconX8 {
    width: 82px;
    padding-top: 12px;
    margin-left: 3px;
}
.contactIcon1 {
    padding-right: 0.9rem;
    opacity: 0.6;
}
.social2 {
    width: 1.1rem;
}
.location {
    width: 1.2rem;
    margin-right: 3px;
    position: relative;
    top: -3px;
}
.phoneNumber {
    width: 1rem;
    margin-right: 7px;
    position: relative;
    top: -3px;
    left: 2px;
}
.emailF {
    width: 1.1rem;
    margin-right: 7px;
    position: relative;
    top: -3px;
    left: 2px;
}
.dropMod {
    min-width: 3rem;
}
.dropLang {
    justify-content: center!important;
    display: flex;
    padding: 3px 0 3px 0;
}
.hamburger {
    width: 3rem;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: #0569f3;
    overflow-x: hidden;
    transition: 1s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    min-height: 21rem;
    overflow-y: visible;
    transition: 0.7s;
    left: -100%;
    opacity: 0;
}
.overlay a {
    text-decoration: none;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    transition: 0.7s;
    text-align: left;
    padding: 0 0 8px 39px;
} 
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.navMobileItem {
    opacity: 0;
}

.loaderBox {
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f5f5;
    display: none;
  }
  .spinner {
    font-size: 48px;
    position: absolute;
    display: inline-block;
    width: 1em;
    height: 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .spinner-blade {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: silver;
    animation: spinner-animation 1s linear infinite;
  }
  @keyframes spinner-animation {
    to {
      transform: rotate(360deg);
    }
  }
  .spinner .spinner-blade:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .spinner .spinner-blade:nth-child(2) {
    -webkit-animation-delay: 0.083s;
            animation-delay: 0.083s;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .spinner .spinner-blade:nth-child(3) {
    -webkit-animation-delay: 0.166s;
            animation-delay: 0.166s;
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .spinner .spinner-blade:nth-child(4) {
    -webkit-animation-delay: 0.249s;
            animation-delay: 0.249s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .spinner .spinner-blade:nth-child(5) {
    -webkit-animation-delay: 0.332s;
            animation-delay: 0.332s;
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  .spinner .spinner-blade:nth-child(6) {
    -webkit-animation-delay: 0.415s;
            animation-delay: 0.415s;
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  .spinner .spinner-blade:nth-child(7) {
    -webkit-animation-delay: 0.498s;
            animation-delay: 0.498s;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .spinner .spinner-blade:nth-child(8) {
    -webkit-animation-delay: 0.581s;
            animation-delay: 0.581s;
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  .spinner .spinner-blade:nth-child(9) {
    -webkit-animation-delay: 0.664s;
            animation-delay: 0.664s;
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  .spinner .spinner-blade:nth-child(10) {
    -webkit-animation-delay: 0.747s;
            animation-delay: 0.747s;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .spinner .spinner-blade:nth-child(11) {
    -webkit-animation-delay: 0.83s;
            animation-delay: 0.83s;
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  .spinner .spinner-blade:nth-child(12) {
    -webkit-animation-delay: 0.913s;
            animation-delay: 0.913s;
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg);
  }
  
  @-webkit-keyframes spinner-fade {
    0% {
      background-color: #69717d;
    }
    100% {
      background-color: transparent;
    }
  }
  
  @keyframes spinner-fade {
    0% {
      background-color: #69717d;
    }
    100% {
      background-color: transparent;
    }
  }
  
  .popup1 {
    background: #ffffff85;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 20000;
    cursor: pointer;
    left: 0;
    top: 0;
  }
  .innerPopup {
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 2rem;
    padding: 5rem;
    background: #0569f3;
    border-radius: 12px;
    color: #fff;
    font-weight: bold;
    border-style: solid;
    border-width: thin;
    border-color: #0569f3;
    z-index: 2;
  }
  .closerDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .hiddenX {
    display: none;
  }
  
.footerBg {
    background: linear-gradient(135deg, #0569f3, #7fb6ff);
    width: 100%;
    height: 3rem;
    border-radius: 5px;
}
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.formInpt {
    margin-right: 1rem;
}
@media screen and (max-width: 1620px) {
    .sectionOneImg {
        height: 48rem;
    }
    .r1 {
        left: 1%;
        width: 100%;
    }
    .contactBg {
        max-width: 22rem;
    }
}
@media screen and (max-width: 1496px) {
    .colSpan {
        width: 38px;
        height: 38px;
        margin-right: 14px;
    }
    .tImg {
        min-width: 15rem; 
        position: relative;
        left: 0;
    }
    .tImgf {
        min-width: 15rem; 
        position: relative;
        left: 0;
    }
  }
  @media screen and (max-width:1385px) {
     .tx {
        display: none;
     }
  }
@media screen and (max-width: 1320px) {
    .formWidth {
        width: 17rem !important;
    }
    .formButton {
        padding: 0.8rem 1rem;
    }
    .tx {
       display: none;
    }
}
@media screen and (max-width: 1290px) {
    .laptop {
        width: 41rem;
        position: absolute;
        left: 0px;
        top: 39px;
    }
    .phone {
        width: 14rem;
        top: 140px;
        animation: slowMove 5s infinite ease-in-out;
    }
    .imgBlock {
        top: 134px;
    }
    .sectionOneImg {
        height: 36rem;
    }
    .firstBox {
        padding-top: 4rem;
    }
    .sectionOneBox {
        top: 25%;
    }
    .descItem {
        margin-right: 0 !important;
    }
    .nav-link {
        font-size: 1rem !important;
    }
}
@media screen and (max-width: 1199px) {
    .tImg2M {
        display: none;
    }
    .tImg3M {
        display: none;
    }
    .tImg4X {
        display: none;
    }
    .tImg2 {
        display: none;
    }
    .tImg3 {
        display: none;
    }
    .tImg4 {
        display: none;
    }
    .tx {
        display: block;
     }
    .thirdBox {
        padding-top: 5rem;
    }
    .thirdBoxM {
        padding-top: 8rem;
    }
    .thirdBlock {
        top: 0;
        padding-left: 0;
    }
    .ord2 {
        order: 2;
    }
    .ord1 {
        order: 1;
    }
    .thirdBlock {
        padding: 0 1rem 0;
    }
    .sectionThree {
        padding: 5rem 0 4rem;
    }
    .sectionFive {
        padding: 5rem 0 4rem;
    }
    .fourthLock {
        display: none;
    }
    .fourthContainer {
        max-width: 1417px;
        padding: 4rem 2rem;
    }
    .sectionSixBox {
        padding: 5rem 0 3rem;
    }
    .cardBox {
        min-height: 47rem;
    }
    .thirdBoxF {
        margin-top: 4rem;
    }
}
@media screen and (max-width: 1160px) {
    .navBlock2 {
        display: none;
    }
    .navOff {
        display: none!important;
    }
    #navbarSupportedContent20 {
        display: none!important;
    }
    .LangMob  {
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .overlay {
        max-width: 26rem;
    }
    .descNav {
        flex-direction: row!important;
    }
    .imgBlock {
        top: 144px;
    }
    .sectionOne {
        position: relative;
        overflow-x: hidden;
        overflow-y: visible;
    }
    body.sticky-body {
        padding-top: 78px;
    }
    .sectionOneH1 {
        font-size: 42px;
        line-height: 51px;
    }
    .secondSectionH1 {
        font-size: 42px;
        line-height: 51px;
    }
    .thirdSectionH1 {
        font-size: 42px;
        line-height: 51px;
    }
    .fourthSectionH1 {
        font-size: 42px;
        line-height: 51px;
    }
    .sixthSectionH1 {
        font-size: 42px;
        line-height: 51px;
    }
    .kovzy-logo {
        margin-bottom: 0.5rem;
    }
    .LangMob {
        top: 5px;
    }
}
@media screen and (max-width: 1100px) {
    .r1 {
        display: none;
    }
    .r2 {
        display: none;
    }
    .r3 {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .sectionOneH1 {
        text-align: center;
    }
    .sectionOneP {
        text-align: center;
    }
    .sectionOneBtn {
        display: inline-block;
    }
    .sectionOneBox {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .navbar {
        background: #fff;
    }
    .imgBlock {
        position: absolute;
        top: 144px;
    }
    .firstBox {
        padding: 3rem 0 4rem;
    }
   .mobileXm {
        min-height: 29rem;
   }
   .laptop {
    width: 41rem;
    position: relative;
    left: 0%;
    top: 0%;
   }
   .banner {
    display: none;
   }
   .cardBox {
    max-width: 27rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
    min-height: auto;
   }
}
@media screen and (max-width: 991px) {
    .sectionOneH1 {
        font-size: 32px;
        max-width: 36rem;
        text-align: center;
        justify-content: center;
        display: inline-flex;
        line-height: 49px;
    }
    .secondSectionH1 {
        font-size: 32px;
        line-height: 49px;
        padding-bottom: 5px;
    }
    .thirdSectionH1 {
        font-size: 32px;
        line-height: 49px;
        padding-bottom: 5px;
    }
    .fourthSectionH1 {
        font-size: 32px;
        line-height: 49px;
        padding-bottom: 5px;
    }
    .sixthSectionH1 {
        font-size: 32px;
        line-height: 49px;
        padding-bottom: 5px;
    }
    .contactText {
        font-size: 42px;
        line-height: 63px;
    }
    .thirdSectionP {
        font-size: 1.1rem;
    }
    .sixthSectionP {
        font-size: 1.1rem;
    }
    .fourthSectionP {
        font-size: 1.1rem;
        padding: 0 0 2.5rem;
    }
    .sectionTwoText{
        font-size: 23px;
    }
    .sectionOneP {
        font-size: 1.1rem;
    }
    .laptop {
        width: 30rem;
        top: 34px;
    }
    .sectionOneImgBox {
        max-width: 26rem;
        justify-content: center;
        display: inline-flex;
    }
    .phone {
        width: 10rem;
        top: 106px;
        left: -59px;
    }
    .sectionOneBtn {
        padding: 0.7rem !important;

    }
    .sectionOneImg {
        width: 74rem !important;
    }
    .marginSf {
        margin-top: 2rem;
    }
    .fourthContainer {
        max-width: 1417px;
        padding: 2rem 2rem;
    }
    .text3 {
        font-size: 1.6rem;
    }
    .contactImage {
        display: none;
    }
    .kovzy-logo {
        content: url("/img/logoMob.png");
        margin: 0 0 0.5rem 0.5rem;
    }
}
@media screen and (max-width: 700px) {
    .contactBlock {
        padding: 4rem 1rem 4rem 1rem;
    }
    .formButton {
        padding: 0.8rem 1rem;
    }
    .formWidth {
        width: auto!important;
    }
}
@media screen and (max-width: 580px) {
    .spIcon1 {
        width: 3rem;
    }
    .spIcon2 {
        width: 4rem;
    }
    .spIcon3 {
        width: 3rem;
    }
    .priceT {
        font-size: 1.5rem;
    }
    .price {
        font-size: 3rem;
    }
}
@media screen and (max-width:630px) {
    .contactText {
        font-size: 35px;
    }
}
@media screen and (max-width: 540px) {
    .sectionOneImg {
        height: 29rem;
        width: 56rem;
    }
    .sectionOne {
        position: relative;
        overflow-x: hidden;
        overflow-y: visible;
    }
    .sectionOneH1 {
        line-height: 39px;
        padding-bottom: 4px;
    }
    sectionOneH1 {
        line-height: 39px;
        padding-bottom: 4px;
    } 
    .sectionOneP {
        font-size: 1rem;
    }
    .sectionOneBtn {
        top: 14px;
    }
    .laptop {
        width: 22rem;
        top: 2px;
    }
    .phone {
        width: 7rem;
        top: 56px;
        left: -14px;
    }
    .mobileXm {
        min-height: 22rem;
    }
    .secondSectionP {
        padding: 0 8px;
    }
    .contactP {
        margin: 0;

    }
    .spanStyle2 {
        font-size: 1rem;
    }
    .spanStyle4 {
        font-size: 1rem;
    }
    .spanStyle4m {
        font-size: 1rem;
    }
    .sectionTwoText {
        font-size: 1.4rem;
    }
    .thirdC1 {
        left: 0;
        padding: 0;
    }
    .text3 {
        font-size: 1.7rem;
    }
    .text4 {
        font-size: 1.1rem;
    }
    .sectionSixBox {
        padding: 3rem 2rem 3rem;
    }
    .contactText {
        font-size: 30px;
        line-height: 44px;
        padding: 0 1rem;
    }
    .contactBlock {
        padding: 3rem 0rem 4rem 0rem;
    }
    .contact2H1 {
        font-size: 1.5rem;
    }
    .logo2 {
        width: 8rem;
    }
    .overlay a {
        font-size: 28px;
    }
}
@media screen and (max-width:489px) {
    .formBtnBox {
        margin-top: 1rem;
        width: 100%;
    }
    .formButton {
        justify-content: center;
        display: inline-flex;
    }
    .formWidth {
        width: 100%!important;
    }
    .formInpt {
        width: 100%;
    }
    .formInpt {
        margin-right: 0;
    }
    .formBox {
        padding: 0 1rem;
    }
    .sixthSectionH1 {
        font-size: 19px;
    }
    .sixthSectionP {
        font-size: 1rem;
    }
    .priceT {
        font-size: 1.2rem;
    }
    .price {
        font-size: 2rem;
    }
    .pMonth {
        font-size: 1rem;
    }
    .thirdBoxM {
        margin-top: 2rem;
    }
    .innerPopup {
        padding: 5rem 8px;
        width: 90%;
        font-size: 1.2rem;
    }
}
@media screen and (max-width:430px) {
    .colSpan {
        margin-right: 14px;
    }
}
@media screen and (max-width:380px) {
    .check {
        display: none;
    }
}
@media screen and (max-width: 370px) {
    .containerBorders {
        padding: 0 1rem;
    }
    .laptop {
        width: 13rem;
        top: 0px;
    }
    .phone {
        width: 4rem;
        top: 22px;
        left: 0px;
    }
    .mobileXm {
        min-height: 16rem;
    }
    .thirdBlock {
        padding: 0 0 0;
    }
    .text3 {
        font-size: 1.5rem;
    }
    .text1 {
        font-size: 1.2rem;
    }
    .text2 {
        font-size: 1rem;
    }
}
@media screen and (max-width: 350px) {
    .overlay a {
        font-size: 22px;
    }
    .contactText {
        font-size: 22px;
    }
}
@media screen and (max-width: 330px) {
    .fourthCol {
        min-height: 15rem;
        max-height: 15rem;
    }
    .tx {
        display: none;
    }
    .iconX {
        width: 47px;
    }
    .iconX2 {
        width: 45px;
    }
    .iconX3 {
        width: 59px;
    }
    .iconX4 {
        width: 53px;
    }
    .iconX5 {
        width: 102px;
    }
    .iconX6 {
        width: 63px;
    }
    .iconX7 {
        width: 64px;
    }
    .iconX8 {
        width: 67px;
    }

}
@media screen and (max-width:310px) {
    .thirdSectionH1 {
        font-size: 29px;
    }
    .fourthSectionH1 {
        font-size: 29px;
    }
    .priceSpan {
        font-size: 1rem;
    }
    .tImg {
        min-width: auto;
    }
    .tImgf {
        min-width: auto;
    }
}
@media screen and (max-width: 280px) {
    .sixthSectionH1 {
        font-size: 20px;
    }
}
@media screen and (max-width: 270px) {
    .sectionOneH1 {
        font-size: 25px;
        max-width: 34rem;
    }
    .secondSectionH1 {
        font-size: 25px;
        max-width: 34rem;
    }
    .text3 {
        font-size: 1.2rem;
    }
    .thirdSectionH1 {
        font-size: 25px;
        line-height: 34px;
    }
    .fourthSectionH1 {
        font-size: 25px;
        line-height: 34px;
    }
    .sixthSectionH1 {
        line-height: 34px;
    }
    .colSpan {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .contactText {
        padding: 0;
    }
    .sectionSixBox {
        padding: 3rem 1rem 3rem;
    }

}