@font-face {
    font-family: 'BPGArialCaps';
    src: url('../fonts/bpg-arial-caps-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Fallback/Alternative Font for en, ru, am (e.g., standard sans-serif system stack or your custom font) */
@font-face {
    font-family: 'InterCustom';
    src: url('../fonts/Plus_Jakarta_Sans,Roboto/Plus_Jakarta_Sans/static/PlusJakartaSans-Regular.ttf') format('truetype'); /* change path if you have it */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    text-align: center;
    background: #E6E0D6;
     color: #4a554d;
    margin: 0;
}

/* 2. IF THE HTML LANG IS NOT GEORGIAN (Matches en, ru, am, etc.) */
html:not([lang="ka"]) body {
    font-family: 'InterCustom', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif!important;
}

/* 3. IF THE HTML LANG IS EXACTLY GEORGIAN (ka) */
html[lang="ka"] body {
    font-family: 'BPGArialCaps', sans-serif!important;
}
img,
div {
  caret-color: transparent; 
  outline: none;           
}
#nameLastname input {
    border-color: transparent!important;
    width: 100%;
    color: #000000bd;
}
#phone input {
    border-color: transparent!important;
    width: 100%;
    color: #000000bd;
}
#nameLastname {
    color: #000000bd;
}
#phone{
    color: #000000bd;
}
.form-control:focus {
    border-color: #0000002e;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem transparent;
}
.hidden {
    display: none !important;
}
.table-logo {
    height: 39px;
    max-width: 215px;
}
.hiddenCloser {
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: none;
}
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: #4a554d;
}
.aP:hover {
     color: #4a554d;
}
.aP:active {
     color: #4a554d;
}
.aP:focus {
     color: #4a554d;
}
/* 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%;
}
.f1 {
    background: linear-gradient(90deg, #28332b 0%, #4a554d 100%);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.navBlock2 {
    /*background-color: #F8F8FE!important;*/
}
.x23 {
    /*background-color: #F8F8FE!important;*/
}
.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: linear-gradient(90deg, #28332b 0%, #4a554d 100%);
    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;
}
.nBg {
    background: linear-gradient(45deg, rgba(118, 109, 254, 1) 0%, rgba(39, 53, 255, 1) 100%);
}
.nav-link {
    text-transform: uppercase;
}
  /* Styling for navbar links */
#navText, #footerText, .nav-link2 {
    color: #fff;
}

  /* Responsive dropdown style */
.langBox {
    padding-left: 10px;
}
.firstBox {
    max-width: 79rem;
}
  /* Adding padding dynamically when sticky */

.navBlock1 {
    background-color: #262626!important;
}

