.img-text {
    padding-top: 80px;
    padding-bottom: 80px;
}

.img-text .row, .img-text .col {
    padding-top: 0;
    padding-bottom: 0;
}

.img-text .col-img {
    align-self: flex-start;
    width: 40%;
}

.img-text .col-text {
    width: 60%;
    padding-left: 64px;
}

.img-text .col-text {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}

.img-text.anim .col-text {
    transition-delay: 0.3s;
    opacity: 1;
    transform: scale(1);
}

.img-text.text-left .col-text {
    padding-left: 18px;
    padding-right: 64px;

}

.img-text .img-container {
    border-radius: 15px;
    aspect-ratio: 1/1;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
    opacity: 0;
}

.img-text .img-container .shadow {
    border-radius: 15px;
}

.img-text .img-container.noframe::before, .img-text .img-container.noframe::after {
    display: none;
}

.img-text .img-container.noframe {
    border: none;
    border-radius: 0;
}

.img-text.anim .img-container {
    transform: scale(1);
    opacity: 1;
}

.img-text .img-container::before {
    opacity: 0.35;
    z-index: 3;
    visibility: visible;
    background-color: transparent;
    background: linear-gradient(to right, rgba(0,0,0,0.15) 0% ,rgba(0,0,0,0.15) 100%);
}


.section:nth-child(odd).img-text .img-container  {
    border-color:  rgba(0,0,0, 0.15);
}

.section:nth-child(even).img-text .img-container  {
    border-color:  rgba(0,0,0, 0.15);
}

