*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Urbanist', sans-serif;
}
main{
    background: white;
}
html{
    scroll-behavior: smooth;
    scroll-padding: 30px;
}
header {
    position: relative;
    display:flex;
    justify-content: space-between;
    width:100%;
    max-width:100vw;
    margin: auto;
    background-color:#0C1B32;
    height: 70px;
    z-index: 99999;
}
#home:before {
    content: '';
    position: fixed;
    height: 80px;
    left: 0;
    right: 0;
    width: 100vw;
    background-color:#0C1B32;
    z-index: 99;
    box-sizing: border-box;
}
.nonebar{
    display: block;
    position: relative;
    background-color: transparent;
    width: 280px;
}
.navbar{   
    z-index: 999;
    display:flex;
    justify-content: space-between;
    position: fixed;
    align-items: center;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 13px 50px 5px 50px;
} 
.menu-links{
    color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;   
    width: 100%;
    max-width: 1300px;
    margin: auto;
    align-items: center;  
}
.menu-linksbtn ul{
    list-style: none;
    display: flex;
    margin: 0 auto;
    justify-content:space-between;
    width:460px;
    text-align: center;
}
.menu-linksbtn a {
    display:block;
    text-align: center;
    color:#fff;
    text-decoration:none;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing:1px
}
.menu-linksbtn a:hover{
    color: #E0B451;
    transition: 0.2s all ease-in-out;
}
.menusocial{
    right: 0;
}
.menusocial ul{
    list-style: none;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content:space-between;
    align-items: center;
    width:230px;
    margin: 0 auto;
}
.menusocial ul li a {
    display: inline;
    text-decoration:none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.menusocial ul li a svg{
    fill: #e0b451;
}
.menusocial ul li a svg:hover{
    fill: #fff
}
.menusocial li a svg{
    width: 25px;
    margin: auto;
    margin-top: 3px;
}
.menusocial li:first-child{
    display: inline-flex;
    margin-right: 5px;
    background-color: #E0B451;
    border-radius: 20px;
}
.menusocial .btn1{
    border-radius: 20px;
}
.menusocial a:first-child{
    color: #070707;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    align-items: center;
    padding: 6px 0px;
    width: 129px;
}

.bnts-logo{
    display: flex;
}
.callnow{
    display: flex;
    flex-direction: column;
    color: #082F42;
    background-color: #E0B451;
    border-radius: 30px;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    align-items: center;
    text-align: center;
    padding: 8px 10px;
    width: 130px;
    margin-left: 10px;
    text-decoration: none;
}
.callnow p{
    font-size: 14px;
}
.btn-toggle, .contactm{display: none;}
.logo-m{
z-index: 9;
display:block;
width: 100%;
max-width: 50px;
}
.call-m, .logo-m1{display: none;}
@media only screen and (max-width: 1000px) {
    .nonebar, .contactw, .bnts-logo{display: none}
    .contactm, .logo-m1{display: block}
    .call-m{
        display: block;
        position: absolute;
        z-index: 99;
        top: 3%;
        left: 50%;
        transform: translate(-50%);
    }
  .box{
    width: fit-content;
    height: 0vh;
    position: relative;
    text-align: left;
    z-index: 1;
    opacity: 0;
    left: -500px;
    pointer-events: none;
    transition: 0.3s;
  }
.btn-toggle {
    position:absolute;
    right:30px;
    top:0px;
    display:none;
    flex-direction:column;
    justify-content:space-between;
    width:15px;
    height:15px;
}
.btn-toggle .bar {
    height:3px;
    width:100%;
    border-radius:20px
}
  .active_box{
    opacity: 1;
    left: 0px;
    pointer-events: fill;
  }
  .menu_icon_box{
    display: block;
    z-index: 2;
    width: fit-content;
    height: auto;
    margin: 20px;
    position: absolute;
    border-radius: 4px;
    cursor: pointer;
  }
  .line1 , .line2 , .line3{
    width: 20px;
    height: 3px;
    margin: 4px 0px;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.2s;
  }
  .active .line1{
    transform: translate(0px , 15px)rotate(45deg);
  }
  .active .line2{
    opacity: 0;
  }
  .active .line3{
    transform: translate(0px , 1px)rotate(-45deg);
  }
  .menu-links{
    background-color: #0C1B32;
  flex-direction: column;
  align-items:center;
  margin-top: 50px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  height:280px
  }
  .menu-links ul{
      display: block;
  }
  .menu-links a {
  padding: 2px 0
  }
  .menusocial li a svg{
      margin-top: 0px;
  }
  .menu-linksbtn{
      display: flex;
  }
  .menusocial ul{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 150px;
      justify-content: center;
      margin: auto;
      margin-bottom: 10px;
  }
  .menusocial ul li{
    margin-left:5px;
  }
  .menusocial ul li:first-child{
      margin-left:0;
  }
  .menusocial ul a {
      text-decoration:none;
      cursor: pointer;
      align-items: center;
  }
  .menusocial li:first-child{
      display: inline-flex;
      padding: 2px 4px;
      gap: 8px;
      border: 1px solid #E0B451;
      margin-bottom: 10px;
      border-radius: 20px;
  }
  .menusocial a:first-child{
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 110%;
      align-items: center;
  }
  .menu-links.active{
      margin: auto;
      margin-top: 70px;
  display:flex;
  }
  .menusocial.active {
      display:flex
  }
  .navbar {
  padding: 0;
  }
  #home {
  display:flex;
  flex-direction:column;
  max-width: 400px;
  text-align: right;
  align-items: end;
  }   
  .logo-m1{
  margin-left: 25px;
  display: flex;
  position: absolute;
    top: 10px;
  }
  .menulibtnser{
    padding-top: 20px;
  }
  .menuliser{
    height: 250px;
  }
}
.videocontainer{
    position: relative;
    display:flex;
    flex-direction: column;
    width:100%;
    max-width:100vw;
    background-color:transparent;
}
.videoimg {
    display: block;
    width: 100%;
    object-fit: cover;
}
.videop{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    width:100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 50px 0 50px;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.videop img{
    max-width: 350px;
    width: 100%;
    height: 100%;
    margin: auto;
}
.videobg::after {
    content: '';
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    /* background: linear-gradient(0deg, rgba(8, 47, 66, 0.30) 0%, rgba(8, 47, 66, 0.30) 100%), linear-gradient(180deg, rgba(8, 47, 66, 0.00) 0%, #0C1B32 100%);  */  
    position: absolute;}
.videop p{
    color: #fff;
    width: 453px;
    height: auto;
    margin: auto;
    text-align: center;
    font-family: 'Urbanist';
    font-size: 48px;
    font-weight: 300;
    padding-top: 40px;
    line-height: 100%;
}
@media screen and (max-width:1250px) {
    .videop img{
        max-width: 200px;
        width: 100%;
        height: 100%;
        margin: auto;
    }
    .videop p{
        width: 100%;
        max-width: 370px;
        height: auto;
        margin: auto;
        font-size: 40.033px;
        top: 50%;
    }
}
@media screen and (max-width:700px) {
    .videoimg{
        width: 100%;
        height: 500px;
        object-position: bottom;
    }
    .videop img{
        max-width: 170px;
        width: 100%;
        height: 100%;
        margin: auto;
    }
    .videop{
        flex-direction: column;
        padding: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .videop p{
        max-width:100%;        
        font-size: 35.122px;
        padding-top: 30px;
        line-height: 1.1;
    }
}

.aboutcontainer{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 1500px;
    max-height: 1990px;
    margin: auto;
    background-color: #0C1B32;
}
.aboutimg{
    display: flex;
    width:100%;
    max-width: 920px;
    margin: auto;
}
.aboutimg video{
    width:100%;
    max-width: 900px;
    margin: auto;
    border-radius: 30px;
}
.about{
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: auto;
    justify-content: space-between;
    padding:0;
    color: #F6F6F6;
    padding-bottom: 79px;
    font-family: 'Urbanist';
}
.abouttext{ 
    display: flex;
    flex-direction: column; 
    max-width: 535px;
    margin: auto;
    text-align: center;
    padding: 30px 20px 30px 0;
}
.about h2{
    margin-top: 0px;
    display: flex;
    flex-direction: column;    
    font-size: 24px;
    font-weight: 700;
}
.about h2 svg{
    display: block;
    margin: auto;
    margin-top: 16px;
}
.abouttext p{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-top: 50px;
}
.abouttext h6{
    font-size: 14px;
    font-style: normal;    
    font-weight: 700;
    line-height: 130%;
    border: 1px solid #E0B451;
    border-radius: 8px;
    margin: 20px -59px 20px -59px;
    padding: 10px 59px;
    color: #E0B451;
}
.abouttext span{
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
}
/* .reveal{
    position: relative;
    transform: translateX(-50%);
    opacity: 20%;
    transition: 1s all ease;
}
.reveal.active{
    transform: translateX(0%);
    opacity: 1;
} */
@media screen and (max-width:1250px) {
    .aboutcontainer{
        min-height: 0;
        max-height: 1300px;
    }
    .aboutimg{
        display: flex;
    }
    .aboutimg video{
        max-width: 650px;
        margin: auto;
    }  
}
@media screen and (max-width:790px) {
    .aboutcontainer{
        height:100%;
        min-height: 1050px;
        max-height: 100%;
    }
    .about{
        padding-bottom: 0;
    }
    .abouttext{ 
        max-width: 398px;
        padding: 30px 40px 30px 40px;
    }
    .abouttext h2{
        text-align: center
    }
    .abouttext h2 svg{
        text-align: center;
        margin: auto;
        margin-top: 16px;
    }
    .abouttext p{
        text-align: center;
        font-size: 14px;
    }
    .abouttext h6{
        font-size: 14px;
        text-align: center;
        max-width: 860px;
        margin: 20px -29px 20px -29px;
        padding: 10px 29px;
    }
    .aboutimg video{
        max-width: 350px;
    }  
}
.servicescontainer{
    position: relative;
    background-color: #F3F3F3;
    width: 100%;
    max-width: 100vw;
    margin: auto;
    padding-bottom: 60px;
}
.services{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100vw;
    margin: auto;
    padding: 0 0 50px 0;
}
.servicestitle{
    font-family: 'Urbanist', sans-serif;
    text-align: center;
    color: #070707
}
.servicescontainer .servicestitle h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 70px;
}
.servicestitle h2 svg{
    margin-top: 16px;
}
.services h3{
    margin-top: 32px;
    font-size: 20px;

}
.listareas{
    display: flex;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    justify-content: center;
    gap: 56px;
    text-align: left;
    margin-top: 32px;
    padding-left: 45px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
}
.listareas ul{
    text-decoration: dotted;
}

.mySwiper1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    padding: 0;
    height: 520px;
    cursor: grab;
    margin: auto !important;
    overflow: hidden;
    padding-bottom: 40px;
}
.swiper1 {
  display: flex;
  font-size: 18px;
  justify-content: center;
  width: 100%;
  max-width: 299px;
  height: 100%;
  border-radius: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.swiper1 img {
  width: 100% !important;
  max-width: 290px !important;
  margin: auto;
  justify-content: start;
  object-fit: cover !important;
  object-position: center;
}
.cardinfos svg{
    position: absolute;
    top: 53px;
    left: 50%;
    transform: translate(-50%);
}
.cardinfos h6{
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    width: 240px;
    bottom: 235px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}
.servicesbtn{
    position: absolute;
    bottom: 84px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    border-radius: 100px;
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    background-color: #0C1B32;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    width: 150px;
}
.servicesbtn a{
    text-decoration: none;
    color: inherit;
}
.servicesbtn:hover{
    background-color: #E0B451;
    color: #000;
    border: 1px solid #000;
}
@media screen and (max-width:980px) {
    .servicescontainer{
        padding: 0 0 100px;
    }
    .listareas{padding: 0;}
    .cardinfos h6{
        bottom: 190px;
    }
    .mySwiper1 {
        padding: 0 10px;
        height: 450px;
        margin-bottom: 50px;
    }
    .swiper1 {
      max-width: 699px;
      height: 400px;
    }
    .swiper1 img {
      width: 600px !important;
      max-width: 690px !important;
      max-height: 400px;
    }
}
.preferencecontainer{
    width: 100%;
    max-width: 2990px;
    margin: auto;
    height: 100%;
    max-height: 600px;
}
.preference{
    z-index: 999;
    width: 100%;
    max-width: 1340px;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 80px 50px 40px 50px;
}
.preferencecontainer .bgs-web{
    max-height: 600px;
}
.preference h3{
    z-index: 9;
    width: 349px;
    color: #fff;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    font-family: 'Urbanist', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.preference h3 svg{
    margin: auto;
    margin-top: 14px;
}
.preferencegrid{
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.preferencecard{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    background-color: transparent;
    margin: auto;
    max-width: 250px;
    border-radius: 20px
}
.preferencecard img{
    display: block;
    max-width: 112px;
}
.preferencecard h5{
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    margin-top: 32px;
    color: #fff;
    width: 180px;
}
@media screen and (max-width: 1570px) {
    .preferencecontainer{
        max-height: 560px;
    }
    .preferencecontainer .preferencebgw{
        max-height: 560px;
        height: 150%;
    }
}
@media screen and (max-width: 1070px) {
    .preferencebgw{display: none;}
    .preferencecontainer{
        height: 950px;
        max-height: 950px;
    }
    .preference{
        margin: auto;
        padding: 50px 0;
    }
.preferenceprinc {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
}
.preference h3{
    width: 252px;
    font-size: 30px;
}
.preferencegrid{
    display: flex;
    flex-direction: column;
    padding-bottom: 90px;
    padding-top: 10px;
}
.preferencecard{
    flex-direction: column;
    padding-bottom: 30px;
    margin: auto;
    margin-bottom: 0;
}
.preferencecard:last-child{
    padding-bottom: 0;
}
.preferencecard img{
    max-width: 73px;
    margin: auto;
}
.preferencecard h5{
    font-size: 14px;
    max-width: 190px;
    text-align: center;
    margin: 20 auto 0 auto;
}
.preferencecontainer .preferencebgm{
        height: 150%;
        max-height: 950px;
}
}
.request{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 2990px;
    margin: auto;
    height: 0;
    z-index: 99;
}
.request a{
    display: block;
    text-decoration: none;
    display: inline-flex;
    width: 230px;
    height: 46px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 72px;
    background: #E0B451;
    color: #070707;
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 1270px) {
    .request{
        padding-top: 0;
        margin-top: 0;
    }

}
@media screen and (max-width:790px) {
.request a{
    width: 189px;
    height: 40px;
    padding: 16px 32px;
    font-size: 14px;
}
.request{
    padding-top: 0;
    margin-top: 0;
}
}

.portifoliotitle p{
    max-width: 600px;
font-family: 'Urbanist', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: center;
}
.portifoliocontainer{
    background-color: #fff;
    width: 100%;
    max-width: 100vw;
    margin: auto;
    padding: 170px 0 0;
    margin-bottom: 20px;
}
.portifolio{
    width: 100%;
    max-width: 3960px;
    margin: auto;
}
.portifoliotitle{
    font-family: 'Urbanist', sans-serif;
    color: #070707
}
.portifoliocontainer .portifoliotitle h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 60px;
}
.portifoliotitle h2 svg{
    margin-top: 16px;
}

:root {
    --swiper-navigation-color: #eee;
    --swiper-pagination-color: #333333cc;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
}
swiper-container.mySwiper2 {
  width: 100%;
  height: 100%;
  max-height: 655px;
  cursor: grab;
  margin: 0 !important;
}
swiper-slide.swiper2 {
  max-width: 580px;
  border-radius: 30px;
  margin-left: 0px;
  margin-bottom: 40px;
}
.swiper2 img {
  width: 100% !important;
  max-width: 570px !important;
  margin: auto;
  border-radius: 32px;
  object-fit: cover !important;
  object-position: center;
}
.licensed{
    position: absolute;
    right: 20%;
    margin-top: 50px;
}
@media screen and (max-width:1290px) {
    .portifoliocontainer{
        background-color: #fff;
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
        padding: 90px 0 0 0;
    }
    swiper-container.mySwiper2 {
      max-height: 630px;
      cursor: grab;
      margin: 0 !important;
    }
    swiper-slide.swiper2 {  
        max-width: 570px;
        height: 100%;
        margin: 0px;
    }
    .swiper2 img {
      width: 100% !important;
      margin: auto;
      border-radius: 32px;
      justify-content: start;
      object-fit: cover !important;
      object-position: center;
    } 
}
@media screen and (max-width:790px) {
swiper-container.mySwiper2 {
  max-height: 430px;
  cursor: grab;
  margin: 0 !important;
}
swiper-slide.swiper2 {  
    max-width: 410px;
    margin: auto;
    padding: 0 5px;
}
.swiper2 img {
  width: 100% !important;
  max-width: 410px !important;
  margin: auto;
  border-radius: 32px;
  justify-content: start;
  object-fit: cover !important;
  object-position: center;
}
.licensed{
    position: relative;
    display: block;
    left: 50%;
    top: 2%;
    transform: translate(-50%, 0%);
    margin-top: 0px;
}
}
/* IG CONTAINER */
.ig-embed{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 9999px;
    margin: auto;
    padding: 80px 0;
}
.ig-embed h2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 32px;
}
.ig-embed h2 span{
    margin-top: 30px;
}
.ig-embed iframe{
    width:900px; 
    height:800px;
}
@media screen and (max-width:980px) {
    .ig-embed iframe{
        width:500px; 
        height:530px;
    }    
}
@media screen and (max-width:580px) {
    .ig-embed iframe{
        width:100%;
        max-width: 400px; 
        height: 480px;
    }    
}
.reviewscontainer{
    position: relative;
    width: 100%;
    max-width: 3000px;
    margin: auto;
    padding-top: 90px;
    height: 100%;
    max-height: 600px;
    background-color: #0C1B32;
}
.bgs-reviews2{
    position: absolute;
    right: 120;
    opacity: 50%;
    bottom: 50;
}
.bgs-reviews1{
    position: absolute;
    top: 50;
    left: 130;
    opacity: 50%;
}
.review{
    display: block;
    width: 100%;
    max-width: 1340px;
    margin: auto;
    padding: 0;
}
.reviewstitle h2{
    position: relative;
    z-index: 99;
    color: #FFF;
    display: flex;
    flex-direction: column;
    max-width: 330px;
    margin: auto;
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 50px;
}
.reviewstitle h2 svg{
    margin: auto;
    margin-top: 14px;
}
.selo{
    position: relative;
    max-width: 150px;
    margin: auto;
    z-index: 9999;
}
.selo img{
    margin-top: -75px;
    width: 150px;
    position: absolute;
    justify-content: center;
}
@media screen and (max-width: 1280px) {
    .bgs-reviews2{
        position: absolute;
        max-width: 70px;
        right: 100px;
        bottom: 10px;
    }
    .bgs-reviews1{
        position: absolute;
        max-width: 70px;
        top: 50px;
        left: 20px;
    }
}
@media screen and (max-width: 590px) {
    .review{
        width: 100%;
        max-width: 1340px;
        margin: auto;
        padding: 0;
    }
    .bgs-reviews2{
        max-width: 40px;
    right: 40px;
    bottom: 20px;
    }
    .bgs-reviews1{
        max-width: 60px;
        top: 20px;
        left: 40px;
    }
    .selo img{
        margin-top: -75px;
        width: 150px;
        position: absolute;
        justify-content: center;
    }
    .ig-embed{
        padding-bottom: 0;
    }
}
.bgs-web{
    display: block;
    pointer-events: none;
    position: absolute;
    width: 100%;
    object-fit: cover;
    max-width: 2999px;
    height: 100%;
    max-height: 100%;
    flex-shrink: 0;
    z-index: 0;
}
.bgs-mob{display: none;}

