
@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/HelveticaNeueMedium.otf') format('truetype');
}


body {
    font-family: "Helvetica Neue", sans-serif!important;
}
.videoBox {
  position: fixed; /* <-- use fixed instead of sticky */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99998;
}

.videoBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.popupBox {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.85); display: none;
    justify-content: center; align-items: center; z-index: 1050;
    padding: 15px; box-sizing: border-box;
}
.popup-content {
    background-color: white; padding: 20px; border-radius: 8px;
    position: relative; width: 100%; max-width: 900px;
    max-height: 95vh; overflow-y: auto;
}
.popup-close-btn {
    position: absolute; top: 5px; right: 15px; font-size: 35px;
    font-weight: bold; color: #000; background: none; border: none;
    cursor: pointer; line-height: 1; z-index: 1051;
}
.mySwiperPopup .swiper-slide img {
    width: 100%; height: auto; max-height: 70vh; object-fit: contain;
}
.collection-card { 
    cursor: pointer; }

#videoLoader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
  object-fit: cover;
  z-index: 2; /* video is above white background */
}

#mainContent {
  display: none;
}
.logo {
    width: 70px;
}
.hiddenCloser {
    background: #ffffff70;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: none;
}
.navbar {
    padding: 1.4rem 6rem;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
}
.navbarDesc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.descNav {
  display: flex !important;
  align-items: center;     /* Vertically center the list items */
  justify-content: center; /* Optional: center the whole block horizontally */
  flex-direction: row;     /* Ensure they're in a row */
  gap: 10px;               /* Optional spacing between items */
  height: 100%;            /* Ensure full height for vertical centering */
     /* Optional: space between <li> items */
}
.mobNav {
  display: flex !important;
  align-items: center;     /* Vertically center the list items */
  justify-content: center; /* Optional: center the whole block horizontally */
  flex-direction: row;     /* Ensure they're in a row */
  gap: 10px;               /* Optional spacing between items */
  height: 100%;            /* Ensure full height for vertical centering */
  margin-top: 0.5rem;
}
.navOff {
    display: none;
    position: relative;
}
#chosenLanguage2 {
    width: 2rem;
}
#chosenLanguage {
    width: 2rem;
}
.subLang {
    width: 2rem;
}
.dropdown-menu  {
    min-width: 0!important;
}
.nav-link {
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / 0%);
}

.startBtn {
    border-style: solid;
    border-width: thin;
    border-radius: 40px;
    margin-right: 1rem;
    padding: 0.5rem 1.5rem!important;
    border-color: #F180B3;
    background-color: #F6F5F5;
}

/*mobile navbar*/
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  left: -100%;
  background-color: #fff;
  overflow-x: hidden;
  transition: 1s;

}

.overlay-content {
  position: relative;
  padding-top: 2rem;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
 font-size: 20px;
  color: #000;
  display: block;
  transition: 0.1s;
  text-align: left;
}

.overlay a:hover, .overlay a:focus {
  color: #000;
}

