@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



:root {
    --primary: #dfaaa4;
    --secondary: #e24d3c;
    --white:#ffffff;
    --text-color:#131411;
    --light-text-color:#676767;
    --light-bg:#fcf8ed;
    --dark-bg:#1b1e22;
}


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}


ul, ol 
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a
{
    text-decoration: none;
}

.bg-light
{
    background-color: var(--light-bg) !important;
}
.bg-dark
{
    background-color: var(--dark-bg) !important;
}
.bg-primary
{
    background-color: var(--secondary) !important;
}

.heading {
    font-size: 35px;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: var(--secondary);
}



.primary-button {
    text-decoration: none;
    background-color: var(--secondary);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 20px;
    transition: 0.3s;
    outline: none;
    border: none;
}
.primary-button:hover
{
    background-color: var(--text-color);
    color: var(--white);
}




.form-control:focus, .form-select:focus
{
    box-shadow: none;
    border-color:transparent;
    background-color: #edf5f7;
}
.form-control, .form-select
{
    border-color:transparent;
    background-color: #edf5f7;
    height: 52px;
    padding-left: 15px;
    font-size: 15px;
}
.form-select option
{
    height: 50px;
}
textarea.form-control
{
    height: auto;
}

/* navbar */

.navbar
{
    background-color: var(--light-bg) ;
}


.navbar-nav .nav-link
{
    margin-right: 26px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active
{
    color: var(--secondary);
}
.navbar-brand 
{
    width: 160px;
}

.navbar-brand img 
{
    width: 100%;
}

/* hero-section */
.hero-section .hero-content
{
    color: var(--white);
    text-align: center;
    padding: 20vh 5vh;
}
.hero-section .hero-content h1.hero-heading
{
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-size: 45px;
    font-weight: 600;
}
.hero-section .hero-content span.hero-subtitle
{
    font-size: 20px;
    color: var(--primary);
}
.hero-section .hero-content  p
{
    color: var(--light-bg);
}
.hero-section .hero-content .hero-image
{
    width: 200px;
}
.hero-slider .hero-slider-item
{
    min-height: 90vh;
    background-size: cover;
    background-position: center;
}


#static-thumbnails
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#static-thumbnails .gallery-item {
    width: 19.9%;
    margin-bottom:1px;
}
#static-thumbnails .gallery-item  img 
{
    width: 100%;
}
.gallery-item .gallery-item-inner 
{
    height: 300px;
    background-position: center;
    background-size: cover;
}





/* review-slider-item */


.review-slider-item .highlight
{
    color: var(--text-color);
    font-weight: 600;
    font-size: 30px;
    /* font-family: "Cormorant", serif; */
    margin-bottom: 17px;
}
.review-slider-item
{
    color: var(--light-text-color);
    font-size: 14px;
}




.parallax-section
{
    background-image: url("../img/bg-parallax.webp");
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* about-section */


.about-section p 
{
    font-size: 15px;
    color: var(--light-text-color);
}

.about-section span
{
    display: block;
}
.about-section .sub-title
{
    color: var(--secondary);
    font-size: 18px;
    font-weight: 500;
}

.about-section h3
{
    color: var(--text-color);
    font-size: 25px;
    font-weight: 600;
}
.about-section i 
{
    font-size: 50px;
    color: var(--primary);
}
.about-section .label-title
{
    font-size: 25px;
    color: var(--text-color);
    font-weight: 800;
    font-family: "Cormorant", serif;
}



.about-section .author-title
{
    color: var(--text-color);
    font-size: 22px;
    font-weight: 600;
}

.about-section .author-subtitle
{
    color: var(--light-text-color);
    font-size: 15px;
}
.about-section .author-sign
{
    width: 100px;
}











/* fOOTER */

.main-footer
{
    background-color: var(--dark-bg);
}
.main-footer p 
{
    font-size: 14px;
    color: var(--white);
}
.main-footer li , .main-footer li a
{
    color: var(--white);
    font-size: 14px;
    margin-bottom: 10px;
}


.main-footer  .footer-widget span.title
{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 15px;
}

.contact-info-item 
{
    margin-bottom: 10px;
}
.contact-info-item .header
{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-info-item p 
{
    font-size: 13px;
    margin-bottom: 5px;
    color: var(--text-color-light);
}
.contact-info-item a
{
    font-weight: 600;
    font-size: 15px;    
}

.contact-info-item .social-links
{
    display: flex;
    align-items: center;
}
.contact-info-item .social-links li a
{
    display: block;
    width: 35px;
    height: 35px;
    background-color: var(--text-color);
    color: var(--white);
    margin-right: 5px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: 0.3s;
}
.contact-info-item .social-links li a:hover
{
    background-color: var(--primary);
}




@media (max-width:1440px){
    .hero-section .hero-content
    {
        color: var(--white);
        text-align: center;
        padding: 5vh 5vh;
    }
}







/* Header */

.main-header
{
    background-color: var(--light-bg);
    padding: 10px 150px;
}
.main-header nav ul
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-header nav ul li a 
{
    color: var(--text-color);
    font-weight: 500;
    font-size: 15px;
    padding:5px 0px;
}
.main-header nav ul li a.logo:hover
{
    border-bottom: 0px;
}
.main-header nav ul li a:hover
{
    border-bottom: 2px solid var(--secondary);
}
.main-header nav ul li .logo
{
    width: 140px;
    display: inline-block;
}
.main-header nav ul li .logo img
{
    width: 100%;
}











/* portfolio-section */

.portfolio-section .portfolio-subheading
{
    position: relative;
}
.portfolio-section .portfolio-subheading::before
{
    content: '';
    width: 150px;
    height: 2px;
    display: block;
    background-color: var(--dark-bg);
    position: absolute;
    top: 11px;
    left: -163px;
}

.portfolio-wrapper .slick-track
{
    display: flex;
    gap: 15px;
}
.portfolio-wrapper-item
{
    height: 400px;
    background-size: cover;
    background-position: center;
}

.portfolio-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
  }
  .portfolio-wrapper .slick-arrow.slick-prev {
    left: -50px;
    background: url("../../assets/img/long-arrow-left.png") 0
      0 / 100% no-repeat;
  }
  .portfolio-wrapper .slick-arrow.slick-next {
    right: -50px;
    background: url("../../assets/img/long-arrow-right.png") 0 0 / 100% no-repeat;
  }
  .portfolio-wrapper .slick-arrow.slick-disabled {
    opacity: 0.2;
  }


.portfolio-wrapper .slick-prev:before, .portfolio-wrapper .slick-next:before
{
    display: none;
}





/* video-section */
.video-section
{
    position: relative;
}
.video-warpper
{
    position: relative;
}
.video-warpper video
{
    width: 100%;
    
}

.video-warpper .video-content
{
    position: absolute;
    bottom: 7px;
    /* bottom: 7px; */
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.8547794117647058) 0%, rgba(255,255,255,0.5858718487394958) 49%, rgba(255,255,255,0) 100%);

}

.video-warpper .video-content .view-button
{
    color: var(--white);
    padding: 8px 15px;
    font-weight: 400;
    border-radius: 5px;
    background-color: var(--secondary);
}


@media only screen and (max-width: 769px) {
    html{
        overflow-x: hidden;
    }
  .primary-button {
    padding: 8px 20px !important;
  }
  
  
  
}




