* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Manrope";
}

/*******************
***** Defaults *****
*******************/

a {
    text-decoration: none;
}

li {
    list-style: none;
}
a[href^="#"] {
    scroll-behavior: smooth;
  }
  
/* General styles */
body {
    font-family: 'Manrope', sans-serif;
    margin: 0;
    padding: 0;
}

.header-main {
    position: relative;
    width: 100%;
    padding: 20px 0;
    color: #fff;
}

.nav-outer nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
    transition: 0.4s;
    z-index: 1;
}
.active{
    background-color: white;
    padding: 5px;

}

/* Responsive styles */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
        z-index: 1;
    }

    .nav-items {
        display: none;
        flex-direction: column;
        z-index: 1;
        position: absolute;
        top: 60px;
        right: 20px;
        width: 200px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .nav-items.active {
        display: flex;
        z-index: 1;
    }

    .nav-items li {
        margin: 15px 0;
        z-index: 1;
    }

    .nav-items a {
        color: black ;
        text-decoration: none;
        padding: 10px;
        z-index: 1;
    }
    .active{
        
        background-color: black;
    }
}



/*******************
****** Header ******
*******************/

header {
    background-position: center;
    background-size: cover;
    height: 125vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("../Assets/Images/11.jpg");

   
}

.header-main {
    width: 90vw;
    height: 100%;
    
  
}

/*******************
******* NAV *******
*******************/

/* Line under the navigation bar */
.nav-line {
    width: 100%;
    height: 3px; /* Thickness of the line */
    background-color: black; /* Color of the line */
    margin-top: -2px; /* Adjusts the line position */
}





.nav-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    
    

}
.nav-items a{
    font-size: 27px;
    /* box-shadow: 5px 10px 5px 5px rgba(0, 0, 0, 0.3); */
    

}

nav {
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    
    
}


#name{
    color: rgb(0, 0, 0);
    font-size: 2.5rem;
    font-weight: 1000;
    border-radius: 15px ;
    padding: 5px;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    margin-right: 10%;
   
    
}

nav ul li {
    font-weight: 900;
   
    
}

nav ul li a {
    color: black;
    font-size: 20px;
}
nav ul li a:hover{
    color: black;
    background-color: white;
    
    padding: 5px;
    transition: 0.3s ease-in-out;
}


.nav-underline {
    background-color: #fff;
    height: 2px;
    width: 95%;
    margin-right: 50px;
}
.menu-toggle {
    display: none;
}

.nav-items {
    display: flex;
    
}
.menu-toggle .bar {
    width: 25px;
    height: 4px;
    background-color: white;
    margin: 5px 0;
    transition: transform 0.4s ease;
    
    
}

@media (max-width: 768px) {
    .nav-items {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding:0px;
        
        background-color: rgb(233, 236, 238);
        z-index: 999;
       
        
    }
    .nav-line{
        background-color: transparent;
    }
  
    
  
  
    .nav-items li{
        padding: 10px;
        margin: 30px;
        font-size: 10px;
        background-color: black;
        border-radius: 20px;
        z-index: 999;
        

    }
    .nav-items li a{
        color: white;
        z-index: 999;
    }

    .nav-items.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
    }


} 

/*******************
******* NAV END *******
*******************/




.container {
    text-align: center; /* Centers the content within the container */
    display: flex;
    justify-content: center;    
    align-items: center;
    position: relative;
    top: 150px;
  }
  
  .typewriter {
   
    overflow: hidden; /* Ensures content is not revealed until animation */
    border-right: 3px solid #ccc; /* Optional right border for visual effect */
    white-space: nowrap; /* Keeps the content on a single line */
    animation: typing 3s steps(4000, end), blink 0.5s step-end infinite;
    font-size: 85px;

    font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: bolder;
  font-style: normal;
    color: black;
    z-index: 9999;
    
    
  }

  
  
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* Hide the blinking cursor by making it transparent */
  @keyframes blink {
    from, to { border-color: transparent }
  }
  


#btn1{
  
    font-size: 20px;
    border-radius: 15px;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    border: 1px solid rgb(0, 0, 0);
    font-weight: bold;
    opacity: 0.8;
    font-weight: 1000;
    z-index: 0;
    justify-content: baseline;
}

   #know-more{
    display: flex;
    flex-direction: column;  
    justify-content: flex-end;  
    align-items: center;  
    height: 50vh; 
   
   }
  .nav-outer{
    z-index: 1;
  }


@media only screen and (max-width : 500px) {
    
        #know-more{
            display: flex;
            flex-direction: column;  /* Stacks elements vertically */
            justify-content: flex-end;  /* Aligns content to the bottom */
            align-items: center;  /* Aligns content horizontally to the center */
            height: 40vh; 
           }
           .nav-items{
            z-index: 10;
           }
    
    .nav-underline{
        background-color: transparent;
    }
   .typewriter{
    white-space: wrap;
    z-index: 0;
    font-size: 50px;
    

   }

  @keyframes typing {
    from { width: 100% }
    to { width: 100% }
  }
  
  /* Hide the blinking cursor by making it transparent */
  @keyframes blink {
    from, to { border-color: transparent }
  }
























}


/*******************
***** Main ADs *****
*******************/

.ads {
    width: 100%;
    background-color: #f5f8fa;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ads-main {
    width: 97%;
}

