body {
    margin: 0;
    padding: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-family: 'Koulen', cursive;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Teko', sans-serif;
    font-family: 'Ubuntu', sans-serif;

}


.hero {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to right, #ffffff, #ffffffc8);

    position: relative;
    font-family: 'Oswald', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.hero img{
    width: 550px;
    margin-right: 50px;
}
.heading{
    margin-left: 90px;
    margin-top: 20px;
    max-width: 60%;
}
.heading h1{
    font-size: 25px;
    text-transform: capitalize;
    margin: 0;
    color: #1b88fd;
    font-family: 'Inter', sans-serif;
    font-weight: 800;

}
.heading h2{
    font-size: 70px;
    margin: 0;

    font-family: 'Inter', sans-serif;
    font-weight: 900;
    opacity: 0.9;
    margin-bottom: 20px;
    line-height: 1.1;
 
}
.btn1{
    color: #ffffff;
    background-color: black;
    width: 100px;
 height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1.5px solid black;
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
}
.btn2{
    color: #ffffff;
    background-color: black;
    width: 100px;
 height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1.5px solid black;
    cursor: pointer;
    
}
.btn3{
    color: #000000;
    background-color: rgb(255, 255, 255);
    border: 1.5px solid black;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}
.btnsec1{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;

}
.btnsec1 h3{
    max-width: 430px;
    margin: 0;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}

/* header rrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */
header{

    height: 50px;
    display: flex;
justify-content: space-between;
align-items: center;
}
.logo{
    display: flex;
    align-items: center;
    gap: 5px;
}
.logo img{
    width: 15px;
}
.hsec1{
    display: flex;
gap: 35px;
    justify-content: space-between;
margin-left: 50px;
text-transform: capitalize;
}
a{
    text-decoration: none;
}

.hsec2{
    display: flex;
 
   
margin-left: 50px;
margin-right: 50px;
gap: 10px;
}


/*  */

.menu {
    color: #000000;
    display: none;
    margin-right: 5%;
    font-size: 25px;

}


@media (max-width: 767px) {

    .menu {
        display: block;
    }


}

.menusec {
    height: 100vh;
    position: fixed;
    overflow-y: auto;
    z-index: 999;
    background-color: #000000b3;
    top: 0;
    width: 100%;
    display: none;
    transform: rotateY(0deg);
    transition: 0.8s; /* link with java script menu code delay  */

    transform-origin: left center;

}

.hiddenf {
    transform: rotateY(-90deg);
    z-index: 999;
}

.menusec1 {
    min-height: 100vh;
    background-color: #ffffff;
    width: 80%;
}

.menuclose {
    font-size: 30px;
    width: 100%;
    text-align: right;

}

.menuclose i {
    margin: 30px 50px;
}

@media (max-width: 767px) {
    .menusec {
        display: block;
    }
}

.menusec ul {
    font-size: 20px;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;

}

.menusec li {
    margin-bottom: 0;
    padding: 15px 0;
    width: 100%;

}

.menucontent {
    margin: 20%;
    width:80%;

}

.menusec a {
    text-decoration: none;
    text-transform: capitalize;
    color: #333;
    width: fit-content;


}

.menusec .hbar {
    height: 5px;
    width: 100%;
    background: #3333330e;
    margin-top: 80px;
}

.menusec p {
    font-size: 14px;
}

.menusec .email {
    font-weight: 600;
    margin-bottom: 30%;
    padding-bottom: 100px;
}





@media (max-width: 767px) {
header{

}
.hsec2{
    display: none;
}
.hsec1{
    margin-left: 25px;
    font-size: 18px;
}
.hsec1 a{
display: none;

}
}



/*  */

@media (max-width: 767px) {
    .hero{
       flex-direction: column;
       height: auto;
    }
    .heading h1{
       font-size: 20px;
   
   
   }
   .heading h2{
       font-size: 35px;
       max-width: 90%;
    
   }
   .heading{
       margin-left: 25px;
       margin-top: 20px;
       max-width: 100%;
   }
   .hero img{
       width: 100%;
       margin-right: 0;
   }
   .btnsec1{
       flex-direction: column;
       justify-content: left;
       align-items: first baseline;
       gap: 10px;
       margin-top: 0;
   }
   }