.formgrid{
    display: flex;
    position: relative;
    width: 100%;
    max-width: 2990px;
    height: 1100px;
    margin: auto;
    background-color: #000; /* !! */
    padding: 0;
}
.form {
    z-index: 1;
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: auto;
    justify-content: right;
    color: #FFF;
}
.logoform{
    margin: auto;
    max-width: 266px;
    text-align: center;
    margin-bottom: 0px;
}
.form h2{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 40px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.form h2 svg{
    margin: auto;
    margin-top: 15px;
}
.form p{
    max-width: 459px;
    margin: auto;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
    letter-spacing: 0.64px;
    text-align: center;
}
form {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: right;
    flex-direction: column;
    gap: 14px;
    width:700px;
    max-width: 100%;
    height: 420px;
    background-color: #FFF;
    border-radius: 25px;
    padding: 30px 20px 20px;
}
#form input, textarea, select{
    width: 100%;
    list-style: none;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #333333d8;
}
#form input{
    height:  46px;    
}
#form textarea{
    padding: 16px;
}
#form select option:first{
    color: #000000a4;
}
#form button{
    width: 120px;
    list-style: none;
    color: #070707;
    border-radius: 16px;
    padding: 10px;
    margin: 0 auto;
    background-color: #E0B451;
    cursor: pointer;
}
#form button:hover{
    background-color: #fff;
    transition: 0.2s;
}
.form h6{
    display: flex;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 70px;
    padding: auto;
    margin: auto;
    margin-top: -5px;
}
.formgroup1, .formgroup2{
    display: flex;
    gap: 16px;
}
.rights{
    position: relative;
    height: 91px;
    width: 100%;
    max-width: 2990px;
    margin: auto;
    margin-top: 200px;
    padding: 34px 0;
    background-color: #E0B451;
    align-items: center;
    text-align: center;
}
.rights p{
    color: #4E4E4E;
    font-family: 'Urbanist';
    font-size: 14.4px;
    font-weight: 500;
    line-height: 150%;
}
@media screen and (max-width:1570px) {
    .formbgm{
        display: block;
        pointer-events: none;
        position: absolute;
        width: 100%;
        object-fit: cover;
        max-width: 2999px;
        height: 1300px;
        flex-shrink: 0;
        z-index: 0;
    }
}
@media screen and (max-width:1290px) {
    .formimgsbg{
        display: none;
    }
    .formgrid{
        height: 1000px;
        margin: auto;
        justify-content: center;
    }
    .logoform{
        max-width: 236px;
        justify-content: center;
        margin: 0 65 40 65;
    }
    .form{
        margin: auto;
        width: 370px;
        height: 900px;
    }
    .form h2{
        font-size: 32;
        line-height: 32px;
        margin-bottom: 30px;
        max-width: 250px;
        margin: auto;
    }
    .form p{
        max-width: 289px;
        margin:  40px auto;
        font-size: 14px;
        letter-spacing:1px;
        text-align: center;
    }
    form {
        width: 100%;
        list-style: none;
        display: flex;
        justify-content: right;
        flex-direction: column;
        height: 430px;
    }
}
footer{
    position: relative;
    width: 100%;
    max-width: 2990px;
    margin: auto;
    height: auto;
    background-color: #0C1B32;
    color: #E0B451;
}
.footergrid{
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    justify-content: space-between;
    padding: 50px 50px 0 50px;
}
.footermenu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 150px;
}
.footermenu ul li a {
    text-decoration: none;
    color: #E0B451;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.footermenu ul li a:hover {
    color: #fff;
    transition: 0.2s;
}
.footermenu ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70px;
}
.footerimglogo{
    display: flex;
    justify-content: center;
    width: 200px;
    /* padding: 50px 0px 20px 0px;  */
}
.footerimglogo img{
    display: block;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}
