*::before,::after{
    box-sizing: border-box;
}
body{
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    color:#495E57;
    font-family: 'Karla', sans-serif;
    margin:0;
}
h1,h2,h3,p{
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
    color: #000000;
}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}

.container{
    max-width: 891px;
    margin: 0 auto;
}
.d-flex{
    display: flex;
}
.header{
    width: 100%;
}
.heading__top {
    justify-content: center;
    align-items: center;
    gap:73px;
    margin: 37px 0 46px 0;
    height: 80px;
}
.logo {
    height:60px;
    width: 157px;
    margin: 0 75px 0 0;
}
.navigation {
    justify-content: space-between;
    align-items: center;
    gap:28px;
}
.navigation a{
    text-transform:uppercase;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Karla', sans-serif;
    font-weight: 800;
    transition: ease-in-out 0.1s;
    border-bottom: 3px solid transparent;
}
.navigation .login__link:hover{
    color: #495E57;
}
.navigation a:hover{
    color:#F4CE14;
    border-bottom: 3px solid #495E57;
}
.hero__bg{
    background-color:#495E57;
    height: 406px;
    width: 100%;
}
.hero__main-box{
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 406px;
}

.hero__info-content {
    width: 470px;
    flex-direction: column;
    align-self: center;
    gap:10px;
}
.hero__info-content h1{
    font-family: 'Markazi Text', serif;
    font-weight: 500;
    font-size:64px;
    color: #F4CE14;
}
.hero__info-content h2{
    font-family:'Markazi Text', serif;
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
}
.hero__info-content p{
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    width: 249px;
}
.hero__info-content button,.highlights__title button{
    width:200px;
    height:60px;
    font-size:18px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #F4CE14;
    border-radius:16px;
    border:none;
    box-shadow: 0px 5px 5px 0px #0000005c;
    transition: ease-in-out 0.1s;
}
.highlights__title button{
    border-radius:5px;
}
.hero__info-content button:active{
     background-color: #f8db00;
}
.hero-pic{
    border-radius: 16px;
    position: absolute;
    right: 0;
    top:23px;
    border: 1px solid  #000000;
    box-shadow: 0px 2px 4px 0px #000000;
}
.highlights{
    height: 555px;
    margin-top: 78px;
}
.highlights__title{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 39px;
}
.highlights__title h2 {
    font-size: 64px;
    font-weight: 500;
    font-family: 'Markazi Text', serif;
}
.highlights__cards{
    display: flex;
    justify-content: space-between;
    gap:5px;
 
}
.highlights__cards-item{
    width: 265px;
    height: 439px;
    background-color: #EDEFEE;
}
.highlights__cards-item img{
    border-radius: 16px 16px 0 0;
    border: 1px solid #000000;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter:contrast(85%)
}

.card__info{
   margin: 19px 23px 20px 25px; 
   height: 253px;
   display: grid;
   grid-template-columns: auto;
   grid-template-rows: repeat(3,auto);
}
.card__title span{
    color:#EE9972;
    font-weight: 700;
    font-size: 16px;

}
.highlights__cards-item h3{
    font-size: 24px;
    font-weight: 500;
    font-family: 'Markazi Text', serif;
    color: #000000;
}
.highlights__cards-item p{
    font-size: 16px;
    font-weight: 400;
    color: #495E57;
    font-family: 'Karla', sans-serif;
}
.order{
    
}
.highlights__cards-item a{
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}
.highlights__cards-item a::after{
    content: url(../images/icon-order.svg);
    align-items: center;
    width: 17px;
    height: 11px;
    margin-left: 10px;
}

.testimonials{
    height: 590px;
    background-color: #D9D9D9;
    text-align: center;
    margin-top: 73px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.testiminials__title {
    margin-bottom: 66px;
    font-family: 'Markazi Text', serif;
    font-size: 36px;
    font-weight: 500;
}
.testimonials__item-box{
    display: flex;
   justify-content: space-between;
   align-items: center;
    gap:48px;
}
.testimonials__item{
    width: 200px;
    height: 175px;
    background-color: #ffffff;
}

.about__us{
    justify-content: space-between;
    height: 468px;
    margin-top: 21px;
}
.about__info-content{
    width: 373px;
    flex-direction: column;
    align-items: start;
}
.about__title {
    margin-bottom: 40px;
}
.about__info-content h2{
    font-weight: 500;
    font-size: 64px;
    font-family: 'Markazi Text', serif;
    color:#000000;
}
.about__title h3{
     font-weight: 400;
     font-size: 40px;
    font-family: 'Markazi Text', serif;
color: #495E57;

}
.about__text p {
font-weight: 700;
font-size: 20px;
text-align:justify;
font-family: 'Karla', sans-serif;
color:#000000;
}
.about__pic-box{
    position: relative;
}
.about__pic-box img:nth-child(1){
    position: absolute;
    top:107px;
    right: 171px;
    z-index: -1;   
}
.footer{
    /* height: 400px; */
    background-color: #D9D9D9;
    padding-top: 60px;
    padding-bottom: 65px;
}
.footer__content{
    justify-content: space-between;
    align-items: center;
}
.bottom__box{
    height: 214px;
}
.bottom__box h3{
    font-size: 20x;
    font-weight: 800;
    color: #495E57;
    font-family: 'Karla', sans-serif;
}
.bottom__box li>a{
    font-weight: 500;
    font-size:20px;
    color: #495E57;
    font-family: 'Karla', sans-serif;
    text-transform: capitalize;
    transition: all 0.2s;
}
.bottom__box li>a:hover{
    border-bottom: 3px solid #495E57;
}

