*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
body{
    background: #ffffff;
}
.contact-info{
    font-size: 11px;
    width: 100%;
    height: 35px;
    color: #ffffff;
    background: #000000;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
/*-------ALL LISTS AND LINKS-------*/
.office-list{
    font-size: 14px;
    list-style-position: outside;
    list-style-type: square;
    text-align: start;
    padding-left: 13px;
    font-family: 'Times New Roman', Times, serif; 
}
.about-links{
    color: #fff;
}
.links{
    list-style: none;
    font-weight: bold;
}
a{
    text-decoration: none;
    color: #000000;
    font-size: 1rem;
}
a:hover{
    scale: 1.02;
    color: #ff6e00;
}
@media(max-width: 700px){
    .contact-info{
        display: flex;
        flex-direction: column;
        gap: 2px;
        height: 85px;
        padding: 3px;
    }
}

/*----------------------------------------------HEADER-------------------------------------------------------------------------------------------------------------*/
.navbar{
    padding: 20px;
    background-color: #82cafa;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toogle-btn{
    width: 40px;
    height: 40px;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    display: none;
}
.toogle-btn img{
    width: 30px;
    margin-top: 5PX;
}
.logo{
    width: 150px;
}
.logo a{
    font-size: 1.2rem;
    font-weight: bold;
}
.links{
    display: flex;
    gap: 2rem;
}
.action-btn{
    background-color:#ff6e00;
    color: #fff;
    padding: 4px 30px;
    border: 2px solid #fff;
    outline: none;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
}
.action-btn:hover{
    color: #fff;
    scale: 1.05;
}
/*******DROPDOWN-MENU***************/
#dropdown_menu{
    color: #c3c3c3;
    width: 100%;
    height: 0px;
    right: 0;
    top: 0;
    z-index: 2;
    transition: 0.5s ;
    overflow: hidden;
    position: relative;
}
#menuBtn{
    width: 50px;
    background-color: #0c0715de;
    text-align: center;
    right: 30px;
    top: 35px;
    border-radius: 3px;
    z-index: 3;
    cursor: pointer;
}
#dropdown_menu li{
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
}
@media(max-width: 700px){
    .links, .navbar .action-btn{
        display: none;
    }
    .toogle-btn{
        display: block;
        background: #000000;
    }
    .dropdown-menu{
        display: block;
    }
}

/*--------------------------------------------------BANNER-------------------------------------------------------------------------------------------------------------*/
#banner{
    background:  linear-gradient(rgba(0,0,0,0.4),#000000de), url(imgs/bg1.jpg);
    background-size: cover;
    background-position: center;
    height: auto;
    padding-bottom: 180px;
}
.banner-text{
    font-family: cursive;
    padding: 40px;
    color: #ffffff;
}
.banner-text h1{
    font-size: 50px;
    
}
.banner-btn a{
    background-color:#ff6e00;
    padding: 0.4rem .8rem;
    text-align: center;
    color: #000000;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}
.banner-btn{
    margin-top: 70px; 
}
.banner-btn a:hover{
    background-color: #000000;
    color: #ffffff;
}
/*-------------------------------------------------SERVICE-------------------------------------------------------------------------------------------------------------*/
#service{
    background: #82cafa;
    color: #000000;
}
/*-----!!! SLIDER STARTS HERE !!!-----*/
.container {
    width: 100%;
    position: relative;
    top: -135px;
    background:  linear-gradient(rgba(0,0,0,0.1),#abababde), url(imgs/Pros-and-cons-of-courier-service.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .slider-wrapper {
    overflow: hidden;
    margin: 0 70px 55px;
    padding: 4px; 
  }
  .card-list .card-item {
    height: 350px;
    color: #ffffff;
    user-select: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
  } 
  .card-list .card-item .icon-image {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    padding: 4px;
    color: #ffffff;
  }
  .card-list .card-item .item-detail {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
    margin: 7px 0 23px;
  }
  .slider-wrapper .swiper-pagination-bullet {
    background: #000000;
    height: 13px;
    width: 13px;
    opacity: 0.5;
  }
  .slider-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .slider-wrapper .swiper-slide-button {
    border-radius: 8px;
    border: 2px solid;
    background: #ffffff;
    height: 60px;
    width: 30px;
    color: #000000;
    margin-top: -55px;
    transition: 0.2s ease;
  }
  .slider-wrapper .swiper-slide-button:hover {
    color: #ff6e00;
  }
  @media (max-width: 768px) {
    .container{
        width: 100%;
    }
    .slider-wrapper {
      margin: 0 40px 40px;
    }
  }
/*-----   SLIDER ENDS HERE -----*/  
.heading{
    text-align: center;
    padding-bottom: 0px;
    position: relative;
    top: -70PX;
}
.service-box{
    color: #000000;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
.gallery{
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 45%;
    margin: 10px;
    text-align: center;
    border-radius: 10px;
    position: relative;  
    box-shadow: 0 0 5px #000000,
                0 0 10px #000000,
                0 0 25px #000000 ;
}
.descn p{
    font-family: 'Times New Roman', Times, serif;
    color: #000000;
    font-size: 16px;
    margin: 10px;
    text-align: left;
    color: #000000;
}
.office-list{
    margin-left: 15px;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .products-box{
        width: 95%;
    }
    .gallery {  
      width: 47%;
      margin: 5px;
    }
}
@media only screen and (max-width: 600px) {
    .gallery {  
      width: 95%;
      margin: 5px;
    }
}
.gallery img{
    width: 100%;
    border-radius: 10px;
}

/*---------------------------------------------------------------REVIEWS-------------------------------------------------------------------------------------------------------------*/
#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
}
.testimonial-heading h1{
    font-size: 2.2rem;
    font-weight: 500;
    background: #202020;
    color: #fff;
    padding: 10px 20px;
}
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.three{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px;
}
.crd_container{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#more{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#dots{
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
}
#myBtn{
    display: inline-block;
    padding: 8px 16px;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 16px;
    color: #000000;
}
.testimonial-box{
    width: 550px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.profile{
    display: flex;
    align-items: center;
}
.profile-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: rgb(238, 230, 0);
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-4px);
    transition: all ease 0.3s;
}
@media(max-width:1300px){
    .testimonial-box{
        width: 45%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width: 100%;
    }
    .testimonial-heading{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}
/*------------------------------------------------------FOOTER-------------------------------------------------------------------------------------------------------------*/
#footer{
    width: 100%;
    background-color: #000000;
}
.info-row{
    color: #b3b3b3;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    width: 95%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.info-col{
    text-align: center;
    width: 30%;
    padding: 2px; 
}
.info-col p{
    font-size: 14px;
}
.socials ion-icon{
    margin: 4px; width: 30px; height: 30px; color: #ff6e00;
}
.socials ion-icon:hover{
    color: #ffffff;
}

@media screen and (max-width: 770px){
    .info-col{
        flex-basis: 100%;
        padding: 10px;
    }
}
.copyright {
    text-align: center;
    font-size: 13px;
    padding: 1.5rem;
    background: #000000;
    color: #fff;
}