.navBlock3 {
    /*background-color: #FFFFFF!important;*/
}
.bgW {
    background-color: #ffffff!important;
    width: 100%;
}
.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: #f97a3f!important;
    transition: 0.6s;
}
.langBox {
    padding: 1rem 0;
}
.navP {
    padding-top: 11px;
}
.navX {
    position: relative;
    top: 3px;
    padding: 9px 10px 0 10px;
}
.mailStyle {
    color: #ffffff!important;
    cursor: pointer;
}
.lineB {
    color: #ffffff;
}
.emailT {
    width: 18px;
    margin-right: 5px;
}
.f3 {
    color: #000;
}
.sp1 {
    color: #ffffff!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;
    background: #f8f8f8;
}
.imgBlock {
    position: relative;
}
.sectionOneImg {
    max-height: 50rem;
    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: 55%;
    top: 12%;
    width: 26rem;
}
.banner2 {
    position: absolute;
    z-index: 1;
    left: 34%;
    top: 20%;
    width: 15rem;
    /*animation: Move 8s infinite ease-in-out;*/
}
.sectionOneBox {
    position: absolute;
    top: 21%;
    width: 100%;
    transform: translate(0, -19%);
    z-index: 2;
    text-align: center;
}
.sectionOneH1 {
    text-align: center;
    line-height: 69px;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 53px;
    color: #ffffff;
    padding-bottom: 1rem;
}
.sectionOneP {
    text-align: center;
    color: #ffffff;
    font-size: 1.3rem;
}
.fs1 {
    justify-content: center;
    display: flex;
}
.sectionOneBtn {
    color: #4a554d;
    background-color: #fff;
    padding: 1rem !important;
    border-radius: 9px;
    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;
    justify-content: center;
    text-align: center;
    display: inline-flex;
}
.sectionOneBtn:hover {
     color: #000;
    background-color: #fff;
    border-radius: 9px;
    box-shadow: none !important; /* Prevents Bootstrap shadows */
    font-weight: bold;
    transition: 0.6s;
}
.sectionOneBtn:focus {
    color: #000;
    background-color: #fff;
    border-radius: 9px;
    box-shadow: none !important; /* Prevents Bootstrap shadows */
    font-weight: bold;
    transition: 0.6s;
}
.sectionOneBtn:active {
    color: #000;
    background-color: #fff;
    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: 51rem;
    position: absolute;
    left: 0px;
    top: -107px;
}
.laptopS1 {
    width: 42rem;
    position: relative;
    top: -153px;
}
.sectionOneImgBox {
    position: relative;
}
@keyframes slowMove {
    0% { transform: translateY(0px); }
    50% { transform: translateY(30px); }
    100% { transform: translateY(0px); }
}
.phone {
    width: 18rem;
    top: -102px;
    left: 464px;
    position: absolute;
    z-index: 1;
    animation: slowMove 3s infinite ease-in-out;
}
.sectionOneSubBox {
    min-height: 15rem;
}
.sectionTwoBox {
    margin: 0px 0px 70px 0px;
}
.sectionTwo {
    padding-bottom: 11rem;
}
.spanStyle {
    font-size: 1.7rem;
    margin-left: 1rem;
    color: #FF8B65;
    font-weight: bold;
    letter-spacing: -3.9px;
}
.spanStyle2 {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    color: #FF8B65;
    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: 800px;
    display: inline-block;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #4a554d;

}
.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: 315px;
    justify-content: center; /* Optional: centers text horizontally */
    transition: 1s;
    cursor: pointer;
}
.navbar-brand {
    color: #fff!important;
}
.blocks:hover > .innerBlocks >.sectionTwoText {
    color: #ffffff;
}
.blocks:hover {
    background: linear-gradient(45deg, #2F3A32 0%, #5A665F 100%);
    transition: 1s;
}
.blocks:hover .spIcon1 {
    content: url("../images/nhoverIcon1.png"); /* Change to the new image */
}
.blocks:hover .spIcon2 {
    content: url("../images/nhoverIcon2.png"); /* Change to the new image */
}
.blocks:hover .spIcon3 {
    content: url("../images/nhoverIcon3.png"); /* Change to the new image */
}
.sectionTwoText {
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 0.7;
    color: #000;
    padding: 0 5px;

}
.col-lg-6 {
    border: none !important;
    outline: none !important;
  }
.sectionTwoText:hover {
    font-weight: bold;
    opacity: 0.7;
    color: #ffffff;
}
.sectionThree {
    padding: 10rem 0 9rem;
    width: 100%;
    content: "";
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
}
.sectionFive {
    padding: 10rem 0 0rem;
    background-color: #ffffff;
}
.thirdBox {
    position: relative;
    padding-top: 4rem;
}
.thirdContainer {
    max-width: 1313px;
}
@keyframes star {
    0% { transform: translateY(0px); }
    50% { transform: translateY(30px); }
    100% { transform: translateY(0px); }
}
.tImg {
    z-index: 1;
    position: relative;
    top: -76px;
}
.tImgf {
    z-index: 1;
    width: 100%;
    min-width: 50rem;
    position: relative;
    top: 0px;
    left: -39px;
}
.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;
}
.spanStyle3P {
    font-size: 1.7rem;
    color: #000;
    font-weight: bold;
    letter-spacing: -3.9px;
}
.dot {
    width: 1.5rem;
}
.dot2 {
    width: 2rem;
}
.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;
}
.spanStyle4f {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    top: 3px;
    text-transform: uppercase;
    opacity: 0.8;
}
.spanStyle3m {
    font-size: 1.7rem;
    color: #FF9966;
    font-weight: bold;
    letter-spacing: -3.9px;
}
.spanStyle4m {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    color: #FF9966;
    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: 47px;
    max-width: 507px;
    max-width: 635px;
    line-height: 70px;
    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;
}
.thirdSectionH1F {
    text-align: left;
    font-weight: bold;
    font-size: 47px;
    max-width: 507px;
    max-width: 635px;
    line-height: 70px;
   
}
.thirdSectionPF {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
    max-width: 544px;
    font-weight: bold;
    opacity: 0.8;
    padding: 1rem 0;
   
}
.colSpan {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 25px;
    font-weight: bold;
    background-color: transparent;
    color: #000;
    transition: 0.6s;
    border: 1px solid #0000003d;
}
.thirdC1 {
    position: relative;
    left: -13px;
}
.thirdCol {
    text-align: left;
    display: flex;
    transition: 0.6s;
    cursor: pointer;
}
.sectionFour {
    overflow: hidden;
}
.sectionFourX {
    overflow: hidden;
    padding: 5rem 1rem 3rem;
}
.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;
}
.text1F {
    font-size: 1.3rem;
    font-weight: bold;

}
.text2F {
    font-weight: bold;
    font-size: 1rem;
    opacity: 0.8;

}
.thirdCol:hover > .tx >.colSpan {

    border: 1px solid #0000003d;
    transition: 0.6s;
}
.thirdCol:hover > .tx2 >.text1 {

    opacity: 0.9;
    transition: 0.6s;
}
.tx2{
    padding-bottom: 1rem;
    left: -7px;
    position: relative;
}