.overlay .closebtn {
  position: absolute;
  right: 4px;
  font-size: 60px;
}
.LangMob {
    display: none;
}
.hamburger {
    width: 2rem;
}
.navArrow {
    width: 26px;
}
.closeMobNav {
  width: 2rem;
}
.subButton {
    margin-top: 7rem;
    text-align: center;
    border-radius: 40px;
    border-style: solid;
    border-width: thin;
    padding: 0.7rem 1rem;
    width: 80%;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(241, 128, 179, 1);
    font-weight: bold;
    text-align: center!important;
    -webkit-text-align: center;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
/*mobile navbar end*/
/*swiper slider */
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
    }
    .swiper-fade {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.swiper-fade.swiper-initialized {
  opacity: 1;
}
    /*swiper slider end */
.sectionOne {
    height: 47rem;
}
.swiperImg {
    object-fit: cover;
}
.swiperImg2 {
    object-fit: cover;
    height: 100%;
}
.swiperImg3 {
    object-fit: cover;
    height: 100%;
    height: 396px;
    width: 573px;
}
.prevSlide {
     position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translate(0px, -50%);
    background: transparent;
    border-color: transparent;
}
.slidePrev{
    width: 2rem;
}
.nextSlide {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    transform: translate(0px, -50%);
    background: transparent;
    border-color: transparent;
}
.slideNext{
    width: 2rem;
    transform: rotate(180deg);
}
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}
.sliderText {
    color: #ffff;
    text-align: center;
    font-size: 48px;
}
.sliderTextBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
.sectionTwo {
    padding: 3rem;
}
.innerBlock {
    padding: 0 0.5rem 2rem;
    background-color: rgba(252, 180, 39, 1);
    height: 594px;
    position: relative;
    border-radius: 5px;
}
.innerBlock2 {
    padding: 0 0.5rem 2rem;
    background-color: rgba(241, 128, 179, 1);
    position: relative;
    border-radius: 5px;
}
.mySwiper2 {
    box-shadow: 2px 1px 19px 0px #000000a6;
    cursor: pointer;
}
.mySwiper3 {
    cursor: pointer;
}
.headText {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
    line-height: 44px;
    font-size: 36px;
    padding: 2rem 0 1rem;
    letter-spacing: 0;
}
.subtext1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.subtext2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.subtext3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.subtext4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.tBox {
    text-align: center;
}
.cardHeadText {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0;
}
.cardSubText {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    max-width: 42rem;
    display: inline-block;
    margin-top: 1.5rem;
}
.sectionThree {
    padding: 2rem 2rem;
}

.col-gap {
    padding: 4rem 2rem 0 2rem;
}

.highlight {
    background-color: yellow; /* მაგალითად */
  }
