*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Urbanist', sans-serif;
}
main{
    background: white;
}
html{
    scroll-behavior: smooth;
}
header {
    position: relative;
    display:flex;
    justify-content: space-between;
    width:100%;
    max-width:9999px;
    margin: auto;
}
.nonebar{
    display: block;
    position: relative;
    background-color: transparent;
    width: 290px;
}
.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: 5px 50px 5px 0px;
} 
.menu-links{
    color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;   
    width: 100%;
    max-width: 1200px;
    margin: auto;
    align-items: center;  
}
.menu-linksbtn ul{
    list-style: none;
    display: flex;
    margin: 0 auto;
    justify-content:space-between;
    width:300px;
    text-align: center;
}
.menu-linksbtn a {
    display:block;
    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: #309AD7;
    transition: 0.5s;
}
.menusocial{
    right: 0;
}
.menusocial ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content:space-between;
    width:200px;
    text-align: center;
}
.menusocial ul a {
    text-decoration:none;
    cursor: pointer;
    align-items: center;
}
.menusocial li:first-child{
    display: inline-flex;
    margin-right: 5px;
    border: 1px solid #309AD7;
    border-radius: 20px;
}
.menusocial a:first-child{
    color: #309AD7;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    align-items: center;
    padding: 8px 0px;
    width: 119px;
}


.menu-linksbtn a:hover,
.menu-linksbtn a.active {
  transition: 0.5s ease-out;
  letter-spacing: 1.2px;
}
.btn-toggle{display: none;}
.logo-m{display:none;}
@media only screen and (max-width: 1000px) {
    .nonebar{display: none}
    .logo-m{
    z-index: 9;
    display:block;
    width: 90px;
    top: 15px;
    left: 20px;
    position: absolute;
    }
  .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);
  }
  .imglogo-m{
      position: absolute;
      display: block;
      z-index: 999;
      left: 1.9rem;
      top: 0.6rem;
  }
  .imglogo-m img{
      width: 100%;
      max-width: 70px;
      margin: auto;
      padding: 0px;
  }
  .menu-links{
    background-color: #07041E;
  flex-direction: column;
  align-items:center;
  margin-top: 0px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  height:290px
  }
  .menu-links ul{
      display: block;
      margin-right: 10px;
  }
  .menu-links a {
  padding:.25rem 2rem
  }
  .menu-linksbtn{
      display: flex;
  }
  .menusocial ul{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 150;
      justify-content: center;
      margin: auto;
      margin-bottom: 10px;
  }
  .menusocial ul li:last-child{
      margin-top: -0.1px;
      margin-left:5;
  }
  .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 #309AD7;
      margin-bottom: 10px;
      border-radius: 20px;
  }
  .menusocial a:first-child{
      color: #309AD7;
      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:0px 0px;
  }
  #home {
  display:flex;
  flex-direction:column;
  max-width: 400px;
  text-align: right;
  align-items: end;
  }   
}

.videocontainer{
    position: relative;
    display:flex;
    flex-direction: column;
    width:100%;
    max-width:9999px;
    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;
}
.videop p{
    color: #fff;
    width: 358px;
    height: auto;
    margin: auto;
    text-align: center;
    font-family: 'Urbanist';
    font-size: 40.033px;
    font-style: normal;
    font-weight: 400;
    padding-top: 40px;
}
.videop p span{
    text-decoration:underline#309AD7 6px !important;
    text-underline-offset:15px !important;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-color: #309AD7 !important;
    -webkit-text-decoration-style: solid !important;
    -webkit-text-decoration-thickness: 6px !important;
}
.videop p svg{display: none;}
@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: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .videop p{
        max-width:269px;
        padding-top: 30px;
        line-height: 1.1;
    }
}

