@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    transition: all .2s linear;
    text-decoration: none;
}

html{
    font-size: 62.5%;
}

body{
    overflow-x: hidden;
    padding-top: 80px;
    background: url(../images/ABOUT\ US.jpg);
    margin-top: -20px;
    background-size: cover;
    background-attachment: fixed ;
}

/* Navbar Base Styles */
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #d3d3d3, #808080); 
    width: 100%;
    padding: 1rem 2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    position: fixed;
}

.header .logo img{
    font-size: 4rem;
    height: 60px;
    color: white;
    font: bold;
}


.header .navbar ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header .navbar ul li{
    margin: 0 1.5rem;
}

.header .navbar ul li a{
    font-size: 2rem;
    color: #fff;
}

.header .navbar ul li a:hover{
    color: #00bfff;
    text-decoration: underline;
}

.header .logo i{
    padding: 0.5rem;
}

.header .fa-bars{
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    display: none;
}

.header .btn-btn{
    border-radius: 8px;
}
.header .btn-btn:hover{
    letter-spacing: .1rem;
    opacity: .9;
    color: white;
    background: #002e5f;
}

.contact{
    text-align: center;
    align-items: center;
}

.contact .heading{
    font-size: 30px;
    font-weight: bold;
    color: #003366;
    margin-top: 10rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;; 
}

.contact .heading::after{
    content: "";
    display: block;
    width: 60px; 
    height: 3px; 
    background-color: #003366; 
    left: 50%;
    position: relative; 
    transform: translateX(-50%);
}

.contact-in
		{
			width: 80%;
			height: auto;
			margin: auto auto 5rem auto;
            margin-top: 50px;
			display: flex;
			flex-wrap: wrap;
			padding: 10px;
			border-radius: 10px;
            font-size: 16px;
			background: #fff;
			box-shadow: 0px 0px 10px 0px #666;
            background-color: #aaa;

		}

		.contact-map
		{
            max-width: 600px;
            margin: 20px auto;
            padding: 20px;
            background: #f9f9f9;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		}
        .contact-map :hover{
            letter-spacing: .1rem;
            opacity: .9;
            color: rgb(15, 15, 15);
            background: #6dafb8;
        }
        .info-box {
            background: #ffffff;
            padding: 20px;
            margin-bottom: 15px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            align-items: center;
        }
        /* /* .info-box :hover{
            letter-spacing: .1rem;
            opacity: .9;
            color: white;
            background: #002e5f;
        } */
         
        .info-box h1 {
            font-size: 24px;
            margin: 0;
            color: #333;
        }
        
        .info-box h4 {
            font-size: 18px;
            margin: 0;
            color: #444;
            display: flex;
            align-items: center;
        }
        
        .info-box h4 i {
            margin-right: 10px;
            color: #f5560d;
            size: 50px;
        }
        
        /* .info-box p {
            margin: 5px 0 0;
            color: #666;
            font-size: 16px;
            text-indent: 40px;
        } */
        
        /* .info-box a {
            color: #007bff;
            text-decoration: none;
            margin-left: 10px;
        } */
        
        /* .info-box a:hover {
            text-decoration: underline;
        } */

		.contact-form
		{
			width: 100%;
			height: auto;
			flex: 50%;
            margin-bottom: 80px;
			text-align: left;
		}
		.contact-form-txt
		{
            margin-top: 20px;
            margin-left: 2rem;
			width: 95%;
			height: 70px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
        .contact-form-email
		{
            margin-top: 10px;
            margin-left: 2rem;
			width: 95%;
			height: 70px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
		.contact-form-txt::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .contact-form-email::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
		.contact-form-txtarea
		{
            margin-left: 2rem;
            margin-top: 10px;
			width: 95%;
			height: 200px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 10px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
			font-family: 'Poppins', sans-serif;
		}
		.contact-form-txtarea::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

		.contact-form-btn
		{
            margin-top: 20px;
            margin-left: 2rem;
            outline: none;
            border: none;
            border-radius: 5rem;
            background: white;
            border-style: groove;
            border-color: #002e5f;
            font-size: 1.5rem;
            cursor: pointer;
            height: 3.5rem;
            width: 15rem;
            box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
		}
        .contact-form-btn:hover{
            letter-spacing: .1rem;
            opacity: .9;
            color: white;
            background: #002e5f;
        }
		.contact-form-phone
		{
            margin-top: 10px;
            margin-left: 2rem;
			width: 95%;
			height: 70px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
		.contact-form-phone::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}


        
        

.footer {
    position: relative;
    padding: 0 0 30px 0;
    background: #333;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: column; */
}

.footer .footer-top {
    background: #002e5f;
    padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

.footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #00bfff;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    background: #00bfff;
    color: #ffffff;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    margin-right: 20px;
}


.footer .footer-top h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 50px;
    border-bottom: 2px solid #ffffff;
}

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

.footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ffffff;
    font-size: 16px;
}

.footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #ffffff;
    padding: 7px 0;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    font-size: 14px;
    color: #ffffff;
}

.footer .footer-top .footer-links ul a:hover {
    color: #00bfff;
}

.footer .footer-top .footer-contact p {
    color: #ffffff;
    line-height: 26px;
}

.footer .footer-top .footer-newsletter input[type="email"] {
    padding: 6px 8px;
    width: 60%;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
    border: 0;
    width: 40%;
    padding: 6px 0;
    text-align: center;
    color: black;
    border: 1px solid #ffffff;
    background: #ffffff;
    transition: 0.3s;
    cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
    color: #ffffff;
    background: #00bfff;
    border: 1px solid #00bfff;
    letter-spacing: .2rem;
}

.footer .footer-top .footer-newsletter p {
    color: #ffffff;
    font-size: 14px;
}

.footer .credit,
.footer .copyright {
    text-align: center;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .footer .credit {
        text-align: right;
    }
    
    .footer .copyright {
        text-align: left;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    background-color: #00bfff;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 44px;
    right: 15px;
    bottom: 15px;
    transition: background 0.3s;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top i:hover {
    color: black;
}

/* @media (min-width: 768px) {
    .footer .credit {
        text-align: right;
    }
    
    .footer .copyright {
        text-align: left;
    }
} */

@media (max-width: 1000px){
    body{
        overflow-x: hidden;
        padding-top: 80px;
        background: url(../images/ABOUT\ US.jpg);
         /* background-repeat: no-repeat; */
        background-size: cover;
        /* background-attachment: fixed ; */
    }
    html{
        font-size: 50%;
    }

    .header .logo img{
        font-size: 4rem;
        height: 80px;
        color: white;
        font: bold;
    }

    .header .fa-bars{
        display: block;
        color: 	white;
    }

    .header .fa-bars:hover{
        color: #00bfff;
    }

    .header .navbar{
        position: fixed;
        top: -120%;
        left: 0;
        height: auto;
        width: 100%;
        background-color: white;
        z-index: 1000;
        border-top: .1rem solid rgba(0,0,0,.3);
    }

    .header .navbar ul{
        height: 100%;
        width: 100%;
        flex-flow: column;
    }

    .header .navbar ul li{
        margin: 1rem 0;
    }

    .header .navbar ul li a{
        color: grey;
        font-size: 2.4rem;
    }

    .header .fa-times{
        transform: rotate(90deg);
    }

    .header .nav-toggle{
        top: 5.8rem;
    }

    .about{
        min-height: 60vh;
    }

    .about h1{
        color: #002e5f;
        font-size: 4rem;
    }

    .back-to-top {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}



