*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    
}
/* ======glabal======= */
nav{
    padding :15px 0px;
    
}

ul{
    list-style: none;
    width: 50%;
    margin-top: 5px;
    cursor: pointer;

}
ul li{
    margin-left: 20px;
}

.bg-gray{
    background-color: #e3e2e2;
}
.bg-gray-2{
    background: #f7f7f7;
}
.bg-white{
    background-color: white;
}
.bg-black{
    background-color:#233645;
}
.margin-top-bottom{
    margin: 5% 0% ;
}
.padding-top-bottom{

    padding: 5% 0%;
    
}

.container{
    width: 80%;
    margin: auto;
}
section{
    margin-bottom: 15%;
}
.text-gray{
    color: gray;
}
.text-white{
    color: white;
}

.d-flex{
    display: flex;
    justify-content: space-around;

}
.font-size{
    font-size: 40px;
    font-weight: 500;
}

.btn-nav button{
    border: 0;
    padding: 10px 20px;
     cursor: pointer;
   
}



/* ===============sec1===================== */
.bg-img{
    position: relative;
    background-image: url(../images/20.jpeg);
    background-size: 80% 100%;
    background-repeat: no-repeat;
height: 600px;
  
    background-position-x:right ;

}
.overlay{
    position: absolute;
    right: 0;
    top: 0;
    width: 96%;
    height: 100%;
    background: rgba(249, 250, 250, 0.4);

}
.content{

position: relative;
}
.content h2{
    font-size: 70px;
    font-weight: 500;
    line-height: 1.2;
    color: black;
    margin-top: 80px;
    margin-bottom: 40px;
  
   
}

.search{
  position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    width: fit-content;
}
.search-icon{
    position: absolute;
    left: 15px;
    color: gray;
    font-size: 18px;
}

.search input{
    width: 350px;
    height: 60px;
    border: none;
    outline: none;
    padding: 0 45px;
    font-size: 16px;
}

.search button{
    width: 120px;
    height: 60px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}


.scroll-down {
    position: absolute;
    left: 0;
    bottom: -320px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}

.scroll-down span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 14px;
    color: #8a8a8a;
    letter-spacing: 2px;
}

.scroll-down i {
    font-size: 18px;
    color: #8a8a8a;
}

.info{
    position: absolute;
     right: 0;
    bottom: -252px;
    width: 380px;
    height: 70px;

    display: flex;
    justify-content: space-around;
    align-items: center;
  
   

}

/* =============sec2=============== */
.company-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-content{
    width: 45%;
}

.company-content h2{
    color: #233645;
    margin-bottom: 32px;
}

.company-content p{
    color: gray;
    
}

.statistics-cards{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stat-card{
    width: 45%;
    height: 190px;
    background: #f7f7f7;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-bottom: 25px;
}

.stat-card h3{
    font-size: 45px;
    margin-bottom: 10px;
}

.stat-card p{
    color: #233645;
}

/* ================sec3===================== */

.country-card .card{
    width: 30%;
    box-shadow: 0px 10px 25px gray;
    margin-right: 2%; 
    margin-top: 5% ;
    

}

.card img{
    width:100%;
    height: 400px;
}
.country-card{
    flex-wrap: wrap;
    justify-content: space-between;


}
.card-content{
    padding: 5%;
    position: relative;
}

.speed{
   
    display: flex;
    position: absolute;
    right: 5%;
    bottom: 6%;
    
}
.price{
    margin: 4% 0%;
}
.speed span{
     padding: 20px;
}

.btn{
margin-left: 5%;
width: 18%;
height: 60px;
border: 0;
margin-top: 5%;
margin-right: 38%;

  
}
.img-service{
    width: 50%;
   
}
.img-service img{
    width: 100%;
    margin-top: 10%;
     height: 750px;
}
.content-sec4{
    width: 40%; 
     margin-top: 12%;
       margin-left: 10%;

}
.content-service{
   
     margin-bottom: 8%;
      
}


/* ================sec4================== */
.location-img{
    width: 44%;
    position: relative;
 
}
.location-img img{
    width: 100%;
    height: 300px;
}
.location-img .btn-location{
    width: 290px;
    height: 90px;

    position: absolute;
    bottom: -25px;
    border: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;

}
.btn-content{
    margin-top: 28px;
     width: 290px;
    height: 60px;
    border: 0;
    background-color: #233645; 
    color: white;
}
.btn-center{
    left: 50%;
    transform: translateX(-50%);
}
.btn-right{
    right: -25px;
}
.location{
align-items: center;  
}

.location-content{
    width: 35%;
   

}
.location-content h2{
padding-bottom: 7%;
}

.search-box{
    width: 35%;
     height: 50px;
    position: relative;
}

.search-box input{
    width: 450px;
    height: 60px;
    padding-right: 50px; 
    padding-left: 20px;
    border: none;
    outline: none;
      margin-top: 10%;
}

.search-box i{
    position: absolute;
    bottom: -63%;
    right: 0;
    font-size: 18px;
    color: gray;
    cursor: pointer;
}




/* =====================footer================= */
.footer-search{
margin-bottom: 3%;
  position: relative;
}
.font-size-24{
font-size: 24px;
}
.footer-content{
  padding-top: 5%;
    padding-left: 8%;
}
.footer-content ul li{
    line-height: 1.7;
}