.aboutcontainer{
    position: relative;
    width: 100%;
    max-width: 9999px;
    margin: auto;
    height: 100%;
    max-height: 1090px;
    background-color: #07041E;
}
.about{
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: column;  
    padding:0;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-family: 'Urbanist';
}
.about h2{
    margin-top: 0px;
    display: flex;
    flex-direction: column;    
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about h2 svg{
    display: block;
    position: absolute;
    justify-content: center;
    top: 50px;
    left: 42%;
}
.abouttext{ 
    display: flex;
    flex-direction: column; 
    max-width: 465px;
    float: left;
    text-align: center;
    margin-top: 40px;
}
.abouttext p{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-top: 50px;
}
.abouttext p span{
    font-size: 14px;
}
.abouttext h6{
    font-size: 14px;
    font-style: normal;
    font-weight:800;
    line-height: 160%;
    letter-spacing: 0.7;
    border: 1px solid #309AD7;
    border-radius: 8px;
    margin: 20 0 20 0;
    padding: 10;
    color: #309AD7;
}
.abouttext span{
    font-size: 14px;
    font-style: normal;
    line-height: 130%;
    font-weight: 600;
}
.reveal{
    position: relative;
    transform: translateX(-50%);
    opacity: 0.2;
    transition: 1s all ease;
}
.reveal.active{
    transform: translateX(0%);
    opacity: 1;
}

@media screen and (max-width:1600px) {
    .aboutcontainer{
        max-height: 610px;
    }
    .about{
        padding:0 80;
    }
    .about h2{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .about h2 svg{
        display: block;
        position: absolute;
        justify-content: center;
        top: 50px;
        left: 42%;
    }
    .abouttext p{
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        margin-top: 40px;
    }
    .abouttext p span{
        font-size: 14px;
    }
    .abouttext h6{
        font-size: 14px;
        font-style: normal;
        font-weight:800;
        line-height: 160%;
        letter-spacing: 0.7;
        border: 1px solid #309AD7;
        border-radius: 8px;
        margin: 20 0 20 0;
        padding: 10;
        color: #309AD7;
    }
    .abouttext span{
        font-size: 14px;
        font-style: normal;
        line-height: 130%;
        font-weight: 600;
    }
}
@media screen and (max-width:1290px) {
    .aboutcontainer{
        max-height: 635px;
    }
    .about h2 svg{
        display: block;
        position: absolute;
        justify-content: center;
        top: 55px;
        left: 42%;
    }
}
@media screen and (max-width:1000px) {
    .aboutcontainer{
        max-height: 790;
        background-color: transparent;
    }
    .aboutcontainer .bgs-mob{
        top: -110;
    }
    .aboutcontainer img{
        max-height: 110%;
    }
    .about{
        padding:0 10;
    }
    .about h2{
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .about h2 svg{
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .abouttext{ 
        max-width: 600px;
        margin: auto;
        margin-top: 10px;
    }
    .abouttext p{
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        margin-top: 40px;
        max-width: 450px;
        margin: auto;
    }
    .abouttext h6{
        letter-spacing: 0.6;
    }
}
@media screen and (max-width:800px) {
    .aboutcontainer{
        max-height: auto;
    }
    .aboutcontainer img{
        max-height: none;
    }
    .about{
        padding:0 10;
    }
    .about h2{
        margin-top: 0px;
        margin-bottom: 60px;
    }
    .about h2 svg{
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .abouttext{ 
        max-width: 900px;
        margin: auto;
        margin-top: -50px;
    }
    .abouttext p{
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        margin-top: 40px;
        max-width: 450px;
        margin: auto;
    }
    .abouttext h6{
        letter-spacing: 0.6;
    }
}
.servicescontainer{
    background-color: #fff;
    width: 100%;
    max-width: 9999px;
    margin: auto;
}
.services{
    width: 100%;
    max-width: 3960px;
    margin: auto;
    padding: 70 0 20 0;
}
.servicestitle{
    font-family: 'Urbanist', sans-serif;
    color: #07041E
}
.servicescontainer .servicestitle h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 60px;
}
.servicestitle h2 svg{
    margin-top: 16px;
}
.servicestitle p{
    display: block;
    max-width: 447px;
    text-align: center;
    margin: auto;
    font-size:16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    margin-bottom: 40px;
}

:root {
    --swiper-navigation-color: #eee;
    --swiper-pagination-color: #333333cc;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
}
.mySwiper {
  width: 100%;
  height: 100%;
  max-height: 690px;
  cursor: grab;
  margin: 0 auto !important;
}
.mySwiper:host{
    --swiper-theme-color: #fff;
}
.swiper1 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  max-width: 383px;
  border-radius: 30px;
  background-color: #07041E;
  margin-left: 15px;
  max-height: 650;
}
.swiper1 img {
  width: 100% !important;
  max-width: none !important;
  margin: auto;
  justify-content: start;
  object-fit: cover !important;
  object-position: center;
}
.swiper1 h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #309AD7;
    margin-top: 25px;
}
.swiper1 p{
    max-width: 291px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: #309AD7;
    margin: auto;
    margin-top: 12px;
}
@media screen and (max-width:790px) {
    .servicescontainer{
        padding: 30 10 10 10;
        margin-top: 309
    }
    .mySwiper {
      padding:0 10 0 10;
    }
    .swiper1 {
      max-width: 353px;
      margin-left: 0px;
      max-height: 640;
    }
}
.preferencecontainer{
    width: 100%;
    max-width: 2990px;
    margin: auto;
    height: 100%;
    max-height: 700;
}
.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: 700px;
}
.preference h3{
    z-index: 9;
    width: 349px;
    color: #fff;
    text-align: center;
    margin: auto;
    font-family: 'Urbanist', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%; /* 40px */
}
.preference h3 svg{
    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{
    color: #309AD7;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 20px */
    margin-top: 16px;
    width: 265px;
}
.preferencecard p{
    color: #309AD7;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.2px;
    margin-top: 16px;
}
@media screen and (max-width: 1299px) {
    .preferencecontainer{
        max-height: 565;
    }
}
@media screen and (max-width: 1070px) {
    .preferencecontainer{
        height: 1700;
        max-height: 1700;
    }
.preference {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
}
.preference h3{
    width: 252px;
    font-size: 30px;
}
.preference p{
    width: 344px;
    font-size: 16px;
    margin-top: 25px;
}
.preferencegrid{
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
}
.preferencecard{
    padding-bottom: 34px;
    max-width: 400;
    margin-top: 60;
}
.preferencecard:last-child{
    padding-bottom: 0;
}
.preferencecard img{
    max-width: 293px;
}
.preferencecard h5{
    font-size: 20px;
}
.preferencecard p{
    font-size: 16px;
    max-width: 350;
}
}
@media screen and (max-width: 970px) {
    .preferencecontainer{
        height: 1200;
        background-color: #07041E;
    }
.preference {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50 10;
}
.preference h3{
    width: 252px;
    font-size: 30px;
}
.preference p{
    width: 344px;
    font-size: 16px;
    margin-top: 25px;
}
.preferencegrid{
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
    padding: 10;
}
.preferencecard{
    padding-bottom: 30px;
    max-width: 250;
    margin: auto;
    margin-top: 0;
}
.preferencecard:last-child{
    padding-bottom: 0;
}
.preferencecard img{
    max-width: 73px;
}
.preferencecard h5{
    font-size: 14px;
}
.preferencecard p{
    font-size: 12px;
}
}
.request{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 2990px;
    margin: auto;
    height: 0;
    padding-top: 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;
    gap: 8px;
    border-radius: 72px;
    background: #309AD7;
    color: #07041E;
    font-size: 18px;
    font-weight: 700;
    margin-top: -22px;
}
.request a:hover,
.request a.active {
  transition: 0.5s ease-out;
  letter-spacing: 1px;
}
@media screen and (max-width: 1270px) {
    .request{
        padding-top: 0;
        margin-top: 0;
    }
}
@media screen and (max-width:790px) {
.request{
    padding-top: 0;
    margin-top: 10;
}
.request a{
    width: 189px;
    height: 40px;
    padding: 16px 32px;
    font-size: 14px;
}
}
.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: 9999px; */
    max-width: 600px;
    margin: auto;
    padding: 70px 0px;
    height: auto;
}
.portifolio{
    width: 100%;
    max-width: 3960px;
    margin: auto;
}
.portifoliotitle{
    font-family: 'Urbanist', sans-serif;
    color: #07041E
}
.portifoliocontainer .portifoliotitle h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 60px;
}
.portifoliotitle h2 svg{
    margin-top: 16px;
}
.portifoliotitle p{
    display: block;
    max-width: 447px;
    text-align: center;
    margin: auto;
    font-size:16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    margin-bottom: 50px;
}

