@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;

}

.sub-header{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url("assets/bg.png");
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
    /* font-weight: bold; */
 
 }
 .sub-header h1{
    margin-top: 10px;
    font-size: 30px;
 }
 nav{
     display: flex;
     padding: 2% 6%;
     justify-content: space-between;
     align-items: center;
 }
 nav img{
     margin-top: 30px;
      width: 120px;
       height: 120px;
 }
 .nav-links{
     flex: 1;
     text-align: right;
 }
 .nav-links ul li{
     list-style: none;
     display: inline-block;
     padding: 8px 12px;
     position: relative;
     
 }
 .nav-links ul li a{
     color: antiquewhite;
     text-decoration: none;
     font-size: 20px;
 }
 .nav-links ul li::after{
     content: '';
     width: 0%;
     height: 2px;
     background: #FFBD59;
     display: block;
     margin: auto;
     transition: 0.5s;
 
 }
 .nav-links ul li:hover::after{
    width: 100%;
 }
 
 .text-box{
     width: 90%;
     color: white;
     position: absolute;
     top: 60%;
     left: 52%;
     transform: translate(-50%,-50%);
     text-align: left;
     
 }
 .text-box #tagline{
     padding-bottom: 30px;
 }
 .text-box #tagline i{
     font-size: 20px;
 }
 .txt-wrapper #txt{
     font-size: 85px;
     font-weight: 600;
 }
 .txt-wrapper #cursor{
     font-size: 90px;
     font-weight: 700;
 }
 .text-box #welcome-line{
     font-size: 20px;
     color: white;   
 }
 .text-box #tagline {
     font-size: 25px;
     top: 70%;
 }
 .btn{
     display: inline-block;
     text-align: none;
     color: white;
     border: 1px solid white;
     padding: 12px 34px;
     font-size: 17px;
     background-color: transparent;
     position: relative;
     cursor: pointer;
     text-decoration: none;
 
 }
 
 .btn:hover{
     border: 1px solid #f44336;
     background-color: #f44336;
     transition: 1s;
 }
 
 nav .fa{
     display: none;
 }
 
 @media(max-width: 750px){
     .txt-wrapper #txt {
         font-size: 50px;
     }
     .txt-wrapper #cursor{
         font-size: 50px;
     }
     .text-box #welcome-line{
         font-size: 15px;  
     }
     .text-box #tagline {
         font-size: 15px;
     }
 
     .nav-links ul li{
         display: block;
     }
     .nav-links {
         position: fixed;
         background:  #5c121dfc       ;
         height: 100vh;
         width: 200px;
         top: 0;
         right: -200px;
         text-align: left;
         z-index: 2;
         transition: 1s;
         overflow-x: hidden;
     }
     nav .fa{
         display: block;
         color: white;
         margin: 10px;
         font-size: 22px;
         cursor: pointer;
     }

    

    }  



    body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: black;
   background-position: center;
   background-size: cover;

}

.mup_comm{
   margin-top: 50px;
   
}
/* .container1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 1 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: rgba(75, 0, 130, 0.5); /* Semi-transparent white background 
} */

.responsive-image {
    border-radius: 10px;
    max-width: 25%;
    height: auto;
    flex: 1 1 35%; /* Adjusts the size of the image */
    object-fit: cover;
}

.text-content {
    flex: 1 1 60%; /* Adjusts the size of the text area */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: center;
}
.text-content h1{
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 2.5em;

}
.text-content h3{
    font-size: 2em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFBD59;
    font-family: "Poppins", serif;


}
.text-content p{
    font-size: 18px;
    font-family: "Montserrat", sans-serif;

}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        left: 0%;
    }


    .responsive-image, .text-content h1 {
        font-size: 30px;
    }
    .responsive-image, .text-content h3{
        font-size: 25px;
    }
    .responsive-image{
        max-width: 100%;

}
}

::-webkit-scrollbar{
    width: 10px;
    background: transparent;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(transparent,#5c121dfc);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(transparent,#FFBD59);
    border-radius: 5px;
}


.footer{
    margin-top: 50px;
    width: 100%;
    background-color: #361f22;
    color: white;
    text-align: center;

}
.footer #footer{
   text-align: center;
    color: #FFBD59;
    font-size: 15px;
    padding-bottom: 7px;
    padding-top: 10px;
    font-weight: 700;
    
}
.footer #footer .fa{
    color: #f44336;
}

.footer #extra{
    font-size: 12px;
    padding-bottom: 5px;
}

/* .com-img{
    background-color:   linear-gradient(90deg, #932233, #361f22);
    height: auto;
    width: 250px;

} */

