*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

body{
    color: black;
    font-size: 20px;
    min-height: 15vh;
    background-color: rgba(226, 226, 226, 0.842);
    font-family: body;

}
 a{
     text-decoration: none;
     color: black;
}


@font-face{
    font-family:Lora;
    src: url(/fonts/Lora/static/Lora-Medium.ttf);
}
@font-face{
    font-family:head;
    src: url(/fonts/Maven_Pro/MavenPro-VariableFont_wght.ttf);
}
@font-face{
    font-family: body;
    src: url(/fonts/Archivo_Narrow/ArchivoNarrow-Regular.ttf);
}
nav{
    font-family:Lora;
    margin-bottom: 4%;

}
.preloader{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: #fff;
z-index: 9999;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}



nav ul{
    min-height: 15px;
    display: flex;
    width: 50%;
    margin: auto;
    justify-content: space-between;
    padding-top: 1%;
}
ul img{
    height: 80px;
    cursor: pointer;

}
li{
    margin-top: 3%;
    list-style: none;
    cursor: pointer;

}
.Menu{
    display: none;
}
.mb-nav-ul{
    display: none;

}

#hero{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 5%;
}
.hero-left{
    width: 40vw;
    margin: auto;
    height: auto;
    align-items: center;
}
.hero-left img{
    width: 40vw;
    height: auto;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-right{
    width: 45vw;
    height: auto;
    margin: auto;
    text-align: center;
}
.hero-right h1{
    font-family: Lora;
    font-size: 38px;
}
.hero-right p{
    font-size: 21px;
    text-align: center;
    padding: 3% 7%;
}


.head-box{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    margin-bottom: 2%;
}
.clr{
    width: 28vw;
}
#about_us{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 5%;
}
.bg-box{
    width: 25vw;
    height: 700px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 20px;
}
.bg-box img{
    width: 22vw;
    height: 200px;
    border-radius: 20px;
    margin: 5% 0%;
}
.bg-box p{
    padding: 4% 15%;
}
.b1{
    background-color: #FFBC57;
}
.clr1{
    color: #cc7d06
;}
.b2{
    background-color: #749AFC;
}
.clr2{
    color: #1c4ac0;
}
.b3{
    background-color: #F25A5A;
}
.clr3{
    color: #f82121;
}
.contact-btn{
    background-color: black;
    color: white;
    border-radius: 30px;
    border:none;
    padding: 2% 10%;
    font-size: 18px;
    margin: 8% 0%;
    text-align: center;
    margin-bottom: 10%;
    cursor: pointer;
}
.mb-box-head{
    display: none;
}

footer{
    height: 520px;
    margin-top: 5%;
    background-color:rgb(10, 10, 10);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: .5%;
    color: white;
    font-size: 20px;

}
.foot-left{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.foot-right{
    width: 75%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.foot-nav-ul{
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 5% auto;
    justify-content: space-evenly;
    text-align: center;
    color: white;
    font-size: 24px;
}
.foot-address{
    width: 70%;
    font-size: 26px;
    margin: auto;
}
 .foot-ph{
    font-size: 26px;
    margin: auto;
}
.foot-email{
    font-size: 26px;
    margin: auto;
}
.Payment{
    /* border: 1px solid white; */
    width: 50%;
    margin: auto;
    padding: 2% 0%;
}
.foot-nav-li{
    color: white;
}
.foot-nav-li a{
    color: white;
}
.foot-nav-li a:hover{
    color: #4870d4;
}
.social{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin: auto;
    padding: .5%;
}
.social img{
    filter: invert(1);
    height: 22px;
    width: 22px;
}
/*-------------------------------------------------------------------------------------
 Responsive for Tablet
 ---------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1080px ){
    
nav ul{   
    width: 85%;
}
.Menu{
    display: none;
}
.mb-nav-ul{
    display: none;

}
.hero-right h1{
    font-size: 34px;
}
.hero-right p{
    font-size: 18px;
    padding: 3% 4%;
}

.bg-box img{
    width: 210px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.bg-box img{

    border-radius: 20px;
    margin: 5% 0%;
}
.bg-box p{
    padding: 2% 10%;
    font-size: 18px;
}

.mb-box-head{
    display: none;
}

/*-------------------------------------------------------------------------------------------------
 Responsive for mobile
 ------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 880px ){
nav ul{   
    width: 100%;
    margin: auto;
    padding-top: 2%;
    min-height: 15px;

}
.logo{
    height: 60px;
    padding-left: 5%;
}
.nav-nr{
    display: none;
}
.Menu{
    display: flex;
}
.Menu img{
    padding-top: 5%;
    height: 40px;
}
#mb-nav{
    background-color: rgb(0, 0, 0);
    width: 100%;
    margin: auto;
    transition: all 1s ease;
    height: 85vh;
    overflow-x: hidden;
    text-align: center;
}
.mb-nav-ul{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}
.mb-nav-li{
    padding: 5% 0%;
}
.show{
    opacity:0;
    transition: all 1s ease;
    position: absolute;
    display: none;
}
a{
    color: white;
}
a:hover{
    color: #1c4ac0;
}
#hero{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 5%;
}
.tog{
    transform: translateX(100px);
}
.hero-left{
    width: 75vw;
    margin: auto;
    height: auto;
    align-items: center;
}
.hero-left img{
    width: 75vw;
    height: auto;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-right{
    width: 85vw;
    height: auto;
    margin: auto;
    text-align: center;
}
.hero-right h1{
    font-family: Lora;
    font-size: 2rem;
    padding-top: 5%;
}
.hero-right p{
    font-size: 1rem;
    text-align: center;
}
#about_us{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

}
.bg-box{
    width: auto;
    margin: 20px;
}
.bg-box p{
    padding: 0% 5%;
}
.bg-box img{
    width: 70vw;
    height: 40vh;
}
.head-box{
    display:none;
}
.box a:hover{
    color: black;
}
.box a{
    text-decoration: none;
    color: black;
} 
.mb-box-head{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 5% 0%;
}
.box{
    text-align: center;
    margin: 20px;
}

footer{
    height: 100vh;
    margin-top: 5%;
    background-color:rgb(10, 10, 10);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: .5%;
    color: white;
    font-size: 20px;

}
.foot-left{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.foot-right{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.foot-nav-ul{
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 1% auto;
    justify-content: space-evenly;
    text-align: center;
    color: white;
    font-size: 18px;
}
.foot-address{
    width: 95%;
    font-size: 18px;
    margin: auto;
}
 .foot-ph{
    font-size: 18px;
    margin: auto;
}
.foot-email{
    font-size: 18px;
    margin: auto;
}
.Payment{
    /* border: 1px solid white; */
    width: 100%;
    margin: auto;
    padding: 2% 0%;
}
.foot-nav-li{
    color: white;
}
.foot-nav-li a{
    color: white;
}
.foot-nav-li a:hover{
    color: #4870d4;
}
.social{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 80%;
    margin: auto;
    padding: .5%;
}
}
}