.thirdBtnBox {
    justify-content: left;
    display: flex;
    font-size: 1.2rem;
    z-index: 1;
}
.thirdBtn  {
    color: #fff;
    background-color: #4a554d;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    letter-spacing: 1;
    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: #fff;
    background-color: #4a554d;
    border-radius: 9px;
    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: #fff;
    background-color: #4a554d;
    border-radius: 9px;
    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: #fff;
    background-color: #4a554d;
    border-radius: 9px;
    border-image: none !important; /* Removes any gradient borders */
    box-shadow: none !important; /* Prevents Bootstrap shadows */
    display: block;
    font-weight: bold;
    transition: 0.6s;
}
.fourthContainer2 {
    max-width: 1150px;
    padding: 2rem 2rem;
}
.fourthContainer {
    max-width: 1313px;
    padding: 2rem 2rem;
}
.spIcon1 {
    width: 9rem;
    padding-bottom: 1rem;
}
.spIcon2 {
    width: 9rem;
    padding-bottom: 1rem;
}
.spIcon3 {
    width: 9rem;
    padding-bottom: 1rem;
}
.fourthSectionH1 {
    text-align: left;
    font-weight: bold;
    font-size: 40px;
    line-height: 70px;
    color: #4a554d;
}
.fourthSectionH1M {
    font-weight: bold;
    font-size: 40px;
    line-height: 70px;
    color: #4a554d;
}
.SectionFourSm {
    padding: 7rem 1rem 4rem;
}
.fourXBox {
    text-align: left;
}
.text3x {
    font-weight: bold;
}
.text4x {
    font-weight: bold;
}
.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;
}
.fourthSectionPX {
    text-align: left;
    font-size: 1rem;
    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: #FF8B65;
    border-radius: 4px;
    min-height: 14rem;
    max-height: 14rem;
}
.fourthColX {
    text-align: left;
    display: flex;
    transition: 0.6s;
    cursor: pointer;
    padding: 2rem;
    border-radius: 4px;
    min-height: 11rem;
    max-height: 14rem;
    margin-bottom: 2rem;
    border: 1px solid #f1f1f1;
}
.fourthColX:hover {
    box-shadow: 4px 4px 90px rgba(0, 0, 0, 0.05);
}
.fourthBlock {
    position: relative;
}
.text3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 1rem;
}
.text4 {
    font-weight: bold;
    font-size: 1rem;
    opacity: 0.6;
    line-height: 1.3;
}
.sectionFourSm {
    padding: 3rem 4rem;
    text-align: center;
}
@keyframes mob {
    0% { transform: translateY(0px); }
    50% { transform: translateY(30px); }
    100% { transform: translateY(0px); }
}
.tImg5 {
    z-index: 1;
    position: relative;
    width: 35rem;
    top: -14px;
    left: -113px;
    animation: mob 5s infinite ease-in-out;
}
.tImg5x {
    min-width: 50rem;
    z-index: 1;
    position: relative;
    width: 42rem;
    top: -14px;
}
@keyframes mob2 {
    0% { transform: translateX(0px); }
    50% { transform: translateX(30px); }
    100% { transform: translateX(0px); }
}
.tImg6 {
    z-index: 0;
    position: absolute;
    width: 15rem;
    top: 117px;
    left: -81px;
    animation: mob2 5s infinite ease-in-out;
    opacity: 0.3;
}
@keyframes mob3 {
    0% { transform: translateX(0px); }
    50% { transform: translateX(30px); }
    100% { transform: translateX(0px); }
}
.tImg7 {
    z-index: 1;
    position: absolute;
    width: 11rem;
    top: 277px;
    right: 208px;
    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;
    display: none;
}
@keyframes mob4 {
    0% { transform: translateX(0px); }
    50% { transform: translateX(30px); }
    100% { transform: translateX(0px); }
}
.tImg9 {
    opacity: 0.1;
    position: absolute;
    left: 70px;
    top: 303px;
    width: 3rem;
    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;
}
.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: #464dfe;
    border-width: medium;
    border-radius: 5px;
    min-height: 53rem;
}
.upperCard {
    padding: 3rem 0
}
.lowerCard {
    padding: 2rem 0;
}
.priceT {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0;
}
.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: 27rem;
}
.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: #000 !important;
    background-color: #fff !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: #000 !important;
    background-color: #fff !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(90deg, #28332b 0%, #4a554d 100%);
    min-height: 12rem;
    max-width: 1320px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    position: relative;
    top: 150px;
}
.subContactBox {
    background-color: #f9f9ff;
    min-height: 20rem;
}
.subContactBox2 {
    background-color: #f9f9ff;
    min-height: 20rem;
    position: relative;
    top: -74px;
}

