/*
Theme Name: gajadesign
Theme URI: 
Author: My Mountain
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gajadesign
Tags: 
*/
:root {
    --color-bg-1: #f1ebe8;
    --color-bg-2: #d4cdc4;
    --color-bg-3: #EAE2DB;
}

/*body {*/
/*    background: linear-gradient(-45deg, #F1EBE8, #EAE2DB, #d4cdc4);*/
/*    background-size: 100% 100%;*/
/*    animation: gradient 5s ease infinite;*/
/*}*/

/*@keyframes gradient {*/
/*    0% {*/
/*        background-position: 0% 50%;*/
/*    }*/
/*    50% {*/
/*        background-position: 100% 50%;*/
/*    }*/
/*    100% {*/
/*        background-position: 0% 50%;*/
/*    }*/
/*}*/


html, body {
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.fade-in {
    opacity: 0;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
}

.gd-nav-item {
    position: relative !important;
}

.gd-nav-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #95735a;
    transition: width 0.3s ease-out;
}

.gd-nav-item:hover:before {
    width: 100%;
}

.header-block {
    position: relative;
    flex: 1;
    height: calc(100vh - 60px);
    /*min-height: 600px;*/
    padding: 0 !important;
}

.header-block .kt-inside-inner-col {
    min-height: calc(100% - 60px) !important;
}

.header-content {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
}

.footer-col {
    width: 250px;
}

.gd-btn-outline {
    position: relative;
}

.gd-btn-underline {
    border: none !important;
    border-bottom: 1px solid #9D7960 !important;
    padding: 0 0 8px !important;
}

.gd-btn-outline:after,
.gd-btn-outline:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 1px;
    opacity: 0;
    background-color: #9D7960;
    transition: transform 0.3s ease-out;
}

.gd-btn-outline:after {
    top: 0;
    right: 0;
    transform: rotate(45deg) translateY(-40px);
}

.gd-btn-outline:before {
    bottom: 0;
    left: 0;
    transform: rotate(45deg) translateY(70px);
}

.gd-btn-outline:hover:after {
    opacity: 1;
    transform: rotate(45deg) translateY(-25px);
}

.gd-btn-outline:hover:before {
    opacity: 1;
    transform: rotate(45deg) translateY(55px);
}

.portfolio-grid {
    width: 100%;
    display: grid;
    grid-template: auto / repeat(2, 1fr);
    grid-gap: 32px;
}

.portfolio-card {
    width: 100%;
}

.portfolio-card__image {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 12px;
}

.portfolio-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 20s;
}

.portfolio-card__image:hover img {
    transform: scale(1.2);
}

.portfolio-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    z-index: 10;
}

.portfolio-card__title {
    font-family: var(--wp--preset--font-family--open-sans);
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.reviews-card {
    background-color: white;
    padding: 32px;
}

.reviews-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.reviews-card__title {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.reviews-card__content {
    position: relative;
}

.content-wrapper {
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.content-preview,
.content-full {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.content-preview.active,
.content-full.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.read-more-btn {
    cursor: pointer;
    background: none;
    border: none;
    color: #dabaa9;
    padding: 5px 0;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #e1c5ad;
}

.reviews-card__rating {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}

.gd-offer-ul {
    list-style: none;
    padding-left: 0 !important;
}

.gd-offer-ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 24px;
}

.gd-offer-ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #9D7960;
    border-radius: 50%;
}

.gd-offer-circle {
    width: 40px;
    height: 40px;
}

.gt3pg-isotope-item {
    height: 600px;
}

.gt3pg-isotope-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}


.gd-form-input {

}

.gd-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    width: 100%;
}

.gd-form p,
.gd-form .wpcf7-form-control-wrap {
    width: 100%;
    margin: 0;
}

.gd-form label {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 300;
}

.gd-form-input input[type="text"],
.gd-form-input input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    border: 1px solid #95735A;
    padding-left: 16px;
    color: #95735A;
    font-size: 14px;
    margin-bottom: 12px;
}

.gd-form-textarea textarea {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    border: 1px solid #95735A;
    padding: 16px;
    color: #95735A;
    font-family: inherit;
    font-size: 14px;
}

.gd-form input[type="submit"] {
    cursor: pointer;
    height: 44px;
    border: 1px solid #95735A;
    background-color: #95735A;
    color: white;
    font-size: 16px;
    font-style: italic;
    padding: 10px 40px;
    margin-top: 20px;
    transition: background-color .3s;
}

.gd-form input[type="submit"]:hover {
    background-color: #9D7960;
}

.gd-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -34px;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
}

.gd-press-card h3 {
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 900px) {
    /*.header-row {*/
    /*    flex-direction: column;*/
    /*}*/

    .header-block .kt-inside-inner-col {
        width: 100%;
    }

    .header-block,
    .header-content {
        /*height: 600px !important;*/
    }

    .gd-block-row .gd-block-row-text {
        order: 2;
    }

    .portfolio-slider-card__image {
        height: 320px;
    }

    .gd-offer {
        flex-direction: column;
    }

    .portfolio-grid {
        grid-template: auto / repeat(1, 1fr);
    }
}

@media (max-width: 600px) {

}

@media (min-width:769px) {
    .gt3pg-isotope-item:nth-child(1) {
        width: 100% !important;
    }

    .gt3pg-isotope-item:nth-child(2),
    .gt3pg-isotope-item:nth-child(3) {
        width: calc(50% - 16px) !important;
    }
}
