@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@font-face {
    font-family: 'VAG Rounded';
    src: url("../fonts/VAG\ Rounded\ Black\ SSi\ Black.ttf")
  }

:root{
    max-width: 100%;
    overflow-x: hidden;
}

html body{
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto';
    color: #4b565e;
}
body{
   
    background:#fef1e3;
   position: relative;
}

.hero{
    background: url(../images/bg3\ 1.png) no-repeat center;
    background-size: cover;
    height:100vh;
}
.hero1{
    background: url(../images/bg3\ 2.png) no-repeat center;
    background-size: cover;
    height:auto;
}
.hero2{
    background: url(../images/bg2\ 1.png) no-repeat center;
    background-size: cover;
    height:auto;
}
.hero3{
    background: url(../images/bg2\ 2.png) no-repeat center;
    background-size: cover;
    height:auto;
    padding:70px 0px;
}
.hero4{
    background: url(../images/bg3\ 3.png) no-repeat center;
    background-size: cover;
    height:auto;
   
}
.hero5{
    background: url(../images/bg3\ 5.png) no-repeat top;
    background-size: auto 60% ;
    padding-top:100px; 
    position: relative;
    

}

.hero6{
    background: url(../images/bg2\ 5.png) no-repeat center;
    background-size: cover;
    padding-top:100px; 
    
   
}

/* .bg_abs{
    position: absolute;
    bottom: 0;
    left: 0;
   width:100%;
   height:auto
    
} */
main{
    position: relative;

}
.footer-img {
    background:url(../images/bg2\ 3.png) no-repeat center;
    background-size: cover;
    height: 200px;
    position: absolute;
    bottom:-105px;
    left:0px;
    width:100%;
    z-index: 9;
}

.pb-100{
    padding-bottom: 100px;
}
a{
    text-decoration: none;
    font-family: 'Roboto';
}
p{
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    color:#fff;
}
h4 {
    font-weight: 700;
  
}
h1 ,h2 {
    font-weight: 900;
    font-family: 'VAG Rounded';
    color:#000;
}
h3{
    font-weight: 900;
  
    color:#000;
    font-size: 40px !important;
}
h5 , h6{
  
}
.active{
  color: #E4883D;
}

.nav-link{
    margin-left: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
   color:#000 !important;
   font-family: 'Roboto';

   
}

.nav-link:hover{
    color:#E4883D !important;
    fill: #E4883D !important;
}


