html{
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
body{
    text-align: center;
    font-family: 'Akshar', sans-serif;;
}
h2{
    color: #000000;
    text-shadow: 2px 2px 5px #D0EDF1 ;
    font-size: 3em;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: Redressed, 'Times New Roman', Times, serif;
    z-index: 10;
}
.up{
    position: fixed;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #D0EDF1;
    bottom: 100px;
    right: 50px;
    line-height: 55px;
    color: #000000;
    border: 2px solid white;
}
.up a{
    text-decoration: none;
    font-weight: 600;
}
.list{
    display: none;
}

/*Header//////////////////////////////////*/
header{
    position: relative;
    width: 100%;
}
header img{
    width: 100%;
    height: 800px; 
    object-fit: cover;
    object-position: 20% 40%;
}
#title{
    background-color: #FBDBC1;
    color: black;
    font-family: Redressed, 'Times New Roman', Times, serif;
    width: 800px;
    position: absolute;
    top: 0%;
    right: 0px;
    height: 3em;
    padding: 0;
    text-align: right;
}
h1{
    font-size: 4em;
    line-height: 3px;
    padding-right: 20px;

}
.quotes{
    background-color: rgb(255, 255, 255);
    color: black;
    font-size: 20px;
    padding: 20px;
    width: 500px;
    height: 400px;
    border-radius: 10px;
    position: absolute;
    top: 200px;
    left: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.BigC{
    position: relative;
    width: 400px;
    height: 130px;
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 15px;
    border-bottom: 1px solid #0f17182a;
    overflow: hidden;
}
.change{
    position: absolute;
    bottom: 5px;
    height: auto;
    width: 400px;
}
.C1{
    animation: first 4s forwards;
}
.C2{
transform: translate(0,100px);
    animation: goUp 8s forwards infinite;
    animation-delay: 4s; 
}
.C3{
    transform: translate(0,100px);
    animation: goUp 8s forwards infinite;
    animation-delay: 8s;
}
@keyframes first {
    0%{transform: translate(0,0);}
    80%{transform: translate(0,0);}
    100%{transform: translate(0,-130px);}
}
@keyframes goUp {
    0%{transform: translate(0,100px);}
    10%{transform: translate(0,0);}
    40%{transform: translate(0,0);}
    50%{transform: translate(0,-130px);}
    100%{transform: translate(0,-130px);}
}
.quotes h2{
    font-size: 3em;
    margin: 0;
    font-family: Redressed, 'Times New Roman', Times, serif;
    margin-bottom: -25px;
    z-index: 10;
}

.registerForm{
    position: relative;
    background-color: #FBDBC1;
    padding: 20px 40px;
    padding-top: 40px;
    border-radius: 5px;
}
.registerForm input{
    width: 200px;
    padding: 5px;
    margin: 3px;
}

.registerForm select,.registerForm option {
    width: 213px;
    padding: 5px;
    margin: 3px;
    margin-bottom: 10px;
}

.submit{
    background-color:#D0EDF1;
    border: white;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #2c3e41;
    font-weight: 600;
    cursor: pointer;
}
.submit:hover{
    box-shadow: inset 3px 3px #2c3e41;
}
label{
    width: 75px;
}
/*Nav//////////////////////////////////*/
nav ul{
    width: 100%;
    display: flex;
    justify-content: center;
    list-style-type: none; 
    padding: 0;
}
nav li{
    margin: 0 3px;
    background-color:#D0EDF1;
    padding: 2px 35px;
    margin-top: 1px;
    width: auto;
    font-size: 2em;
    font-family: Redressed,'Times New Roman', Times, serif;
    color: #0c282c;
}
nav li a{
    text-decoration: none;
    color:#0c282c;
}

/*Body//////////////////////*/
h3{
    font-family: 'Noto Serif';
}
.review span{
    color: rgb(133, 57, 57);
    
}
main{
    display: flex;
    align-items: center;
    flex-direction: column;
}
section{
    width: 70%;
    text-align: left;
}
/*Process//////////////////////////////////*/
.process{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin: 60px 0;
}
.steps{
    width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 30px;
    margin: 0 10px;
}
.num{
   background-color: #FBDBC1;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}


/*Service//////////////////////////////////*/
.service  {
    display: flex;
    width: 100%;
   background-color: #FBDBC1;
    justify-content: center;
    padding-bottom: 50px;
}
.center{
    width: 70%;
    min-width: 900px;
}

.serviceSec{
    display: flex;
    align-items: center;
    display: inline-flex;
    width: 31%;
    max-width: 400px;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 10px;
    margin-top: -30px;
}
.serviceSec h3{
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.service ul{
    box-sizing: border-box;
    padding: 30px;
    background-color:white;
    border-radius: 10px ;
    margin-top: -10px;
    width: 90%;
    height: 250px;
    color: black;
    font-size: 20px;
    font-weight: 500;
} 

/*Review//////////////////////////////////*/
.review{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}
.review h2{
    width: 100%;
    text-align: left;
}
.review div{
    display: inline-flex;
    max-width: 900px;
    min-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: rgb(251,219,193);
    background: linear-gradient(122deg, rgba(251,219,193,1) 0%, rgba(208,237,241,1) 90%);
    margin: 5px;

}
.review p{
    text-align: center;
    padding: 16px 16px;
    font-family: Montserrat;
    font-weight: 900;
    text-shadow: 0.5px 0.5px white;
    width: 70%;
}
.review h3{
    width:300px;
    min-width: 300px;
    height: 23px;
    background-color:white;
    align-items: baseline;
}
.L h3{
    border-radius: 0 5px 5px 0;
}
.R h3{
    border-radius: 5px 0 0 5px;
    text-align: right;
}

.R{
    flex-direction: row-reverse;
}

/*Price//////////////////////////////////*/
.price{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-color: #FBDBC1;
    padding-bottom: 50px;
}
.priceTags{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
   
    
}
.tags{ 
    position: relative;
    background-color: white;
    width: 20%;
    border-radius: 10px;
    margin: 0 10px;
    padding: 20px;
    height: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tags span{
    font-size: 30px;
}
.tags h3{
    background-color: #19545c;
    position: absolute;
    top: -30px;
    left: 0;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 30px;
    color: white;
    height: 100px;
    width: 100%;
    z-index: 0;
}
.tags span{
    z-index: 10px;
    color: white;
    text-align: right;
}
.mid{
    width: 23%;
    height: 450px;
}
.tags ul{
    margin-top: 150px;
    font-size: 20px;
    width: 80%;
}
.tags button{
    background-color:white;
    width: 200px;
    padding: 10px;
    border: #39565a solid 2px;
    border-radius: 30px;
    box-shadow: 3px 3px 5px #2c3e41;
    font-weight: 600;
    margin-top: 50px;
    color: #4c686c;
    position:absolute;
    bottom: 20px;
    cursor: pointer;
}
.mid button {
    box-shadow: inset 2px 2px #2c3e41;
    background-color:#D0EDF1; 
    bottom: 45px;
}
.tags button:hover {
    box-shadow: inset 3px 3px #2c3e41;
    background-color:#D0EDF1; 
}


/*Team//////////////////////////////////*/
.team{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
    margin-bottom: 50px;
}
.team h2{
    width: 100%;
    height: 60px;
}
.teamMem{
    display: inline-flex;
    margin: 0 10px;
    flex-direction: column;
    width: 17%;
}
.team .center{
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}
.team img{
    width: 100%; 
    height: auto;
    border-radius: 10px;
}
.team p{
    font-family: Montserrat;
    margin-top: -10px;
    font-weight: 600;
}
.vision{
    font-size: 20px;
    width: 45%;
    padding-left: 25px;
    font-weight: 300;
}
.vision span{
    font-size: 30px;
    font-weight: 600;
}
.show nav{
    display: block;
}
.close nav{
    display: none;
}

/*Contact//////////////////////////////////*/
.contact{
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    background-color: #FBDBC1;
    margin: 0;
}
.side{
    width: 50%;
    height: 450px; 
    object-fit: cover;
}
.contactForm{
    width: 50%;
    box-sizing: border-box;
    padding-left: 5%;
    
}
.contactForm form{
    border-radius: 5px;
    padding: 20px;
    height: auto;
    font-size: 20px;
}
.contactForm input{
    width: 200px;
    padding: 5px;
    margin: 3px;
}
.contactForm .submit{
    width: 70%;
    min-width: 275px;
}
textarea{
    margin-top: 10px;
    width: 70%;
    border: 1px solid rgb(177, 177, 177);
    min-width: 275px;
}
/*Footer//////////////////////////////////*/
footer{
    background-color: #D0EDF1;
    padding:3px;
    color: #0c282c;
}
.ft{
    font-family: Redressed;
    font-size: 2em;
    margin-bottom: -5px;
}
footer p {
    font-family: Montserrat;
    font-size: 0.5em;
}


/*Media Query//////////////////////////////////*/
@media only screen and (max-width: 1000px){
    h1{
        font-size: 35px;
        width: 97%;
        line-height: 5px;
    }
#title{
    width: 100%;
    height: 30px;
}
.up{
    line-height: 55px;
    z-index: 50;
    right: 10px;
}
.list{
    display: block;
    position: fixed;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #D0EDF1;
    bottom: 170px;
    right: 10px;
    line-height: 55px;
    font-weight: 700;
    color: #000000;
    border: 2px solid white;
    z-index: 50;
}
nav{
    display: none;
    position: fixed;
    width: 150px;
    height: auto;
    bottom: 195px;
    z-index: 49;
    right: 10px;
}
nav ul{
    width: 100%;
    display: flex;
    flex-direction: column;
}
nav li{
    font-size: 20px;
    background-color: #3d6267;
    font-weight: 600px;
}
nav li a{
    color:white;
}

.mobileView{
    width: 100%;
    display: flex;
    height: auto;
    font-size: 20px;
   flex-direction: column;
    align-items: center;
}

.mobileView img{
    height: 300px;
    object-fit: cover;
    object-position: 20% 40%;
}
.quotes{
    position:static;
    width: 60%;
    background-color: #edfcfe;
    margin-top: -60px;
    height: fit-content;
}
.quotes input{
    width: 80%;
}
.registerForm select{
    width: 80%;
}
.quotes h2{
    font-size: 30px;
    margin-bottom: -10px;
}
.quotes form{
    width: 60%;
    padding-top: 10px;
}
.BigC{
    margin-top: 5px;
    width: 80%;
    height: 80px;
}
.change{
    font-size: 20px;
    width: 100%;
    font-size: 15px;
}
.steps{
font-size: 20px;
}
.service .center{
    width: 70%;
    min-width: 0;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
}
.service ul{
    height: auto;
}
.serviceSec{
    min-width: 250px;
}
.service h2{
    width: 100%;
}
.review div{
    flex-direction: column;
    width: 80%;
    min-width: 0;
    align-items: center;
}
.review h3{
    width: 100%;
    border-radius: 0;
    min-width: 0;
}
.price{
    min-width: 0;
    font-size: 15px;
}

.price .center{ 
min-width: 0;
}
.priceTags{
    flex-direction: column;
}
.tags{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.tags ul{
    margin-top: 120px;
    margin-bottom: 70px;
}
.tags button{
    bottom: 20px;
}
.team .center{ 
    min-width: 0;
}

.teamMem{
        display: inline-flex;
        margin: 0 10px;
        flex-direction: column;
        width: 40%;
}
.vision{
    width: 98%;
    padding: 0;
}
.contact img{
    display: none;
}
}