.adress{
    display: flex;
    justify-content: right;
    width: 238px;
    height: 50px;
    margin: 40px 0;
}
.adress p{
    text-align: center;
    width: auto;
    color: #E0B451;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
}
.adress p a:hover{
    color: #FFF;
}
.footersocials{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 108px;
}
.footersocials p{
    text-align: center;
    margin-right:20px;
    color: #E0B451;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
}
.footersocials ul {
    justify-content: center;
    list-style: none;
    display: flex;
    text-align: center;
    gap: 10px;
    padding-top: 18px;
}
.footersocials ul a{
    text-decoration: none;
}
.footersocials ul a svg{
    width: 100%;
    max-width: 28px;
    margin: auto;
}
.footersocials ul a svg{
    fill: #e0b451;
}
.footersocials ul a svg:hover{
    fill: #fff;
}
.rights{
    position: relative;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 9990px;
    margin: auto;
    padding: 0 0 50px 0;
    background-color: #0C1B32;
    align-items: center;
    text-align: center;    
    padding-top: 50px;
}
.rights svg{
    position: absolute;
    top: 40px;
}
.footer-credits{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    align-items: center;
}
.rights p{
    background: var(--Style, linear-gradient(90deg, #B57912 0%, #F9E741 24.48%, #8A3D14 54.68%, #DAB651 99.99%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14.4px;
    font-weight: 500;
    line-height: 150%;
}
.footer-credits ul{
 display: flex;
 list-style: none;
 gap: 10px;
 padding: 10px;
}
.footerimglogo2{display:none;}
@media screen and (max-width: 770px) {
    .footer-credits{
        flex-direction: column;
    }
    .bgs-web{
        display: none;
    }
    .bgs-mob{
        display: block;
        pointer-events: none;
        position: absolute;
        width: 100%;
        object-fit: cover;
        max-width: 2999px;
        height: 100%;
        max-height: 2300px;
        flex-shrink: 0;
        z-index: 0;
    }
    footer{
        position: relative;
        width: 100%;
        max-width: 2990px;
        height: auto;
        margin: auto;
    }
    .footergrid{
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 290px;
        margin: auto;
        justify-content: space-between;
        padding: 30px 0 0;
    }
    .footermenu ul li a{
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
    }
    .footermenu{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .adress{
        display: flex;
        margin: auto;
        justify-content: center;
    }
    .adress p{
        justify-content: center;
        margin-top: 0px;
        margin: auto;
    }
    .footerimglogo{
        width:100%;
        display: flex;
        margin-left: 0;
        margin-top: 0;
        display: flex;
        margin: auto;
        justify-content: center;
        padding: 20px 0 40px 0; 
    }
    .footerimglogo img{
        margin-top: 20px;
        width: 100%;
        height: 100%;
        width: 110px;
    }
    .footersocials{
        margin-left: 0px;
        margin-top: 45px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .footersocials{
        justify-content: center;
        margin-top: 70px;
    }
    .footersocials p{
        text-align: center;
        margin: 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%; 
    }
    .footersocials ul {
        list-style: none;
        display: flex;
        text-align: center;
        justify-content: center;
        gap: 5px;
        padding-top: 8px;
        margin-left: 0px;
    }
    .footersocials ul a{
        text-decoration: none;
    }
    .rights{
        height: 110px;
        padding-top: 40px;
    }
    .rights svg{
        top: 20px;
    }
    .rights p{
        font-size: 14px;
    }
    .footer-credits ul li a{
        font-size: 14px;
    }
}
@media screen and (max-width:990px) {
    .preferencecontainer 
    .bgs-web{
        display: none;
    }
    .bgs-mob{
        display: block;
        pointer-events: none;
        position: absolute;
        width: 100%;
        object-fit: cover;
        max-width: 2999px;
        height: 100%;
        max-height: 1300px;
        flex-shrink: 0;
        z-index: 0;
    }
}
:root {
    --scroll: 0
}
.btn1:hover{
    transition: 0.2s ease-in-out;
    background-color: #FFF;
}

.popuptest{
    position: relative;
    width: 100%;
    max-width: 9999px;
    margin: auto;    
    background-color: #fff;
    padding: 50px;
}
.popupgrid{
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    justify-content: center;
}
.popup .content{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 880px;
    height: 520px;
    z-index: 9999;
    padding: 300px 30px 30px 30px;
    border-radius: 30px;
    color: #FFF;
}
.popup .content .popttlbtn{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.callnowpopup{
    margin-left: 0;
}
.popup.active .overlay{display: block;}
.popup.active .content{
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup .content h1{
    font-size: 32px;
}
.popup .content p{
    max-width: 400px;
    font-size: 16px;
    line-height: 150%;
}
.popup .content1{
    background: url(../assets/popup1.png);
    background-position: 100%;
    background-size: cover;
}
.popup .content2{
    background: url(../assets/popup2.png);
    background-position: 100%;
    background-size: cover;
}
.popup .content3{
    background: url(../assets/popup3.png);
    background-position: 100%;
    background-size: cover;
    padding: 200px 30px 30px 30px;
}
.popup .content4{
    background: url(../assets/popup4.png);
    background-position: 100%;
    background-size: cover;
}
@media screen and (max-width:1200px) {
    .popupgrid{
        flex-wrap: wrap;
        width: 100%;
        max-width: 700px;
        row-gap: 20px;
    }
    .popupgrid > div{
        flex: 50%;
    }
    .popupteste{
        display: block;
        height: 1000px;
    }
}
@media screen and (max-width:900px) {
    .popuptest{
        padding: 50px 10px ;
    }
    .popup .content{
        flex-direction: column;
        width: 100%;
        height: 520px;
        padding: 200px 20px 90px 20px;
    }
    .popup .content h1{
        font-size: 22px;
    }
    .popup .content p{
        max-width: 400px;
        font-size: 14px;
        line-height: 120%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .popup .content1{
        background: url(../assets/popup1.png);
        background-position: 40%;
        background-size: cover;
    }
    .popup .content2{
        background: url(../assets/popup2.png);
        background-position: 40%;
        background-size: cover;
    }
    .popup .content3{
        background: url(../assets/popup3.png);
        background-position: 40%;
        background-size: cover;
        padding: 30px 30px 120px 30px;
    }
    .popup .content4{
        background: url(../assets/popup4.png);
        background-position: 40%;
        background-size: cover;
    }
    .callnowpopup{
        position: absolute;
        margin-left: 0;
        bottom: 5%;
    }
}
a{
    color: inherit;
    text-decoration: none;
}