 
:root {
     --themegray:#F3F3F0;
     --black:#161619;
     --orange:#FF8800;
     --red:linear-gradient(40deg, rgba(255,87,34,1) 0%, rgba(255,152,0,1) 100%);
}

        #hamburger-cross {
        display: block;
        color: #FF8801;
        }
    
  .ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}
 .poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rock{
  font-family: "Rock Salt", cursive;
}
  body{
    background:#070707;
    overflow-x: hidden;
  }

body, p{
  font-family: "roboto", sans-serif; 
  font-size:16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: "Ubuntu", sans-serif; 
}

  /* Style the navbar */
.men{
    
    z-index:1000;
}
#navbar {
  /*overflow: hidden;*/
      display: flex;
    justify-content: flex-end;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: var(--base);
  text-align: center;
  padding: 14px;
  font-size:16px;
  text-decoration: none; 
  margin-left: 0.8rem;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
 .logosz{
    width: 100px;
 }
  
#navbars{
    z-index:1000;
}
#navbars .nav-item{
    margin:10px 0;
    font-weight:600;
}
#navbars .navbar-nav{
    padding:50px 0 30vh 0;
    
}
#navbars .navbar-nav .nav-link { 
    font-size: 26px;
}

#hamburger-menu,
         #mobile-menu {
         display: none;
         }
         @media only screen and (max-width: 770px) {
         
            #navbar {
    overflow: hidden;
    display: flex;
    justify-content: space-between !important;
    
    z-index:1000;
    /*box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;*/
   }
   #mobile-menu{
     z-index:3500;
   }
   
         #mobile-menu {
         background-color: #000;
         color:#fff;
         width: 100%;
         height: 100vh;
         position: fixed;
         top: 0;
         left: 0;
         display: none;
         justify-content: center;
         align-items: center;
         flex-direction: column;
         transition: transform 0.3s ease;
         transform: translateX(-100%);
         }
         .mobile-nav-items > ul {
         padding: 0px;
         }
         .mobile-nav-items > ul > li {
         text-align: center;
         position: relative;
         list-style: none;
         margin: 7px;
         padding: 5px 20px;
         cursor: pointer;
         }
         .mobile-nav-items > ul > li > a {
         color: var(--base);
         text-decoration: none;
         font-size: 20px;
         }
         .mobile-nav-items > ul > li::after {
         content: "";
         position: absolute;
         width: 100%;
         height: 0.17rem;
         background-color: var(--white);
         left: 0;
         bottom: 0;
         transform-origin: 0% 100%;
         transform: scaleX(0);
         transition: transform 0.3s ease;
         }
         .mobile-nav-items > ul > li:hover::after {
         transform: scaleX(1);
         }
         
         #hamburger-cross {
         display: block;
         color: var(--red);
         cursor: pointer;
         font-size: 30px;
         position: absolute;
         top: 20px;
         right: 26px;
         }
         #hamburger-menu {
        display: block;
        color:#FF6A00;
        cursor: pointer;
        font-size: 35px;
    }
         
         #navbar a {
        padding: 0px!important;
     }
    
    
         }
         
         .fade-in-fwd {
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
            animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}


@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}


         
         .fade-in-top {
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
            animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}
 
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.sticky {
  position: sticky;
  top: -1;
  z-index: 1000;
  background-color: #000000b8; /* Add background to avoid transparency */
  box-shadow: 0 4px 2px -2px #95949417; /* Optional shadow for effect */
  transition:0.50s linear;
}
.sticky a{
    color:#ffffff !important;
}
#conta {
    padding-top: 1.5rem  ;
    padding-bottom: 1.5rem  ;
}
.sticky #conta {
    padding-top: 0.5rem  !important;
    padding-bottom: 0.5rem  !important;
}

.whatsapp-button { 
    position: fixed;
    bottom: 15px;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
} 
.whatsapp {
    width: 75%;
    margin-left: -10px;
}
.visible {
    display:block;
}
 
 
 .relative{
     position:relative;
 }
 .absolute{
     position:absolute;
 }
