@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&display=swap');

:root{
    --mainColor:#0d8141;
    --secColor:#217ec2;
}

*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    transition: ease-in-out all .5s ;
    font-family: "Poppins", sans-serif;
}
section{
    padding: 80px 0;
  
   
}
h1{
  
    
    font-weight: bold;
}
p{
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
    color: #444;
    letter-spacing: 1px;
    font-size: 14px;
}
a{
    text-decoration: none;
    color: inherit;
}

.heading{
    color: var(--mainColor);
   margin: 0;
   text-transform: capitalize;
   letter-spacing: 2px;
   font-weight: bold;
   
    
}
header{
   
    box-shadow:  0 0 10px #dfdfdf;
}
.custom_nav li{
    padding: 0px 20px;
}
.custom_nav li:hover a{
    background: var(--secColor);
    color: white !important;
}
.custom_nav a{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding:20px;
        color: white;
    display: inline-block ;
  
    
    color: var(--mainColor) !important;
}
.custom_nav a:hover{
    color: var(--secColor) !important;
    

}
.anchorbtn{
    color: white;
    
    padding: 15px 30px;
    display: inline-block;
    letter-spacing: 1px;
    /* box-shadow: 0 0 10px; */
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 40px;
}
.anchorbtn:hover{
    text-decoration: none;
    color: white;
}
.bannertxt p{
    color: #444;
    text-align: justify;
}
.banner{
    padding: 6rem 0;
    position: relative;
    background-size: auto;
}
.banner_index{
    background: url('../../assets/images/banner.jpg') center center   no-repeat  ;

}
.banner_furniture{
    background: url('../../assets/images/fmove.jpg') center center   no-repeat  ;

}
.banner_office{
    background: url('../../assets/images/officerelocation.jpg') top   no-repeat  ;
    background-size: cover;

}
.banner::before{
    content: '';
    position: absolute;
    
    bottom: 0;
    /* background: rgba(0, 0, 0, .2); */
    background: linear-gradient(180deg, transparent,white);
}
.bg-mainColor{
    background: var(--mainColor);
}
.bg-secColor{
    background: var(--secColor);
}

.bannertxt h1{
    text-transform: uppercase;
    color: var(--mainColor);
}

.bannertxt strong{
    color: var(--secColor);
}
.bannertxt h4{
    margin-bottom: 20px;
    font-family: 600;
    text-transform: capitalize;
}
.submitBox{
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    margin-top: -20px;
    position: relative;
    z-index: 999;
    background: white;
    box-shadow: 0 0 20px #dfdfdf;
    padding: 40px 20px ;
}
.txtbox{
    width: 100%;
    border: 1px solid #dfdfdf;
    margin-top: 15px;
    border-radius: 10px;
    padding: 10px;
}
input::placeholder,textarea::placeholder {
    font-weight: 300;
        font-size: 14px;
    color: #666;
  }
label{
    color: #444;
    font-size: 14px;
    font-weight: 500;
}
.qoutebox{
    background: linear-gradient(45deg,var(--mainColor),var(--secColor));
    background-size:200% ;
    border-radius: 30px;
    box-shadow: 0 0 10px #dfdfdf;
    
    animation: wave 4s infinite alternate;
}


@keyframes wave {
    0% {
        background-position: left;
    }

    100% {
        background-position: right;
    }

}
.boxheading{
    display: flex;
    gap: 20px;
    padding: 20px 0;
    align-items: center;
    
}
.boxheading h3{
    margin: 0;
    text-transform: uppercase;
    
}
.boxheading h2{
    font-weight: 900;
    color: white;
}
.who{
    position: relative;
}
.who::after{
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    border: 80px solid var(--secColor);
    border-top:  80px solid transparent;
    border-left:  80px solid transparent;
}
.whoImg{
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 20px #dfdfdf;

}
.whopoints, .point{
    display: flex;
    gap: 10px;
    align-items: center;
}
.point{
    padding: 20px 10px;
}
.pointImg{
    background: var(--secColor);
    padding: 20px;
    border-radius: 50%;
}
.serviceBox{
    margin-top: 30px;
    padding: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.serviceBox h4{
    margin-top: 10px;
    font-weight: 600;
    color: var(--mainColor);
}
.services{
    background: url('../../assets/images/deliveryworkers.jpg') no-repeat fixed;
}
.bg-blur{
    padding:60px 40px ;
  /* From https://css.glass */
  background: rgba(239, 239, 239, 0.7);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.1px);
  -webkit-backdrop-filter: blur(5.1px);
  border: 1px solid rgba(255, 255, 255, 0.17);
}
.sBox{
    border: 1px solid #dfdfdf;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.sBox:hover{
    cursor: pointer;
    box-shadow:  0 0 10px #dfdfdf;
}
.sBox:hover a{
    margin-left: 20px;
}
.sIcon{
    position: absolute;
    right: -60px;
    bottom: -60px;
    height: 200px;
    width: 200px;
    background:#dfdfdf7e;
    z-index: -1;
    padding: 20px;
    text-align: center;
    line-height: 180px;
    border-radius: 50%;
  
}
.sIcon img{
    filter: opacity(0.3);
    width: 100px;
}

