body {
    margin:0;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.main {
    max-width: 95%;
}

.flex{
    margin:0;
    justify-content:center;
}

.center{
    text-align: center;
}

img{
    max-width: 100%;
}

.banner {
    background-image: url(images/banner.jpg);
}

h1{
    font-size:85px;
    color:#FFEDD6;
    font-family: "IvyMode", sans-serif;
    font-weight: 600;
}

h2, #home .cms h2 {
    color:#D48B3C;
    font-size:40px;
    font-family: "IvyMode", sans-serif;
    font-weight: 600;
}

h3, .caps {
    color:#D48B3C;
    font-size:22px;
    letter-spacing:.3em;
    text-transform:uppercase;
    margin:0 0 40px;
    font-weight: 500;
}

.button, #home .covid .button, #pages.contact .button{
    width:auto;
    display: inline-block;
    padding:10px 20px;
    color:#D48B3C;
    border:1px solid #D48B3C;
    font-size:16px;
    line-height: 1;
    letter-spacing:.1em;
    cursor: pointer;
    margin:0;
}

.button:hover{
    background:#D48B3C;
    color: #fff;
}

a.hvr-sweep-to-right:before, a.hvr-sweep-to-right:before{
    background: #D48B3C;
}

#topwrapper .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:15px 0;
}

#topwrapper.scrolled .top{
    padding:10px 0 0;
}

#topwrapper .logo{
    width:195px;
}

#topwrapper #navwrapper{
    margin:0;
}

#topwrapper.scrolled .sub_menu {
    top: 53px;
}

#topwrapper #navwrapper li:hover > a, #topwrapper #navwrapper li a.lion{
    color:#FFEDD6;
}

#topwrapper #navwrapper .tel{
    font-weight: bold;
}

#footerwrapper{
    background: #FFFAF4;
    padding:60px 0;
}

#footerwrapper .footer{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

#footerwrapper .logo{
    width:auto;
}

#footerwrapper .info{
    margin-left: 40px;
}

#footerwrapper .right{
    width:auto;
    margin:0;
}

#footerwrapper .nav{
    display: flex;
    gap: 40px;
}

#footerwrapper .nav li{
    margin:0;
}

#footerwrapper .nav > li > a{
    color:#D48B3C;
    font-size: 14px;
}

#footerwrapper .right li ul li{
    margin-top: 5px;
}

#footerwrapper .social{
    width:auto;
}

#footerwrapper .social a{
    padding: 4px;
    background: #D48B3C;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px;
    color: #fff;
    border-radius: 6px;
}

.copy .left, .copy .right{
    width:auto;
}

/*Home*/

#home .head{
    background-image:url(images/home-bg.jpg);
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#home .head:after{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .35) 55%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, .25) 65%, rgba(0, 0, 0, .15) 70%, rgba(0, 0, 0, 0) 100%);
}

#home .head video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .head .overlay{
    position: relative;
    top:auto;
}

#home .head h1{
    margin:300px 0 100px;
}

#home .head h1 .small{
    font-family: "Manrope";
    font-size: .65em;
    font-weight: 500;
}

#home .covid{
    background: #D48B3C;
    color:#fff;
}

#home .covid .main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#home .covid .button{
    background: #fff;
    border-color: #fff;
    color:#D48B3C;
}

#home .about h2{
    width: auto;
    max-width: 620px;
    font-size: 90px;
    font-weight: 600;
    top: 75px;
    left:auto;
    right:58%;
}

#home .about .content{
    width:auto;
    max-width: 1400px;
    margin:70px 0 30px;
}

#home .about .overlay{
    background: rgb(255 237 214 / 28%);
    width:auto;
    max-width: 380px;
    left: 0;
    bottom: auto;
    top: 180px;
    padding: 150px 60px 60px;
}

#home .service{
    width: 30.33%;
    margin: 1.5%;
}

#home .service h2{
    width:auto;
    left:30px;
    right:30px;
    bottom:50px;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}

#home .service .button{
    width:auto;
    bottom:20px;
    right:20px;
}

#home .video.padding{
    padding-top: 0;
}

#home .video .flex{
    align-items: end;
}

#home .video .left{
    flex:1;
    margin: 0 -80px 40px 0;
}

#home .video .frame{
    position: relative;
    padding-top: 56%;
}

#home .video .frame iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home .video .right{
    max-width: 300px;
    padding:80px;
    background: #D48B3C;
    position: relative;
}

#home .video h2{
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
}

#home .video .button{
    color:#fff;
    border-color: #fff;
}