.bg-light{
    background:transparent !important;
 
}
.bg-gray{
    background: #333333;
}
.bg-lightgray{
    background: #DBE2E8;
}
.btn-main{
    line-height: 20px;
    letter-spacing: 1px;
    color:#fff;
    text-transform: capitalize !important;
   font-family: 'Roboto';
    border-radius:8px;
  
    padding: 12px 15px ;
    border: transparent;
  
    background: linear-gradient(89.93deg, #E4893D 0.05%, #B73C00 99.92%);
    font-size: 14px;
    transition: all 0.3s;
    font-weight: 500;
}
.btn-outline{
    line-height: 20px;
    letter-spacing: 1px;
    color:#fff;
    text-transform: capitalize !important;
   font-family: 'Roboto';
    border-radius:8px;
    padding: 12px 15px ;
    border: 1px solid #E4883D !important;
    box-sizing: border-box;
    font-size: 14px;
    transition: all 0.3s;
    font-weight: 500;
}

.btn-outline:hover{
    background: linear-gradient(89.93deg, #E4893D 0.05%, #B73C00 99.92%) !important;
    color:#fff;
}
.btn-main:hover{
    opacity: 0.9;
    color:#fff;
}
.btn-nav{
    line-height: 20px;
    letter-spacing: 1px;
    color:#000;
    text-transform: capitalize !important;
   font-family: 'Roboto';
    border-radius:8px;
  
    padding: 8px 20px ;
    border: 3px solid #E4883D;
   background: transparent;
    font-size: 14px;
    transition: all 0.3s;
    font-weight: 600;

}

.btn-nav:hover{
    background: linear-gradient(89.93deg, #E4893D 0.05%, #B73C00 99.92%);
    color:#fff;
   
}

.btn-blue{
    background: #274c65;
}

.btn-thick{
    padding: 10px 70px;
}

.btn-outline{
    border:1px solid #fff;
    background: transparent;
}

.btn-outline:hover{
    background: #ffbd60;
}
.text-small{
    font-size:12px;
   
}
.link_text{
    font-size: 20px;
    font-weight: 600;
    color:#000;
}
.text-medium{
    font-size:15px;
    font-weight: 400;
    
}
.text-orange {
    color: #E4883D!important;
}
.bg-red {
    background: #E4883D!important;
}
.text-green{
    color:#2dd7a2;
}
.title h2{
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.1rem;
    letter-spacing: normal;
    color: #410D0D;
    font-family: 'VAG Rounded' !important;
}
.title h2 span{
    font-size:2rem ;
}
.title h5{
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 2.1rem;
    letter-spacing: normal;
    color: rgba(228, 136, 61, 1);

    font-family: 'VAG Rounded' !important;
}
.title h4{
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 2.1rem;
    letter-spacing: normal;
    color: #fff;
    font-family: 'VAG Rounded' !important;
}
.title h4 span{
    font-size:1.7rem ;
}
.bullet-color {
    list-style: none;
    padding: 0px;
    margin-top: 15px;
}



.img_border_radius{
    border-radius: 10px;
}


  .social-link ul{
      display:flex;
      justify-content: space-between;
      padding-left: 10px;
  }
  .social-link ul li{
    list-style: none;
    color:#fff;
  }
  .social-link ul li a{
      color:#fff;
  }
  .social-link ul li a :hover{
      color:#E4883D;
  }


.br-1{
    border-left: 5px solid #F0B84A;
  
}

  .text-gray{
      color:gray;
  }
  
  
  .red_card{
      position: relative;
     
background: linear-gradient(180deg, rgba(228, 111, 61, 0.7) 8.59%, rgba(228, 136, 61, 0) 98.66%, rgba(254, 241, 227, 0) 99.36%);
filter: drop-shadow(0px -9px 10px #F9C24F);
backdrop-filter: blur(100px);
/* Note: backdrop-filter has minimal browser support */

border-radius: 39px;
padding:30px 60px;
    }
    

  .red_count{
      text-align: center;
      margin: auto;
    
      background: linear-gradient(rgba(228, 111, 61, 0.7) 8.59%, rgb(10 4 2) 98.14%, rgb(7 0 0) 117.76%);
box-shadow: 0px -9px 8px #F9C24F;
backdrop-filter: blur(100px);
border-radius: 39px;
     
    }
    .red_count h1 {
        position:relative;
        font-weight: 400;
font-size: 85px;
line-height: 50px;
background: linear-gradient(180deg, #FF821D 25%, #FFCB44 51.42%, #FFFFFF 78.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 40px 10px 70px 10px;

    }

    .red_count h1:after {
        background: none;
        content: attr(data-text);
        left: 0;
        position: absolute;
        text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.83);
        top: 0;
        z-index: -1;
      }


  .text-red{
      color:#E4883D !important;
  }


  .gray_box{
    background: linear-gradient(90deg, #000000 0%, #000000 7.29%, #FFFFFF 100%);
border-radius: 23px;
padding:20px;
margin-bottom: 20px;
  }

  .card_red{
      background: #E4883D;
      border-radius: 10px;
      padding: 15px;
      color:#fff;

  }
.card-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: normal;
    color:  rgba(192, 94, 9, 1);
    ;
    font-family: 'VAG Rounded' !important;
}
 .crd-img{
     width:auto;
     height:300px;
 }
 .crd-img1{
     width:auto;
     height:253px;
 }
.text-blackbold{
    color:#000;
    font-weight: 600;
}


  .footer_area{
      background: url(../images/Rectangle\ 214.png) no-repeat center;
      background-size: cover;
      padding-top: 60px;
      padding-bottom: 40px;
      margin-top: 100px;
      border-bottom: 1px solid gray;
      z-index: 99999;
  }
  
  .copyright_sec{
    background: #E4883D;
}

  .footer_link li{
    list-style: none;
    color:#fff;
    margin-bottom: 10px;
    
  }

  .footer_link li a{
 
    color:#fff;

  }
  .text-wide{
      word-spacing: 10px;
      line-height: 35px;
  }

  .mt-100{
      margin-top: 100px;
  }
  
  .red_card1{
    position: relative;
background: linear-gradient(180deg, rgba(228, 111, 61, 0.7) 8.59%, rgba(228, 136, 61, 0) 98.66%, rgba(254, 241, 227, 0) 99.36%);

filter: drop-shadow(0px 11px 10px #F9C24F);
backdrop-filter: blur(100px);
border-radius: 39px;
transform: rotate(179.95deg);
text-align: center;
box-shadow: 0px -9px 8px #F9C24F;
  }
 
.box{
    text-align: left;
    color:#fff;
    padding: 20px;
background: linear-gradient(89.89deg, rgba(7, 0, 0, 0.85) 0.11%, rgba(183, 60, 0, 0.85) 49.98%, rgba(230, 132, 64, 0.85) 81.28%, rgba(248, 186, 65, 0.85) 101.97%);
border-radius: 39px;
margin: 0px 60px;
}
.box ul{
    width:80%;
}
.box li{
    margin-bottom: 15px;
    font-family: 'VAG Rounded';
    font-weight: 400;
}

.title-s{
    font-family: 'VAG Rounded'; 
    font-size: 22px;
    color:#000;
}
.social{
    justify-content: center;
    margin-top: 20px;
}
.social i{
    font-size: 30px ;
    color:#fff;
    margin-right: 35px;
}
.img-thumb{
    border-radius: 50%;
    height: 50px;
}



/* styling for youtube thumbnails */

.thumb{
    position: relative;
}

.thumb1{
    background: url(../images/thumbnail2.png) no-repeat center;
    background-size: cover;
    height:100px;
    cursor: pointer;
    
}
.thumb2{
    background: url(../images/thumbnail1.png) no-repeat center;
    background-size: cover;
    height:100px;
    cursor: pointer;
    
}
.over-btn{
    position: absolute;
    top:25px;
    left:40%;
}


/* styling for youtube thumbnails */




/* styling for scroll to top */

.scrolltop .icon {
    font-size: 30px;
    text-align: center;
    /* transform: rotate(-45deg); */
    margin-top: 5px;
    color:#ffff;
}

.scrolltop {
    position: fixed;
    bottom: 70px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background-color: #c52600; */
    display: none;
    z-index: 999999;
    cursor: pointer;
   
}
.scrolltop:hover{
    animation: wiggle 75ms infinite;
}
/* styling for scroll to top */

.zoom:hover{
    cursor: pointer;
    transform: scale(1.2);
}
.bounce:hover{
    cursor: pointer;
    animation: wiggle 75ms infinite;
    animation-timing-function: linear;
}
@keyframes wiggle {
    0% { transform: translate(2px, 0); }
    50% { transform: translate(-2px, 0); }
    100% { transform: translate(2px, 0); }
  }

  .pulse:hover{ 
    animation: pulse 1s infinite;
    animation-timing-function: linear;   
  }
  
  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1);}
    100% { transform: scale(1); }
    }
  
        @media only screen and (max-width: 520px) {
          
          .nav-link{
              margin-left: 0px;
          }
          .card_row{
              transform: translateY(0px);
          }
          .card{
              margin-bottom: 20px;
          }
          .hero{
            height:auto;
          }
          .red_count h1{
           
            font-size:55px;}
         .logo-text{
             height:35px;
         }
         .box{
             margin:0px;
         }
         .box ul{
             width:100%;
         }
         .box li{
             font-weight: 200;
         }
         .hero .title h2{
             color:#fff;
         }
        }
  
        @media only screen and (min-width: 1400px){
            .hero5{
                background: url(../images/bg3\ 5.png) no-repeat top;
                background-size: cover ;}
        }

        body::-webkit-scrollbar {
            width:3px;               /* width of the entire scrollbar */
          }
          body::-webkit-scrollbar-track {
            background: #000;        /* color of the tracking area */
          }
          body::-webkit-scrollbar-thumb {
            background-color:#E4883D ;    /* color of the scroll thumb */
            border-radius: 20px;       /* roundness of the scroll thumb */
            
          }     

         



          /* modal css */


          .modal-content{
              position: relative;
              background: url(../images/popup/Rectangle\ 1014.png) no-repeat center;
              border-radius: 10px;
          }
        

          .popup-title h2{
              text-transform: uppercase;
              color:#fff !important;
              font-size: 3.5rem;
          }
          .popup-title h6 {
              text-transform: uppercase ;
              color: #fff !important;
              font-size: 1.2rem;
              font-weight: 200 !important;
              line-height: 1.4rem;
              letter-spacing:1px;

              font-family: 'VAG Rounded' !important;
          }

          .btn-popup{
            background: url(../images/popup/btn.png) no-repeat center;
            background-size: cover;
            font-size: 1rem;
            font-weight: 800;
          }
          .btn-close{
              position: absolute;
              right:10px ;
              top:0px;
              background: none;
          }

      