.contactBlock {
    padding: 4rem 0 4rem 3rem;
}
.contactText {
    font-weight: bold;
    font-size: 4rem;
    text-align: left;
    color: #ffffff;
    font-size: 2rem;
    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 {
    color: #4a554d!important;
    background-color: #fff !important;
    font-size: 1rem;
    font-weight: bold;
    height: 100%;
    padding: 0.8rem 2rem;
    transition: 0.6s;
}
.formButton:hover {
    color: #000 !important;
    background-color: #fff !important;
    font-weight: bold;
    transition: 0.6s;
    height: 100%;
    padding: 0.8rem 2rem;
    transition: 0.6s;
}
.contactImgBox {
    position: relative;
    height: 100%;
}
.contactBg {
    width: 100%;
    max-width: 33rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.contactImage {
    display: inline-flex;
}
@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;
}
@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: 6rem;
    padding: 0 0 4rem;
    position: relative;
    left: -17%;
}
.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;
    overflow: hidden;
}
@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;
    opacity: 0.3;
}
@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;
    opacity: 0.5;
}
.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: linear-gradient(90deg, #28332b 0%, #4a554d 100%);
    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 button {
    text-decoration: none;
    font-size: 30px;
    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;
}
.waveDiv {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wave {
    height: 79px;
    width: 100%;
    fill: #fff;
}
.waveBg {
    background-color: #E6E0D6;
}

.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: #FF9966;
    border-radius: 12px;
    color: #fff;
    font-weight: bold;
    border-style: solid;
    border-width: thin;
    border-color: #f0956e;
    z-index: 2;
  }
  .closerDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .hiddenX {
    display: none;
  }
  
.startBox {
    background-color: #ffffff52;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
}
#startOff {
    background-color: #f97a3f12;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    cursor: pointer;
}
.startBlock {
    background-color: #fff;
    color: #000000bd;
    z-index: 100002;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    /*height: 40%;*/
    border-radius: 12px;
    padding: 2rem;
    height: auto;
    min-height: fit-content;
}
.startText1 {
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding: 0 2rem 0;
}
.startButton {
    width: 100%;
    background: #f97a3fe0;
    color: #ffff;
    font-weight: bold;
    transition: 0.4s;
    letter-spacing: 1px;
}
.startButton:hover {
    background: #ffff;
    color: #f97a3fe0;
    border-style: solid;
    border-width: thin;
    border-color: #f97a3fe0;
    transition: 0.4s;
}
.activateBox {
    display: block;
}
.registeredText {
    text-align: left;
    font-size: 11px;
    margin: 0;
    color: #000000bd;
}
.registeredLink {
    border-style: solid;
    border-width: thin;
    border-color: #000000bd;
    padding: 6px 15px;
    background: transparent;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
    color: #000000bd;
    transition: 0.4s;
}
.registeredLink:hover {
    background: #f97a3fe0;
    color: #ffff;
    transition: 0.4s;
}
.btnLocation{
    justify-content: end;
    display: flex;
}
.box {
    position: relative;
}
.startCloser {
    position: absolute;
    top: 0;
    right: 0;
}
.closerImg {
    width: 1rem;
}
#start_form .form-group {
  width: 100%;
}
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.formInpt {
    margin-right: 1rem;
}