#home .cms h2{
    color:#262626;
    margin: 40px 0 60px;
    font-weight: 400;
}

.testimonials{
    background-image:url(images/home-testimonials.jpg);
    background-attachment:scroll;
}

.testimonials .testimonial{
    margin-top: 100px;
    font-weight: 300;
}

.testimonials .par{
    width: calc(100% - 200px);
    max-width: 1200px;
}

.testimonials .name{
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 1.2em;
}

.testimonials .quote.one{
    background-image:url(images/home-quote1.png);
    top:-80px;
    left:-100px;
    background-position: top;
}

.testimonials .quote.two{
    background-image:url(images/home-quote2.png);
    right:-100px;
    bottom:-80px;
    background-position: bottom;
}

.testimonials .owl-carousel button.owl-dot{
    border:1px solid #fff;
}

.testimonials .owl-carousel button.owl-dot.active{
    border-color:#FFEDD6;
    background: #FFEDD6;
}



/*About*/
#pages.about .banner {
    background-image: url(images/about_banner.jpg);
}

#pages.about .left{
    cdisplay: flex;
    flex-direction: column;
}

#pages.about .left h2{
    color:#D48B3C;
    font-size:90px;
    line-height: 1;
    width:auto;
    max-width: 700px;
    margin:0 -60px 75px auto;
}

#pages.about .left .par {
    width:auto;
    max-width: 440px;
}

#pages.about .left .par h2{
    font-size: 75px;
    margin: 0 0 40px;
}

/*Services*/
#pages.services .banner {
    background-image: url(images/services_banner.jpg);
}

#pages.services .service{
    margin:0 auto 40px;
    display: flex;
    flex-direction: column;
}

#pages.services .service .desc{
    flex:1;
    padding: 60px;
}

#pages.services h2{
    text-align: center;
    font-size: 60px;
}

#pages.services .service h2{
    position: absolute;
    bottom: 150px;
    left: 10px;
    right: 10px;
    color: #FFEDD6;
}

#pages.services .additional{
    margin-top: 100px;
}

#pages.services .additional h2{
    margin-bottom:60px;
}

#pages.services ul li{
    border: 1px solid #A7A7A7;
    width: clamp(21%, 300px, 46%);
    margin: .5%;
    padding: 15px 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
}

#pages.services ul .caps{
    color: #D48B3C;
    letter-spacing: .2em;
    margin:0;
}

/*Amenities*/
#pages.amenities .banner {
    background-image: url(images/amenities_banner.jpg);
}

#pages.amenities .flex{
    margin:60px 0 0 0;
    justify-content:left;
}

#pages.amenities .label{
    max-width: calc(100% - 70px);
    letter-spacing: .3em;
    line-height: 1.2;;
    color:#fff;
    background:#D48B3C;
    font-weight: 300;
}

/*Admissions*/
#pages.admissions .banner {
    background-image: url(images/admissions_banner.jpg);
}

#pages.admissions .payment .text{
    margin:0 auto 60px;
}

#pages.admissions .payment .text.narrow{
    max-width: 950px;
}

#pages.admissions .logos{
    margin:60px auto;
}

#pages.admissions .logos .link{
    margin:.5%;
    width:clamp(23%, 300px, 32%);
}

#pages.admissions .overlay{
    position: relative;
    top:auto;
}

#pages.admissions .overlay h2{
    color:#D48B3C;
}

#pages.admissions .bring{
    padding:100px 0 350px;
    background-image: url('images/admissions.jpg');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

#pages.admissions .boxes{
    display: flex;
    gap:60px;
}

#pages.admissions .box{
    box-shadow: 0px 5px 20px 0px rgb(136 136 136 / 50%);
    padding-bottom: 100px;
    margin-bottom: 120px;
    flex:60%;
}

#pages.admissions .box.right{
    flex:40%;
}

#pages.admissions .item{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.2;
}

#pages.admissions .item .small{
    font-size: .8125em;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

/*Contact*/
#pages.contact .banner {
    background-image: url(images/contact_banner.jpg);
}

#pages.contact .top h2{
    font-weight: bold;
    text-align: center;
    margin:30px 0 60px
}

#pages.contact .fa{
    background:#D48B3C;
}

#pages.contact .form{
    padding:60px;
    margin:0 auto -500px;
}

#pages.contact #form h2{
    color: #D48B3C;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

#pages.contact .textfield, #pages.contact .textarea{
    border:1px solid #CECECE;
}

#pages.contact .button{
    margin-top: 20px;
}