swiper-container.mySwiper2 {
  width: 100%;
  height: 100%;
  max-height: 495px;
  cursor: grab;
  margin: 0 !important;
}
swiper-slide.swiper2 {
  max-width: 476px;
  border-radius: 30px;
  margin-left: 0px;
}
.swiper2 img {
  width: 460px !important;
  max-width: 100% !important;
  margin: auto;
  height: 460px;
  border-radius: 32px;
  justify-content: start;
  object-fit: cover !important;
  object-position: center;
}
.licensed{
    position: absolute;
    right: 20%;
}
@media screen and (max-width:1250px) {
    .licensed{
        position: absolute;
        right: 10%;
    }
    
}
@media screen and (max-width:790px) {
.portifoliocontainer{
    background-color: #fff;
    width: 100%;
    max-width: 9999px;
    margin: 0 auto;
    padding: 0px 20px 150px 10;
}
swiper-container.mySwiper2 {
  max-height: 460px;
  cursor: grab;
  margin: 0 !important;
}
swiper-slide.swiper2 {
  max-width: 456px;
  margin-left: 0px;
}
.swiper2 img {
  width: 100% !important;
  max-width: 430px !important;
  margin: auto;
  height: 430px;
  border-radius: 32px;
  justify-content: start;
  object-fit: cover !important;
  object-position: center;
}
.licensed{
    position: relative;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%,1200%);
}
}