/* Base styles for navbar2 - ensuring transitions are registered */
#navbar2 {
    max-height: 150px; /* Adjust this to roughly match your navbar's height */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow: hidden; /* Prevents text/images from sticking out during animation */
    transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

/* The trigger class that executes when scroll > 0 */
#navbar2.collapse-nav {
    max-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media screen and (min-width: 1930px) {
    .sectionOne {
        max-width: 1920px;
        margin: 0 auto;
    }
    .sticky-nav {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 5;
        max-width: 1920px;
    }
    .sectionTwo {
        max-width: 1920px;
        margin: 0 auto;
    }
    .sectionThree {
        max-width: 1920px;
        margin: 0 auto;
    }
    .sectionFour {
        max-width: 1920px;
        margin: 0 auto;
    }
    .sectionFourX {
        max-width: 1920px;
        margin: 0 auto;
    }
    .sectionFive {
        max-width: 1920px;
        margin: 0 auto;
    }
    .sectionSix {
        max-width: 1920px;
        margin: 0 auto;
    }
    .contactSection {
        max-width: 1920px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1750px) {
    .laptopS1 {
        top: -139px;
    }
    .phone {
        left: 373px;
    }
}
@media screen and (max-width: 1680px) {
    .sectionOneSubBox {
        min-height: 22rem;
    }
    .laptopS1 {
        top: -139px;
    }
}
@media screen and (max-width: 1620px) {
    .sectionOneImg {
        height: 48rem;
    }
    .r1 {
        left: 1%;
        width: 100%;
    }
    .contactBg {
        max-width: 22rem;
    }
    .laptop { 
        width: 100%;
    }
}
@media screen and (max-width:1540px) {
    .phone {
        top: -79px;
        left: 305px;
    }
}
@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;
    }
    .startBlock {
        width: 33%;
    }
  }
  @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 {
        position: absolute;
        left: 0px;
        top: 39px;
    }
    .phone {
        top: -82px;
        left: 166px;
        animation: slowMove 5s infinite ease-in-out;
    }
    .sectionOneImg {
        height: 50rem;
    }
    .firstBox {
        padding-top: 4rem;
    }
    .descItem {
        margin-right: 0 !important;
    }
    .nav-link {
        font-size: 1rem !important;
    }
    .sectionOneBox {
        top: 18%;
    }
}
@media screen and (max-width: 1199px) {
    .tImg2M {
        display: none;
    }
    .tImg {
        top: 0;
    }
    .tImgf {
        min-width: 15rem;
        width: 51rem!important;
    }
    .tImg3M {
        display: none;
    }
    .tImg4X {
        display: none;
    }
    .tImg2 {
        display: none;
    }
    .tImg3 {
        display: none;
    }
    .tImg4 {
        display: none;
    }
    .tx {
        display: block;
     }
    .thirdBox {
        padding-top: 5rem;
    }
    .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;
    }
    .tImg {
        max-width: 40rem;
    }
}
@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;
    }
    .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;
    }
    .thirdSectionH1F {
        font-size: 42px;
        line-height: 51px;
    }
    .fourthSectionH1 {
        font-size: 40px;
        line-height: 51px;
    }
    .fourthSectionH1M {
        font-size: 40px;
        line-height: 51px;
    }
    .sixthSectionH1 {
        font-size: 42px;
        line-height: 51px;
    }
    .table-logo {
        margin-bottom: 0.5rem;
    }
    .LangMob {
        top: 5px;
    }
    .phone {
        top: -82px;
        left: 59px;
    }
    .sectionOneBox {
        top: 12%;
    }
    .sectionOneImg {
        height: 40rem;
    }
}
@media screen and (max-width: 1100px) {
    .r1 {
        display: none;
    }
    .r2 {
        display: none;
    }
    .r3 {
        display: none;
    }
    .startBlock {
        width: 40%;
    }
}
@media screen and (max-width: 991px) {
    .sectionOneH1 {
        text-align: center;
    }
    .sectionOneP {
        text-align: center;
    }
    .sectionOneBtn {
        display: inline-block;
    }
    .startBlock {
        width: 50%;
    }
    .firstBox {
        padding: 3rem 0 4rem;
    }
    .laptop {
        width: 41rem;
        position: relative;
        left: 0%;
        top: 0%;
    }
    .banner {
        display: none;
    }
    .banner2 {
        display: none;
    }
    .cardBox {
        max-width: 27rem;
        display: inline-block;
        width: 100%;
        margin-bottom: 2rem;
        min-height: auto;
    }
    .laptopS1 {
        top: -196px;
        width: 100%;
    }
    .phone {
        width: 10rem;
        top: -134px;
        left: -82px;
    }
    .formBox {
        margin: 0 auto;
    }
    .contactImage {
        padding: 2rem 1rem;
    }

}
@media screen and (max-width: 991px) {
    .btnLocation{
        justify-content: center;
        margin-top: 1rem;
    }
    .ulmod {
        min-height: 12rem;
    }
    .sectionSix {
        padding-bottom: 0rem;
    }
    .registeredText {
        text-align: center;
    }
    .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;
    }
    .thirdSectionH1F {
        font-size: 32px;
        line-height: 49px;
        padding-bottom: 5px;
    }
    .fourthSectionH1 {
        font-size: 32px;
        line-height: 49px;
        padding-bottom: 5px;
    }
    .fourthSectionH1M {
        font-size: 32px;
        line-height: 49px;
        padding-bottom: 5px;
    }
    .sixthSectionH1 {
        font-size: 32px;
        line-height: 49px;
        padding-bottom: 5px;
    }
    .contactText {
        font-size: 2rem;
        line-height: 63px;
        text-align: center;
    }
    .thirdSectionP {
        font-size: 1.1rem;
    }
    .sixthSectionP {
        font-size: 1.1rem;
    }
    .fourthSectionP {
        font-size: 1.1rem;
        padding: 0 0 2.5rem;
    }
    .sectionTwoText{
        font-size: 19px;
    }
    .sectionOneP {
        font-size: 1.1rem;
    }
    .laptop {
        width: 30rem;
        top: 34px;
    }
    .sectionOneImgBox {
        max-width: 26rem;
        justify-content: center;
        display: inline-flex;
    }
    .sectionOneBtn {
        padding: 0.7rem !important;

    }

    .sectionOneImg {
        width: 74rem !important;
    }
    .marginSf {
        margin-top: 2rem;
    }
    .fourthContainer {
        max-width: 1417px;
        padding: 2rem 2rem;
    }
    .text3 {
        font-size: 24px;
    }
    .table-logo {
        margin: 0 0 0.5rem 0.5rem;
    }
    .contactBlock {
        padding: 3rem 0rem 1rem 0rem;
    }
}
@media screen and (max-width: 850px) {
    .tImgf {
        min-width: 15rem;
        width: 37rem !important;
    }
    .SectionFourSm {
        padding: 7rem 1rem 0rem;
    }
    
}
@media screen and (max-width:750px) {
    .startBlock {
        width: 66%;
    }
}
@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) {
    .priceT {
        font-size: 1.5rem;
    }
    .price {
        font-size: 3rem;
    }
    .SectionFourSm {
        padding: 7rem 1rem 0rem;
    }
}
@media screen and (max-width:630px) {
    .contactText {
        font-size: 2rem;
    }
    .startBlock {
        width: 80%;
    }
    .tImgf {
        min-width: 0;
        width: 100% !important;
    }
}
@media screen and (min-width: 576px) {
    #nameLastname {
        width: 100%;
    }
    #phone {
        width: 100%;
    }
}
@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: -51px;
    }
    .mobileXm {
        min-height: 22rem;
    }
    .secondSectionP {
        padding: 0 8px;
    }
    .contactP {
        margin: 0;

    }
    .spanStyle2 {
        font-size: 1rem;
    }
    .spanStyle4 {
        font-size: 1rem;
    }
    .spanStyle4f {
        font-size: 1rem;
    }
    .spanStyle4m {
        font-size: 1rem;
    }
    .sectionTwoText {
        font-size: 1.2rem;
    }
    .thirdC1 {
        left: 0;
        padding: 0;
    }
    .text3 {
        font-size: 24px;
    }
    .text4 {
        font-size: 1rem;
    }
    .sectionSixBox {
        padding: 3rem 2rem 3rem;
    }
    .contactText {
        font-size: 30px;
        line-height: 44px;
        padding: 0 1rem;
    }
    .contact2H1 {
        font-size: 1.5rem;
    }
    .logo2 {
        width: 8rem;
    }
    .overlay a {
        font-size: 28px;
    }
    .thirdBtnBox {
        display: inline-block;
    }
    .laptopS1 {
        top: -89px;
    }
    .phone {
        display: none;
    }
    .sectionFourX {
        padding: 5rem 0rem 3rem;
    }
    .sectionFive {
        padding: 5rem 1rem 4rem;
    }
    .sectionThree {
        padding: 5rem 1rem 4rem;
    }
    .thirdBtn {
        top: 0;
    }

}
@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;
    }
    .startBlock {
        width: 89%;
    }
    .sectionOneBox {
        top: 15%;
    }
    .sectionOneImg {
        height: 34rem;
    }
    .priceSpan {
        font-size: 1rem;
    }
}
@media screen and (max-width:430px) {
    .colSpan {
        margin-right: 14px;
    }
    .startBlock {
        padding: 2rem 0.5rem;
    }
    .sectionOneSubBox {
        min-height: 0;
    }
}
@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 {
        display: none;
    }
    .mobileXm {
        min-height: 16rem;
    }
    .thirdBlock {
        padding: 0 0 0;
    }
    .text3 {
        font-size: 16px;
    }
    .text1 {
        font-size: 1.2rem;
    }
    .text2 {
        font-size: 1rem;
    }
}
@media screen and (max-width: 350px) {
    .overlay a {
        font-size: 22px;
    }
    .contactText {
        font-size: 22px;
    }
    .sectionOneImg {
        height: 37rem;
    }
}
@media screen and (max-width: 330px) {
    .fourthCol {
        min-height: 15rem;
        max-height: 15rem;
    }
    .fourthColX {
        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;
    }
    .thirdSectionH1F {
        font-size: 29px;
    }
    .fourthSectionH1 {
        font-size: 29px;
    }
    .fourthSectionH1M {
        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;
    }
        .sectionSixBox {
        padding: 3rem 1rem 3rem;
    }
    .containerBorders {
        padding: 0 0.5rem;
    }
    .mobileXm {
        min-height: 12rem;
    }
    .sectionTwoBox {
        margin: 0px 0px 62px 0px;
    }
    .sectionTwo {
        padding-bottom: 6rem;
    }
    .sectionThree {
        padding: 5rem 0.5rem 4rem;
    }
    .SectionFourSm {
        padding: 4rem 0.5rem 0rem;
    }
    .fourthContainer2 {
        padding: 2rem 0.5rem;
    }
    .sectionFive {
        padding: 5rem 0.5rem 4rem;
    }
    .text1F {
        font-size: 1rem;
    }
    .fourthContainer {
        max-width: 1417px;
        padding: 0rem 1rem 2rem;
    }
    .sectionSixBox {
        padding: 3rem 1rem 1rem;
    }
    .priceContainer {
        max-width: 1480px;
        padding: 0 0.5rem;
    }
    .limod {
        position: relative;
        padding: 0 1rem 1rem 1rem;
    }
    .contactText {
        padding: 0;
    }
    .contactBlock {
        padding: 2rem 0.5rem 1rem 0.5rem;
    }
}
@media screen and (max-width: 270px) {
    .sectionOneH1 {
        font-size: 25px;
        max-width: 34rem;
    }
    .secondSectionH1 {
        font-size: 25px;
        max-width: 34rem;
    }
    .text3 {
        font-size: 1rem;
    }
    .thirdSectionH1 {
        font-size: 25px;
        line-height: 34px;
    }
    .fourthSectionH1 {
        font-size: 25px;
        line-height: 34px;
    }
    .fourthSectionH1M {
        font-size: 25px;
        line-height: 34px;
    }
    .sixthSectionH1 {
        line-height: 34px;
    }
    .colSpan {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .contactText {
        padding: 0;
    }
}