.section.img-text .img-container::after {
    background: linear-gradient(90deg, #956f4a, #ffffbd, #95714b);

}

.section.img-text .img-container.loaded::after { 
    visibility: visible;
    opacity: 0.05;
}

.section:nth-child(odd).img-text .h2 {
    color: #f3ae33;
}


.section:nth-child(even).img-text .button {
    background-color: #f3ae33;
}



.img-text .button {
    margin-bottom: 0; 
    margin-top: 12px;
}

.img-text .h2 {
    width: 100%;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fbbd29;
}

.img-text .h1 {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0;
    color: #ece3a9;
    margin-bottom: 24px;
    clear: both;
    
}


.img-text p:nth-child(1) {
}

.img-text p {
    font-size: 17px;
}

.contact-info {
    position: relative;
    background-color: #282425 !important;
    border-top: 1px solid rgba(0,0,0, 0.05);
}

.contact-info .col {
    display: block;
    padding-right: calc(45% + 18px);
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-info .map::after {
    content: '';
    position: absolute;
    width: 45%;
    height: 100%;
    position: absolute;
    left: 55%;
    top: 0;
    z-index: 2;
    background: linear-gradient(75deg, rgba(2,2,2,1) 0%,rgba(62,62,62,1) 100%);
    opacity: 0.15;
    pointer-events: none;
}

.contact-info iframe {
    width: 45%;
    height: 100%;
    position: absolute;
    left: 55%;
    top: 0;
    border-left: 1px solid rgba(0,0,0, 0.05) !important; 
}

.contact-info .h1 {
    margin: 0;
    font-size: 42px;
    margin-bottom: 36px;
    color: white;

}

.contact-info .social {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 36px;
    margin-top: 12px;
    float: left;
    clear: both;
    width: calc(100% + 12px);
    margin-left: -6px;
    flex-wrap: wrap;
}

.contact-info .social li {
    margin: 6px;
    padding: 0;
}

.contact-info .social li:last-child {
    margin-right: 0;
}

.contact-info .social li a {
    text-decoration: none;
    float: left;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    border-radius: 50%;
    background: linear-gradient(0deg, #956f4a, #ede4aa);
    color: #1e1e1e;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border: 0px solid rgba(0, 0, 0, 1);
}
}

.contact-info .social li:nth-child(2) a {
}

.contact-info .social li:nth-child(3) a {
}

.contact-info .social li:nth-child(4) a {
}

.contact-info .social li:nth-child(5) a {
}

.contact-info .social li:nth-child(6) a {
}


.contact-list, .contact-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-list {
    width: calc(100% + 36px);
    margin-left: -18px;
    display: block;
    float: left;
    margin-bottom: 36px;
}

.contact-list li {
    display: block;
    float: left;
    width: 50%;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 160%;
    font-size: 16px;
    font-weight: 400;
    padding-left: 18px;
    padding-right: 18px;
    color: #ece3a9;
}

.contact-list .h2 {
    font-size: 21px;
    display: block;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 18px;
    color: #f3ae33;
}

.contact-list span {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.contact-list span i {
    font-style: normal;
    text-transform: capitalize;
    font-weight: 400;
}

.text-paralax .col, .text-paralax .row {
    padding-top: 0;
    padding-bottom: 0;
}



.text-paralax .col {
    display: block;
    text-align: center;
    max-width: 660px;
}

.text-paralax .h1 {
    color: white;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
}

.text-paralax .h1 {
    transition: all 0.6s ease-in-out;
    opacity: 0;
    transform: translateX(0px) translateY(24px);
}

.text-paralax.anim .h1 {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

.text-paralax .h2 {
    color: white;
    font-size: 50px;
    margin: 0;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.text-paralax .h2 {
    transition: all 0.6s ease-in-out;
    opacity: 0;
    transform: translateX(0px) translateY(-24px);
}

.text-paralax.anim .h2 {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

.text-paralax .text-description * {
    color: white;
}

.text-paralax .text-description {
    transition: all 0.6s ease-in-out;
    opacity: 0;
}

.text-paralax.anim .text-description {
    opacity: 1;
    transition-delay: 0.6s;
}

.text-paralax .text-description p {
    font-size: 18px;
    line-height: 160%;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    background: linear-gradient(90deg, #956f4a, #ffffbd, #95714b);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

.text-paralax .button {
    transition: all 0.6s ease-in-out;
    margin-top: 24px;
    opacity: 0;
}

.text-paralax.anim .button {
    transition-delay: 1s;
    opacity: 1;
}

.img-text .col-text .img-container {
    display: none;
}

.slogans .row {
    justify-content: space-between;
}

.slogans .row .col {
    width: 100%;
    max-width: 33.333%;
}

.slogans .row .col  .full {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.slogans .row .col .img-container {
    width: 70px;
    float: left;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slogans .row .col .img-container i {
    font-size: 54px;
    color: #f3ae33;
}



.slogans .row .col .img-container::before, .slogans .row .col .img-container::after {
    display: none;
}

.slogans .row .col .img-container img {
    object-fit: contain;
}



.slogans .row .col .text {
    width: calc(100% - 70px);
    padding-left: 18px;
}

.slogans .row .col .text .h5 {
    margin: 0;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.slogans .row .col .text .text-description * {
    margin: 0;
    font-size: 16px;
}

.grid.swiper {
    position: relative;
    height: auto;
}

.grid.swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-top: -18px;
    margin-bottom: -18px;
}

.grid.swiper .swiper-slide {
    position: relative;
    height: auto;
    width: 33.333%;
    padding: 18px;
}

.slogans .row  {
    justify-content: flex-start;
    align-items: flex-start;
}

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

    .slogans .row {

    }

    .slogans .row .col {
        width: 33.333%;
        max-width: 100%;
    }

    .slogans .row .col .img-container {
        width: 40px;
    }

    .slogans .row .col .img-container i {
        font-size: 34px;
    }

    .slogans .row .col .text {
        width: calc(100% - 40px);
        padding-left: 12px;
    }

    .slogans .row .col .text .h5 {
        font-size: 14px;
        margin-top: -3px;
    }

    .slogans .row .col .text .text-description * {
        font-size: 13px;
    }
}


@media screen and (max-width: 800px) {
    .grid.swiper .swiper-slide {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .slogans .row .col {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid rgba(0,0,0, 0.15);
    }

    .slogans .row .col:last-child {
        border: none;
    }
}

@media screen and (max-width: 540px) {
    .grid.swiper .swiper-slide {
        width: 100%;
    }



}

/* mobial */
@media screen and (max-width: 890px) {
    .img-text {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .img-text .h2 {
        font-size: 14px;
    }

    .img-text .h1 {
        font-size: 32px;
    }

    .img-text p:nth-child(1) {
        font-size: 16px;
    }

    .img-text p {
        font-size: 16px;
    }

    .img-text p:last-child {
        margin-bottom: 0 !important;
    }

    .img-text .button {
        margin-top: 24px;
    }

    .img-text .img-container {
        border-width: 1px;
    }

    .img-text .col-text {
        width: 65%;
        padding-left: 24px;
        padding-right: 18px;
    }

    .img-text.text-left .col-text {
        padding-left: 18px;
        padding-right: 24px;
    }

    .img-text .col-img {
        width: 35%;
    }

    .section.paralax {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .text-paralax .h1 {
        font-size: 14px;
    }

    .text-paralax .h2 {
        font-size: 36px;
        margin-bottom: 18px;
    }

    .text-paralax .text-description p {
        font-size: 17px;
        line-height: 150%;
    }

    .text-paralax .button {
        margin-top: 12px;
        margin-bottom: 0;
     }

     .contact-info {
        padding-top: 36px;
        padding-bottom: 0px;
     }

     .contact-info .row {
        padding-top: 0;
        padding-bottom: 0;
     }

     .contact-info .col {
        display: block;
        padding-right: 18px;
        padding-top: 0;
        padding-bottom: 0;
     }

     .contact-info .map {
        position: relative;
        height: 450px;
        width: 100%;
     }

     .contact-info .map iframe {
        width: 100%;
        left: 0;
     }

    .contact-info .h1 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .contact-list .h2 {
        font-size: 21px;
        margin-bottom: 9px;
        margin-top: 9px;
    }

    .contact-list {
        margin-bottom: 0px;
    }

    .contact-list li {
        margin-top: 3px;
        margin-bottom: 3px;
        font-size: 16px;
    }

    .contact-info .social {
        margin-bottom: 36px;
        margin-top: 36px;
        width: calc(100% + 6px);
        margin-left: -3px;
    }
    
    .contact-info .social li {
        margin: 3px;
        padding: 0;
    }  

    .contact-info .social li a {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
    }

}



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




    .img-text .col-text {
        width: 100%;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .img-text .col-img {
        display: none;
    }

    .img-text .col-text .img-container {
        display: block;
        margin-bottom: 24px;
        width: 70%;
        margin-left: 15%;
    }


}


@media screen and (max-width: 380px) {
 
    .contact-list li {
    width: 100%;
    }

}