body{
    margin: 0;
    background-color: black;
    color: white;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  padding: 0px;
}
nav {
    background-color: #141414;
    display: flex;
    justify-content: space-around;
    align-items: center;
  
}

.navbar {
    display: flex;
    flex-direction: row;

    gap: 1rem; /* Add space between list items */
}

.navbar li {
    list-style: none;
}

.navbar li a img,.navbar li img {
    height: 45px;
   
}

#navbar_image {
 height: 60px;
}


#Hero {
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    height: 70vh;
    position: relative;
}

#Hero_content {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
  
    width: 50%;
    padding-top: 3%;
    z-index: 1;
    transition: opacity 0.5s ease;
}

#Hero_content img{
width: 80%;
height: 70%;
margin-top: 30px;
}

#Hero_content h1 {
    font-size: 4.2rem;
    font-weight: 400;
}



#hero_btn {
    font-weight: 400;
    padding: 2%;
    margin-top: 4rem;
    font-size: 1.4rem;
    background-color: yellow;
    color: black;
    border-radius: 20px;
    cursor: pointer;
}

#Hero_image {
    position: relative;
    width: 45%;
    padding-top: 70px;
    padding-left: 5%;
    /* transition: width 0.5s ease, height 0.5s ease; */
}

#Hero_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.pdf-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: width 0.5s ease, height 0.5s ease;
    z-index: 200;
    overflow: hidden;
}
#video_3{
    width: 50%;
   
    display: flex;
    flex-direction: column;
 
    align-items: end;
}
.border{
    border: white solid 2px;
    border-radius: 20px;
    padding: 3%;  
    width: 70%;
    margin-top: 2rem;
}

.border iframe{
    width:100%;
    height: 300px;; 
    
}

#video {
    
    display: flex;
    flex-direction: column;
    
    justify-content: end;
    align-items: end;
    margin-top: 8rem;
    width: 50%;
}

#video_content {
    display: flex;
    padding: 1%;
    background-color: #141414;
    border: 2px white solid;
    border-radius: 20px;
    align-items: end;
    padding-left: 5%;
    padding-right: 5%;
    width: 70%;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}
#video_youtube iframe{
    width:100%;
    height: 300px;; 
    
}
#video_youtube {
    border: white solid 2px;
    border-radius: 20px;
    padding: 3%;
    width: 70%;
}

#image_1 img,#image_2 img,#image_3 img,#image_4 img,#image_5 img,#image_6 img,#image_7 img,#image_8 img,#image_9 img,#image_10 img{
width: 19rem;
}

#benifits{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-left:10% ;
   justify-self: end;;
   align-items: end;
   align-content: end;
}
#benifits_content{
    display: flex;
    padding: 1%;
    background-color: #141414;
    border: 2px white solid;
    border-radius: 20px;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
   width: 100%;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}
#benifits h1{
    font-weight: 300;
    font-size: 3rem;
}

.benifits_card{
    display: flex;
    flex-direction: column;
}

.benifits_card h2{
    font-weight: 400;
    font-size: 2.3rem;
}

.benefits_card_content{
    display: flex;
    flex-direction: row;
}


.benifits_image img{
height: 270px;
width: 300px;
border-radius: 20px;
}

.benifits_content{
    display: flex;
    padding: 1%;
    background-color: #141414;
    border: 2px white solid;
    border-radius: 20px;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 5rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    width: 50%;
}

.benifits_main{
    display: flex;
}

#form_section{
    padding-left: 10%;
    padding-right: 10%;
    width: 60%;
}

#form_section h1{
    text-align: center;
    font-weight: 300;
    font-size: 3rem;
}

.form_section{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 3rem;
}

.form_image{
    width: 100%;
}

.form_image img{
    width: 100%;
    height: auto;

}

#form_small{
    width: 40%;
    background-color: #141414;
    border: none;
    font-weight: 200;
    position: fixed;
    top: 14%;
    right: 6%;

    z-index: 100;
    opacity: 1;
}
#form_small label{
    font-size: 1.6rem;
}

#form_small input{
    width: 35vw;
    font-size: 0.7rem;

}

#form{
    display: flex;
    justify-content: center;

}

form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4%;
    background-color: #141414;
    border-radius: 10px;
    border: white solid 2px;
    font-weight: 200;
}

form label{
    font-size: 2rem;
    margin-top: 1rem;
}

form input{
    border: white solid 2px;
    border-radius: 10px;
    background-color: transparent;
    color: white;
    font-size: 1rem;
    font-weight: 200;
    padding: 1rem;
    width: 24vw;
}

::placeholder{
    color: white;
}
.button{
    font-weight: 400;
    font-size: 1.5rem;
    color: black;
    background-color: yellow;
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
    border-radius: 20px;
    border: black solid 2px;
    cursor: pointer;

}



footer{
    background-color: #141414;
   padding: 3px;

    
    margin-top: 100px;
}

