@import url('https://fonts.googleapis.com/css2?family=Elms+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
nav{
    /* width: 100%; */
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    z-index: 4565487;
    justify-content: space-between;
    padding: 20px 60px;
}

.navlink{
    box-shadow: 2px 2px 20px rgb(44, 44, 44);
    z-index: 11111111;
}
.logo>img{
    width: 250px;
}
.list{
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    gap: 20px;
}
.lis{
    display: flex;
    align-items: center;
    gap: 10px;
}

.left>p{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.i>i{
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 50%;
    color: #1459da;
    margin-bottom: 10px;
}

.i{
    justify-content: center;
    display: flex;

}
.lis:nth-child(3)>.i>i{
    margin-left: 5px;
}

.liss:hover{
   .i>i, p:nth-child(1){
        color: red;
        cursor: pointer;
        transition: 0.5s ease-in-out;
    }
}


.lis>.i>i:hover{
    color: red;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}



/* responive navbar */

.bar{
    position: absolute;
    right: 40px;
    font-size: 23px;
    display: none;
}

.close{
    position: relative;
    left: 46%;
    z-index: 5547487878;
    font-size: 23px;
    top: -20px;
    display: none;
}


.list-one.list-open{
    display: block;
}

@media (max-width:694px){
    .list-one>ul{
        flex-direction: column;
        position: absolute;
        left: 0px;
        background-color: #1459da;
        width: 40%;
        justify-content: center;
        align-items: center;
        top: 01px;
        padding: 40px 20px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-radius: 0px 20px 20px 0px;
    }
    .list-one{
        display: none;
    }
    .bar{
        display: block;
    }
    .close{
        display: block;
    }

    .search>i{
        display: none;
    }
}

/* second navbar */

.navbar{
    /* width: 100%; */
    position: sticky;
    top: 0px;
    display: flex;
    justify-content: space-between;
    padding: 20px 60px;
    align-items: center;
    background-color:#1459da;
    color: #fff;
}

.list-one>ul{
    display: flex;
    gap: 20px;
    list-style-type: none;
}

/* main */

main{
    background-image: linear-gradient(rgba(0,0,0,0.5)), url(image/header-1.avif);
    height: 60vh;
    /* width: 100%; */
    color: #fff;
    padding: 20px 60px;
    line-height: 1.5;
    background-repeat: no-repeat;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
}


/* grey section */


.grey>.images>img{
    width: 200px;
    height: 100px;
}

.grey{
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 60px;
}

.grey>h1{
    color: #646464;
    font-size: 30px;
    font-weight: 600;
}



/* about section */

.section{
    padding: 20px 60px;
    display: flex;
    justify-content: space-between;
}

.left-sec>span{
    color: #646464;
    font-weight: 600;
}

.left-sec>h1{
    font-size: 25px;
    margin: 20px 0px;
}


.left-sec>p{
    width: 500px;
    margin-bottom: 30px;
}



.about{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.about>h3{
    padding-left: 10px;
    color: #4e4e4e;
}

.about:hover{
    background-color: red;
    border-radius: 60px;
    color: #fff;
    transition: 0.5s ease-in-out;
    h3{
        color: #fff;
    }
}

.right-sec>img:nth-child(1){
    width: 250px;
    position: absolute;
    margin-left: -130px;
    margin-top: 290px;
    height: 150px;
    z-index: 1111;
}


.right-sec>img:nth-child(2){
    width: 270px;
    border-radius: 20px;
    height: 320px;
    margin-top: 120px;
    margin-right: -50px;
    z-index: 111;
}



.right-sec>img:nth-child(3){
    width: 400px;
    border-radius: 20px;
    height: 410px;
}



.right-sec{
    display: flex;
}




@media (max-width:1100px){
    .section{
        flex-direction: column;
    }


    .left-sec>p{
        width: 95%;
        margin-bottom: 30px;
    }

        
    .right-sec>img:nth-child(1){
        display: none;
    }


    .right-sec{
        display: none;
    }

    .right-sec>img:nth-child(2){
       display: none;
    }



    .right-sec>img:nth-child(3){
        width: 400px;
        border-radius: 20px;
        height: 410px;
    }


}


/* offer */
.offer{
    padding: 60px 20px;
    background-color: rgb(222, 243, 252);
    text-align: center;
}
.offer>span{
    color: rgb(230, 3, 3);
    font-weight: 600;
}
.offer>h1{
    margin: 40px 0px;
    font-size: 30px;
    color: #1b1b1b;
}

.off{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.off>.off-1>.imgg>img{
    width: 300px;
    height: 200px;
}

.off-1{
    width: 300px;
}

.imgg{
    width: 300px;
    height: 200px;
    border-radius:10px 10px  70px 10px ;
    overflow: hidden;
}

.off>.off-1>.imgg>img:hover{
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}



.off-1{
    border-radius: 10px 10px 0px 0px;
    text-align: start;
    background-color: #fff;
}

.card>h3,.card>p,.card>button{
    margin-bottom: 25px;
}



.card>h3{
    margin-top: 30px;
}



.card{
    margin-left: 20px;

}

.off-1>p{
    line-height: 1.4;
}


.card>button{
    padding: 10px 15px;
    background-color: rgb(248, 211, 211);
    border: none;
    border-radius: 5px;
    color: #ff0000;
}



.card>button:hover{
    background-color: rgb(255, 0, 0);
    color: #ffffff;
    transition: 0.5s ease-in-out;
}


/* strenght */

.strenght{
    align-items: center;
    background-color: #1459da;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    padding: 50px 60px;
}

.strenght>.left-str>span{
    color: #f0ae21;
    font-weight: 600;
}


.strenght>.left-str>h3{
    font-size: 25px;
    margin: 20px 0px;
    color: #ccc;
}


.box>i{
    color: #f0ae21;
    font-size: 50px;
}

.strenght>.left-str>p{
    max-width: 600px;
    width: 100%;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 30px;
}

.box{
    border-radius: 10px;
    color: #f0ae21;
    background-color: #fff;
    width: 150px;
    padding: 20px 20px;
    text-align: center;
    z-index: 22222;
    position: absolute;
    margin-top: 200px;
    margin-left: -60px;
    animation: bose 3s ease-in-out infinite;
}



@keyframes bose {
    0%{
        margin-top: 200px;
    }
    50%{
        margin-top: 70px;
    }
    100%{
        margin-top: 200px;
    }
}

.right-str>img{
    max-width: 550px;
    width: 100%;
    border-radius: 20px;
}




@media (max-width:1053px){
    .strenght{
        flex-direction: column;
        text-align: center;
    }
}

/* contact */

.contact{
    align-items: center;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 50px 50px;
    gap: 30px;
}


.img-2{
    display: flex;
    gap: 20px;
}

.img-1{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}


.left-con>.img-2>img{
    width: 220px;
    height: 230px;

}

.left-con>.img-1>img:nth-child(1){
    width: 220px;
    height: 230px;

}

.left-con>.img-1>img:nth-child(2){
    width: 450px;
    height: 230px;
    border-radius: 30px;
}

.right-con>h2{
    margin-bottom: 30px;
    color: #ff0000;
    font-size: 30px;
}
.right-con>p{
    margin-bottom: 30px;
    color: #ff0000;
}
.right-con{
    width: 100%;
}
.right-con>input{
    width: 98%;
    height: 40px;
    border-radius: 10px;
    border: 2px solid #afafaf;
}

.right-con>input::placeholder{
    padding-left: 20px;
}

.input{
    gap: 40px;
    display: flex;
}

.input>input{
    height: 40px;
    width: 50%;
    margin-top: 40px;
    border-radius: 10px;
    border: 2px solid #afafaf;
}


.right-con>button{
    margin-top: 50px;
    padding: 15px 25px;
    background-color: #ff0000;
    border: 2px solid #ff0000;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
}

.right-con>button:hover{
    background-color: transparent;
    color: #dd3005;
}


.right-con>.input>input::placeholder{
    padding-left: 20px;
}


@media (max-width:1320px){
    .contact{
        flex-direction: column;
    }


        
    .left-con>.img-1>img:nth-child(1){
        width: 100%;
        height: 230px;

    }

    .left-con>.img-1>img:nth-child(2){
        width: 100%;
        height: 230px;
        border-radius: 30px;
    }


        
    .left-con>.img-2>img{
        width: 100%;
        height: 230px;

    }


}



@media (max-width:904px){
        
    .left-con>.img-1>img:nth-child(1){
        display: none;
    }

    .left-con>.img-1>img:nth-child(2){
        display: none;
    }


        
    .left-con>.img-2>img{
       display: none;
    }


}

/* footer */

footer{
    padding: 40px 50px;
    background-color: #234686;
    display: flex;
    gap: 90px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foo>img{
    width: 100px;
}

.foo{
    color: #fff;
}

.foo>ul>li{
    line-height: 1.7;
    list-style-type: none;
    transition: 0.5s ease-in-out;
}

.foo>h2{
    margin-bottom: 20px;
}


.foo>ul>li:hover{
    color: red;
    cursor: pointer;
}

footer>.lis>.i>i{
    color: #fff;
}




@media (max-width: 1024px) {
    .foo {
        
        margin-top: 0px;
    }
}



@media (max-width:900px){
    footer{
        display: flex;
        justify-content: center;
    }
}



@media (max-width: 768px) {
    footer {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    footer .lis .i i {
        margin: 10px;
        font-size: 22px;
    }
}



/* .footer */

.footer{
    padding: 20px 60px;
    color: #1b1b1b;
    background-color: #fff;
    text-align: center;
}