*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
li{
    list-style: none;
}
.container{
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.same-h2{
    font-size: 42px;
    line-height: 1.5;
}
.smae-h3{
    font-size: 26px;
}
.header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 35px;
    padding: 35px;
}
.logo:hover{
    transition: all 2s;
    transform: scale(1.10);
    color: red;
}
.color-a a{
 color: #778899;
} 

nav ul{
    display: flex;
    flex-wrap: wrap;
}
nav li a{
    
    padding: 14px 37px;
    font-size: 25px;
}

.header-icon a{
    padding: 10px 12px;
    font-size: 25px;
}
.ipart1{
    padding: 10px 28px;
}
.benner-img{
    width: 100%;
    border-radius: 2%;
    padding-left: 184px;
}
.benner-text{
    padding: 47px 80px;
    position: absolute;
    top: 198px;
    left: -78px;
    width: 36%;
    font-size: 18px;
    color: white;
    background-color: lightslategrey;
    z-index: 1;
}

.D-icon {
    position: absolute;
    font-size: 44px;
    background: lightslategrey;
    right: -39px;
    padding: 39px;
    border-radius: 11%;
    bottom: -5px;
    text-align: center;
    z-index: 1;
}
.B-box{
    padding: 70px;
    border: 3px solid #596e79;
    border-radius: 14px;
    position: absolute;
    z-index: -5;
    left: 157px;
    bottom: -5px;
}
.m-top{
    margin-top: 25px;
}

/* .Benefits */
.Benefits{
    width: 54%;
    padding: 113px 85px;
}
.Benefits h2{
    position: relative;
    left: 63px;
}
.Benefits h2::before{
    content: "";
    display: block;
    width: 112px;
    height: 2px;
    background-color: #596e79;
    position: absolute;
    left: -148px;
    top: 50px;
}

/* box */
.main-boxf{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box-flex{
    display: flex;
    width: 32%;
    flex-wrap: wrap;
}
.box-icon i{
    font-size: 30px;
}
.midel{
    padding: 0px 75px 0px 38px
}

/* <!-- img1 --> */
.img1-flex{
    display: flex;
    padding: 131px 0px;
    flex-wrap: wrap;
}
.img1-i{
    width: 50%;
}
.img1-i img{
    width: 100%;
}
.img1-text{
    width: 50%;
    padding: 19px 86px;
}
.img1-text .p1{
        font-size: 17px;
        margin-top: 36px;
        line-height: 1.8;
        color: gray;
}

.img1-num{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img1-num div{
    width:20%;
}
.img1-num span{
    font-size: 60px;
    font-weight: bold;
}
.img1-num span{
    color: #596e79;
} 
.n-p{
    color: gray;
    font-size: 18px;
}
.arrow{
    margin-top: 25px;
}
.arrow .ab{
    padding: 18px 45px;
    border: 3px solid #596e79;
    border-radius: 14px;
    font-size: 24px;
    color: #596e79;
   
}
.arrow .bc{
    font-size: 35px;
    font-weight: bolder;
    color: #596e79;
    margin-left: -22px;
}

/* img2 */

.flex-img2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
}

.av{
    display: inline-flex;
}
.av h3{
    padding: 22px 45px;
}
.num-inlinef p{
    padding: 10px 119px;
    font-size: 17px;
    color: #596e79;
}
.num{
    font-size: 22px;
    background-color: #596e79;
    width: 100%;
    text-align: center;
    padding: 25px 25px;
    border-radius: 50%;
    color: white;
}
.img2{
    width: 50%;
    padding: 10px 15px;
}
.img2-i{
    width: 50%;
    padding: 10px 15px;
}
.img2-i img{
    width: 100%;
}
.b02{
    position: relative;
}
.b02::before{
    content: "";
    display: block;
    width: 2px;
    height: 66px;
    background-color: #596e79;
    position: absolute;
    left: 33px;
    top: -72px;
}
.b03{
    position: relative;
}
.b03::before{
    content: "";
    display: block;
    width: 2px;
    height: 66px;
    background-color: #596e79;
    position: absolute;
    left: 33px;
    top: -72px;
}
/* we our */
.we{
    width: 33%;
    padding: 57px 5px;
}
.we-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.we-width{
    width: 96%;
    background: #596e79;
    color: aliceblue;
    padding: 28px;
    border-radius: 2%;
    margin-bottom: 101px;
}
.we-width i{
    font-size: 44px;
    margin-bottom: 25px;
}
.we-width .ww-p{
    padding: 28px 2px;
}
.num-allimg{
display: flex;
margin-top: 27px;
align-items: center;
flex-wrap: wrap;
}
.num-imgb{
width: 10%;

}
.num-imgb img{
    width: 100%;
    border-radius: 50%;
}
.p-span{
    padding: 0 29px;
}
/* subscribe */
.subscribe{
    text-align: center;
    padding: 25px 373px;
  
}
.subscribe p{
    padding: 29px 1px;
    line-height: 1.5;
}

.sub{
    text-align: center;
}
.form input{
    position: relative;
    padding: 20px;
    width: 65%;
    font-size: 25px;
    border: none;
    filter: drop-shadow(1px 1px 6px #596e79);
}
.form button{
    color: aliceblue;
    background: #596e79;
    font-size: 20px;
    padding: 13px 24px;
    position: absolute;
    top: 291px;
    right: 218px;
}

/* footer */
footer{
    padding: 60px;
    background:#596e79;
    margin-top: -27px;
}
.footer-flex{
    display: flex;
    justify-content: space-between;
    color: aliceblue;
    flex-wrap: wrap;
}
.width-10{
    width: 10%;
}
.width-10 a:hover{
    text-decoration: none;
    color: #e7fb0b;
    font-size: 19px;
}
.width-30{
    width: 30%;
}
.footer-flex .width-30 a{
    font-size: 35px;
}
.footer-flex .width-30 p{
        padding: 11px 73px 10px 3px;
}
.width-20{
    width: 20%;
}
.footer-flex .width-20 p{
    padding: 36px 64px 36px 3px;
}
.footer-flex a{
    color: aliceblue;
    line-height: 2.5;
    font-size: 19px;
    padding: 1px 1px;
}

.footer-icon a{
    font-size: 27px;
    padding: 10px 15px;
}


/* last */
#hbs .owl-nav{
    font-size: 75px;
    position: absolute;
    top: 257px;
    right: -120px;
    transform: rotate(90deg);
}
#hbs span {
    margin-left: 46px;
    color: #817d7d;
}
#fls .owl-nav{
    font-size: 38px;
    position: absolute;
    top: -148px;
    right: 30px;
    
}
#fls i.fa-solid.fa-arrow-left-long {
    padding-right: 45px;
    color: #acb1b4;
}
#fls i.fa-solid.fa-arrow-right-long {
    color: #596e79;
}
