@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');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..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;
 
 }
 .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){
     .form{
         padding-left: 0;
         padding-right: 0;

     }
     .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 ;}
         .row {
            flex-direction: column;
        }
    
        .contact-col{
            margin-top: -50px;
        }
        .contact-col i {
            padding-left: 100px;
        }
    
        .btn-l a {
            width: 100%;
            box-sizing: border-box;
        }
        .sub-header h1 {
            margin-top: 60px;
        }
        .fa{
            padding-right: 31px;
        }
        .contact-col form{
            padding-right: 50px;
        }
        .contact-col div #email{
            font-size: 14px;
            font-weight: bold;
        }
        .contact-col div #phone{
            margin-bottom: 10px;
            font-weight: bold;

        }
        .contact-col div #add{
            font-weight: bold;

        }
        .contact-col div h5{
            font-size: 15px;
            
        }
        .contact-col div p{
            font-size: 12px;
        }
        .contact-col div #email_links{
            margin-left: -12px;
        }
        .contact-col div ul li{
            margin-bottom: 10px;
        }
        
 }

 .contact-col div #email_links{
    margin-left: -5px;
}
.contact-col div #phone{
    margin-left: -1px;
}
.contact-col div ul li{
    margin-bottom: 10px;
}
.contact-col div ul {
    margin-bottom: 10px;
}


.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-left: -100px;
    margin-top: 51px;
}

.contact-col div .fa{
    font-size: 28px;
    color: #452c63;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;
}
.contact-col div ul{
    list-style: none;
}
.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: black;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
}

.contact-col .btn-c{
    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;

}

.contact-col .btn-c:hover{
    color: white;
    background-color: #f44336;
    border: 1px solid white;
}

.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{
    background-color: #361f22;
    color: white;
    text-align: center;
}
.footer #extra{
    font-size: 12px;
    padding-bottom: 5px;
}



.submit{
    display: inline-block;
    text-align: none;
    color: black;
    border: 1px solid black;
    padding: 12px 34px;
    font-size: 12px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    text-decoration: none;

}
.submit a{
    text-decoration: none;
    color: black;
}

.submit:hover{
    border: 1px solid #f44336;
    background-color: #f44336;
    transition: 1s;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(transparent,#5c121dfc);
    border-radius: 5px;
}

.row .contact-col{
    width: 100%;
}

.form{
    margin-top: 90px;
    text-align: center;
    font-size: 2em;
    font-family: "Inter", sans-serif;
    color: #452c63;
    padding-left: 150px;
    padding-right: 150px;

}
.form iframe{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 3px 4px 4px 6px rgba(0, 0, 0, 0.1);
}

