*{
    margin: 0;
    padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
/*  overflow-y: scroll;*/
  scroll-snap-type: y mandatory;
}

section {
  height: 100svh; /* <— key fix */
  scroll-snap-align: start;
}

body{
    font-family: 'Inter', sans-serif !important;
}
.qr-code img{padding: 10px;
    background: #fff; box-sizing: border-box;}
.d-flex{
    display: flex;
}
.view-all-btn a {
    background: #f5f5f5;
    border: 1px solid #222;
    text-decoration: none;
    color: #000;
    padding: 12px 35px;
    display: inline-block;
    border-radius: 38px;
    margin-top: 40px;
    font-size: 14px;
}
.view-all-btn {
    text-align: center;
}
.view-all-btn a:hover {
    background: #e6e6e6;
}
img{max-width: 100%}
.main-page-banner-area {
    height: 100vh;
    background: url(gradient-bg.png?ver:1.02);
    background-position: top center;
    clear: both;
    width: 100%;
    display: flex;
    background-size: cover;
}
.header-front {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header-front.header-fixed {
    background: #ffffff30;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.header-inside {
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}
.header-inside .logo img {
    max-width: 100%;
    height: auto;
}
.rating img {
    height: auto;
}
.footer-logo img{height: auto}

.header-inside .logo {
    width: 150px;
}
.header-inside .nav ul {
    display: flex;
    list-style: none;
}
.header-inside .nav ul a {
    color: #000;
    list-style: none;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 600;
    font-size: 14px;
    background: #ffffff63;
    padding: 8px 15px;
    border-radius: 25px;
}
.nav li {
    margin: 0 11px;
}
.nav li.no-bg a {
    background: none;
}
.home-container img, .black-section img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.home-container{
    max-width: 1100px;
    margin: 150px auto 0;
    display: flex;
    align-items: center;
}
.black-section-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}
#footer-home .footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
}
.reviews-section{
    align-items: center;
    display: flex;
}
.reviews-section-inner {
    max-width: 1100px;
    margin: 0 auto;
    height: auto;
}
.qr-code {
    width: 300px;
    margin: 30px 0 0;
    display: flex;
    gap: 25px;
    text-align: center;
    text-align: center;
}
.qr-label {
    background: #fff;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 600;
}
.home-container .ios, .black-section .ios {
    flex-shrink: 0;
    max-width: 140px;
}
.main-page-banner-area .home-container h1 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
}
.black-section {
    height: 100vh;
    background: #000;
    
}
.black-section .right-side h2, .black-section .left-side h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
}
.black-section .right-side p, .black-section .left-side p{
    color: #fff;
    line-height: 17px;
    font-size: 14px;
    font-weight: 300;
}
.footer-inner-second .language:hover {
    background: #2222228c;
    cursor: pointer;
}
.black-section .left-side, .black-section .right-side {
    width: 50%;
    max-width: 50%;
}
.reviews-section{
    background: #f1f1f1;
    height: 100vh;
}
.reviews-section-inner .title {
    text-align: center;
    padding: 50px 0;
}
.reviews-section-inner h2 {
    font-size: 35px;
}
.box {
    background: #fff;
    max-width: 100%;
    padding: 50px 30px;
    border-radius: 30px;
    box-shadow: 0 0 35px 20px rgba(0, 0, 0, 0.1);
    height: 200px;
}
.reviews-section-inner .owl-nav {
    text-align: center;
    margin-top: -30px;
    z-index: 9;
    position: relative;
}
.reviews-section-inner .owl-nav button.owl-prev, .reviews-section-inner .owl-nav button.owl-next {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 45px;
    font-size: 25px;
    margin: 0 10px;
}
.reviews-section-inner .owl-carousel .owl-stage-outer {
    padding: 50px 60px;
}
.owl-carousel .owl-stage-outer:after {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #f1f1f1, #ffffff00);
    top: 0;
    left: 0;
    z-index: 99999;
}
.owl-carousel .owl-stage-outer:before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    background: linear-gradient(-90deg, #f1f1f1, #ffffff00);
    top: 0;
    right: 0;
    z-index: 99999;
}
.rating {
    width: 100px;
    margin-top: 12px;
}
.carousel-section {
    display: flex;
    gap: 20px;
}
.rating {
    width: 100px;
    margin-top: 12px;
    margin-bottom: 16px;
}
.reviews-section p {
    font-size: 14px;
    color: #333;
    font-weight: 300;
}
.profiles{display: flex; gap:20px}
.profiles .follow-sec img {
    border-radius: 105px;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.profiles .follow {
    text-align: center;
}
.follow-profile button {
    background: no-repeat;
    color: #fff;
    border-radius: 45px;
    border-color: #fff;
    padding: 8px 15px;
    border: 1px solid #fff;
    cursor: pointer;
}
.view-feed button img {
    width: 20px;
    margin: 0;
}

.view-feed button {
    width: 100%;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: space-between;
    padding: 16px 25px;
    border-radius: 35px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.gray-section h2 {
    color: #000;
    font-size: 38px;
    margin-bottom: 30px;
}
.profiles {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}
.profiles-inner {
    padding: 0 50px;
}
.follow-profile button:hover {
    background: #ffffff17;
}
.view-feed button:hover {
    background: #f5f5f5;
    padding-right: 30px;
}
.gray-section .gray-section-inner.d-flex .left, .gray-section .gray-section-inner.d-flex .right {
    max-width: 50%;
    width: 50%;
}
.gray-section {
    background: #f1f1f1;
    height: 100vh;
    display: flex;
    align-items: center;
}
.gray-section-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    height: auto;
}

.accordion {
    width: 600px;
    margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.accordion-header .icon {
  font-size: 1.5rem;
  user-select: none;
}

.accordion-content {
  padding: 10px 0 0 0;
  color: #333;
  display: none;
}
div#footer-home {
    background: #000;
    padding: 50px 0;
}
div#footer-home .ios {
    flex-shrink: 0;
    max-width: 160px;
}
.foter-left h3 {
    color: #fff;
}

