@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;
    box-sizing: border-box;
    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;
 
 }
 .sub-header h1{
    margin-top: 10px;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;

 }
 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;
     font-family: "Montserrat", sans-serif;

 }
 .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: 2s;
 }
 
 nav .fa{
     display: none;
 }
 
 @media(max-width: 700px){
     .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;
     }
      .nav-links ul{
         padding: 30px;
     }
 
     *{
         overflow-x: hidden ;}
 }

.footer{
    margin-top: 50px;
    width: 100%;
}
.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{
    background-color: #361f22;
    color: white;
    text-align: center;
}
.footer #extra{
    font-size: 12px;
    padding-bottom: 5px;
}



.imp-links{
    margin-top: 50px;
    text-align: center;
}

.imp-links .reg-link{
    margin-top: 50px;
}
.imp-links .reg-link li{
    margin-top: 50px;
}


.contact-us{
    width: 80%;
    margin: auto;
    display: flex;
    
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
    
}
.contact-col div{
    display: flex;
    margin-bottom: 40px;
    margin-left: -100px;
    margin-top: 51px;
}

.contact-col div .fa{
    font-size: 28px;
    color: #361f22;
    margin: 10px;
    margin-right: 30px;
}
.contact-col div p{
    padding: 0;
    font-family: "Montserrat", sans-serif;

}

.contact-col div h3{
    font-size: 20px;
    margin-bottom: 5px;
    color: black;
    font-weight: bold;

}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
}


.contact-col .btn-l{
    display: inline-block;
     text-align: none;
     color: black;
     border: 1px solid black;
     padding: 12px 34px;
     background-color: transparent;
     position: relative;
     cursor: pointer;
     text-decoration: none;
     box-sizing: border-box;
     border-radius: 10px;

}
.contact-col .btn-l a{
    text-decoration: none;
    color: black;
}

.contact-col .btn-l:hover{
    background-color: #5c121dfc;
    border-radius: 10px;
    border: 1px solid white;
    color: white;
    transition: 1s;
}
.contact-col .btn-l a:hover{
    text-decoration: none;
    color: white;
}
#margin{
    margin-left: 130px;
}

@media(max-width: 700px){
    .row {
        flex-direction: column;
    }

    .contact-col > div {
        margin-bottom: 20px;
    }

    .contact-col i {
        padding-left: 100px;
    }

    .btn-l a {
        width: 100%;
        box-sizing: border-box;
    }
    .sub-header h1 {
        margin-top: 60px;
    }
   
}


::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(transparent,#5c121dfc);
    border-radius: 5px;
}

