/*
Theme Name: Hello Child Elementor
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* ANIMATION */
/* Animation CSS */
@keyframes scaleUpDown {
	0% {
		transform: scale(1);
	}
 
	100% {
		transform: scale(1.1);
	}
}
 
@-webkit-keyframes fadInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		transform: translate(-40px);
	}
 
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translate(0);
	}
}
 
@keyframes fadInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		transform: translate(-40px);
	}
 
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translate(0);
	}
}
 
.fadInLeft {
	-webkit-animation-name: fadInLeft;
	animation-name: fadInLeft;
}
 
@-webkit-keyframes fadeinRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		transform: translate(40px);
	}
 
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translate(0);
	}
}
 
@keyframes fadeinRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translate(40px);
	}
 
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translate(0);
	}
}
 
.fadeinRight {
	-webkit-animation-name: fadeinRight;
	animation-name: fadeinRight;
}
 
@-webkit-keyframes fadeinUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}
 
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
 
@keyframes fadeinUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		-ms-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}
 
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
 
.fadeinUp {
	-webkit-animation-name: fadeinUp;
	animation-name: fadeinUp;
}
/* ANIMATION */

.dropdown-head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    background: #1E1E1E;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: none;
}
.dropdown-head a {
    display: block;
    line-height: 0;
    font-size: 0;
}
.dropdown-head a:first-child {
    width: 565px;
    height: 565px;
    position: absolute;
    right: -1000px;
    bottom: 10px;
    left: 0;
    margin: auto;
}
.dropdown-head a:nth-child(2) {
    width: 453px;
    height: 302px;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: auto;
}
.dropdown-head a:nth-child(3) {
    width: 535px;
    height: 535px;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: -970px;
    margin: auto;
}
.dropdown-head a:nth-child(4) {
    width: 465px;
    height: 465px;
    position: absolute;
    right: 0;
    bottom: 325px;
    left: -10px;
    margin: auto;
}

.item {
  position:absolute; bottom:0;
  transform:translateY(-110vh);
}
.dropdown-head.active {
	display: block;
}
.dropdown-head.active .item{
	animation:drop 1.5s cubic-bezier(0, 0, 0.35, 1) forwards;
}
.dropdown-head.active .item:first-child{
	animation-delay: 0.3s;
}
.dropdown-head.active .item:nth-child(3){
	animation-delay: 0.6s;
}
.dropdown-head.active .item:nth-child(4){
	animation-delay: 0.9s;
}

@keyframes drop {
  0% {
    transform: translateY(-100vh);
    animation-timing-function: ease-in; }
  40% {
    transform: translateY(-30vh);
    animation-timing-function: ease-in; }
	65% {
    transform: translateY(-20vh);
    animation-timing-function: ease-in; }
	82% {
    transform: translateY(-10vh);
    animation-timing-function: ease-in; }
	92% {
    transform: translateY(-5vh);
    animation-timing-function: ease-in; }
	25%, 55%, 75%, 87%, 97%, 100% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
}
@media screen and (max-width:1640px) {
   .dropdown-head a:nth-child(2) {
        width: 340px;
        height: 227px;
    }
    .dropdown-head a:first-child {
        width: 440px;
        height: 440px;
        right: -760px;
    }
    .dropdown-head a:nth-child(3) {
        width: 440px;
        height: 440px;
        left: -770px;
    }
    .dropdown-head a:nth-child(4) {
        width: 380px;
        height: 368px;
        bottom: 258px;
        left: -15px;
    }
}
@media screen and (max-width:1399px) {
   .dropdown-head a:nth-child(2) {
        width: 240px;
        height: 160px;
    }
    .dropdown-head a:first-child {
        width: 320px;
        height: 320px;
        right: -550px;
    }
    .dropdown-head a:nth-child(3) {
        width: 320px;
        height: 320px;
        left: -560px;
    }
    .dropdown-head a:nth-child(4) {
        width: 280px;
        height: 271px;
        bottom: 188px;
        left: 0px;
    }    
}
@media screen and (max-width:899px) {
    .dropdown-head a:nth-child(2) {
        width: 150px;
        height: 100px;
    }
    .dropdown-head a:first-child {
        width: 200px;
        height: 200px;
        right: -340px;
    }
    .dropdown-head a:nth-child(3) {
        width: 200px;
        height: 200px;
        left: -350px;
    }
    .dropdown-head a:nth-child(4) {
        width: 160px;
        height: 155px;
        bottom: 126px;
        left: 0px;
    } 
}
@media screen and (max-width:575px) {
    .dropdown-head a:nth-child(3) {
        width: 200px;
        height: 200px;
        left: -140px;
        bottom: 80px;
    }
    .dropdown-head a:first-child {
        width: 200px;
        height: 200px;
        right: -140px;
        bottom: 240px;
    }
    .dropdown-head a:nth-child(2) {
        width: 150px;
        height: 100px;
        right: -110px;
    }
    .dropdown-head a:nth-child(4) {
        width: 160px;
        height: 155px;
        bottom: 120px;
        left: -240px;
        bottom: 290px;
    }
}



