
/* link style-all.css file */

:root{
    /* font sizes */
    --default-fs: 16px;
    --hero-text-fs: 4.2vw;      /* 80px */
    --header-hero-text-fs: 4.7vw;      /* 90px */
    --para-text-fs: 1.5vw;        /* 28px */
    --service-item-heading-fs: 0.94vw;        /* 18px */
    --service-item-text-fs: 1.05vw;        /* 20px */
    --service-item-link-fs: 0.89vw;        /* 17px */
    --section-heading-fs: 4.47vw;        /* 85px */
    --border-text-fs: 14px;
    --quote-fs: 21vw;        /* 400px */
    --review-content-fs: 1.84vw;        /* 35px */
    --contol-icons-fs: 1.31vw;        /* 25px */
    --input-fs: 1.05vw;        /* 20px */

    /* padding */
    --section-padding: 100px;

    /* border radius */
    --card-border-radius: 5px;
    --scrollbar-border-radius: 10px;

    /* gaps */
    --gap-flex: 20px;
    --gap-row: 30px;
}

/* animations */
@keyframes preloaderLogoAnim {
    0%{transform: scale(1);}
    50%{transform: scale(1.2);}
    100%{transform: scale(1);}
}


/* preloader */
#preloader{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#preloader>img{
    width: 20%;
    animation: preloaderLogoAnim 1.5s ease-in-out infinite;
}

/* main content */
#main{
    width: 100%;
    overflow-x: hidden;
}

/* styling buttons */
.btn-green{
    text-decoration: none;
    color: var(--primary-theme);
    font-weight: bold;
    border-radius: var(--card-border-radius);
    background-color: var(--green-theme);
    padding: 15px 30px;
    font-size: var(--default-fs);
    text-align: center;
}
.btn-green:hover, .btn-green:focus{
    color: var(--primary-theme);
}

/* styling text */
.hero-text{
    font-size: var(--hero-text-fs);
    margin: 50px 0px 25px;
    line-height: 1.2;
}
.hero-text > .curved-text:nth-child(1){
    display: block;
}
.curved-text{
    color: var(--green-theme);
    font-family: var(--papillon-font);
}
.middle-text{
    color: black;
    font-family: var(--volkolak-font);
}
.para-text{
    color: var(--dark-gray-text);
    font-family: var(--volkolak-font);
    font-size: var(--para-text-fs);
}
.para-sub-text{
    color: var(--green-theme);
    letter-spacing: 2px;
    font-family: var(--montserrat-font);
    font-weight: bold;
    font-size: var(--default-fs);
}
.service-item-heading{
    color: var(--green-theme);
    text-transform: capitalize;
    font-family: var(--montserrat-font);
    font-weight: bold;
    letter-spacing: 5px;
    font-size: var(--service-item-heading-fs);
}
.service-item-text{
    color: black;
    font-family: var(--volkolak-font);
    font-weight: 500;
    font-size: var(--service-item-text-fs);
}
.service-item-link{
    color: var(--green-theme);
    font-family: var(--volkolak-font);
    font-weight: 500;
    font-size: var(--service-item-link-fs);
    display: flex;
    align-items: center;
}
.service-item-link:hover, .service-item-link:focus{
    color: var(--green-theme);
}
.service-item-link > i{
    transform: rotate(180deg);
    margin-left: 10px;
    transition: margin-left .5s;
}
.service-item-link:hover > i{
    background-color: var(--green-theme);
    color: var(--primary-theme);
    padding: 2px 3px;
    margin-left: 25px;
}
.section-heading{
    color: var(--gold-text);
    font-family: var(--monoton-font);
    font-weight: normal;
    font-size: var(--section-heading-fs);
    padding-left: var(--section-padding);
}
.and-symbol{
    font-family: var(--volkolak-font);
}