footer h2{
    display: flex;
    justify-content: center;
    font-weight: 300;
   
    
}


@media (max-width: 1200px) {


    #Hero {
        flex-direction: column;
        height: auto;
        padding-left: 5%;
        padding-right: 5%;
    }

    #Hero_content, #Hero_image {
        width: 50%;
        padding: 0;
      
    }

 #form_small{
    top: 15%;
 }

#form_small label{
    font-size: 1rem;
}

.button {
    font-size: 1.2rem;
    margin-top: 1.6rem;
    margin-bottom: 1.3rem;
   
}

    #Hero_content h1 {
        font-size: 3rem;
    }

  #Hero_content img{
    margin-bottom: 2rem;
    margin-top: 2.4rem;
  }


    #video {
        flex-direction: column;
        align-items: center;
      
    }
#video{
    margin-top: 0;
}
    #video_youtube {
        margin-bottom: 2rem;
    }

    #video_content {
        margin-left: 0;
    }
   
    #video_3{
        flex-direction: column;
        align-items: center;
     
    }
    .border{
        margin-bottom:0px;

    }
  
    #benefits{
        padding-left: 5%;
        padding-right: 5%;
    }

    .benefits_card_content {
        flex-direction: row;
    }

    .benefits_image img {
        width: 80%;
        height: auto;
    }
   
    

    #benefits_content_2 {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
       justify-content: center;
       align-items: center;
      gap: 0.2rem
      ;
    }


    .navbar li a img,.navbar li img {
        height: 33px;
    }

    #Hero_content h1 {
        font-size: 2.5rem;
    }

    
    #form_small{
        top: 28%;
        width: 40%;
     }
    
    #form_small label{
        font-size: 1rem;
    }
    
    .button {
       font-size: 0.8rem;
        margin-top: 0.6rem;
        margin-bottom: 0.8rem;
       padding-top: .5rem;
       padding-bottom: .5rem;
    }

    #video {
        margin-top: 4rem;
    }

    #video_content p {
        font-size: .8rem;
    }
  
#benifits h1{
    font-size: 1.4rem;
}

#benifits_content p{
    font-size: .8rem;
}

     .form_section{
        display: flex;
        flex-direction: column;
        align-items: center;
       
       
     }

.form_image {
    height: 90%;
}
 
#form_section h1 {
   
        font-size: 3rem;
    }

    form label {
        font-size: 1.2rem;
    }

    form input {
        font-size: 1rem;
        width: 60vw;
        padding: .4rem;
    }

 

   
    footer h2{
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    nav {
        background-color: #141414;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
     
    }
    
    .navbar {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
       font-size: 12px;
    }
   
 #navlogo img{
    height: 40px;
 }
    .navbar li {
        list-style: none;
    }
    
    .navbar li a img,.navbar li img {
        height: 25px;
        
    }
    #socials{
        margin-left: 10px;
    }
    #navbar_image {
     height: 40px;

    }
    #Hero_content{
        justify-content: center;
    }
    #Hero_content h1 {
        font-size: 2rem;
    }

    #Hero_content button {
        font-size: 0.8rem;
        padding: 0.5rem;
    }
 .hero_btn{
    display: flex;
    width: 100%;
    justify-content: center;

    } 
    #hero_btn{
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        padding-left: 10px;
    }
    
#video_youtube{
   
}
    #video iframe {

        height: 100%;
    }

    #video{
        margin-top: 1rem;
    }
    #video_3{
        width: 50%;
       
    }
    .border{
        margin-bottom: 1rem;
    }
     .border iframe{
        height: 100%;
     }

    #form_section{
        display: flex;
        flex-direction: column;
       
        justify-content: end;
        align-items: end;
       
    }
 
#form_section h1{
    font-size: 1.5rem;
}
.form_image{
    width: 40vw;
}
  .form_section img{
                padding: 0px;
                margin-top: 0px; 
                   }
    #form_small label {
        font-size: .6rem;
    }

#form_small{
    width: 40%;
    top:20%
    
}
    #form_small input {
        font-size: .5rem;
        width: 100%;
      
    }
  #Hero_content img{
    margin-top: 20px;
    margin-bottom: 20px;
  }
    .button {
        font-size: .6rem;
        padding: 0.4rem;
    }
    footer h2{
        font-size: 1rem;
    }
    .form_section{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
     
       
     }
}


.hover-section {
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.icon-heading {
    display: flex;
    align-items: center;
}

.icon-heading img {
    width: 40px; /* Adjust size of the image here */
    height: auto;
    margin-right: 15px;
}

.hover-section h3 {
    margin: 0;
    font-size: 24px; /* Adjust heading size here */
    transition: color 0.3s ease;
}

.hover-details {
    display: none;
    margin-top: 15px;
}

.hover-section:hover h3 {
    color: #007bff;
}

.hover-section:hover .hover-details {
    display: block;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


