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

body {
  overflow-x: hidden;
}


@font-face {
    font-family:Mada-Bold;
    src: url('../font/mada/Mada-Bold.ttf');
}

@font-face {
    font-family:Mada-Regular;
    src: url('../font/mada/Mada-Regular.ttf');
}

@font-face {
    font-family:Mada-Light;
    src: url('../font/mada/Mada-Light.ttf');
}

@font-face {
    font-family:PlusJakartaSans;
    src: url('../font/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf');
}

@font-face {
    font-family:Raleway;
    src: url('../font/Raleway/Raleway-VariableFont_wght.ttf');
}

@font-face {
  font-family:NunitoSans;
  src: url('../font/Nunito_Sans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf');
}

.banner-section {
    width: 100%;
    background-color: #FFCD0C;
}

.black-section {
    width: 100%;
    background-color: black;
    padding: 41px 0 0px 0;
}


.black-section-two-set::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
  /* bottom: 0; */
  left: 0;

}


.banner-section h1 {
    color: #FFDC54;
    font-family:NunitoSans;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    position: relative;
    padding-left: 80px;
    margin: 0;
    padding-top: 60px;
}

.banner-section h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFCD0C;
    left: 0;
    top: 78%;
    transform: translateY(-50%);
}

.eye-img {
    border-radius: 34px;
}

.right h1 {
    color: #FFF;
    font-family:NunitoSans;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 45px */
letter-spacing: 0.9px;
padding: 38px 0 48px 0;
position: relative;
}

.right h1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
    bottom: 0;
    left: 0;
}

.icon-set {
  width: 80%;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #FFF;
   margin-left: auto;
   margin-right: auto;
    padding: 12px 32px;
    display: flex;
    gap: 11px;
    align-items: center;
    justify-content: center;
   
}
.icon-set-parent{
  padding: 52px 10px;
  position: sticky;
  top: 0px;
}

.icon-set h2 {
    color: #FFF;
    font-family:PlusJakartaSans;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 27px */
letter-spacing: 0.54px;
}

.icon-set a {
    width: 36px;
}

.icon-set a:hover {
        box-shadow: 0 0 15px #FFE469;
        transition: all 0.75s ease;
        border-radius: 50%;
    
}

.right p {
    color: #FFF;
    font-family:Mada-Light;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 36px */
letter-spacing: 0.6px;
padding: 41px 0 30px 0;
}

.mouse {
    width: 31px;
    height: 47.871px;
    border-radius: 25px;
    border: 2px solid #FFF;
    display: flex;
    justify-content: center;
    padding-top: 7px;
    margin-bottom: 90px;
}

/* .up-down {
    
} */

.up-down{
    width: 9.065px;
    height: 14.452px;
    border-radius: 5px;
    border: 2px solid #FFF;
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    /* -ms-transform-origin: 50% 50%; */
  }
  
  @keyframes up-down{
    0% {
      transform:  translate(1px,0px)  ;
    }
    25% {
      transform:  translate(1px,17px)  ;
    }
    50% {
      transform:  translate(1px,0px)  ;
    }
    75% {
      transform:  translate(1px,17px)  ;
    }
    100% {
      transform:  translate(1px,0px)  ;
    }
  }
  

  .white-box-content {
    width: 100%;
    border-radius: 5px;
background: #fffbfb;
padding: 27px 0px 60px 0px;
margin-bottom: 143px;
  }

  .white-box-content h6{
    color: #000;
    font-family:Mada-Regular;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 180%; /* 27px */
letter-spacing: 0.45px;
margin: 0;
padding-bottom: 28px;
margin-right: 60px;
margin-left: 30px;
  }

  .white-box-content h6 span{
    font-family:Mada-Regular !important;
  }
 
  .white-box-content h3 {
    color: #333;
    font-family:NunitoSans;
font-size: 19px;
font-style: normal;
font-weight: 700;
line-height: 180%; /* 32.4px */
letter-spacing: 0.54px;
padding-bottom: 5px;
  }

  .last-box {
    position: relative;
    margin-top: 27px;
    width: 85%;
background-image: url(../img/blog-details/yellow-bg.jpg);
background-size: cover;
background-position: center;
border-radius: 10px;
/* background: linear-gradient(90deg, rgba(255, 205, 12, 0.00) 0%, #FFCD15 100%), url(<path-to-image>) lightgray 50% / cover no-repeat; */
  }

  .last-box h4 {
    color: #FFF;
    font-family:NunitoSans;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 48.6px */
    letter-spacing: 0.81px;
    padding-top: 54px;
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
  }

  .last-box button {
    color: #FFF;
    font-family: Raleway;
    font-size: 15.152px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.455px;
    background: transparent;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    padding: 7px 0;
    position: relative;
    margin-bottom: 32px;
    margin-right: 27px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.next-section {
  padding-top: 80px;
  
}

.next-section h1 {
  color: #FFCD0C;
  font-family:NunitoSans;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
}

.next-section h2 {
  color: #FFF;
  font-family:Mada-Light;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 180%; /* 27px */
letter-spacing: 0.45px;
margin: 0;
  padding-bottom: 10px;
}

.next-section h2 span{
  color: #FFF;
  font-family:Mada-Bold;
  font-size: 15px;
  font-style: normal;
  line-height: 180%;
  letter-spacing: 0.45px;
}

.next-section h6 {
  display: inline;
    color: #FFF;
    font-family: Raleway;
    font-size: 15.152px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.455px;
    background: transparent;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #FFCD0C;
    border-top: 1px solid #FFCD0C;
    padding: 7px 0;
    position: relative;
}

.next-section h6 ::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 10px;
  background-color: #1a1a1a;
  right: 0;
  bottom: -1px;
}

.last-section-box {
  height: 100%;
  border-radius: 23.826px;
  border: 0.701px solid #000;
  background: #FFF;
  padding: 14px 33px 41px 42px;
}

.last-section-box h3 {
  color: #333;
  text-align: right;
  font-family:Mada-Light;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.36px;
  visibility: hidden;
}

.last-section-box h4 {
  color: #333;
  font-family:Mada-Bold;
font-size: 14px;
font-style: normal;
/* font-weight: 700; */
line-height: 150%; /* 24px */
letter-spacing: 0.48px;
width: 80%;
margin: 0;
}

.last-section-box  img {
  animation: zoom-in-zoom-out 2s ease-out infinite;
  width: 28px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.7, 0.7);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.7, 0.7);
  }
}

.tap {
  display: none !important;
}


@media (max-width:991px) {
  .tab-none {
    display: none !important;
  }

  .tap {
    display: block !important;
  }
}









@media (max-width:991px) {
  .icon-set {
    margin: 33px auto;
  }

  .right h1 {
    text-align: center;
    padding-top: 20px;
  }

  .right p {
    text-align: center;
  }

  .mouse {
    margin: 0px auto 44px;
  }

  .white-box-content {
    margin-bottom: 66px;
}

.last-box {
  display: none;
}

.mobile-view-open-box {
  display: block  !important;
}

.next-section {
  padding-top: 42px;
}

.next-section h1, .next-section h2, .next-section p {
  text-align: center;
}

 }

@media (max-width:768px) {
  .banner-section h1 {
    font-size: 27px;
}
}

@media (max-width:600px) {
  .eye-img {
    border-radius: 34px;
    padding: 0 12%;
  }

  .icon-set-parent{
  padding: 0px;
}

.icon-set{
  width: 100%;
}

.white-box-content h6{
      margin-right: 20px;
    margin-left: 20px;
    text-align: center;
}
}