/*
Theme Name: Spinfluence
Template: twentytwentyone
Version: 1.0
*/



html{
    scroll-behavior: smooth;
}
body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-color: #fff;
}

body{
    background:#fff !important;
}


.spinfluence-banner-btn a {
    backdrop-filter: blur(32px);
}
.what-we-offer-btn a:hover svg path {
    stroke: #C9A96E;
}
.what-we-offer-btn a svg path {
    transition: all 0.3s;
}
.logo-grid-col .gallery {
    gap: 86px;
    display: flex;
    align-items: center;
}


.curated-for-the-col{
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    transform: translateY(0);
    border-radius: 20px;
}

.curated-for-the-col::before{
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.08),
        rgba(255,255,255,0.02),
        rgba(255,255,255,0.08)
    );
    transform: rotate(25deg);
    transition: all 0.8s ease;
    opacity: 0;
    pointer-events: none;
}

.curated-for-the-col:hover{
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.18);
}

.curated-for-the-col:hover::before{
    opacity: 1;
    left: 100%;
}

.curated-for-the-col .elementor-heading-title{
    transition: all .4s ease;
}

.curated-for-the-col:hover .elementor-heading-title{
    transform: translateY(-5px);
    letter-spacing: 1px;
}

.curated-for-the-col .elementor-button{
    transition: all .4s ease;
}

.curated-for-the-col:hover .elementor-button{
    transform: translateX(6px);
}




/* MAIN SECTION */
.because-nothing-section{
    overflow:hidden;
    position:relative;
}

/* smooth fade on load */
.because-nothing-section .elementor-heading-title,
.because-nothing-section img{
    opacity:0;
    transform:translateY(30px);
    animation: smoothReveal 1.2s ease forwards;
}

/* delays */
.because-nothing-section .elementor-element-2635d06{
    animation-delay:.3s;
}

.because-nothing-section .elementor-element-a0db5eb img{
    animation-delay:.5s;
}

.because-nothing-section .elementor-element-c355c0c img{
    animation-delay:.7s;
}

.because-nothing-section .elementor-element-cc4ccc6 img{
    animation-delay:.9s;
}

/* subtle floating */
.because-nothing-section .elementor-element-a0db5eb img,
.because-nothing-section .elementor-element-cc4ccc6 img{
    animation:
    smoothReveal 1.2s ease forwards,
    luxuryFloat 5s ease-in-out infinite;
}

/* center logo */
.because-nothing-section .elementor-element-c355c0c img{
    animation:
    smoothReveal 1.2s ease forwards,
    logoFloat 6s ease-in-out infinite;
}

/* reveal */
@keyframes smoothReveal{
    from{
        opacity:0;
        transform:translateY(30px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* floating side */
@keyframes luxuryFloat{
    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0px);
    }
}

/* center float */
@keyframes logoFloat{
    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-6px);
    }

    100%{
        transform:translateY(0px);
    }
}




.our-core-valuse-tabs-img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
.our-core-valuse-tabs-col button.e-n-tab-title {
    padding-bottom: 50px !important;
    margin-bottom: 50px;
}
.our-core-valuse-tabs-col button.e-n-tab-title:last-child {
    margin: 0;
}










.elementor-widget-n-tabs .e-n-tab-title-text {
    color: #fff;
}

.our-core-valuse-tabs-col .e-n-tabs-content > div{
    transition: all .5s ease !important;
    animation-duration: .5s;
    animation-fill-mode: both;
}

/* Active tab animation */
.our-core-valuse-tabs-col .e-n-tabs-content > div.e-active{
    animation-name: fadeTabUp;
}

@keyframes fadeTabUp{
    from{
        opacity:0;
        transform:translateY(30px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}


.have-a-question-form {
    background: #051937;
    padding: 48px;
    max-width: 880px;
    margin: 0 auto;
}

.have-a-question-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-bottom: 10px;
}
.have-a-question-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
	 padding: 0 8px;

}
.have-a-question-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
	 padding: 0 8px;

}

.have-a-question-form label {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    opacity: 0.7;
}

.have-a-question-form input[type="text"],
.have-a-question-form input[type="email"],
.have-a-question-form input[type="tel"],
.have-a-question-form textarea {
    width: 100%;
    background: #fff;
    border: none;
    padding: 14px 16px;
    font-size: 14px;
    color: #000;
    outline: none;
    border-radius: 0;
    box-sizing: border-box;
}

.have-a-question-form textarea {
    height: 180px;
    resize: none;
}

.have-a-question-form input::placeholder,
.have-a-question-form textarea::placeholder {
    color: #999;
}

.have-a-question-form .wpcf7-acceptance {
    display: flex;
    align-items: center;
    gap: 10px;
}

.have-a-question-form .wpcf7-acceptance label {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.have-a-question-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #fff;
}

.have-a-question-btn {
    margin-top: 25px;
}

.have-a-question-btn input[type="submit"] {
    width: 100%;
    cursor: pointer;
    transition: 0.3s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 24px 32px;
    border: 1px solid #C9A96E;
    backdrop-filter: blur(32px);
    background-color: transparent !important;
}

.have-a-question-btn input[type="submit"]:hover {
    background: #b8955b;
    color: #001b4d;
}

.have-a-question-form .wpcf7-spinner {
    display: none;
}

.have-a-question-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    width: 100%;
}

.have-a-question-form .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    width: 100%;
}

.have-a-question-form .wpcf7-checkbox input[type="checkbox"] {
    width: 22px;
    height: 22px;
    min-width: 22px;
    margin: 0;
    cursor: pointer;
    /* accent-color: #fff; */
    background-color: #D9D9D9 !important;
    border-radius: 4px;
}

.have-a-question-form .wpcf7-list-item-label {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    display: block;
}
.elementor-custom-embed-play svg {
    OPACITY: 1;
}



.remarkable-experiences-slider-row{
    margin: 0 -12px;
}

.remarkable-experiences-slider-row .remarkable-experiences-slider-col{
    margin: 0 12px;
}

.remarkable-experiences-slider-row .remarkable-experiences-slider-col img{
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}
.remarkable-experiences-slider-row .slick-slide{
    height: auto;
}
.remarkable-experiences-slider-row .slick-prev,
.remarkable-experiences-slider-row .slick-next{
    z-index: 99;
}

.remarkable-experiences-slider-row .slick-prev{
    left: -30px;
}

.remarkable-experiences-slider-row .slick-next{
    right: -30px;
}

.remarkable-experiences-slider-row .slick-prev:before,
.remarkable-experiences-slider-row .slick-next:before{
    color: #000;
    font-size: 30px;
}
/* .remarkable-experiences-slider-row .slick-track {
    left: 190px;
} */














@media (max-width: 767px){
	.logo-grid-col .gallery {
    gap: 66px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
}
.our-core-valuse-tabs-col button.e-n-tab-title {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

    .have-a-question-form {
        padding: 25px;
    }

    .have-a-question-col-6 {
        width: 100%;
    }

    .have-a-question-row {
        gap: 15px;
    }
	
	    .remarkable-experiences-slider-row .remarkable-experiences-slider-col img{
        aspect-ratio: 4 / 5;
    }

	
	

	
	
}