.foter-left .qr-code {
    margin-top: 15px;
}
.foter-right {
    display: flex;
    flex: auto;
    max-width: 370px;
    gap: 45px;
}
.foter-left {
    flex: 1;
}
.foter-right ul.social li {
    margin-right: 22px;
    list-style: none;
}
.foter-right ul.social img {
    width: 18px;
    height: auto;  
}
.foter-right ul.social {
    display: flex;
}
.foter-right .resources {
    flex: 1;
}
.foter-right .resources h3 {
    color: #fff;
    margin-bottom: 15px;
}
.foter-right .resources ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.big-tick {
    padding: 0 80px;
}
.big-logo {
    padding: 0 80px;
    position: relative;
}
.big-logo img {
    border-radius: 85px;
    z-index: 9;
    position: relative;
    width: 100%;
    height: 100%;
}

.big-logo span {
    box-shadow: 0px 40px 65px rgba(0, 0, 0, 0.5);
    width: 71%;
    height: 99%;
    display: block;
    position: absolute;
    border-radius: 130px;
    top: -7px;
}
.home-container p {
    font-size: 15px;
}
#footer-home .footer-inner-bottom {
    max-width: 1100px;
    margin: 70px auto 0;
    display: flex
;
}
#footer-home .footer-logo {
    width: 150px;
}
  
