



main > div:first-child{
    height: 92vh;
    background: url("/images/homepagepic.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2rem;
    margin: 0;
} main > div:first-child > div{
    margin-left: 7vw;
    padding: 2rem;
    background-color: rgba(0, 95, 95, 0.658);
    border: 1px solid white;
    border-radius: 3rem;
}main > div:first-child > div > h1{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    color: white;
}main > div:first-child > div > p{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    width: 250px;
}main > div:first-child > div > div > a{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(0, 158, 71);;
    margin-right: 5px;
    font-size: 80%;
    padding: .6rem;
    color: white;
    border-radius: 10rem;
    border: 2px solid white;
    letter-spacing: 2px;
}
@media(max-width:767px){
    main > div:first-child > div{
        margin-left: 0;
    }
}@media(max-width:400px){
    main > div:first-child{
        padding: 2px;
    }
}





#services{
    text-align: center;
    border-top: 5px solid rgb(156, 255, 200);
    border-bottom: 5px solid rgb(156, 255, 200);
    background-size: 200px;
}#services > div{
    width: 100%;
    height: 100%;
    padding: .6rem;
    background-color: rgba(0, 68, 51, 0.055);
}
#services > div > span{
    text-align: center; 
    display: inline-block; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: .9rem;
    padding:.5rem 2rem .5rem 2rem;
    border-radius: 10rem;
    color: white;
    background-color: rgba(0, 95, 43, 0.726);
    box-shadow: 4px 4px 10px rgb(75, 75, 75);
}
#services > div > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}#services > div > div > div{
    width: 18rem;
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid white;
    border: 2px solid rgb(0, 129, 123);
    font-family: Arial, Helvetica, sans-serif;
}#services > div > div > div > p{
    font-size: .9rem;
    line-height: 1.5;
    border: 1px solid white;
    padding: .5rem;
    border-radius:.4rem;
    border: 2px solid rgb(0, 129, 123);
    color: white;
    background-color: rgb(65, 65, 65);
    box-shadow:inset 10px 10px 40px black;
}#services > div > div > div > img{
    width: 10rem;
    border-radius: 50%;
    margin: 0;
}#services > div > div > div > h3{
    margin: 10px;
    font-size: 1.3rem;
    border-radius: 10rem;
    border: 1px solid rgb(0, 104, 78);
    padding: .5rem;
    border: 1px solid rgb(0, 129, 123);
    background-color: white;
}





#whyUs{
    color: rgb(0, 54, 70);
    text-align: center;
    padding: 2rem;
}#whyUs > h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
}#whyUs > div{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}#whyUs > div > div{
    width: 15rem;
}#whyUs > div > div > h1{
    font-family: sans-serif;
    font-weight: 500;
}#whyUs > div > div > img{
    width: 80%;
    border-radius: 4rem;
    border: 3px solid rgb(0, 84, 90);
}




#testimonials{
    padding: .2rem;
    color: rgb(44, 44, 44);
    border-bottom: 2px solid rgb(231, 255, 253);
    
}#testimonials > div > div > span:first-child{
    position: absolute;
    font-size: 1.2rem;
    color: gold;
    background-color: white;
    border: 3px solid rgba(0, 95, 95, 0.767);
    transform: translateY(-7rem);
    padding: .5rem;
    width: 10rem;
    border-radius: 1rem;
}#testimonials > h1{
    font-family: cursive;
    font-family: serif;
    letter-spacing: 2px;
    color: rgba(0, 95, 95, 0.767);
    text-align: center;
    padding: 1rem;
    border-radius: 10rem;
    font-size: 1.2rem
}#testimonials > div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;
}#testimonials > div > div{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 20rem;
    height: 14rem;
    background-color: white;
    border: 5px solid rgba(0, 95, 95, 0.767);
    border-radius: 3rem;
    text-align: center;
    padding: 20px;
    margin-bottom: 5px;
    box-shadow: 0 0 20px rgb(119, 119, 119);
}#testimonials > div > div > p{
    line-height: 1.3;
    font-family: sans-serif;
    font-size: .8rem;
    color: rgba(0, 95, 95, 0.767);
}#testimonials > div > div > b{
    display: inline-block;
    font-family: sans-serif;
    font-size: .8rem;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 217, 0);
    border: 1px solid rgb(0, 63, 44);
    padding: .6rem;
    width: 10rem;
    border-radius: 1rem;
}




#book{
    position: relative;
    border-top: 2px solid rgba(0, 95, 95, 0.767);
    margin: 0;
}#book > div > h1{
    font-weight: 300;
    font-size: 2.5rem;
    font-family: sans-serif;
    font-size: 1.9rem;
    padding: 1rem;
    color: rgb(0, 43, 43);;
}#book > div > a, #book > div > a:first-child{
    display: inline-block;
    background-color: rgba(0, 95, 95, 0.767);
    padding: .6rem;
    border-radius: 10rem;
    font-size: .7rem;
    color: white;
}#book > div > a:last-child{
    color: rgba(0, 95, 95, 0.767);
    background-color: white;
    border: 2px solid rgba(0, 95, 95, 0.767);
}#book > div > ul{
    font-size: 1.2rem;
    font-family: sans-serif;
    font-size: .95rem;
    color: rgb(0, 43, 43);
}#book > div{
    padding: 1rem;
    border-radius: 30px;
}









#contacts{
    padding: 1rem;
}#contacts > h1{
    font-weight: 500;
    font-size: 1.5rem;
    color: rgb(0, 71, 62);
}#contacts > p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
    text-align: center;
    line-height: 1.5;
    border: 3px solid rgb(0, 71, 62);
    border-left: 10px solid rgb(0, 71, 62);
    border-right: 10px solid rgb(0, 71, 62);
    padding: 1rem;
    border-radius: 10rem;
}





#gallery{
    background-color: rgb(0, 87, 87);
    padding: .4rem;
    padding-bottom: 3rem;
    border-top-right-radius: 6rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border: 1px solid rgb(255, 230, 88);
}
#gallery > div{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: .4rem;
    gap: 5px;
}#gallery > div > div{
    position: relative;
}#gallery > div > div >img{
    width: 9.2rem;
    border-radius: 1rem;
    border: 5px solid rgb(255, 255, 255);
}#gallery > div > div > p{
    width: 9.2rem;
    color: white;
    border-radius: .4rem;
    padding: 5px;
    font-size: .8rem;
    line-height: 1.1;
    border: 1px solid rgb(255, 255, 255);
    font-family: sans-serif;
}