/*#navbardesk:after {*/
/*    content: ". ";*/
/*    background: url(./img/red-line.svg);*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    bottom: 5px;*/
/*    right: 0;*/
/*    width: 56%;*/
/*    color: transparent;*/
/*}*/
/*#navbardesk:before {*/
/*    content: ". ";*/
/*    background: url(./img/red-line.svg);*/
/*    background-size: 400%;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    bottom: 5px;*/
/*    left: 0;*/
/*    width: 10%;*/
/*    color: transparent;*/
/*}*/
.men a.active{
    color:var(--red)!important;
}
.sticky{
    position:sticky!important;
}

 .dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef!important;
}
 @media (min-width: 1200px) {
    #navbardesk .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
.orange{
    color: #FF8800;
}
 .matop{
        margin-top:-150px;
    }
    .mart{
    margin-top:-80px;
}
.shadowss{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.redius{
        border-radius: 8px 30px 8px 30px;
}
.overl{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    width: 94%;
    height: 100%;
    position: absolute;
    left: 3%;
    bottom: 0;
}
.posss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
 
.f45{
    font-size:45px;
}
.f75{
    font-size:75px;
}
 
.op40{
    opacity:0.4;
}
.abss{
    position: absolute;
    top: 0;
    left: 8%;
}
.shadoww{
    box-shadow: rgba(0, 0, 0, 0.04) 0 32px 25px;
}
.heropack p{
    font-size:14px;
}
    .scrollimg{
        width:200px;
        height:200px;
    }
    .scr{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        position: absolute;
        left: 24%;
        bottom: 130px;
    }
    .scrollimgarr{
        height:60px;
    }
    
     

 
body, .hiden_x{
        overflow-x: hidden;
}
.men{
    top: 0;
    left: 0;
    width: 100%;
    color:#fff;
    z-index: 1024;
    position:relative;
}
.bg_img{
    
        z-index: 0;
    background: url(../img/hero3.png) no-repeat;
    background-size: cover;
    height: 110vh;
    background-position: bottom;
    margin-top: -144px;

}

 
.brown{
    color:var(--brown);
}
.opacity80{
    opacity:0.8;
}
 .fw400{
     font-weight:400;
 }
 .lheight102{
         line-height: 1.2;
 }
 .lheight06{
         line-height: 0.6;
 }
 .lh60{
         line-height: 60%;
 }
 .lh15{
         line-height: 1.5;
 }
 .lh1{
         line-height: 1;
 }
.f50{
    font-size:50px;
}
.fs80{
    font-size:80px;
}
.fs96{
    font-size:96px;
}
.fs80{
    font-size:80px;
}
.fs85{
    font-size:85px;
}
.fs64{
    font-size:64px;
}
.fs48{
    font-size:48px;
}
.fs40{
    font-size:40px;
}
.fs14{
    font-size:14px;
}
.fs24{
    font-size:24px;
}
.fs26{
    font-size:26px;
}
.fs20{
    font-size:20px;
}
.fs22{
    font-size:22px;
}
.fs28{
    font-size:28px;
}
.fs60 {
    font-size: 60px;
}
.fs55 {
    font-size: 55px;
}
.fw-300 {
    font-weight: 300;
}
 .fw-500 {
    font-weight: 500;
}
 
.buttons{
    background: var(--red);
    color: var(--white);
    font-weight: 500;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 50px;
}
.buttons2 {
    background: transparent;
    border: 2px solid #fff;
    font-weight: 500;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 50px;
}
.buttons2:hover{
    background: var(--red);
    border: 2px solid #ffffff00;
    color: var(--white);
}
a{ 
    color:var(--base);
    text-decoration: none;
}
 
.buttons:hover{
    color:var(--white);
}
 
 
.f20{
    font-size:20px;
}
.bluecircle:after{
    content: "";
    background: url(../img/ellipse1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -150px;
    left: 10%; 
    width: 80%;
    height: 600px;
    z-index: 1;
}
 .nilacircle:after{
    content: "";
    background: url(../img/ellipse.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -37%;
    right: -35%;
    width: 100%;
    height: 800px;
    z-index: -1;
}
  .ellips:after{
    content: "";
    background: url(../img/ellipse3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -70%;
    right: -30%;
    width: 150%;
    height: 1200px;
    z-index: -1;
}
.tinline:after{
    content: "";
    background: url(../img/tinline.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -86%;
    left: -5%;
    width: 12%;
    height: 75px;
    z-index: 10;
}
.z2{
    z-index:2;
}
.w-60{
    width:60%;
}
 
.w50{
    width:50px;
}
 .w-35{
    width:35%;
}
.f18{
    font-size:18px;
}
.f13{
    font-size:13px;
}
.f14{
    font-size:14px;
}
.f16{
    font-size:16px;
}
.f22{
    font-size:22px;
}
.f24{
    font-size:24px;
}
.f40{
    font-size:40px;
}
.f50{
    font-size:50px;
}
.readmore{
    font-size:14px;
    color:var(--red);
}
.w-85{
    width:85%;
}
.w-80{
    width:80%;
}
.w-30{
    width:30%;
}
 
 .w-78{
     width:78%;
 }
  .w-90{
     width:90%;
 }
 .top_gred{
     background:var(--top-grad);
 }
 
 
 .w-85{
     width:85%;
 }
  
  
 .op4{
     opacity:0.4;
 }
  
 .bg-trans{
     background:transparent !important;
 }
 
 .f65{
     font-size:65px;
 } 
 .f60{
     font-size:60px;
 }
 .f32{
     font-size:32px;
 } 
 .f36{
     font-size:36px;
 } 
 .w-110{
         width: 110%;
 }
 .w150{
     width:150px;
 }
 ul{
     list-style-type: none;
 }
 .w25{
     width:25px;
 }
  
 .w-70{
     width:70%;
 }
 .fw-600 {
     font-weight:600;
 }
 .mh150{
     min-height:150px;
 } 







 .slider3d {
  position: relative;
  width: 50%;
  height: 50%;
  perspective: 400px;
  transform:rotate(-15deg);
}

.slider3d_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 3.75s;
}

.slider3d_wrap > * {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.2vmin solid #777;
  background-color: #ddd;
}

.slider3d_left,
.slider3d_right {
  position: absolute;
  bottom: calc(100px + 10vmin);
  width: 8vmin;
  height: 8vmin;
  display: grid;
  place-content: center;
  cursor: pointer;
  outline: 1px solid orange;
  color: orange;
}

.slider3d_left {left: 15vmin;}
.slider3d_right {right: 15vmin;}

/* 
// secondary style
*/
 

.slider3d {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  user-select: none;
  perspective-origin: 50% -50%;
  transition: perspective-origin 1.5s,
          perspective 1.5s;
}

.slider3d_wrap > * {
  top: 2%;
  height: 120%;
  border: none;
  background: radial-gradient(
    rgba(245,122,61,.9), 
    rgba(245,77,61,.9));
  background-size: 90% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5vmin;
  font-size: calc(15vmin + 15px);
  color: rgba(250,250,250,.35);
  cursor: default;
}

.ctrl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 100px;
  width: 370px;
  height: 20vmin;
  user-select: none;
}

.visibility {
  position: absolute;
  top: 0;
  left: 0;
}

.visibility label {
  display: block;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.perspOrig {
  position: absolute;
  padding: 4px;
  top: 45px;
  left: 0;
}

.perspOrig input {
  width: 45px;
  text-align: center;
  outline: none;
  border: none;
  cursor: default;
}

.ctrl p {
  text-align: center;
  padding-bottom: 1vmin;
  cursor: default;
}

.perspOrig span {
  position: relative;
  top: 2px;
  left: 2px;
}

 
.perspValue {
  position: absolute;
  top: 45px;
  right: 5px;
}

[type="range"] {
  width: 200px;
}

.slideAmount {
  position: absolute;
  top: 0;
  right: 65px;
}

.slideAmount :not([class]) {
  position: relative;
  bottom: 2px;
  cursor: default;
} 

.slideAmount [class^="slide"] {
  padding: 0 5px;
  font-size: 25px;
  cursor: pointer;
}

.slider3d_wrap :nth-child(1) {
  background-image: url(https://swaronkikhoj.com/img/audition/1.webp);
}

.slider3d_wrap :nth-child(2) {
  background-image: url(https://swaronkikhoj.com/img/audition/2.webp);
}

.slider3d_wrap :nth-child(3) {
  background-image: url(https://swaronkikhoj.com/img/audition/3.webp);
}

.slider3d_wrap :nth-child(4) {
  background-image: url(https://swaronkikhoj.com/img/audition/4.webp);
}

.slider3d_wrap :nth-child(5) {
  background-image: url(https://swaronkikhoj.com/img/audition/5.webp);
}

.slider3d_wrap :nth-child(6) {
  background-image: url(https://swaronkikhoj.com/img/audition/6.webp);
}

.slider3d_wrap :nth-child(7) {
  background-image: url(https://swaronkikhoj.com/img/audition/7.webp);
}

.slider3d_wrap :nth-child(8) {
  background-image: url(https://swaronkikhoj.com/img/audition/8.webp);
}

.slider3d_wrap :nth-child(9) {
  background-image: url(https://swaronkikhoj.com/img/audition/9.webp);
}

.slider3d_wrap :nth-child(10) {
  background-image: url(https://swaronkikhoj.com/img/audition/10.webp);
}

.slider3d_wrap :nth-child(11) {
  background-image: url(https://swaronkikhoj.com/img/audition/11.webp);
}

.slider3d_wrap :nth-child(12) {
  background-image: url(https://swaronkikhoj.com/img/audition/12.webp);
}

.radius20{
        border-radius: 30px;
}
.w100px{
    width:100px;
}
.aro{
    position: absolute;
    right: -60px;
    top: 15%;
}
.aro2{
    position: absolute;
    right: -60px;
    top: 35%;
}
.fs32{
    font-size:32px;
}
.fs24{
    font-size:24px;
}
.overflowhidden{
    overflow: hidden;
}
.xhid{
    overflow-x: clip;
}
.labled{
    position: absolute;
    top: 30px;
    width: 220px;
    padding: 10px 2px;
    text-align: center;
    right: -60px;
    transform: rotate(45deg);
    background: #7B4E00;
    color: var(--orange);
}
.fadebg{
    background: #20202060;
    border-color: #ABABAB60;
}
.judge{
    border:6px solid #ECC231;
    border-radius: 40px;

}
.yello{
    color: #ECC231;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #070707;
    background: linear-gradient(180deg, rgba(7, 7, 7, 0) 49%, rgba(7, 7, 7, 1) 100%);
    z-index: 1;
    border-radius: 35px;
}
.bottompos{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.jug:hover .judge{
    box-shadow: 0px -9px 1rem rgb(255 228 17 / 40%) !important;
}
.jug{
    border-radius: 40px;
}
.bgct{
    background: url('../img/gradrect.svg')no-repeat;
    width: 70%;
    height: 400px;
    background-size: 100%;
    position: absolute;
    top: 15%;
    left: 15%;
}
.bgorange{
    background: var(--orange);
}
.radius0{
    border-radius: 0;
}
.w20{
    width: 19px;
}
.leftsisde{
    margin-left: -130px;
}





/*scroll css*/
.mouse {
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
    width: 24px;
    height: 36px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
          animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.mouse:before, .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
    width: 20px;
    height: 32px;
  background-color: #000;
  border-radius: 100px;
}
.mouse:after {
  background-color: #ffffff;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
          animation: trackBallSlide 5s linear infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
/* end scroll css */


.topa{
    top: 0;
    left: 0; 
}
.topa2{
    top: 20%;
    left: 0; 
}
.topa3{
    top: 10%;
    left: 0; 
}
 .z-1{
    z-index: -1;
 }
.w80px{
    width:80px;
}
.aroabt {
    position: absolute;
    right: -36px;
    top: 15%;
    width: 70px;
}
.aroabt2 {
    position: absolute;
    right: -36px;
    top: 35%;
    width: 70px;
}
.borderbottom{
    border-bottom: 3px solid orange;
}








































@media (max-width: 767.98px) { 
    .logo{
        width:60px;
    }
.mf14{
    font-size: 14px;
 }
.mf16{
    font-size: 16px;
 }
.mf18{
    font-size: 18px;
 }
 .mf22{
    font-size: 22px;
 }
  .mf24{
    font-size: 24px;
 }
  .mf20{
    font-size: 20px;
 }
  .mf26{
    font-size: 26px;
 }
 .mf27{
    font-size: 27px;
 }
 .mf28{
    font-size: 28px;
 }
.mf32{
    font-size: 32px;
 }
.lh16{
    line-height: 1.6;
}

.leftsisde {
    margin-left: -110px;
    margin-top: -20px;
}

.mw-60 {
    width: 60%;
}
.tinline:after {
    top: -21%;
    left: 0%;
    width: 11%;
    height: 42px;
    transform: rotate(45deg); 
}



.slider3d {
    width: 48%;
    height: 20%;
    perspective: 160px;
}

.slider3d_wrap > *{
    padding:15vmin;
    font-size: calc(0vmin + 0px);
}
.nilacircle:after {
    top: 39%;
    right: -41%;
    width: 168%;
    height: 742px;
}

.mw80px{
    width:80px;
}
.mf15{
    font-size: 15px;
}

.aro {
    position: absolute;
    right: -35px;
    top: 23%;
    width: 70px;
}
.w80px{
    width: 80px !important;
}
.jcc{
    justify-content: center
}

.bgct { 
    width: 96%;
    height: 400px;
    background-size: 100%;
    position: relative;
    top: 15%;
    left: 2%; 
}

.gradient-box {
  display: flex;
  flex-direction: column;


  align-items: center;
  width: 90%;
  margin: auto;
  max-width: 22em;
  position: relative;
  padding: 5% 1rem;
  box-sizing: border-box;
  color: #FFF;
  background: #000000c7 !important;
  background-clip: padding-box;
  /* !importanté */
  border: solid 2px transparent;
  /* !importanté */
  border-radius: 1em;
}
.gradient-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, #ff009085, #0008ff5c);
}

.mbot{
    margin-top: -150px;
}
.z-1{
    z-index: -3;
}
.topa{
    top:16%;
}
.topa2 {
    top: 90%;
}
.topa3 {
    top: 62%;
}

.ellips:after {
    content: "";
    background: url(../img/ellipse3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 47%;
    right: -59%;
    width: 200%;
    height: 1200px;
    z-index: -1;
}

.od2{
    order:2;
}


















 }