.footer-inner-second .language span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-inner-second .language {
    border: 1px solid #333;
    border-radius: 35px;
    font-size: 12px;
    background: none;
    padding: 9px 14px;
}
.footer-inner-second {
    display: flex;
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.footer-inner-second .language img{width: 15px;}
.copy-right p {
    font-size: 13px;
    color: #999;
}
.copy-right p a{color: #999;}
.foter-left .qr-code img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.foter-right ul.social li:last-child {
    margin-right: 0;
}
li.no-bg a {
    font-weight: 700 !important;
}
 /*.squeez {
      transform: scale(0.95);
      opacity: 0.8;
      filter: blur(1px);
     transition: all 0.5s ease;
    }*/
.justify-content-end{justify-content: flex-end;}

@media screen and (min-width:768px){
  .snap-container {
    height: 100vh;                 /* visible viewport height */
    overflow-y: auto;              /* allow vertical scrolling */
    scroll-snap-type: y mandatory; /* enable vertical snapping */
    scroll-behavior: smooth;       /* smooth scroll when jumping */
    -webkit-overflow-scrolling: touch; /* smoother on iOS */
  }

  /* Each section snaps into place */
  .snap-section {
    scroll-snap-align: start;      /* align top of section to viewport */
  }
.accordion {
    height: 50vh;
    overflow-y: auto;
}
.main-page-banner-area .left-side, .main-page-banner-area .right-side {
    width: 50%;
    max-width: 50%;
}    
.accordion > p
 {
    margin-top: 15px;
}    
    
    .show-on-mob{display: none;}
    .mob-menu {
        display: none;
}
.accordion {
  -webkit-overflow-scrolling: touch; /* ✅ smooth scroll on iOS */
  scrollbar-width: none; /* ✅ hide scrollbar on Firefox */
}

.accordion::-webkit-scrollbar {
  display: none;
}      
.snap-section.s7 .title {
    margin-bottom: 25px;
}    
#section-5 .right p {
    font-size: 14px;
    line-height: 17px;
    padding-right: 150px;
}    
.menu .nav h4 {
    display: none;
}
.qr-code .ios {
    flex-shrink: 0;
    max-width: 160px;
}   
.snap-section.s2 .black-section .left-side img, .snap-section.s4 .black-section .left-side, .snap-section.s5  .left{
    opacity: 0;
    transform: translateX(-40px);
    transition: all 2s ease;
}  
.snap-section.s2.active .black-section .left-side img, .snap-section.s4.active .black-section .left-side, .snap-section.s5.active .left  {
    opacity: 1;
    transform: translateX(0px);
} 
.snap-section.s5 .right{
    opacity: 0;
    transform: translateY(40px);
    transition: all 2s ease 0.2s;
}
.snap-section.s5.active .right{
    opacity: 1;
    transform: translateY(0px);
}  
    
   .home-container .left-side {
 opacity: 0
}
.home-container .right-side img{
  opacity: 0
}      
   .home-container.loaded .left-side {
  animation: slide 1s ease both;
}
.home-container.loaded .right-side img{
  animation: slidezoom 1s ease both;
}    

@keyframes slide {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidezoom {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
} 
.snap-section.s2 .right-side, .snap-section.s4 .right-side {
    transform: translateY(40px);
    transition: all 2s ease 0.5s;
    opacity: 0;
}  
.snap-section.s2.active .right-side, .snap-section.s4.active .right-side {
    opacity: 1;
    transform: translateY(0px);
}   
.snap-section.s3 .reviews-section-inner {
    opacity: 0;
    transform: translateY(100px);
    transition: all 2s ease 0.3s;
}
.snap-section.s3.active .reviews-section-inner {
    opacity: 1;
    transform: translateY(0px);
}  
 
.snap-section.s6.active .big-tick{
     
 }    
video {
    width: 350px;
}
.vid-wrapper span {
    background: #000;
        position: absolute;
        width: 29%;
        height: 36px;
        right: 0;
        border-radius: 0 0 0 30px;
}
.vid-wrapper {
    display: inline-block;
    position: relative;
}    
.follow img {
    transition: all 0.5s 
ease;
    transform-origin: bottom center;
}
.follow:hover img {
    transform: scale(1.1);
}  
#section-5 .qr-code img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}   
.header-inside .nav ul a:hover {
    background: #fff;
}  
.snap-section.s8{
        height: auto;
} 
.follow-profile {
    width: 33.3%;
}    
}
.invert {
    transition: all 0.5s ease;
      filter: invert(1);
    }


@media screen and (max-width:767px){
.snap-container {
    height: 100vh;                 /* visible viewport height */
    overflow-y: auto;              /* allow vertical scrolling */
    scroll-snap-type: y mandatory; /* enable vertical snapping */
    scroll-behavior: smooth;       /* smooth scroll when jumping */
    -webkit-overflow-scrolling: touch; /* smoother on iOS */
  }

  /* Each section snaps into place */
  .snap-section {
    scroll-snap-align: start;      /* align top of section to viewport */
  }
       
.big-logo img {
    border-radius: 65px;
    }
.main-page-banner-area .show-on-mob button {
    color: #000;
}
.black-section .show-on-mob button, .view-feed button, #section-5 button{
    color: #000;
}    
    
    .home-container {
    flex-direction: column-reverse;
}
.main-page-banner-area {
    height: auto;
}
.home-container {
    margin: 70px auto 0;
    padding: 0 20px;
}
.main-page-banner-area .home-container h1 br {
    display: none;
}

.main-page-banner-area .home-container h1 {
    font-size: 30px;
}    
.home-container p br {
    display: none;
}
.home-container p {
    font-size: 13px;
}
.black-section-inner {
    flex-direction: column;
    height: auto;
    padding: 50px 20px;
}
.black-section .left-side, .black-section .right-side {
    width: 100%;
    max-width: 100%;
}
.black-section {
    height: auto;
    background: #000;
}    
.reviews-section {
    background: #f1f1f1;
    height: auto;
}
.reviews-section-inner .owl-carousel .owl-stage-outer {
    padding: 0;
    padding-left: 20px;
    box-sizing: border-box;
}
.accordion {
    width: 100%;
    margin: 0 auto;
}
#footer-home .footer-inner {
        flex-direction: column;
        padding: 0 20px;
}
#section-6 .black-section-inner {
    flex-direction: column-reverse;
            padding-top: 0;
        padding-bottom: 0;
}
.black-section .right-side h2, .black-section .left-side h2 {
    font-size: 30px;
}
#section-6 .left-side {
    margin-bottom: 30px;
}
.show-on-mob {
        display: block;
        margin-top: 20px;
}   
.show-on-mob button img {
        width: 20px;
        border-radius: 0;
        margin: 0;
        margin-right: 5px;
}
.show-on-mob button {
        width: 100%;
        border-radius: 35px;
        border: none;
        padding: 20px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        font-weight: 600;
        font-size: 15px;
    }