.cardTextDiv {
    position: absolute;
    left: 4%;
    top: 4%;
}
.cardName {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0;
    color: #fff;

}
.tLocation {
    left: auto;
    top: 4%;
    right: 4%;
}
.allCollectionBtn {
    border-style: solid;
    border-width: thin;
    border-color: rgba(241, 128, 179, 1);
    border-radius: 40px;
    background-color: rgba(246, 245, 245, 1);
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    padding: 0.4rem 1.5rem;
    z-index: 2;
}
.allCollectionBtn:hover {
    color: #000;
    text-decoration: none;
}
.toCollection {
    justify-content: center;
    display: flex;
    padding-top: 3rem;
}
.sectionFour {
    padding: 3rem 4rem 5rem;
}
.textBox2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
    padding: 0 2rem;
}
.textBox {
    height: 100%;
    width: 100%;
    padding-left: 12rem;
}
.bgBlock {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 100%;  /* Set height */
    background-image: url('../img/bg1.png'); /* Add bg image */
    background-size: cover;      /* Make sure the image covers the whole div */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent repeating */
    border-radius: 5px;
}
.bgBlock2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 223px;
    height: 100%;
    background-image: url('../img/bg5.png'); /* Add bg image */
    background-size: cover;      /* Make sure the image covers the whole div */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent repeating */
    border-radius: 5px;
}
.mobBlock {
    display: none;
}
.bg1 {
    transform: rotate(180deg);
}
.headText2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
}
.readMore {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-style: solid;
    border-width: thin;
    border-color: rgba(241, 128, 179, 1);
    background-color: rgba(246, 245, 245, 1);
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    padding: 0.5rem 2rem;
}
.readMore:hover {
    text-decoration: none;
    color: #000;
}
.bX {
    position: relative;
    justify-content: center;
    text-align: center;
    padding-top: 1.8rem;
}
.borderM{
    min-height: 396px;
    border-radius: 5px 0 0 5px;
}
.borderL {
    padding-left: 0;
}
.subF {
    background-color: rgba(227, 227, 227, 1);
    padding: 2rem 0 1rem;
}
.subF img {
  max-width: 100%;
  height: auto;
}
.logo2 {
    width: 99px;
}
.po1 {
    text-align: left;
}
.po3 {
    text-align: end;
}
.img-fluid {
    width: 100%;
    border-radius: 5px;
}
.allRights {
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    letter-spacing: 0;
}
.facebook {
    width: 3rem;
}
.tiktok {
    width: 3rem;
}
.instagram {
    width: 3rem;
}
.po3 {
    text-align: end;
}
.icn {
    text-decoration: none;
}
.icn:hover {
    text-decoration: none;
}
.containerMod {
    padding: 0 3rem;
}
.mobBlock2 {
    display: none;
}
.imgM {
    width: 100%;
}
.about {
    padding: 5rem 5rem;
}
.aboutAveggia {
    text-align: center;
    padding-bottom: 3rem;
}
.hTxt {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0;
}
.pTxt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    max-width: 727px;
    display: inline-block;
}
.aboutImg {
    height: 100%;

}
.imgM{
    height: 100%;
    object-fit: cover;
}
.aboutTextBox {
    width: 86%;
    height: 100%;
    padding-left: 1rem;
}
.aboutText {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 2rem;
}
.aboutSubText {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.loc {
    padding: 1rem 0 5rem;
}
.ord1 {
    padding-right: 0;
    padding-left: 0;
}
.loc:nth-of-type(even) .ord1 {
  order: 2;
  padding-left: 0;
  padding-right: 0;
}

.loc:nth-of-type(even) .ord2 {
    order: 1;
    display: flex;
    justify-content: end;
}

.loc:nth-of-type(even) .ord2 .aboutTextBox {
    padding-left: 0;
    padding-right: 1rem;
}
.aboutBg {
    position: absolute;
    right: 0;
    top: 0;
    width: 84px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.evenBg {
    position: absolute;
    right: auto;
    top: 0;
    left: 0;
}
.ord2 {
    border-style: solid;
    border-width: thin;
    border-color: transparent;
}
.mobileBgBox {
    display: none;
    max-height: 249px;
}
.collection {
    padding: 4rem 4rem 8rem;
}
#map {
    height: 100%;
    width: 100%;
}
.mapStyle {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact {
    padding: 0 0 0rem 4rem;
    background-color: #f6f5f5;
}
.descP {
    padding: 3rem 7rem 5rem 2rem;
}
.contactBlock {
    padding-top: 4rem;
    max-width: 90%;
}
.contactH {
    font-weight: 500;
    font-size: 36px;
    padding: 0 0 2rem 15px;
}
.form-control {
    height: calc(1.5em + .75rem + 10px);
}
.startButton {
    border-radius: 40px;
    padding: 10px 35px 10px 35px;
    border-style: solid;
    border-width: thin;
    border-color: rgba(241, 128, 179, 1);
    min-width: 10rem;
}
.textareaStyle {
    margin-bottom: 1rem;
}
.startBox {
    padding-left: 1rem;
}
.infoBox {
    background-color: #ffffff;
    padding: 2rem 1rem;
    min-height: 11rem;
}
.locP {
    margin-bottom: 0;
}



.descP .row {
  display: flex;
  flex-wrap: wrap;
}

/* Make all columns grow to same height */
.descP .col-lg-4 {
  display: flex;
}

.infoBox {
    padding: 12px 15px 15px 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* changed from center to flex-start */
    justify-content: flex-start;
    height: 100%;
    box-sizing: border-box;
    text-align: left; /* changed from center to left */
}
.infoMb {
    margin-bottom: 1rem;
}
.iconDiv {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* icon stays left inside its wrapper */
    margin-bottom: 20px;
}

.iconS {
    width: 60px;
    height: 60px;
    }

.locP,
.phoneN,
.emailP {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}


.phoneN {
    font-size: 14px;
    font-weight: 400;
}
.locP {
    font-size: 14px;
    font-weight: 400;
}
.emailP {
    font-size: 14px;
    font-weight: 400;
}

.form-control:focus {
    border-color: #00000021;
    box-shadow: 0 0 0 .2rem transparent;
}
#site-header {
  position: static;
}

.sticky-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.iconDiv {
    position:relative;
    left: -6px;
}
.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: #8080809c;
    border-radius: 12px;
    color: #fff;
    font-weight: bold;
    border-style: solid;
    border-width: thin;
    border-color: #8080809c;
    z-index: 2;
  }
  .closerDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .hiddenX {
    display: none;
  }