.ads-main-heading {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ads-main-heading h1 {
    color: #000;
    font-size: 60px;
    text-align: center;
    font-weight: 800;
}

/*******************
******* Cards ******
*******************/

.cards {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card {
    width: 400px;
    height: 600px;
    display: flex;
    flex: 0 0 calc(33.33% - 20px);
    flex-direction: column;
    align-items: center;
}

.card img {
    width: 366px;
    height: 400px;
    border-radius: 20px;
}

.card-details {
    width: 325px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 20px;
    padding: 0px 20px;
    margin-top: -60px;
}

.card-details div h3 {
    color: #000;
    font-size: 24px;
    font-weight: 800;
}

.card-details div p {
    color: #6663e9;
    font-size: 20px;
    font-weight: 800;

}

.card-details button {
    background: #6663e9;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
    position: relative;
    left: -100px;
}

.card1 {
    margin-top: -100px;
}

.card2 {
    margin-top: -50px;
}

.card3 {
    margin-top: 0px;
}



/******************
***** Footer ****** 
******************/

footer {
    width: 100%;
    background-color: #f5f8fa;
    display: flex;
    flex-direction: column; 
 align-items: center;
    padding: 50px 0px; 
    background-color: rgb(36, 36, 75);
}

.footer-main {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#find{
    
    color: white;
    font-size: 20px;
}
.footer-left {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 40%;
    font-size:50px ;
}

.footer-left > img {
    width: 150px;
}

.social {
    display: flex;
    gap: 20px;
}
#contact1{
    font-size: 20px;
    color: white;

}
#contact2{
    font-weight: bolder;
    font-size: 20px;
    color: white;
}

.social img {
    width: 45px;
}

.footer-left p {
    font-weight: 700;
    font-size: 18px;
    width: 58%;
}

.footer-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.footer-links ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.footer-links ul li {
    font-weight: 600;
    font-size: 18px;
}

.footer-links ul li:first-child {
    font-weight: 900;
    font-size: 24px;
}

.footer-links ul li a {
    color: #000;
}



    


@media screen and (max-width: 1200px) {
  
    .hero h1 {
        font-size: 5vw;
    }
    
    .hero p {
        font-size: 2vw;
    }
    
    .hero button {
        padding: 1.5vw 4vw;
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 768px) {
    .hero {
        margin-left: 0;
        text-align: center;
    }
    
    .hero h1 {
        font-size: 8vw;
    }
    
    .hero p {
        font-size: 3vw;
        width: 90%;
        margin: 2vw auto;
    }
    
    .hero button {
        padding: 2vw 5vw;
        font-size: 2vw;
    }
    
    
    
    
    
    .footer-left > img {
        width: 20vw;
    }
    
    .social img {
        width: 8vw;
    }
}
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
    display: none;
    justify-content: center;
    align-items: center;
}

.popup {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}




.menu-toggle {
    z-index: 999;
}

@media screen and (max-width : 500px) {
    #know-more {
        position: relative;
        top: 100px;
    }

  
}
   /* Hide dropdown content by default */
   .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown {
    background-color: transparent;
}

/* Position the dropdown container */
.dropdown:hover .dropdown-content,
.dropdown:focus .dropdown-content {
    display: block;
    /* Show dropdown content when hovering or focused */
}

/* Style dropdown links */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change background color on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
/* @media screen and (max-width:500px){
    .footer-left{
        font-size: 20px;
    }
    #contact1, #contact2{
        border: 1px solid wheat;
        display: flex;
        flex-direction: column-reverse;
        font-size: 10px;
    }
    
} */


/* Basic Styles */
#foot {
    background-color: rgb(36, 36, 75); /* Example background color */
    padding: 20px;
    font-family: Arial, sans-serif;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-left,
.footer-right {
    display: flex;
    align-items: center;
}

.footer-left i {
    margin: 0 10px;
    font-size: 24px;
}

.footer-right {
    flex-direction: column;
    align-items: flex-start;
}

.footer-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: 5px 0;
}

.footer-links a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.footer-links p {
    margin: 5px 0;
    font-size: 16px;
}

#contact1, #contact2 {
    display: block;
    margin: 5px 0;
}

/* Media Queries for Mobile Devices */
@media (max-width: 768px) {
    #foot{
        background-color: rgb(36, 36, 75);
    }
    .footer-main {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-left {
        margin-bottom: 20px;
    }

    .footer-left i {
        font-size: 30px;
        margin: 0 8px;
    }

    .footer-right {
        align-items: center;
    }

    .footer-links {
        width: 100%;
    }

    .footer-links a, .footer-links p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .footer-left {
        text-align: center;
    }

    .footer-left i {
        display: block;
        margin: 10px 0;
    }

    .footer-links {
        text-align: center;
    }

     #contact2 {
        font-size: 14px;
    }
    #contact1{
        width: 200px;
        font-size: 17px;
    }














    .dropdown-content {
          /* Always visible on small screens */
        box-shadow: none; /* Remove shadow */
          
            /* Full width for mobile screens */
    }

    .dropdown .dropbtn {
        width: 10px;      /* Full width for the button */
        text-align: center;
        padding: 15px;
          /* Adjust padding for better touch targets */
    }

    .dropdown-content a {
        padding: 15px;
        background-color: #000;  /* Adjust padding for better touch targets */
    }
}