.qr-code{display: none;}    
.gray-section-inner {
    flex-direction: column;
}
.gray-section .gray-section-inner.d-flex .left, .gray-section .gray-section-inner.d-flex .right {
    max-width: 100%;
    width: 100%;
}
.big-logo {
    padding: 0 40px;
}
.gray-section-inner {
        flex-direction: column;
        padding: 0 20px;
}
    .gray-section h2 br{display: none}    
.header-inside .logo {
/*    filter: invert(1);*/
}
.nav {
        background: #fff;
        box-shadow: 0px 50px 45px rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        position: absolute;
        right: 10px;
        width: 220px;
        padding: 25px 16px;
        margin-top: 6px;
        transform: scale(0.8);
        transform-origin: top right;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease-in;
    }
.nav.show {
        transform: scale(1);
        visibility: visible;
        opacity: 1;
    }
    
.header-inside .nav ul li:first-child {
    order: 2;
}
.header-inside .nav ul {
        display: flex;
        list-style: none;
        padding: 18px 0 0;
        flex-direction: column;
        gap: 7px;
    }
.header-inside .nav ul li a {
        padding: 12px 10px;
        display: block;
        background: #f1f1f1;
        text-align: center;
    }
.header-inside.invert .menu {
    filter: invert(1);
}    
.nav li {
    margin: 0 0;
}    
.mob-menu {
    display: block;
    width: 20px;
    padding: 0 11px;
}   
.header-front {
        position: fixed;
        top: 0;
        width: 100%;
        background: #ffffff5e;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 99;
}
.header-inside {
    padding: 5px 0;
}
.header-inside .logo {
    width: 125px;
}
#section-1 .show-on-mob {
    margin-bottom: 0px;
    filter: invert(1);
}    
.reviews-section {
    align-items: center;
    display: block;
}    
.reviews-section-inner h2 {
    font-size: 30px;
}
.box {
    box-shadow: none;
}
div#feedback {
    padding: 0 0;
        padding-left: 0px;
        box-sizing: border-box;
    padding-bottom: 0px;
}
    .owl-carousel .owl-stage-outer:after, .owl-carousel .owl-stage-outer:before{display: none}    
.reviews-section-inner .owl-nav {
    margin-top: 9px;
}
.profiles-inner {
    padding: 40px 0 0;
}
.follow-profile button {
    padding: 8px 20px;
    border: 1px solid #fff;
    font-size: 10px;
}
.gray-section h2 {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
}
#section-5 .show-on-mob {
        filter: invert(1);
}    
.gray-section {
    height: auto;
}
.gray-section-inner {
        flex-direction: column;
        padding: 50px 20px;
}
.snap-section.s7 .reviews-section-inner {
    padding: 50px 20px;
}    
.snap-section.s7 .reviews-section-inner .title {
    text-align: center;
    padding: 0px 0;
}    
.foter-right {
    gap: 15px;
}
#footer-home .footer-inner-bottom {
    padding: 0 20px;
}
.footer-inner-second {
        padding: 0 20px;
        flex-direction: column;
        width: 100%;
        align-items: baseline;
        gap: 12px;
        box-sizing: border-box;
            margin-bottom: 40px;
    }
.copy-right {
    max-width: 100%;
    line-height: 18px;
}
.copy-right p{
font-size: 12px;
    }    
#footer-home .footer-logo {
    width: 130px;
}
#footer-home .footer-inner-bottom {
    margin: 50px auto 0;
}
.foter-right .resources ul li a {
    padding: 7px 0;
    font-size: 14px;
}
.foter-left {
    display: none;
}
.foter-right ul.social img {
    width: 18px;
}
.foter-right .resources h3 {
    font-size: 18px;
}   
.home-container {
        padding-bottom: 50px;
    }    
#section-2 .right-side {
    margin-top: 40px;
}
.show-on-mob {
        display: block;
        margin-top: 40px;
}
.header-inside .logo {
/*        filter: invert(1);*/
    }    