.aveggiaText {
    position: absolute;
    bottom: 2px;
    left: 3px;
    z-index: 2;
    width: 120px;
}
.contact {
    min-height: 100vh;
}

.smart-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 87px; /* example: fixed height for navbar */
  background-color: white;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Spacer takes navbar height — this prevents content jump */
#navbarSpacer {
  height: 87px; /* same as navbar height */
  transition: height 0.3s ease;
}

body.loading {
  visibility: hidden;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}
@media screen and (min-width:2200px) {
    .contact {
        height: 100vh;
    }
    .cardBox {
        height: 100%;
    }
    .fkD {
        height: 100%;
    }
    .sectionThree {
        max-width: 2300px;
        margin: 0 auto;
        text-align: center; 
    }
    .sectionTwo {
        max-width: 2300px;
        margin: 0 auto;
        text-align: center; 
    }
    .sectionOne {
        max-width: 2300px;
        margin: 0 auto;
        text-align: center; 
    }
    #smartScroll {
        max-width: 2300px;
        margin: 0 auto;
        text-align: center; 
    }
    .sectionFour {
        max-width: 2300px;
        margin: 0 auto;
        text-align: center; 
    }
    .subF {
        max-width: 2300px;
        margin: 0 auto;
        text-align: center; 
    }
    .about {
        max-width: 2300px;
        margin: 0 auto;
        text-align: center;
    }
    .collection {
        max-width: 2300px;
        margin: 0 auto;
        text-align: center;
    }
    .contact {
        max-width: 2300px;
        margin: 0 auto;
        text-align: center;
    }
    .nav-inner {
        max-width: 2300px;
        margin: 0 auto;
    }
}
@media screen and (max-width:1850px) {
    .descP {
        padding: 3rem 3rem 5rem 2rem;
    }
    .contactBlock {
        max-width: 98%;
    }
}
@media screen and (max-width:1490px) {
    .locP {
        font-size: 12px;
    }
    .navbar{
        padding: 1.4rem 4rem;
    }
}
@media screen and (max-width: 1287px) {
    .bgBlock {
        right: -48px;
        width: 194px;
    }
}
@media screen and (max-width:1276px) {
    .bgBlock {
         width: 200px;
    }
}
@media screen and (max-width:1199px) {
    .borderL {
        padding: 0;
    }
    .infoMb {
        margin-bottom: 0;
    }
    .contactBlock {
        max-width: 100%;
    }
    .contact {
        padding: 0;
    }
    .descP {
        padding: 3rem 2rem 0rem 2rem;
    }
    .textBox {
        width: 100%;
        padding-left: 0;
    }
    .mapMob {
        padding: 0;
    }
    .ordx1 {
        order: 2;
    }
    .ordx2 {
        order: 1;
    }
    .textBox2 {
        width: 100%;
    }
    .mobBlock {
        display: block;
        max-height: 249px;
        padding-top: 2rem;
    }
    .bgBlock {
        display: none;
    }
    .bgBlock2 {
        display: none;
    }
    .mobBlockImg {
        width: 100%;
    }
    .mobBlock2 {
        display: block;
        padding-top: 3rem;
        position: relative;
        overflow: hidden;
    }
    .textBox2 {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        width: 100%;
        text-align: center;
        padding: 4rem 0 0;
    }
    .mobBlockImg2 {
        width: 100%;
        position: relative;
        height: 15rem;
    }

    .borderM {
        padding: 0;
    }
    #videoLoader {
        width: 11rem;
    }
}
@media screen and (max-width:1119px) {
    .sectionOne {
        height: fit-content;
    }
    .sliderText {
        font-size: 28px;
        padding: 0 2.6rem;
    }
    .navbar {
        padding: 1.4rem 2rem;
    }
}
@media screen and (max-width: 992px) {
    .navOff {
        display: none;
        position: relative;
    }
    .LangMob {
        display: flex;
        width: 100%;
    }
    #chosenLanguage {
        width: 1.8rem;
    }
    .hamburger {
        width: 2.5rem;
    }
    .navbar {
        padding: 1.4rem 1rem;
    }
    .po2 {
        order: 2;
    }
    .po3 {
        order:1;
    }
    .ord1 {
        padding-right: 0;
        padding-left: 0;
    }
    .loc:nth-of-type(even) .ord1 {
        order: 1;
        padding-left: 0;
        padding-right: 0;
    }

    .loc:nth-of-type(even) .ord2 {
        order: 2;
        display: flex;
        justify-content: end;
        padding: 0;
    }

    .loc:nth-of-type(even) .ord2 .aboutTextBox {
        padding: 0 ;
    }
    .ord2 {
        padding: 0;
    }
    .aboutBg {
        display: none;
    }
    .aboutTextBox {
        width: 100%;
        padding: 0;
    }
    .mobileBgBox {
        display: block;
    }
    .aboutImgBg {
        width: 100%;
    }
    .aboutText {
        padding: 2rem 2rem 0 2rem;
    }
    .aboutSubText {
        padding: 0 2rem 0;
    }
    .smart-scroll {
        height: 126px;
    }
    #navbarSpacer {
        height: 115px;
    }
}
@media screen and (max-width:778px) {
    .po3 {
        padding-bottom: 2rem;
    }
    .allRights {
        margin-bottom: 0;
    }
    .sibF {
        padding: 2rem 0 0rem;
    }
    .innerBlock {
        height: 316px;
    }
    .collection{
        padding: 4rem 1rem 8rem;
    }
    .cardSubText {
        padding: 0 2rem;
    }
}
@media screen and (max-width: 650px ) {
    .about {
        padding: 5rem 3rem;
    }
}
@media screen and (max-width:580px) {
    .sectionTwo {
        padding: 3rem 1rem;
    }
    .col-gap {
         padding: 1rem 0rem 0 0rem;
    }
    .sectionFour {
        padding: 3rem 3rem;
    }
    .containerMod {
        padding: 0 1rem;
    }
    .mobBlockImg2 {
        height: 9rem;
    }
    .cardName {
        font-size: 24px;
    }
    .mobBlock2 {
        padding-top: 6rem;
    }
}
@media screen and (max-width:449px) {
    .slideNext {
        width: 1rem;
    }
    .slidePrev{
        width: 1rem;
    }
    .headText {
        line-height: 34px;
        font-size: 28px;
    }
    .cardHeadText {
        line-height: 34px;
        font-size: 28px;
    }
    .hTxt {
        font-size: 24px;
    }
    .about {
        padding: 5rem 2rem;
    }
    .form-group {
        padding: 0;
    }
    .contactH {
        padding: 0 0 1rem 0px;
    }
    .descP {
        padding: 3rem 1rem 0rem 1rem;
    }
    #map {
        min-height: 31rem;
    }
}
@media screen and (max-width: 370px) {
    .cardSubText {
        padding: 0 1rem;
    }
}
@media screen and (max-width:350px) {
    .headText {
        padding: 2rem 0 0.5rem;
    }
    .sectionTwo {
        padding: 3rem 0rem;
    }
    .headText {
        padding: 2rem 0 0.5rem;
    }
    .sectionThree {
        padding: 2rem 1rem;
    }
    .sectionFour {
        padding: 3rem 2rem;
    }
    .headText2 {
        font-size: 34px;
    }
}
@media screen and (max-width:320px) {
    .aboutText {
        font-size: 25px;
        padding: 2rem 1rem 0 1rem;
    }
    .aboutSubText {
        padding: 0 1rem 0;
    }

}
@media screen and (max-width:280px) {
    .descP {
        padding: 3rem 1rem 0rem 1rem;
    }
    .form-group {
        padding: 0;
    }
    .contactH {
        padding: 0 0 1rem 0px;
    }
    .contactBlock {
        padding-top: 2rem;
    }
}