*{
    margin: 0;
    padding: 0;
}
.header{
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    height: 7vh;
    width: 100%;
    background-color: #9828ad;
    display: flex;
    text-decoration: none;
}
.header ul li{
    list-style: none;
    justify-content: center;
    display: flex;
    list-style: none;
    text-decoration: none;
    float: left;
    padding-left: 30px;

}
.header ul li a{
    list-style: none;
    display: flex;
    list-style: none;
    text-decoration: none;
    float: left;
    padding: 10px;
    padding-left: 30px;
    color: white;
    transition: 0.3s;
    /* border-left: 1px solid white; */
    border-right: 1px solid white;
    

}
.header ul li a:hover{
    color: rgb(168, 167, 167);
    font-size: 17px;
}
.fa{
    margin-left: 70vh;
}
.fa i{
    display: inline-block;
    color: white; 
    padding: 10px;
    text-align: end;
    margin-left: 4vh;
    font-size: 20px;
    transition: 0.3s;

}
.fa i:hover{
    color: rgba(235, 206, 206, 0.384);
    font-size:22px ;
}
.fa p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    display: inline-block;
    padding-top: 7px;
}
.navbar {
    text-align: center;
    height: 45vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.navbar img{
    height: 35vh;
    padding-top: 10px;
}
.navagation{
    text-align: center;    width: 100%;
    display: flex;
    justify-content: center;
}
.navagation ul{
    list-style-type: none;
}
.navagation ul li{
    float: left;
    font-size: 22px;
    text-align: center;
    padding: 0 35px;
}
.navagation ul li a{
    text-decoration: none;
    line-height: 40px;
    color:  #f28016;
    transition: 0.3s;
}
.navinner {
    position: absolute;
}
.navagation ul li a:hover {
    font-size: 23px;
    border-bottom: 4px groove rgb(98, 94, 94);
    color: #844000 ;
}
.navinner a{
    display: none;
}

.navagation ul li:hover .navinner a{
    width: 13vw;
    display: block;
    background-color: #f8fbf8;
    font-size: 15px;
    color: #9828ad;
    padding: 0%;
    border: none;
    box-shadow: 4px 4px 4px 4px rgb(64, 63, 63);
}
.navinner a:hover .navinner a{
    color: black;
    background-color: blue;
}


.main{
    width: 100%;
    height: 75vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20vh;
}
.text{
    width:40vw;
    height:50%;
    justify-content: space-between;
    display: inline-block;

}
.text h1{
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    width: 40vw;
    color:  #f28016;

}
.text h2{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    width: 40vw;
    color:  #f28016;
}
.pic img{
    border-radius: 20px;
    display: inline-block;
    height: 50%;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: center;
    width: 75%;
    margin-left: 15vw;
    /* padding: 0 20vh; */
}
.b1{
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    margin: 22px 0;
    background-color: rgb(36, 36, 169);
    color: white;
    /* margin: 8vh; */
    font-size: 20px;
    border-radius: 5px;
    transition: 0.4s;  
}
.b1:hover{
    background-color: #9828ad;
    color:  #0c0804;
    font-weight: bold;
}
.main2{
    height: 110vh;
}
.main2 h1 {
    color:  #f28016;
    font-size: 40px;
    padding-top:15vh;
    padding-left: 14vh;
    font-family: system-ui;
    display: block;
}
.content {
    width: 50%;
    padding-left: 20vh;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    display: inline-block;
    padding-top: 6vh;
    float:left;
}
.logoimage img {
    height: 60vh;
    float: right;
    margin-top: 6vh;
    margin-right: 10vh;
    transition: 0.6s;
    animation-name: anim1;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-iteration-count: 10;
    animation-timing-function: ease;
}
.logoimage img:hover {
    box-shadow: 4px 4px 4px 4px rgb(68 62 62);
    height: 61vh;
}
@keyframe anim1{
    form{
        height:0vh;
    }
    to{
        height:60vh;
    }
}
.content h2{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color:  #f28016;
    padding-bottom: 3vh;
}
footer{
    background-color: #9928ad35;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-left: 5%;
    padding-right: 5%;
}
.logo3{
    height: 40vh;
    margin-top: 20px;
}
.logo3 img{
    height: 26vh;
    display: block;
    padding-top: 15px;
}
.logo3 a{
    padding-left: auto;
    margin: 15px ;
}
.logo3 i.fa-brands.fa-facebook {
    color: rgb(57, 57, 228);
    text-align: center;
    font-size: 25px;
    background-color: rgb(215, 209, 198);
    padding: 10px;
    border-radius: 28px;
    box-shadow: 4px 5px 5px 1px grey;
}
.logo3 i.fa-brands.fa-whatsapp {
    color: rgb(9, 134, 19);
    text-align: center;
    font-size: 25px;
    background-color: rgb(215, 209, 198);
    padding: 10px;
    border-radius: 28px;
    box-shadow: 4px 5px 5px 1px grey;
}
.hlinks ul li{
    list-style: none;
    font-size: 20px;
}
.hlinks ul li a{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: darkslategrey;
    list-style: none;
    line-height: 30px;
    text-align: justify;
    text-decoration: none;
}
.navlinks ul li{
    list-style: none;
    font-size: 20px;
}
.navlinks ul li a{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: darkslategrey;
    list-style: none;
    line-height: 30px;
    text-align: justify;
    text-decoration: none;
}
.iconlinks ul li{
    list-style: none;
}
.iconlinks ul li a{
    /* font-family: Arial, Helvetica, sans-serif; */
    color: darkslategrey;
    list-style: none;
    line-height: 30px;
    text-align: justify;
    text-decoration: none;
}
.iconlinks i{
    text-transform: lowercase;
    font-size: 18px;
}