.bgs-web{
    display: block;
    pointer-events: none;
    position: absolute;
    width: 100%;
    object-fit: cover;
    max-width: 2999px;
    max-height: 100%;
    flex-shrink: 0;
    z-index: 0;
}
.bgs-mob{display: none;}
.reviewscontainer{
    position: relative;
    width: 100%;
    max-width: 3000px;
    margin: auto;
    height: 100%;
    background-color: #07041E;
    max-height:600px;
}
.review{
    display: block;
    width: 100%;
    max-width: 1340px;
    margin: auto;
    padding: 40 0;
}
.reviewstitle h2{
    position: relative;
    z-index: 99;
    color: #FFF;
    display: flex;
    flex-direction: column;
    max-width: 150px;
    margin: auto;
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
.reviewstitle h2 svg{
    margin-left: 42px;
}
.mySwiper3{
  width: 100%;
  height: 100%;
  max-height: 320px;
  cursor: grab;
  margin: 50 0 !important;
}
.swiper3 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  max-width: 310px;
  max-height: 300;
  border-radius: 23px;
  background-color: #fff;
  margin-left: 17px;
  padding: 18px 16px;
}
.swiper3 .servicescard{
    display: flex;
    flex-direction: column;
    margin: auto;
}
.swiper3 .servicescard svg {
  width: 100% !important;
  margin: auto;
  object-position: center;
}
.swiper3 p{
    max-width: 300px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: #07041E;
    margin: auto;
    margin-top: 12px;
}
.swiper3 h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #07041E;
    margin-top: 10px;
}
.swiper3 h6{
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    color: #07041E;
    margin-top: 8px;
}
@media screen and (max-width:1390px) {
    .reviewscontainer{
        max-height: 560px;
    }
    .review{
    padding: 0 0;
    }
    .swiper3 {
      margin-left: 10px;
    }
    .mySwiper3{
      max-height: 340px;
      margin: 40 0 !important;
    }
    .reviewbg{
        display: none;
    }
    .reviewbgm{
        display: block;
        pointer-events: none;
        position: absolute;
        width: 100%;
        object-fit: cover;
        max-width: 2999px;
        max-height: 100%;
        flex-shrink: 0;
        z-index: 0;
    }
}
@media screen and (max-width: 1090px) {
    .bgs-web{
        display: none;
    }
    .bgs-mob{
        display: block;
        pointer-events: none;
        position: absolute;
        width: 100%;
        object-fit: cover;
        max-width: 2999px;
        max-height: 100%;
        flex-shrink: 0;
        z-index: 0;
    }
    .review{
        width: 100%;
        max-width: 1340px;
        margin: auto;
        padding: 0 20;
    }
    .swiper3 {
      margin-left: 0px;
    }
}
@media screen and (max-width: 790px) {
    .reviewstitle h2{
        padding: 23px 0 0 0;
    }
    .reviewscontainer{
        width: 100%;
        max-width: 3000px;
        margin: auto;
        height: 100%;
        max-height: 445px;
    }
    .review{
        width: 100%;
        max-width: 1340px;
        margin: auto;
        padding: 0 50;
    }
    .swiper3 {
      margin-left: 0px;
    }
    .mySwiper3{
      margin: 30 0 !important;
    }
}
.formgrid{
    display: flex;
    position: relative;
    width: 100%;
    max-width: 2990px;
    height: 100%;
    max-height: 800px;
    margin: auto;
    padding: 0px 0;
}
.form {
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    height: 550px;
    margin: auto;
    border-radius: 25px;
    justify-content: right;
    background-color: #FFF;
    padding: 80px;
}
.form h2{
    font-size: 40;
    font-weight: 700;
    line-height: 40px;
    margin: auto;
    margin-bottom: 40px;
}
form {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: right;
    flex-direction: column;
    gap: 20px;
}
#form input, textarea, select{
    width: 100%;
    list-style: none;
    padding: 20px;
}
#form input{
    height:  46px;    
}
#form textarea{
    padding: 20px;
}
#form select option:first{
    color: #000000a4;
}
#form button{
    margin-top: 15px;
    width: 180px;
    border-radius: 5px;
    list-style: none;
    border: 2px solid #fff;
    color: #07041E;
    border-radius: 16px;
    padding: 10px;
    margin: auto;
    background-color: #309AD7;
    cursor: pointer;
}
#form button:hover{
    background-color: #309ad7cc;
    transition: 0.7s;
}
.formgroup1, .formgroup2{
    display: flex;
    gap: 20px;
}
.rights{
    position: relative;
    height: 91px;
    width: 100%;
    max-width: 2990px;
    margin: auto;
    margin-top: 200px;
    padding: 34px 0;
    background-color: #309AD7;
    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:1290px) {
    .formgrid{
        max-height: 699px;
        padding: 0;
    }
}
@media screen and (max-width:770px) {
    .formgrid{
        background-color: #07041E;
        max-height: 670px;
    }
    .form{
        width: 370px;
        margin: auto;
        height: 420px;
        padding: 30px;
    }
    .form h2{
        font-size: 32;
        line-height: 32px;
        margin-bottom: 30px;
    }
    form {
        width: 100%;
        list-style: none;
        display: flex;
        justify-content: right;
        flex-direction: column;
        gap: 15px;
    }
    #form input, textarea, select{
        width: 100%;
        list-style: none;
        padding: 20px;
    }
    #form input{
        height:  46px;    
    }
    #form textarea{
        padding: 20px;
    }
    #form select option:first{
        color: #000000a4;
    }
    #form button{
        margin-top: 15px;
        width: 180px;
        border-radius: 5px;
        list-style: none;
        border: 2px solid #fff;
        color: #07041E;
        border-radius: 16px;
        padding: 10px;
        margin: auto;
        background-color: #309AD7;
        cursor: pointer;
    }
    #form button:hover{
        background-color: #309ad7cc;
        transition: 0.7s;
    }
    .formgroup1, .formgroup2{
        display: flex;
        gap: 20px;
    }
}