.sBox h4{
    font-weight: 600;
    
}
.sBox p{
    margin: 20px 0;
}
.sBox a{
    color: var(--mainColor);
    font-weight: 500;
}
.itemImg{
    background: var(--secColor);
    height: 60px;
    width:  60px;
    margin-bottom: 10px;
    border-radius: 50%;
    padding: 10px;
    display: grid;
    place-content: center;
}
.services_list{
    background: url('../../assets/images/serviceItems.jpg') fixed top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.services_list::before{
    content: '';
    position: absolute;
    z-index: -1;
   inset: 0;
    background: linear-gradient(to right,  rgb(250 246 243 / 93%) 60%,rgba(255,255,255,0) 100%);
}
.serviceslist ul{
    list-style-type: none;
    padding: 0 20px;
}
.serviceslist ul li{
    margin: 15px 0;
    display: flex;
   
}
.serviceslist ul li img{
    width: 30px;
}
.offer{
    background: linear-gradient(-45deg,var(--mainColor),var(--secColor));
    animation: wave 2s infinite alternate;
}

footer{
    padding: 60px 0;
    background: #f9f9fb;
}
.quicklinks ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.quicklinks ul{
    padding: 0 40px ;
}
.quicklinks li{
    border-bottom: 1px solid #dfdfdf;
}
.quicklinks ul li a{
    font-weight: 600;
    padding: 5px 0;
    color: var(--mainColor);
    display: inline-block;
    text-transform: capitalize;
}
.footbar{
    text-align: center;
    padding: 10px 0;
    background: #dfdfdf;
}
.faq-quest{
    padding: 20px 15px;
    box-shadow: 0 0 10px #f9f9fb;
    border: 1px solid #dfdfdf;
}
.questionBar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.questionBar i{
    font-size: 1.5rem;
}
.questionBar a{
    font-weight: bold;
}
.answer{
    margin-top: 5px;
    padding: 20px;
}

.social a{
    font-size: 2rem;
    margin: 0 10px;
}
.txtboxflex{
    padding: 5px 0;
    display: grid;
    align-items: baseline;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 15px;
}
.items-list>small{
    font-size: 12px;
    color: white;
}
@media (min-width:320px) {
    h1{
        font-size: 2.5rem;
    }
   
    .offer{
        text-align: center;

    }
    .offer h2{
        margin-bottom: 20px;
    }
    .custom_nav a{
        border-left: 1px solid transparent;
    }
    header{
        padding: 10px 0;
    }
    .qoutebox{
        padding:70px 20px;

    }
}


@media (min-width:420px)  {
    h1{
        font-size: 2.8rem;
    }
    .qoutebox{
        padding:70px 20px;

    }
    .serviceslist ul li{
        
        flex-direction: column;
        align-items: unset;
        gap: 5px;
        
    }
}

@media (min-width:768px){}

@media (min-width:992px){
      h1{
        font-size: 4rem;
    }
    .subHeading{
        font-size: 2.5rem;
        text-transform: capitalize !important;

    }
    .qoutebox{
        padding:70px 40px;

    }
    .offer{
        text-align: left;

    }
    .offer h2{
        font-size: 2.5rem;
        margin-bottom: 0px;
    }
    .custom_nav a{
        border-left: 1px solid #dfdfdf;
    }
    header{
        padding:0px;
    }
    .serviceslist ul li{
        
        flex-direction: row;
        align-items: center;
    gap: 10px;
        
    }
    
}