video {
    width: 100%;
}
.big-tick {
        padding: 0px 30px;
        max-width: 70%;
        margin: 10px auto;
        margin-top: 0;
}    
.vid-wrapper span {
        background: #000;
        position: absolute;
        width: 28%;
        height: 36px;
        right: -8px;
        border-radius: 0 0 0 10px;
        top: -4px;
    }
.vid-wrapper {
    display: inline-block;
    position: relative;
}    
    #section-5 p{font-size: 14px;}
#section-6 p br {
    display: none;
}
.big-logo span {
    height: 95%;
    top: 0;
}
.main-page-banner-area .home-container h1 {
    margin-bottom: 20px;
}
.show-on-mob {
        margin-top: 20px;
    }  
.header-inside.invert .mob-menu {
    filter: invert(1);
}
.black-section .right-side h2, .black-section .left-side h2 {
    margin-bottom: 20px;
}
#section-2 .right-side {
        margin-top: 20px;
}
#section-3 .reviews-section {
        height: 100vh;
    }    
#section-4 .black-section {
        height: 100%;
        background: #000;
        align-items: center;
        display: flex

    }    
#section-3 .reviews-section-inner {
    width: 100%;
}    
#section-3 .reviews-section {
        height: 100%;
        display: flex;
}
#section-3 .reviews-section-inner .title {
    padding: 50px 0 30px;
}
    .big-logo {
        padding: 0 60px;
        margin-top: 0;
        max-width: 250px;
    }
#section-5 h2 {
    margin-top: 20px;
}    
#section-6 .left-side {
        margin-top: 0px;
    }    
.home-container img {
    margin-bottom: 0;
} 
#section-2 .left-side {
    max-width: 85%;
}
.snap-section.s7 .reviews-section {
    height: 100vh;
}    
#section-6 .black-section {
        height: 100%;
    }    
div#footer-home {
/*    height: 100%;*/
}
.main-page-banner-area {
        height: 100%;
}
.main-page-banner-area {
        padding-top: 42px;
}
.black-section img {
    margin-bottom: 0;
}    
.foter-right {
        gap: 15px;
}   
.black-section {
        height: 100%;
        align-items: center;
        display: flex;
}
.black-section-inner {
        height: auto;
    }   
.gray-section {
        height: 100%;
        align-items: center;
        display: flex;
    }    
.gray-section-inner {
        height: auto;
    }    
    .snap-section.s7 .reviews-section {
        height: 100%;
/*        align-items: center;*/
        display: flex;  
    }    
.home-container {
        justify-content: flex-start;
    }
.mob-menu.menu-close img.open-menu {
    display: none;
}
.mob-menu.menu-close img.close-menu {
    display: block !important;
    transform: scale(0.8);
}    
.foter-right {
        margin-top: 0px;
    }    
.snap-section.s2 .left-side {
            margin-top: 53px;
        max-width: 80% !important;
}
.follow-profile {
    max-width: 29%;
    flex-shrink: 0;
}
.follow-sec {
    margin-bottom: 15px;
}    
.snap-section.s7 h2{margin-bottom: 30px;}  
.big-logo img {
    box-shadow: 0 0 85px rgba(0, 0, 0, 0.5);
}
.big-logo span {
    opacity: 0;
}
.header-front {
    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}  
.accordion {
        height: 50vh;
        overflow-y: auto;
    }    
section.snap-section.s8 {
    height: auto;
}    
    
    #section-6 .left-side {
        margin-bottom: 10px;
    }
.box {
    padding: 33px 30px;
    height: 240px;
}    
  
.accordion {
  -webkit-overflow-scrolling: touch; /* ✅ smooth scroll on iOS */
  scrollbar-width: none; /* ✅ hide scrollbar on Firefox */
}

/* ✅ Hide scrollbar for Chrome, Safari (iOS/Android), and Edge */
.accordion::-webkit-scrollbar {
  display: none;
}   
    .snap-section.s2 .left-side {
        margin-top: 0;
    }    
#section-3 .reviews-section-inner .title {
        padding: 0px 0 30px;
    }
#section-3 .owl-dots {
    display: none;
}
.main-page-banner-area {
        padding-top: 0;
    } 
.home-container {
        justify-content: center;
        margin-top: 0 !important;
        padding-bottom: 0;
    }   
.home-container img {
        margin-bottom: -20px;
    }
div#header {
/*    display: none;*/
} 
#section-4 .black-section-inner {
    padding-top: 0;
        padding-bottom: 0;
}
.bg-active div#header {
    background: #ffffff91 !important;
        backdrop-filter: blur(11px) !important;
    -webkit-backdrop-filter: blur(11px) !important;
} 
#section-1 .right-side {
    max-width: 95%;
}    
}