/* header, navigation bar */
.container-header{
    width: 100%;
    height: 100vh;
    display: flex;
}
.hero-section{
    width: 50%;
    /* overflow: hidden; */
    position: relative;
}
.hero-section > .header{
    width: 100%;
    height: 13vh;
    border-bottom: var(--section-border);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.header > a.site-link{
    width: 70%;
    display: flex;
    align-items: center;
}
a.site-link > img:nth-child(1){
    width: 14%;
}
a.site-link > img:nth-child(2){
    width: 80%;
}
.hero-section > .page-description{
    /* background-color: yellow; */
    width: 60%;
    margin: auto;
}
.page-description > .hero-text{
    font-size: var(--header-hero-text-fs);
}
.hero-section > .map{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    padding: 20px 40px;
    position: absolute;
    z-index: 2;
    right: -10%;
    bottom: 10%;
    background-color: white;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    border-radius: var(--card-border-radius);
}
.hero-section > .map > div{
    border-right: var(--section-border);
    padding-right: var(--section-padding);
}
.address > p{
    font-size: var(--service-item-text-fs);
}
.address > p:nth-child(1){
    font-weight: bold;
    color: var(--green-theme);
    padding-bottom: 10px;
}
.hero-section > .wrapper-leaf{
    width: 50%;
    left: -30%;
    bottom: 0;
}

/* styling hero section carousel */
.wrapper-sliding-images{
    width: 50%;
    overflow: hidden;
}
.carousel-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
.carousel-inner > img{
    width: 100%;
    height: 100%;
}

/* scroll decription */
.scroll-desc{
    width: 100%;
    display: flex;
    border-top: var(--section-border);
}
.scroll-desc > div{
    padding: 40px 0px;
    width: 50%;
}
.scroll-desc > div > p{
    width: 55%;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.scroll-desc > div:nth-child(1){
    border-right: var(--section-border);
}

/* styling slideshow section carousel */
.section-images-slideshow{
    width: 100%;
    border-top: var(--section-border);
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
}
.section-images-slideshow > .carousel{
    width: 60%;
    height: 70vh;
}
.section-images-slideshow > p{
    text-align: center;
    width: 45%;
}
.section-images-slideshow > .wrapper-leaf{
    width: 20%;
}
.section-images-slideshow > .wrapper-leaf:nth-child(3){
    top: 0;
    right: -10%;
}
.section-images-slideshow > .wrapper-leaf:nth-child(4){
    bottom: 0;
    left: -8%;
    /* left: 0; */
}

/* services section */
.section-services{
    width: 100%;
    position: relative;
    border-top: var(--section-border);
    padding: var(--section-padding);
}
.section-services::before{
    content: "SERVICES";
    background-color: var(--primary-theme);
    padding: 0px 10px;
    color: var(--green-theme);
    font-family: var(--montserrat-font);
    font-weight: bold;
    font-size: var(--border-text-fs);
    letter-spacing: 2px;
    position: absolute;
    top: 0;
    left: 10%;
    transform: translateY(-50%);
}
.section-services > .wrapper-leaf{
    width: 50%;
    top: 0;
    right: -20%;
}
.section-services > p{
    font-size: var(--hero-text-fs);
    padding-bottom: 50px;
    line-height: 1.2;
}
.section-services > .container-services{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.container-services > .wrapper-service{
    width: 22%;
    height: inherit;
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
    row-gap: var(--gap-row);
}
.wrapper-service > .wrapper-service-image{
    width: 100%;
    overflow: hidden;
}
.wrapper-service > .wrapper-service-image > img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.wrapper-service > .wrapper-service-image:hover > img{
    transform: scale(1.3);
}

/* styling sections  */
.section{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top: var(--section-border);
    padding: var(--section-padding) 0px;
    display: flex;
    /* align-items: center; */
}
.section-description{
    width: 45%;
}
.section-description .btn-green{
    margin-top: 40px;
}
.section-description > div{
    width: 60%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: var(--gap-row);
}
.section-content{
    width: 55%;
    padding-bottom: 5px;
    display: flex;
    column-gap: 50px;
    overflow-x: scroll;
}
.section-content > img{
    width: 48%;
}
.section-content::-webkit-scrollbar{
    display: block;
    background-color: transparent;
    height: 10px;
}
.section-content:hover::-webkit-scrollbar{
    /* display: block; */
}
.section-content::-webkit-scrollbar-thumb{
    background-color: rgba(177, 177, 177, .6);
    border-radius: var(--scrollbar-border-radius);
}
.section-content:hover::-webkit-scrollbar-thumb{
    background-color: rgba(177, 177, 177, 1);
}
.section-content::-webkit-scrollbar-track{
    background-color: rgba(202, 202, 202, .4);
    border-radius: var(--scrollbar-border-radius);
}

/* styling individual sections */
.section-restaurant, .section-banquet-hall{
    flex-direction: row-reverse;
}
.section-restaurant > .section-description > div, 
.section-banquet-hall > .section-description > div{
    align-items: flex-end;
    text-align: right;
}
.section-hotel > .wrapper-leaf{
    width: 20%;
    transform: rotate(45deg);
    bottom: 0;
    left: -10%;
}
.section-restaurant > .wrapper-leaf{
    width: 16%;
    top: 15%;
    right: 15%;
}
.section-cafe > .wrapper-leaf:nth-child(1){
    width: 20%;
    transform: rotateY(180deg);
    top: 20%;
    left: -10%;
}
.section-cafe > .wrapper-leaf:nth-child(2){
    width: 20%;
    transform: rotateY(180deg) rotateZ(15deg);
    top: 35%;
    left: 35%;
}
.section-banquet-hall > .wrapper-leaf{
    width: 35%;
    transform: rotateY(180deg);
    top: 20%;
    right: 25%;
}
.section-conference-hall > .wrapper-leaf{
    width: 20%;
    transform: rotate(35deg);
    bottom: 0;
    left: -8%;
}

/* reviews section */
.section-reviews{
    padding: 0;
    overflow: visible;
}
.section-reviews::before{
    content: "TESTIMONIALS";
    background-color: var(--primary-theme);
    padding: 0px 10px;
    color: var(--green-theme);
    font-family: var(--montserrat-font);
    font-weight: bold;
    font-size: var(--border-text-fs);
    letter-spacing: 2px;
    position: absolute;
    top: 0;
    left: 10%;
    transform: translateY(-50%);
}
.section-reviews > .wrapper-slider{
    width: 100%;
}
.review-wrapper{
    width: 100%;
    display: flex !important;
    /* background-color: aqua; */
    /* align-items: center; */
}
.review-image{
    width: 50%;
    padding: 30px 0px;
    border-right: var(--section-border);
}
.review-image > img{
    width: 75%;
    display: block;
    margin: auto;
}
.review-content{
    width: 50%;
    padding: 40px 150px 40px 100px;
}
.review-content > p:nth-child(1){
    padding-top: 40px;
    position: relative;
    font-family: var(--volkolak-font);
    color: black;
    font-size: var(--review-content-fs);
}
.review-content > p:nth-child(1)::before{
    content: '"';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -25%);
    font-size: var(--quote-fs);
    color: var(--gold-text);
    z-index: -1;
    opacity: 0.3;
    font-family: var(--volkolak-font);
}
.review-content > p:nth-child(2){
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--volkolak-font);
    color: var(--dark-gray-text);
    border-bottom: var(--section-border);
    padding-bottom: 10px;
    font-size: var(--para-text-fs);
    margin-top: 60px;
}
.review-content > p:nth-child(3){
    font-family: var(--montserrat-font);
    text-transform: uppercase;
    color: var(--green-theme);
    font-weight: bold;
    padding-top: 10px;
    letter-spacing: 2px;
    font-size: var(--default-fs);
}
.controls{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    /* transform: translateY(50%); */
    transform: translate(-50%, 50%);
    display: flex;
    column-gap: 20px;
    background-color: var(--primary-theme);
    padding: 20px;
}
.arrow-left, .arrow-right{
    font-size: var(--contol-icons-fs);
    color: var(--green-theme);
    border: 1px solid var(--green-theme);
    transition: .5s all;
    padding: 20px;
}
.arrow-left:hover, .arrow-right:hover{
    color: var(--primary-theme);
    background-color: var(--green-theme);
}
.arrow-right > i{
    transform: rotate(180deg);
}

/* form section */
.section-reviews-form{
    padding-top: 150px;
}
.section-reviews-form > .wrapper-leaf{
    width: 30%;
    top: 50%;
    left: -2.5%;
    transform: rotateY(180deg) rotatez(25deg) translateY(-50%);
}
.section-reviews-form > .form{
    width: 100%;
}
.form > p{
    text-align: center;
}
.form > p:nth-child(2){
    margin-top: 40px;
}
.form > form{
    width: 50%;
    margin: 40px auto 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: var(--gap-row);
}
.form > form > .btn-green{
    margin-top: 40px;
    border: none;
}
.form > form > div{
    width: 100%;
    padding: 30px 40px;
    background-color: white;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    border-radius: var(--scrollbar-border-radius);
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.form > form > div:nth-child(3){
    align-items: flex-start;
}
.form > form > div > i{
    color: var(--green-theme);
    font-size: var(--review-content-fs);
}
.form > form > div > input, 
.form > form > div > textarea{
    border: none;
    color: black;
    background-color: transparent;
    padding: 10px;
    width: 100%;
    font-weight: 500;
    font-size: var(--input-fs);
}
.form > form > div > textarea::-webkit-scrollbar{
    display: block;
    width: 10px;
}
.form > form > div > textarea::-webkit-scrollbar-thumb{
    background-color: rgb(177, 177, 177);
    border-radius: var(--scrollbar-border-radius);
}
.form > form > div > textarea::-webkit-scrollbar-track{
    background-color: transparent;
    border-radius: var(--scrollbar-border-radius);
}
input:focus, textarea:focus{
    outline: none;
}

/* footer is styled on style-all.css file */


/* media queries */
/* mobile - 0px to 768px */ 
@media screen and (max-width: 768px) {

    /* variables */
    :root{
        /* font sizes */
        --default-fs: 3.6vw;
        --hero-text-fs: 10vw;
        --header-hero-text-fs: 10.5vw;
        --para-text-fs: 4.4vw;  
        --service-item-heading-fs: 4vw;  
        --service-item-text-fs: 4.2vw;  
        --service-item-link-fs: 3.5vw;  
        --section-heading-fs: 10.5vw;  
        --border-text-fs: 12px;
        --quote-fs: 25vw;  
        --review-content-fs: 4.5vw;  
        --contol-icons-fs: 5vw;  
        --input-fs: 3.6vw;  

        /* padding */
        --section-padding: 40px;
    }

    /* styling text */
    a.service-item-text{
        font-size: 14px;
    }
    .hero-text{
        margin: 30px 0px 25px;
    }
    .service-item-heading{
        letter-spacing: 3px;
    }
    .service-item-text{
        line-height: 1.6;
    }
    .section-heading{
        padding-left: 0px;
    }

    /* styling buttons */
    .btn-green{
        padding: 10px 20px;
    }
    
    /* header, navigation bar */
    .container-header{
        flex-direction: column;
    }
    .hero-section{
        width: 100%;
        height: 60vh;
    }
    .header > a.site-link{
        width: 75%;
    }
    a.site-link > img:nth-child(1){
        width: 15%;
    }
    .hero-section > .page-description{
        width: 65%;
    }
    .hero-section > .map{
        /* display: none; */
        left: 10px;
        right: unset;
        margin: auto;
        bottom: -10%;
        width: 95%;
        padding: 20px 30px;
    }
    .hero-section > .map > div{
        border-right: none;
        padding-right: 0px;
    }
    .wrapper-sliding-images{
        width: 100%;
        height: 40vh;
    }

    /* scroll decription */
    .scroll-desc > div{
        padding: 20px 0px;
    }
    .scroll-desc > div > p{
        width: 75%;
    }
    
    /* styling slideshow section carousel */
    .section-images-slideshow{
        padding: var(--section-padding) 0px;
    }
    .section-images-slideshow > .carousel{
        width: 80%;
        height: 38vh;
    }
    .section-images-slideshow > p{
        width: 75%;
    }

    /* services section */
    .section-services > .container-services{
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
    }
    .section-services > p{
        padding-bottom: 40px;
        line-height: 1.2;
    }
    .section-services > p > .curved-text{
        display: block;
    }
    .container-services > .wrapper-service{
        width: 100%;
        row-gap: var(--gap-flex);
    }

    /* styling sections  */
    .section{
        flex-direction: column;
        align-items: center;
        row-gap: var(--gap-row);
    }
    .section-description{
        width: 85%;
    }
    .section-description .btn-green{
        margin-top: 30px;
    }
    .section-description > div{
        width: 80%;
        row-gap: var(--gap-flex);
    }
    .section-content{
        width: 85%;
        padding-bottom: 0px;
        column-gap: 40px;
    }
    .section-content > img{
        width: 50%;
    }
    .section-content::-webkit-scrollbar{
        display: none;
    }
    .section-content:hover::-webkit-scrollbar{
        display: none;
    }


    /* styling individual sections */
    .section-restaurant > .section-description > div, 
    .section-banquet-hall > .section-description > div{
        align-items: flex-start;
        text-align: left;
    }
    .section-hotel > .wrapper-leaf{
        width: 25%;
        bottom: unset;
        top: 15%;
        left: unset;
        right: 0;
    }
    .section-restaurant > .wrapper-leaf{
        width: 20%;
        top: 10%;
        right: 10%;
    }
    .section-cafe > .wrapper-leaf:nth-child(1){
        width: 25%;
        left: -11%;
    }
    .section-cafe > .wrapper-leaf:nth-child(2){
        width: 25%;
        top: 35%;
        left: unset;
        right: 5%;
    }
    .section-banquet-hall > .wrapper-leaf{
        width: 40%;
        top: 15%;
        right: 5%;
    }
    .section-conference-hall > .wrapper-leaf{
        width: 25%;
        bottom: unset;
        left: unset;
        top: 35%;
        right: 0;
    }

    /* reviews section */
    .review-wrapper{
        flex-direction: column;
    }
    .review-image{
        width: 100%;
        border-right: none;
    }
    .review-image > img{
        width: 70%;
    }
    .review-content{
        width: 100%;
        padding: 20px 40px 60px;
    }
    .review-content > p:nth-child(1){
        padding-top: 20px;
    }
    .review-content > p:nth-child(2){
        margin-top: 50px;
    }
    .arrow-left, .arrow-right{
        padding: 15px;
    }

    /* form section */
    .section-reviews-form{
        padding-top: 70px;
    }
    .section-reviews-form > .wrapper-leaf{
        width: 50%;
        left: -10%;
    }
    .form > p:nth-child(2){
        margin-top: 30px;
    }
    .form > form{
        width: 75%;
    }
    .form > form > .btn-green{
        margin-top: 30px;
    }
    .form > form > div{
        padding: 20px 30px;
        column-gap: 10px;
    }
    .form > form > div > input, 
    .form > form > div > textarea{
        padding: 10px;
    }
}