footer{
    position: relative;
    width: 100%;
    max-width: 2990px;
    margin: auto;
    height: auto;
    background-color: #309AD7;
    color: #fff;
}
.footergrid{
    display: flex;
    width: 100%;
    max-width: 1540px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px 0 50px;
}
.footermenu1{
    display: flex;
    justify-content: center;
    width: auto;
}
.footermenu1 ul li, .hours ul{
    list-style: none;
}
.footermenu1 ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.footermenu1 ul li a:hover {
    color: #ffffffa9;
    transition: 0.5s;
}
.footermenu1 ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
}
.hours ul{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    height: 122px;
}
.hours h2{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px;
}
.footerimglogo{
    display: flex;
    justify-content: center;
    width: auto;
    padding: 50 0 20 0; 
}
.footerimglogo img{
    display: block;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    width: auto;
}
.adress{
    display: flex;
    justify-content: right;
    width: auto;
    height: 50px;
    margin-top: 50px;
}
.adress p{
    text-align: center;
    width: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%; /* 25.6px */
}
.footersocials{
    justify-content: right;
    width: auto;
    margin-top: 35px;
}
.footersocials p{
    text-align: right;
    margin-right:20px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
}
.footersocials ul {
    justify-content: right;
    list-style: none;
    display: flex;
    text-align: center;
    gap: 18px;
    padding-top: 18px;
}
.footersocials ul a{
    text-decoration: none;
}
.rights{
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 81px;
    width: 100%;
    max-width: 2990px;
    margin: auto;
    padding: 34px;
    background-color: #309AD7;
    align-items: center;
    text-align: center;
    border-top: 1px solid #fff;
}
.rights ul{
    display: flex;
    list-style: none;
    color: #fff;
    gap: 10px;
}
.rights p{
    color: #fff;
    font-size: 14.4px;
    font-weight: 500;
    line-height: 150%;
}
.footerimglogo2{display:none;}
a{color: inherit}
@media screen and (max-width: 770px) {
    footer{
        position: relative;
        width: 100%;
        max-width: 2990px;
        height: auto;
        margin: auto;
    }
    .footergrid{
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 540px;
        margin: auto;
        justify-content: space-between;
        padding: 10 0;
    }
    .footermenu1 ul li a{
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
    }
    .footermenu1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .hours ul, .hours{
        text-align: center;
        height: 222px;
    }
    .hours{
        margin-top: 80;
        margin-bottom: -60;
    }
    .adress{
        display: flex;
        margin: auto;
        justify-content: center;
    }
    .adress p{
        justify-content: center;
        margin-top: 0px;
        margin: auto;
    }
    .footerimglogo{
        display: flex;
        margin-left: 0;
        margin-top: 0px;
        display: flex;
        margin: auto;
        justify-content: center;
        padding: 20 0 20 0; 
    }
    .footerimglogo img{
        margin-top: 0px;
        width: 100%;
        height: 100%;
        width: 180px;
    }
    .footersocials{
        margin-left: 0px;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .footersocials{
        justify-content: center;
    }
    .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: 19px;
    }
    .footersocials ul a{
        text-decoration: none;
    }
    .rights{
        flex-direction: column;
        gap: 8px;
        height: 70px;
        padding: 20px 0;
    }
    .rights p, .rights ul li{
        font-size: 11px;
    }
}
:root {
    --scroll: 0
}