@import url('https://fonts.googleapis.com/css2?family=Grechen+Fuemen&display=swap');
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    /* font-family: 'poppins' sans-serif; */
    box-sizing: border-box;

}


/*------------------- navbar start---------------------*/
.content1{
    max-width: 1250px;
    margin: auto;
    padding: 0px 30px;
}
.navbar{
    position: fixed;
    z-index: 5;  
    padding: 10px 0;
    width: 100%;
    background: #1f1f1f;
    
 }
 .navbar .content1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar .menu-list{
    display: inline-flex;
}

.navbar .logo a{
    color: #fff;
    font-size: 4vmax;
    font-weight: 600;
    text-decoration: none; 
    margin-left: px;
    letter-spacing: 3px;
   font-family: Grechen Fuemen, sans-serif;
    background-color: #5390d9;
    background-image: linear-gradient(45deg, #db4444, #82abdd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.menu-list li{
    list-style: none;

}
.menu-list li a{
    color: rgb(235, 215, 215);
    font-size: 20px;
    font-weight: 500;
    margin-left: 25px;
    text-decoration: none;
    transition: all .5s ease;
    padding-left: 20px;
    letter-spacing: 3px;
    padding: 10px;
    border-radius: 7px;
    font-family: Grechen Fuemen;    
}
.menu-list li a:hover{
    background: linear-gradient(45deg, #db4444, #133763); 
}
.icon{
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.icon.cancel-btn5{
    position: absolute;
    right: 30px;
    top: 20px;
}
@media (max-width:898px){
    .icon{
        display: block;
    }
    .icon.hide{
        display: none;
    }
    .navbar .menu-list{
        position: fixed;
        top: 0;
         left: -100%;
        height: 100vh;
        width: 100%;
        max-width: 400px;
        background: #222;
        display: block;
        padding: 40px 0;
        text-align: center;
        transition: all 0.3s ease;
        
    }
    .navbar .menu-list.active{
        left: -25%;
    }
    .navbar .menu-list li{
        margin-top: 45px;
    }
    .navbar .menu-list li a{
        font-size: 23px;
    }
}


/*--------------------------- navbar end-------------------- */

/*-----------------------------about us start-----------------------*/
.line1{
    margin-top: 33px;
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, #db4444, #133763);
    display: inline-block;
}
.section{
    width: 100%;
    min-height: 100vh;
    background-color: #717171;
}
.container{
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 200px;
}
.content-section{
    float: left;
    width: 55%;
    margin-top: -95px;
    
}
.img-section{
    float: right;
    width: 40%;
    
    
}
.content-section img{
    width: 100%;
    height: 100%;
   
}
.img-section img{
	width: 100%;
	height: auto;
    margin-top: -50px;
    border-radius: 20px;
}
.content-section .title1{
	color: #fff;
    font-size: 3vmax;
    font-weight: 600;
    text-decoration: none; 
    margin-left: px;
    letter-spacing: 3px;
   font-family: Grechen Fuemen, sans-serif;
    background-color: #5390d9;
    background-image: linear-gradient(45deg, #424d1e, #133763);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    
}


.content-section .content p{
	margin-top: 10px;
	font-family: '';
	font-size: 18px;
	line-height: 1.5;
    color: black;
    font-family:Grechen Fuemen;
    font-weight: 600;
    color: rgb(34, 34, 34);

}
.content-section .social{
	margin: 40px 40px;
    
}
.content-section .social .icons{
	height: 5vh;
    width: 5vh;
    padding: 5px;
    margin-top: -20px;
    
}

@media screen and (max-width: 768px){
	.container{
	width: 80%;
	display: block;
	margin:auto;
	padding-top:50px;
}
.content-section{
	float:none;
	width:100%;
	display: block;
	margin:auto;
}
.img-section{
	float:none;
	width:100%;
	
}
.img-section img{
	width: 100%;
	height: auto;
	display: block;
	margin:auto;
}
.content-section .title1{
	text-align: center;
	font-size: 19px;
    margin-top: 25px;
}
.content-section .social{
	text-align: center;
}
.content-section .social .icons{
    padding: 6px;
}
}
/*------------------------------ about us end ----------------------*/
/*-------------------------------- contact start ------------------------*/
   .contactus{
       background: #717171;
       min-height: 80vh;
       display:flex;
       align-items: center;
       justify-content: center;
        padding: 0 20px;
        /* margin-top: 6vh; */
        
   }

   .card{
       background:  rgb(0, 0, 0);
       padding: 0 20px;
       margin: 0 10px;
       width: calc(33% - 20px);
       height: 200px;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       color: white;
       cursor: pointer;
       border-radius: 26px;
   }
   .card-icon{
       font-size: 28px;
       background: black;
       width: 60px;
       height: 60px;
       text-align: center;
       line-height: 60px !important;
       border-radius: 50%;
       transition: 0.5s linear;
   }
   .card:hover .card-icon{
       background: none;
       color: red;
       transform: scale(1.6);
   }
   .card p{
    margin-top: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    max-height: 0;
    opacity: 0;
    transition: 0.3s linear;
}
.card:hover p{
    max-height: 40px;
    opacity: 1;
}
   
   @media screen and (max-width:800px){
    .contactus{
        flex-direction:column;
    }
    .card{
        width: 100%;
        max-width: 300px;
        margin: 10px 0;
        transition: 0.5s linear;
    }
    .card:hover .card-icon{
        background: none;
        color: red;
        transform: scale(1.6);
    }
    
   }
   /*------------------------------ contcat us end --------------------------*/

/*-----------------------------------footer start----------------------------*/
footer{
    bottom: 0px;
    width: 100%;
    background: rgb(1, 1, 1);
}
.main-content{
    display: flex;
    color: #ddd;
}
.main-content .box{
    flex-basis: 50%;
    padding: 10px 20px;
}
.left .content p{
    text-align: justify;
    color: #ddd;
}
.right .content p{
    text-align: justify;
    color: #ddd;
}
.box h2{
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: aqua;
    font-family: Grechen Fuemen, sans-serif;
}
.box .content{
    margin: 20px 0 0 0;
    position: relative;
}
.box .content:before{
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #1a1a1a;

}
.box .content:after{
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 20px;
    background: linear-gradient(45deg, #db4444, #133763);
    top: -10px;
}
.left .content p{
     text-align: justify;
     font-family: Grechen Fuemen, sans-serif;
}
.left .content .social-footer{
    margin: 20px 0 0 0;
}
.left .content .social-footer a{
    padding: 0 5px;
}
.left .content .social-footer a span{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: white;
    background: #1a1a1a;
    border-radius: 10px;
    transition: 0.5s;
    
}
.left .content .social-footer a span:hover{
    background: linear-gradient(45deg, #db4444, #133763);
}
.center .content .fas{
    font-size: 1.4375rem;
    background: #1a1a1a;
    color: white;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 70%;
    transition: 0.3s;
    cursor: pointer;
}
.center .content .fas:hover{
    background:linear-gradient(45deg, #db4444, #133763); ;
}
.center .content .text{
    font-size: 1.0625rem;
    font-weight: 500;
    padding: 10px;
    font-family: Grechen Fuemen, sans-serif;
}
.center .content .phone{
    margin: 10px 0;
}
.right form .text{
    font-size: 1.0625rem;
    margin-bottom: 2px;
    color: #967f7f;
    font-family: Grechen Fuemen, sans-serif;
}
.right form .msg{
    margin-top: 10px;
}
.right form input, .right form textarea{
    width: 100%;
    font-size: 1.0625rem;
    background: #151515;
    color: white;
    padding-left: 10px;
    border: 1px solid black;
    font-family: Grechen Fuemen, sans-serif;
}
.right form input:focus,
.right form textarea:focus{
    outline-color: #3498db;
}
.right form input{
    height: 35px;
}
.right form .btn{
    margin-top: 10px;
}
.right form .btn button{
    height: 48px;
    width: 100%;
    border: none;
    outline: none;
    background: linear-gradient(45deg, #db4444, #133763);;
    font-size: 1.0625rem;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    color: white;
}
.right form .btn button:hover{
    background: black;
    border: 1px solid aqua;
}
.bottom center{
    color: white;
    background: gray;
    padding: 5px;
    font-size: 0.9375rem;
    background: #151515;
}
.bottom center span{
    color: #656565;
}
.bottom center .owner{
    color: #db4444;
    
}
.bottom center .owner:hover{
    color: aqua;
}
@media(max-width:450px){
    footer{
        position: relative;
        bottom: 0px;
    }
    .main-content{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .main-content .box{
        margin: 5px 0;
    }
    .left .content p{
        text-align: justify;
        color: #ddd;
    }
    .right .content p{
        text-align: justify;
        color: #ddd;
    }
}
/* ---------------------footer end---------------- */



