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



:root {
    --white-color: #fff;
    --black-color: #000;
    --brown-color: rgba(245, 166, 35, 0.35);
    --gray-color: rgb(60 72 84 / 80%);
    --clay-color: rgb(190 162 95);
    --dark-blue-color: rgb(0 46 61);
    --light-bg-color: rgba(246, 244, 239, 1);
    --border-color-light: rgb(232 232 234);
    --green-color: #339961;

}


*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;


}

html,
body {
    margin: 0;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: "Jost", sans-serif;


}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
}

h1 {
    font-size: 62px;

}

h2 {
    font-size: 40px;
}

p {
    color: var(--gray-color);
    font-size: 18px;
}

.common-btn {
    padding: 12px 24px;
    border: none;
}

nav {
    background-color: var(--white-color);
}

.clay-btn {
    color: var(--white-color);
    background-color: var(--clay-color);
}

.clay-btn:hover {

    background-color: var(--dark-blue-color);
}

.blue-btn {
    color: var(--white-color);
    background-color: var(--dark-blue-color);
}

.blue-btn:hover {
    background-color: var(--clay-color);
}

/* first section */



.first-section {
    position: relative;
    background-image:
        linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.52) 100%),
        url('./assets/imgs/dream-valley-banner-dasara.jpg');
    background-size: cover;
    
    background-position: center;
    background-repeat: no-repeat;
    /* padding-top: 144px !important; */
    /* padding-top: 194px !important; */
    height: 100vh;
    margin-top: 2rem !important;
}


.brand-logo {
    height: 92px;
}

.first-section p {
    font-size: 20px;
}

/* second  */
.second-section {
    background-color: var(--light-bg-color);
}

.g-img {
    height: 320px;
    width: 100%;
    padding-top: 35px;
}

/* fouth section  */

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

/* fifth section  */

.testi {
    border: 1px solid var(--border-color-light);
    background-color: var(--light-bg-color);
}

.owl-theme .owl-dots .owl-dot span:hover,
.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--black-color);
}



.fifth-section .testimonials {
    margin-top: -18rem;
}

/* form  */

.form-select:focus,
.form-control:focus {
    border: 1px solid var(--brown-color);
    box-shadow: none;
}

.close {
    border: none;
    background: transparent;
}

.parsley-errors-list {
    list-style: none;
    padding-top: 4px;
    padding-left: 12px;
    color: red;
}

/* foooter */

.footer {
    background-color: var(--dark-blue-color);
}

.footer-para {
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color);
    margin-left: 3rem;
}

.footer-para a {
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color);
    text-decoration: none;
}

.h-row {
    border: 1px solid var(--gray-color);
}

footer {
    background-color: rgba(14, 26, 35, 1);
}

.logo-bg {
    background-color: var(--white-color);
    border-radius: 100%;
    height: 48px;
    width: 48px;
}

.svg-icon {
    padding-top: .7rem;
    padding-left: .8rem;
}

.owl-carousel .owl-item .testi-img {
    width: 50%;
}

.owl-carousel-testi .owl-carousel.owl-drag .owl-item {
    height: 400px;
}

.testi-para {
    height: 272px;
}

.contact-btn {
    border: 2px solid var(--green-color);
    border-radius: 24px;
    color: var(--white-color);
    background-color: var(--green-color);
}

.test-img{
    width:34% !important;
    margin-bottom:10px !important;
}
@media screen and (min-width:1700px) and (max-width:1980px) {}

@media screen and (min-width:1400px) and (max-width:1600px) {
    .testi-para {
        height: 272px;
    }

}

@media screen and (min-width:1024px) and (max-width:1400px) {
    .testi-para {
        height: 336px;
    }
}

@media screen and (min-width:1024px) and (max-width:1980px) {}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .testi-para {
        height: 278px;
    }

    .owl-carousel-testi .owl-carousel.owl-drag .owl-item .item {
        height: 490px;
    }
}

@media screen and (max-width:991px) {}

@media screen and (min-width:768px) and (max-width:991px) {
    .g-img {
        height: 224px;
    }

    .testi img {
        padding: 12px 32px;
    }

    /* .owl-carousel.owl-drag .owl-item .item {
        height: 420px;
    } */

    .testi-para {
        height: 168px;
    }

    .fifth-section .testimonials {
        margin-top: -6rem;
    }

}


@media screen and (max-width:767px) {
    .first-section {
        background-image: url('./assets/imgs/dream-valley-banner-dasara-mbl.jpg');
        /* padding-top: 120px !important; */
        padding-top: 198px !important;
        background-size: contain; 
        height: auto;
        
    }

    .brand-logo {
        height: 72px;
    }

    h1 {
        font-size: 62px;

    }

    .common-btn {
        padding: 6px 14px;

    }

    .g-img {
        height: auto;
    }

    .footer-para {
        font-size: 18px;

    }

    .footer-para a {
        font-size: 18px;

    }

    .testi p {
        font-size: 12px;
    }

    .testi img {
        padding: 12px 32px;
    }

    .testi-para {
        height:135px;
    }

    .fifth-section .testimonials {
        margin-top: -6rem;
    }
}