@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    
}

.hrstyle{
    width: 80%;
    height: 2%;
    background-color: white;
}

.menu-area{
    width: 100%;
    display: flex;
    height: 8vh;
    background-color: white;
}

.menu-logo-area{
    display: inline-flex;
    width: 50%;
    height: 100%;
}

.menu-logo{
    width: 20%;
    height: 100%;
}

.menu-right{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: end;
}

.menu-right ul{
    margin-right: 3%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.menu-right ul li{
    padding-top: 0.5%;
    margin: auto;
    list-style: none;
    float: right;
    padding-right: 5%;
}

.menu-right ul li a{
    float: right;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.menu-logo img{
    width: 55%;
}

.header-area{
    margin: auto;
    widows: 100%;
    height: 100vh;
}

.header-left-select-area{
    display: inline-flex;
    float: left;
    width: 4%;
    height: 92%;
}

.header-right-select-area{
    display: inline-flex;
    float: right;
    width: 4%;
    height: 92%;
}

#header-background-one{
    background-image: url("../img/header-background.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    width: 100%;
    height: 92vh;
    left: 0;
}

#header-background-two{
    background-image: url("../img/header-background-two.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    display: none;
    height: 92vh;
    left: 0;
}
#header-background-three{
    background-image: url("../img/header-background-three.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    width: 100%;
    height: 92vh;
    display: none;
    left: 0%;
}
@keyframes slayt{
    0%{left:-100%;}
    25%{left:-100%;}
    45%{left:-200%;}
    60%{left:-200%;}
    75%{left: -300;}
}
.background-one-area{
    width: 100%;
    height: 100%;
    background-color: rgba(1, 63, 10, 0.541);
}

.background-two-area{
    width: 100%;
    height: 100%;
    background-color: rgba(1, 63, 10, 0.541);
}

.background-three-area{
    width: 100%;
    height: 100%;
    background-color: rgba(1, 63, 10, 0.541);
}

.background-one-text-area{
    display: inline-flex;
    width: 80%;
    height: 100%;
}

.background-one-text{
    flex-direction: column;
    margin: auto;
    display: inline-flex;
    width: 100%;
    height: 50%;
}

.background-three-text{
    flex-direction: column;
    width: 100%;
    height: 50%;
    margin: auto;
    display: inline-flex;
}

.background-two-text{
    flex-direction: column;
    margin: auto;
    display: inline-flex;
    width: 100%;
    height: 50%;
}

.background-two-text-area{
    display: inline-flex;
    width: 80%;
    height: 100%;
}


.background-three-text-area{
    margin: auto;
    display: inline-flex;
    width: 80%;
    height: 100%;
}

.background-head-text-area-one h1{
    margin: auto;
    color: white;
    letter-spacing: 4px;
    font-size: 50px;
}

.background-head-text-area-two h1{
    margin: auto;
    color: white;
    letter-spacing: 4px;
    font-size: 50px;
}

.background-head-text-area-three h1{
    margin: auto;
    color: white;
    letter-spacing: 4px;
    font-size: 50px;
}

.background-head-text-area-one{
    display: inline-flex;
    margin: auto;
    width: 100%;
    height: 20%;
}

.background-head-text-area-two{
    display: inline-flex;
    margin: auto;
    width: 100%;
    height: 20%;
}

.background-head-text-area-three{
    display: inline-flex;
    margin: auto;
    width: 100%;
    height: 20%;
}

.spacing{
    width: 100%;
    height: 15.5%;
}

.left-select-header{
    cursor: pointer;
    margin: auto;
    display: inline-flex;
    width: 100%;
    height: 7%;
    background-color: rgba(31, 31, 31, 0.904);
}

.left-select-header i{
    margin: auto;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.right-select-header i{
    margin: auto;
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.right-select-header{
    cursor: pointer;
    margin: auto;
    display: inline-flex;
    width: 100%;
    height: 7%;
    background-color: rgba(31, 31, 31, 0.904);
}

.center-area{
    display: inline-flex;
    width: 100%;
    height: 40vh;
    background-color: white;
}

.center-text-area{
    display: inline-flex;
    margin: auto;
    width: 80%;
    height: 50%;;
}

.center-text-area h2{
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin: auto;
    font-family: "Poppins", serif;
    font-weight: 400;
}

.center-in-area{
    width: 100%;
    height: 60vh;
    background-image: url("../img/center-background.jpg");
    transition-duration: 3s;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.home-cards{
    display: inline-flex;
    width: 100%;
    height: 50vh;
    background-color: white;
}

.home-page-cards{
    border-radius: 2vh;
    margin: auto;
    width: 25%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: rgb(44, 44, 44);
    margin: auto;
}

.footer{
    width: 100%;
    height: 8vh;
    background-color: rgb(54, 73, 78);
    color: white;
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
i{
    color: white;
    font-size: 130px;    
}
.home-page-cards-cont{
    display: inline-flex;
    width: 90%;
    justify-content: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 23px;
    align-items: center;
    flex-direction: column;
}
.footer-top, .footer-bottom{
    margin: -15px;
}
@media only screen and (max-width: 767px){
.background-head-text-area{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.background-head-text-area h1{
    font-size: 20px;
}
.menu-logo {
    width: 90%;
}
.menu-logo-area{
    width: 25%;
}
.menu-right{
    width: 85%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.menu-right ul li {
    /* padding-top: 0.5%; */
    /* margin: auto; */
    list-style: none;
    float: right;
    /* padding-right: 5%; */
}
.menu-right ul {
    width: 90%;
}

.home-cards {
    width: 100%;
    flex-direction: column;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: none;
}
.home-page-cards {
    width: 80%;
    padding-top: 20px;
    margin-top: 20px;
}
.footer{
    height: auto;
}
#header-background-one{
    background-size: initial;
    background-attachment: local;
}
#header-background-two{
    background-size: initial;
    background-attachment: local;
}
#header-background-three{
    background-size: initial;
    background-attachment: local;
}
.center-text-area h2{
    margin: 0;
}
.center-in-area{
    width: 100%;
    height: 60vh;
    background-image: url("../img/center-background.jpg");
    /* transition-duration: 3s; */
    background-position: center;
    background-size: cover;
    background-attachment: local;
}
body > div.container > div.footer > div.footer-bottom > p{
    font-size: 15px;
}
}

@media only screen and (min-width: 768px) {
    
}