html{
    font-size: 62.5%;
}
:root {
  --black: #000000;
  --white: #ffffff;
  --red: #ed1c24;
  --grey: #0f0f0f;
  --green: #239d3f;
}
@font-face {
    font-family: inter;
    src: url(../fonts/Inter/Inter-VariableFont_opsz\,wght.ttf);
}
@font-face {
    font-family: apecru;
    src: url(../fonts/Apercu-Font/Apercu\ regular.otf);

}
@font-face {
    font-family: futurak;
    src: url(../fonts/futurak/futurak.ttf);
}
@font-face {
    font-family: butler;
    src: url(../fonts/butler/Butler_Regular.otf);
}
body{
    font-family: inter;
    flex-wrap: wrap;

    }
/* navbar started */
.main-logo{
   width: 165px ;
}
nav>a{
    font-size: 1.6rem;
    color: #ffffff;
   padding: 17px 36px 0 0;
}
nav>button{
    font-size: 1.4rem;
    
}
.get-btn{
 border: 1px solid var(--white);
 background-color: transparent;
 color: var(--white);
 border-radius: 30px;
 padding: 12px 16.5px;
 text-decoration: none;
}
.white{
    color: var(--white);
}
.order-btn{
 border: 0px;
 border-radius: 30px;
 background-color: var(--red);
 padding: 12px 13.5px;
 color: var(--white);
 cursor: pointer;
}
.sp-head{
    padding: 0px 30px ;
    margin: 0px 20px;
    /* padding-top: 0px; */
    /* margin-top: 0px; */

}
.arrow-icon{
    font-size: 1.8rem;
    background-color: var(--white);
    color: var(--red);
    padding: 6px 7px;
    border-radius: 20px;
    gap: 5px;

    }
    .b-b{
        border-bottom: 1px solid var(--white);
    }
    /* navbar ended */
    /* main started */
    .intro{
        padding: 40px;
    }
    .butler{
        font-family: butler;
    font-size: 4.8rem;
    font-weight: lighter;
    
    }
    .apecru{
        font-family: apecru;
        font-size: 1.6rem;
         color: #ada9a9;
    }
    .apecru2{
        font-family: apecru;
        font-size: 1.5rem;
        color: #ada9a9;
    }
    .res{
        padding: 0px 12px;
    }
    .inter{
        font-family: inter;
        font-size: 3.2rem;
        
    }
    .futurak{
        font-family: futurak;
        font-size: 3.2rem;
    }
    .img-3{
        width: 456px;
        /* height: 290.34px; */
    }
    .text{
        text-align: justify;
    }
    .exp{
        margin: 32px 0px 70px;
    }
    .exp-fr{
    margin-top: 60px;
    padding: 70px;
    /* background-color: var(--grey); */

}
.butler{
    font-family: butler;
    font-size: 4.8rem;
    font-weight: lighter;
    
}
.sp-e{
    font-family: futurak;
    font-size: 2.4rem;
    margin-bottom: 18px;
}
.sp-b{
    font-family: butler;
    font-size: 2.4rem;
}
.get-dir{
    font-size: 1.4rem;
    /* margin-top: 40px; */
    border: 1px solid var(--white);
    border-radius: 50px;
    background-color: transparent;
    padding: 15px 12px ;
    color: var(--white);
    cursor: pointer;
}
.arrow-up{
    color: var(--red);
    background-color: var(--white);
    border: 1px solid var(--white);
    border-radius: 50px;
    padding: 5px 5px;
}
.margin{ 
    margin-top: 40px;
}
.DHA{
    display: inline-block;
    text-align: center;
}
.img-2{
    width: 350px;
    height: 198px;
}
.red-head2{
     color: var(--red);
    font-size: 1.4rem;
    font-family: apecru;
    text-transform: uppercase;
    margin-bottom: 8px ;
     }
     .fr-para1{
    font-size: 1.6rem;
    font-family: apecru;
    margin-bottom: 10px;
}
.phone1{
    font-size: 1.6rem;
    font-family: apecru;
}
.red-head{
    color: var(--red);
    font-size: 1.6rem;
    font-family: apecru;
    text-transform: uppercase;
    margin-bottom: 8px ;
}
     /* express ended */
     /* footer started */
 .footer{
    padding: 70px 80px;
    background-color: var(--grey);
}
.fr-para2{
    font-family: apecru;
    font-size: 1.5rem;
    color: #ccc;
}
.links{
    font-family: apercu;
    font-size: 1.6rem;
    padding-bottom: 24px;
    color: var(white);
}
.links1>a{
    padding-bottom: 16px;
    text-decoration: none;
    color: #ccc;
    font-size: 1.5rem;
    font-family: apercu;
    margin-bottom: 10px;
}
.contact>h5{
    font-size: 1.6rem;
    font-family: butler;
    font-weight: lighter;
    padding-bottom: 24px;
    color: var(--white);
}
.contact>p{
    font-size: 1.5rem;
    font-family: apecru;
    padding-bottom: 20px;
    color: #afaaaa;
    line-height: 1.6;
}
.social1{
     background-color: var(--red);
  width: 40px;
  height: 40px;
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white); 
  font-size: 1.6rem;
  text-decoration: none;
  transition: transform 0.3s ease;
  cursor: pointer;
  /* display: block; */
}
.o1{
    cursor: pointer;
    display: block;
    width: 140px;
    margin: 5px auto;
}

.inter6{
    font-size: 1.4rem;
    font-family: inter;
}