* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: black;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#about,#drs,#work,#trust,#faq,#contact{
margin: 12rem 0;
}



.primary-btn{
    background-color: var(--accent-color);
    font-size: 1.5rem; /*convert to rem*/
    padding: 0.8rem 2.5rem; /*convert to rem*/
    color: white;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 8px;
}

header{
    position:fixed;
    width: 100%;
    background-color: var(--primary-color);
    z-index: 99;
}

header .h-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 3rem;/*padding can be cutomized   */
    position: relative;
}



header .h-wrap .first>a {
    text-decoration: none;
    font-size: 18px; /*convert to rem*/
    color: black;
}

header .h-wrap .first> a img {
    max-width: 6rem;
}

header .h-wrap .second .menu-list {
    display: flex;
    gap: 3rem; /*convert to rem*/
    list-style: none;
    align-items: center;
}

header .h-wrap .second .menu-list > .item {
    position: relative;

}

header .h-wrap .second .menu-list .item > a {
    text-decoration: none;
    color: white;
    text-transform: capitalize;
}


header .h-wrap .second .menu-list .item > a:hover {
    color: var(--secondary-color);
}

header .h-wrap .second .menu-list > .item:hover .dropdown-list{
 display: flex;
}


header .h-wrap .second .menu-list  .dropdown-list {
    background-color: white;
    position: absolute;
    width: 210px; /*convert to rem*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px; /*convert to rem*/
    padding: 5px 25px; /*convert to rem*/
    left: -50%;
    top: 100%;
    box-shadow: -1px 7px 18px 8px #0000001f;
    display: none;
    transition: all 0.5s ease-in-out;

}

header .h-wrap .second .menu-list  .dropdown-list > .item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.303);
    width: 100%;
    text-align: center;
    padding: 6px 0px; /*convert to rem*/
    font-size: 15px;  
}


header .h-wrap .second .menu-list  .dropdown-list > .item a{
   color: var(--secondary-color);
}

header .h-wrap .second .menu-list  .dropdown-list > .item:last-child{
    border-bottom: none;
}




header .h-wrap .third .h-btn {
    background-color: var(--accent-color);
    font-size: 1.5rem; /*convert to rem*/
    padding: 0.8rem 2.5rem; /*convert to rem*/
    color: white;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 8px;
}


header .h-wrap .third .h-btn:hover {
    filter: contrast(80%);
}


header .h-wrap .third>i {
    font-size: 4rem; /*convert to rem*/
    vertical-align: middle;
    display: none;
    color: white;
}



header .h-wrap .third .offcanvas .offcanvas-body .of-list > .item {
    padding: 0.6rem 0; /*convert to rem*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.303);
}

header .h-wrap .third .offcanvas .offcanvas-body .of-list > .item >a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


header .h-wrap .third .offcanvas .offcanvas-body .of-list .item > .of-dropdown .item {
   font-size: 15px;
    padding:4px 0 4px 10px;
}


header .h-wrap .third .offcanvas .offcanvas-body .of-list .item > .of-dropdown {
display: none;
}


header .h-wrap .third .offcanvas .offcanvas-body .of-list .item:last-child {
    border-bottom: none;
}



/* hero */
#hero{
 background: url('../img/hero.jpg') no-repeat center center/cover;
 height: calc(100vh);
}

#hero .h-wrap .first{
   padding: 25rem 0;
    color: white;
    text-align: center;
}


#hero .h-wrap .first h1{
    font-weight: 900;
    margin-bottom: 2rem;
    color: white;
}


#hero .h-wrap .first p{
    font-weight: 600;
    color: white;
}
/* end */


/* about */


#about .a-wrap .second > h6{
text-transform: capitalize;
color: var(--secondary-color);
}

#about .a-wrap .second > h3{
font-weight: 700;
margin: 2rem 0;
}


#about .a-wrap .second > p{
margin-bottom: 2rem;
text-align: left;
}
/* end */


/* drs */
#drs .drs-wrap {
place-items: center;
}
#drs .drs-wrap .first > h3{
font-weight: 700;
}
#drs .drs-wrap .first > p{
text-align: left;
}

#drs .drs-wrap .first > h3 span{
color: var(--secondary-color);
}


#drs .drs-wrap .first > p{
margin: 2rem 0;
}

#drs .drs-wrap .first > ul li{
    font-size: 1.6rem;
}
/* end */

/* work */
#work .w-wrap > h3{
 text-align: center;
 margin-bottom: 5rem;
 font-weight: 700;
}

#work .w-wrap > h3 span{
color: var(--secondary-color);
}


#work .w-wrap .w-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* width: 80%; */
    gap: 8rem;
    margin: auto;
}
#work .w-wrap .w-list .item > h4{
   text-transform: capitalize;
   font-weight: 600;
}

#work .w-wrap .w-list .item > p{
   margin: 1rem 0;
}
/* end */

/* trust  */
#trust .t-wrap >h3{
    text-align: center;
    margin-bottom: 5rem;
}

/* #trust .t-wrap > ul{
    display: grid;
    grid-template-columns: repeat(4,1fr);
} */

#trust .t-wrap > ul li{
    text-align: center;
}

#trust .t-wrap > ul li i{
    font-size: 6rem;
}

#trust .t-wrap > ul li h6{
    font-weight: 600;
}

#trust .t-wrap > ul li p{
    font-size: 1.4rem;
}
/* end  */

/* faq */

#faq >h3{
    text-align: center;
}
#faq >p{
    margin: 2rem auto 4rem auto;
    width: 80%;
    text-align: center;
}
#faq .f-wrap .first .accordion .accordion-button{
    font-size: 1.5rem;
    background-color: var(--secondary-color);
    color: white;
    font-weight: 700;
}

#faq .f-wrap .first .accordion .accordion-button::after{
    color: white;
}

#faq .f-wrap .first .accordion .accordion-body{
    font-size: 1.4rem;
}
/* end */

/* contact */
#contact .c-wrap > h3{
    text-align: center;
    font-weight: 600;
}

#contact .c-wrap .form-label{
    font-size: 1.5rem;
}

#contact .c-wrap input{
    padding: .9rem 1rem;
    font-size: 1.3rem;
}

#contact .c-wrap textarea{
    padding: .9rem 1rem;
    font-size: 1.3rem;
}

/* end */

/* footer */
footer{
    background-color: var(--primary-color);
    color: white;
}
footer .f-wrap{
    padding: 5rem 0;
    justify-items: center;
}
footer .logo{
    width: 6rem;
}
footer h6{
    font-weight: 700;
}
footer p{
    text-align: left;
}

footer ul li{
  margin: 1rem 0;
}

footer ul li a{
    color: white;
    font-size: 1.4rem;
}

footer ul li a:hover{
    filter: brightness(80%);
}

/* end */