.page-header {
    display: none;
}
.header {
    backdrop-filter: blur(6px) !important;
}
/* HERO SECTION */
.hero-wrapper {
    position: relative;
}
.hero-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
    /* opacity: 0.5; */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.title-effect span{
    font-family: "Londrina Solid", Sans-serif;
    font-size: 187.858px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 222px;
    color: #FFFFFF;   
}
@media screen and (max-width:1366px) {
    .title-effect span{
        font-size: 140px;
        line-height: 180px;
    }  
}
@media screen and (max-width:1200px) {
    .title-effect span{
        font-size: 90px;
        line-height: 110px;
    }  
}
@media screen and (max-width:1024px) {
    .title-effect span{
        font-size: 70px;
        line-height: 90px;
    }  
}
@media screen and (max-width:767px) {
    .title-effect span{
        font-size: 50px;
        line-height: 70px;
    }  
}
/* HERO SECTION */
.animated-round img {
    position: relative;
    animation: rotate-animation 70s infinite linear;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(-180deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
.explore-wrapper:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3064px;
    height: 3064px;
    background: url(https://sc.netizens.dev/wp-content/uploads/2025/06/bkg-squre-scaled.png) no-repeat center;
    animation: rotate-animation-revert 70s infinite linear;
    z-index: 1;
    opacity: 0.2;
}
@keyframes rotate-animation-revert {
	0% {
		transform:  translate(-50% , -50%) rotate(0deg);
  }
  50% {
		transform:  translate(-50% , -50%) rotate(180deg);
	}
	100% {
		transform:  translate(-50% , -50%) rotate(360deg);
	}
}
.flavours-items svg{
    transition: all 0.5s ease;
    filter: drop-shadow(0px 12px 32.7px rgba(112, 112, 112, 0.25));
}
.flavours-items:hover svg{
    animation: rotate-animation 10s infinite linear;
}


.flavours-items .elementor-widget-container{
    transition: all 0.6s ease !important;
}
.anim-hidden {visibility:hidden;}

.who-we-are{
    position: relative;
    overflow: hidden;
}
.who-we-are:after {
    content: "";
    background: radial-gradient(110.12% 110.12% at 50% -10.12%, rgba(37, 37, 37, 0.09) 0%, rgba(37, 37, 37, 0.3) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.enjoy-our-coffee{
    background: radial-gradient(100% 100% at 52.03% 0%, #F8B476 0%, #FDD394 64.96%, #EEDABD 100%);
}
.rewarding-treat{
	background: linear-gradient(101.02deg, rgba(253, 212, 232, 0.3) -7.5%, #FDFDFD 56.89%, rgba(255, 223, 191, 0.2) 116.93%);
}
body,html{
	overflow-x: hidden;
}
.footer-logo img {
    width: 100% !important;
}

:root {
  --x: 9px;
  --y: -12px;
}

#shade-mover h2{
	text-shadow: calc(var(--x) * -1) calc(var(--y) * -1) 0px #000 !important;
}
.bkg-line{
    background: linear-gradient(101.59deg, rgba(253, 212, 232, 0.3) 16.51%, rgba(255, 223, 191, 0.2) 126.92%), #FFFFFF;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.form-wrapper .form-row {
    display: flex;
    gap: 30px;
}
.form-wrapper .form-row .form-group {
	width: 100%;
}
.form-wrapper .form-group input,
.form-wrapper .form-group textarea{
	font-family: "Rubik", Sans-serif;
	width: 100%;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: rgba(30, 30, 30, 0.6);
	padding: 24px 21px;
	border: 2px solid #fff;
	background: #fff;
	outline: none;
	box-shadow: none;
	border-radius: 10px;
}

.form-wrapper .form-group input:focus,
.form-wrapper .form-group textarea:focus{
	border-color: #E881B4;
}
.form-wrapper .form-group p{
	margin: 0;
}
.form-wrapper .form-group p span {
    display: block;
}
.form-wrapper .form-group textarea{
	height: 185px;
	resize: none;
}
.form-wrapper .form-group .Submit-btn {
    text-transform: uppercase;
    line-height: 22px;
    padding: 26px;
    transition: all 0.5s ease;
    width: 220px;
    background: #e881b4;
    color: #fff;
    border: 0;
}
.form-wrapper .form-group .Submit-btn:hover {
	background-color: #2d2d2d;
}
.form-wrapper .form-group .wpcf7-spinner{
	display: none !important;
}
@media screen and (max-width:880px) {
    .form-wrapper .form-group input, .form-wrapper .form-group textarea {
        font-size: 18px;
        line-height: 26px;
        padding: 16px 16px;
    }
    .form-wrapper .form-group .Submit-btn {
        line-height: 20px;
        padding: 18px;
        width: 170px;
    }
    .form-wrapper ,.form-wrapper .form-row {
        gap: 20px;
    }
}

@media screen and (max-width:575px) {
    .form-wrapper .form-row {
       flex-direction: column;
    }
}



/* INSTA */
.sb_instagram_header,#sbi_images,#sbi_load {
    display: none !important;
}
#sb_instagram .sbi_photo {
    display: block;
    text-decoration: none;
    width: 303px;
    height: 370px !important;
    overflow: hidden;
    border-radius: 20px;
}
.sbi_photo svg {
    display: none !important;
}
#sb_instagram .mySwiper {
 padding: 25PX 0;
}
#sb_instagram  .swiper-slide{
    width: fit-content !important;
    transition: all 0.6s ease;
}
#sb_instagram .swiper-slide.even{
    transform: translate(0,-25px);
}
#sb_instagram .swiper-slide.odd {
    transform: translate(0,25px);
}
#sb_instagram  .swiper-slide:hover{
    transform: translate(0,0) scale(1.12);
    transition: all 0.6s ease;
}
#sb_instagram{
    padding: 0 !important;
    min-height: 420px;
}
/* #sb_instagram:hover .swiper-slide:nth-child(even){
    padding: 0;
} */
/* #sb_instagram:hover .swiper-slide:nth-child(odd){
    padding-top: 50px;
} */
@media screen and (max-width:1024px) {
    #sb_instagram .sbi_photo {
        width: 230px;
        height: 303px !important;
        border-radius: 15px;
    }
}
/* INSTA */

.Footer-wrapper {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease;
  z-index: 9999;
  width: 100%;
}
#header-wrapper {
  transition: transform 0.3s ease;
  z-index: 1000;
}
