*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::root{
    --COLOR: #56b665;
}

body{
    scroll-behavior: smooth;
    font-family:'Roboto light', sans-serif;
    animation-name: display-the-body;
    animation-duration: 3s;
    animation-fill-mode: ease;
    overflow-y:scroll;
    scroll-snap-type:proximity;
    background-color:#e0e0e0;
    overflow-x: hidden;
    transition: .4s ease-in-out;
} 

body::-webkit-scrollbar{
    width: 13px;

}

body::-webkit-scrollbar-thumb:hover{
    background: #6d6d6d;
}

body::-webkit-scrollbar-track{
    background-color:#f1f1f1;
}

body::-webkit-scrollbar-thumb{
    background: #888;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb{
    transition: background 0.3s ease-in-out;
}

/* @keyframes display-the-body{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
} */

.home{ 
    background-size:100%;
    width: 100%;
    height:100vh;
    background-repeat: no-repeat;
    transition: background-image 4s ease-in-out;

}

.each{
    animation: show-text 4s ease-in-out;
}

@keyframes show-text{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

.header{
    background-color: black;
    height:70px;
    position: fixed;
    width: 100vw;
    transition: 0.3s;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

nav{
    float: right;
    padding: 10px;
    margin-top: 15px;
}

nav button{
    background-color: transparent;
    border: none;
    transition: transform 0.4s;
}

nav button a{
    text-decoration: none;
    padding: 20px;
    color:white;
    font-size:17px;
}

nav button:hover{
    transform: scale(1.2);
    opacity: 0.8;
}

nav button a:hover{
    color:#56b665;
}

.active-button{
    color:#56b665;
}

.main{
    text-align: center;
    color: white;
    margin-top: 0;
    padding-top:15%;
}

.welcome{
    font-family:'Roboto regular', sans-serif;
    font-size:100%;
}



.note{
    display: block;
    margin-top:2%;
    font-size:4rem;
    font-family:'Roboto light', sans-serif;
}

.bold-note{
    display: block;
    font-family:'Roboto regular', sans-serif ;
}

.book{
    background-color: #56b665;
    text-decoration: none;
    color: white;
    padding: 15px;
    border-radius:100px;
    padding-left: 50px;
    padding-right:50px;
    font-size:18px;
    transition: 0.4s;
}

.book:hover{
    background-color: transparent;
    border: 2px solid white;
    backdrop-filter: blur(10px);
}

.book-online{
    margin-top:8%;
}

.whatsapp{
    padding: 20px;
    float: right;
    position: fixed;
}

.mayo-mos{
    width: 326.4;
    height: 184.4; 
    margin-top: 0;  
    padding-top: 0;
    margin-top: 5px;
    margin-left: 10px;
}

.head{
text-align: center;
margin-top: 5%;
font-size:30px;
font-family: 'Roboto regular', sans-serif;
font-weight: bold;
width: 100%;
}

hr{
    width: 10%;
    height: 2px;
    background-color: #56b665;
    border: none;
    border-radius: 100px;
    margin-top: 10px;
}

.content{
    display: flex;
    align-items: center;
    width:70vw;
    justify-content: center;
    place-items: center;
    text-align: center;
    margin-top: 3%;
}

.container{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.container-content{
    width: 30%;
    padding: 20px;
    margin-top: 20px;
}

.reasons{
    text-align: center;
}

.title{
    font-family: 'Roboto regular', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 20px;
}

.footer{
    background-color: #343C3E;
    color: #b3aeae;
    /* padding:5%; */
    width: 100%;
}

.each-service{
    position: relative;
    width: 50%;
}

.our-services{
    margin-top:10%;
}
.services-rule{
    height:3px;
}

.services{
    margin-top:40px;
    display: flex;
    justify-content: space-around;
}

.service-img{
    height: auto;
    opacity: 1;
    transition: .7s ease;
    backface-visibility: hidden;
    transition:transform .4s ease;
    background-color: black;
    box-shadow: 2px 4px 15px 3px rgba(0, 0, 0, 0.2);
    width:365.1px;
    height:243.4px;
}


.middle{
    transition: .7s ease;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.button{
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 12px 30px;
    border: 1px solid #56b665;
    border-radius: 100px;
    transition: .4s ease;
    background-color: transparent;
}

.button a{
    color: white;
    text-decoration: none;
}

.button:hover{
    background-color: #56b665;
    border: none;
    
}

.button a:hover .service-img{
    transform: scale(1.1);
}

.each-service:hover .service-img{
    opacity: 0.8;
}

.each-service:hover .middle{
    opacity: 1;
}

.service-img:hover{
    transform: scale(1.1);
}

.description{
    font-size: 18px;
    font-family:'Roboto thin', sans-serif;
}

.service-description{
    margin-top: 20px;
}

.see-more{
    background-color: #56b665;
    text-decoration: none;
    color: white;
    padding: 15px;
    border-radius:100px;
    width: 100px;
    padding-left: 50px;
    padding-right:50px;
    font-size:18px;
    transition: 0.4s;
}

.see-more:hover{
    background-color: transparent;
    border: 2px solid #56b665;
}

.see-more-button{
    margin-top: 5%;
    margin-bottom: 3%;
}

.footer-container{
    display: flex;
    justify-content: space-evenly;
}

.footer-title{
    font-family:'Roboto light', sans-serif;
    font-weight: bold;
    margin-top: 5%;
}

.footer-about-us, .footer-services, .footer-contact-info{
    text-align:left;
    width: 30%;
    padding-top: 2%;
}

.footer-services{
    margin-left: 10%;
}

.footer-each-service{
    line-height:300%;
    margin-top:3%;
}

.footer-listed:hover{
    color: white;
}

.location-white{
    display: none;
}

.phone-white{
    display: none;
}

.location-info{
    display: inline;
}

.phone-number{
    display: inline;
}

.location:hover .location-info{
    color: white;
    display: inline;
}

.location:hover .location-white{
    display: inline;
}

.location:hover .location-normal{
    display: none;
}

.phone:hover .phone-number{
    color: white;
    display: inline;
}

.phone:hover .phone-white{
    display: inline;
}

.phone:hover .phone-normal{
    display: none;
}

.mail:hover .mail-white{
    display: inline;
}

.mail:hover .mail-info{
    display: inline;
    color: white;
}

.mail:hover .mail-normal{
    display: none;
}

.mail-white{
    display: none;
}

.footer-contact-info{
    width: 35%;
}


.contact-container{
     line-height:300%;
     margin-top:5%;
}

.location{
    display: grid;
}

.mail{
    display:grid;
}

.phone{
    display: grid;
}

.time{
    display: grid;
}

.time-white{
    display: none;
}

.time:hover .time-normal{
    display: none;
}

.time:hover .time-white{
    display:inline;
}

.time:hover .time-info{
    display:inline;
    color: white;
}

.learn-more{
    background-color:#414849;
    text-decoration: none;
    color: white;
    width: 50%;
    border-radius:100px;
    height: 45px;
    padding-top: 3%;
    padding-left:13%;
    font-size:18px;
    transition: 0.4s;
    display: block;
    margin-top:7%;
}

.learn-more:hover{
    background-color:#56b665;
}

.about-info{
    margin-top: 5%;
}

.contact-platform{
    margin-top: 5%;
    display: flex;
    justify-content:space-around;
    width: 15%;
}

.platform{
    background-color:#414849;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    padding: 10px;
    transition:.4s ease;
}

.platform:hover{
    background: #56b665;
}

.fixed-head{
    display:block;
}

@media(max-width:714px){
   .main{
    padding-top: 10%;
   }
}

.hamburger{
    position: relative;
    width:30px;
    cursor: pointer;
    border-radius: 20px;
    background: none;
    border: none;
    float: right;
    z-index: 100;
    margin-top:15px;
    margin-right:3%;
    display: none;
}

.hamburger .bar, .hamburger::after, .hamburger::before{ 
    content:'';
    display: block;
    width:100%;
    height: 5px;
    background-color:white;
    margin: 6px 0px;
    transition: 0.4s;
    background-color: #56b665;
    border-radius: 5px;
}

.hamburger.is-active:before{
    transform: rotate(-45deg) translate(-8px, 6px);
    background-color: white;
}

.hamburger.is-active:after{
    transform: rotate(45deg) translate(-9px, -8px);
    background-color: white;
}

.hamburger.is-active .bar{
    opacity: 0;
}

.mobile-nav{
    display:none;
    width:50%;
    position: fixed;
    top: 0;
    left:100%; 
    margin: 0;
    z-index:98;
    background-color: #56b665; 
    margin-left:50%;
    min-height:100vh;
    padding:15%;
    padding-top:30%;
    transition: 0.4s ease;
}

.mobile-nav.is-active{
    left: 0;
}
.mobile-nav button{
    display: block;
    text-align: center;
    margin-bottom:16px;
    width: fit-content;
    padding: 12px 16px;
    background-color:transparent;
    border: none;
    margin:0 auto;
    cursor: pointer;
    margin-top:30px;
}

.mobile-nav a {
    text-decoration: none;
    color: white;
}

