/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

body{
    background-color: #F8F2EB !important;
}
.btn,
.elementor-button{
	border-radius: 8px !important;
}
.top-button{
	background-color: #BB7D37 !important;
    border-color: #BB7D37 !important;
}
.top-button:hover,
.top-button .active{
	color: #BB7D37 !important;
	background-color: #fff !important;
    border-color: #BB7D37 !important;
}
.site-header{
    height: 128px;
    z-index: 9999;
	box-shadow: 0 2px 8px 0 #0000001F;
}
.home .site-header{
	box-shadow: none !important;
}
@media (min-width: 1024px){
	#bootscore-navbar{
		padding-left: 14px !important;
	}
}
.nav-link {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0 14px !important;
}
#bootscore-navbar{
    padding-bottom: 20px !important;
    padding-top: 80px !important;
}
@media (max-width: 991px) {
    #bootscore-navbar{
        padding-bottom: 0px !important;
        padding-top: 7px !important;
    }  
    .navbar-brand img{
        height: 66px !important;
    }
    .swiper-container{
        padding: 0 !important;
        margin: 0 !important;
    }
    .hero_background{
        display: none;
    }
}
@media (max-width: 768px){
	.footer_left,
	.bootscore-copyright,
	.menu-quick-links-container{
		text-align:center !important;
	}
}
.navbar-brand {
	margin-right: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.bootscore-footer .navbar-brand{	
	padding: 0 !important;
	margin-top: -40px;
    margin-bottom: 40px;
}
.sm_icon{
    width: 24px;
    height: 24px;
    margin-left: 12px !important;
    margin-bottom: 20px !important;
}

.bootscore-footer{
    background: #203370 !important;
}
.bootscore-footer{
    /* background-image: url("/wp-content/uploads/2025/01/footer_img.png") !important; */
}

.bootscore-footer a,
.bootscore-footer p,
.bootscore-footer h4{
    font-family: Georgia;
    font-weight: 400;
    text-decoration: none;
    color: #FFF !important;
}
.bootscore-footer h4{
    font-size: 18px;
    font-weight: 700;
}
.footer_menu_title{
    margin-top: 56px;
}
.footer-logo{
    width: 181px !important;
    height: 120px !important;
}
.bootscore-copyright{
    color: #FFF;
    font-family: Georgia;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
    padding: 35px 0 !important;
}
.bootscore-copyright a{
    text-decoration: none;
}
.footer_bg_img{
    width: 450px !important;
}

@media (max-width: 425px) {
    .footer_logo_img{
        margin-bottom: 26px !important;
    }
    .footer_bottom_img{        
        background-image: url(/wp-content/themes/bootscore-child/assets/img/footer_img.png);
        width: 100%;
        background-size: 70% auto !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
        height: 205px;
        padding-top: 150px;
    }
    .bootscore-footer h4 {
        font-size: 16px;
        font-weight: 700;
    }
    .footer_menu_title {
        margin-top: 28px;
    }
	.bootscore-footer .social_media a:first-child img{
		margin-left: 0 !important;
	}	
    .footer_bottom_img .bootscore-copyright{
        padding: 0 !important;
        margin-bottom: 10px;
    }
    .bootscore-footer a, .bootscore-footer p, .bootscore-footer h4 {
        font-size: 16px; 
    }
}

.top-button{
	right: 2% !important;
}
/* slider */

#hero_slider{
	height: 100vh !important;
}


/*.slick-slide{*/
/*	height: calc(var(--vh, 1vh) *100) !important;	*/
/*}*/


a.carousel-arrow.carousel-next {
    left: auto;
    right: 0px;
}
.icon_row_content img{
    width: 36px;
    height: 36px;
}
.product_title{
    color:  #1E1E1E;
    font-family: "Playfair Display";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.72px;
}
.product_description{
    color:  #595959;
    font-family: Georgia;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; 
}

.view_details{
    color: #F1C338;
    font-family: Georgia;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero_background{
    position: absolute;
    right: 0;
    left: auto;
	z-index: -1;
}
.swiper-pagination-thumbs {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    position: absolute;
    bottom: 7vh !important;
    top: auto !important;
}

.content_slider{
    margin-top: 22vh;
}
.content_product_bg{
    background: radial-gradient(50.22% 50.21% at 50% 47.92%, #FFF1A4 0%, #F4C430 100%);
	z-index: -10;
}

.order_now{
    color: #FFF;
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: 0;
    border-radius: 8px;
    background:#BB7D37;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);

    display: flex;
    height: 50px;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}


#slide-mobile #img_box .elementor-image-box-wrapper{
    display: contents;
    align-items: center;
}
.price_con{
    margin-top: auto;
    margin-bottom: 3%;
}
.price_con .label{
    color: #595959;
    font-family: Georgia;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.price_con .price_ammount{
    color: #1E1E1E;
    font-family: Georgia;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.swiper-pagination-bullet{
    width: 87px !important;
    height: 150px !important;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
}
.swiper-pagination-bullet{
    background-color: transparent !important;
}
.swiper-pagination-bullet::after{
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #F8F2EB 60.17%, #E9EBF1 100%);    
    border-radius: 50%;
    width: 103px;
    height: 103px;
    display: inline-block;
    position: absolute;
    z-index: -2;
}
.swiper-pagination-bullet-active{
    background-color: transparent !important;
}
.swiper-pagination-bullet-active::before{
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #F4C430 0%, #FFD700 44%, #EEBF20 100%);
    border-radius: 50%;
    width: 57px;
    height: 57px;
    display: inline-block;
    position: absolute;
    z-index: -1;
}
 .swiper-pagination-thumbs{
    position: relative;
    max-width: 450px;
    overflow-y: scroll;
    display: -webkit-inline-box;
}

.swiper-pagination-thumbs img {
    width: 30px;
    height: 111px !important;
    object-fit: cover;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .wp-post-image{
    object-fit: cover;
    height: 134px !important;
    width: 37px !important;
}



@media (max-width: 991px) {
    .swiper-pagination-thumbs{
        bottom: auto !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        flex-direction: column;
    }
    .swiper_pagination_cont{
        position: absolute;
        left: 79vw;
        right: auto;
        top: 5%;
        bottom: auto;
    }
    .swiper-pagination-bullet{
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
}

.slide-content .wp-post-image{
    padding: 45px 55px;
    height: 100vh;
    width: auto;
    margin: auto;
	z-index: 1;
    position: relative;
}

/* Scrollable pagination */

  

/* product scroll */

.elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper~.elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper~.elementor-swiper-button svg{
height: .7em !important;
width: .7em !important;
}
/*position*/
#product_nav_top .elementor-swiper-button-next{
    top: 33% !important;
}
#product_nav_top .elementor-swiper-button-prev{
    top: 47% !important;
}

@media (max-width: 450px){
	#productHome{
		overflow-x: scroll !important;
	}
	#ourStoryImg{
		overflow-x: scroll !important;
	}
	#productHome::-webkit-scrollbar{
		height: 10px;   
	}
	#productHome::-webkit-scrollbar-track {
	  background: #E9EBF1;
	}
	#productHome::-webkit-scrollbar-thumb {
	  background: #203370;
		border-radius: 5em;
	}
	#productHome::-webkit-scrollbar-thumb:hover {
	  background: #555;
	}
	#ourStoryImg::-webkit-scrollbar{
		display: none;
	}
}

.swiper-scrollbar {
    display: block !important;
    opacity: 1 !important; 
    visibility: visible !important;
    border-radius: 4px;
    background:  #E9EBF1;
    height: 8px !important;
}

.swiper-scrollbar-drag {
    background-color: #000; /* Adjust scrollbar drag handle color */
    border-radius: 10px; /* Optional: round edges for the scrollbar */
}

.swiper-slider-4cards .card{
    background-color: transparent;
    border: 0;
}
.card-img-top{
    width: auto !important;
    height: 350px !important;
    object-fit: contain;
}
.card-title{
    color: #F1C338;
    text-align: center;
    font-family: Georgia;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.card-text{
    color: #595959;
    text-align: center;
    font-family: Georgia;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.card-price{
    color: #000;
    font-family: Georgia;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.card-price span{
    color: #000;
    font-family: Georgia;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;                                                      
}
.order_now_card{
    color: #203370;
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;    
    border-radius: 8px;
    border: 1px solid #203370;
    padding: 10px 25px;
    background: transparent;
}
.order_now_card:hover{
    color: #ffffff;
    background-color: #203370;
}

.elementor-swiper-button.elementor-swiper-button-prev{
    left: 10% !important;
    background: #ffffff29;
    border: 2px solid white;
    border-radius: 50%;
    padding: 15px; 
}
.elementor-swiper-button.elementor-swiper-button-next{
    right: 10% !important;
    background: #ffffff29;
    border: 2px solid white;
    border-radius: 50%;
    padding: 15px; 
	top: 34% !important;
}
.home #product_nav_tab .elementor-swiper-button.elementor-swiper-button-next{
	top: 25% !important;
}
#home_b_slider .elementor-swiper-button.elementor-swiper-button-next{
	top: 50% !important;
}
/* Hero Slide Nav */
#heroSlideNav{
	left: 6%;
    bottom: 10%;
}

@media (max-width: 1440px){
#heroSlideNav {
    left: 5% !important;
    bottom: 9% !important;
}
}
@media (max-width: 1024px){

}
@media (max-width: 768px){
  .elementor-swiper-button.elementor-swiper-button-prev{
        left: 6% !important;
    }
    .elementor-swiper-button.elementor-swiper-button-next{
        right: 6% !important;
    }
}
@media (max-width: 450px){
    #product_nav_tab .elementor-swiper-button.elementor-swiper-button-prev{
        left: 4% !important;
        padding: 0!important;
    }
    #product_nav_tab .elementor-swiper-button.elementor-swiper-button-next{
        right: 4% !important;
        top: 42% !important;
        padding: 0!important;
    }
	   
}

.bdt-slidenav:before{
    display: none !important;
}

.forminator-label,
.form-label{
    color: #595959;
    font-family: Georgia !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal;
}
.forminator-input,
.forminator-textarea,
.wpcf7-form-control,
.wpcf7-textarea{
	height: 48px !important;
    background: transparent !important;
    border-radius: 8px !important;
    border: 1px solid #E6E6E6 !important;
	font-family: Georgia !important;
}
.wpcf7-textarea,
.forminator-textarea{
	height: 96px !important;
	max-height: 96px !important;
}
.forminator-button-submit{
    float: right;
    background: transparent;
    display: flex !important;
    height: 50px !important;
    padding: 10px 33px !important;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    border: 1px solid #203370 !important;
    color: #203370 !important;
    font-family: Georgia !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: uppercase;
}
.forminator-button-submit:hover{
    color: #fff !important;
    background: #203370 !important;
}
.wpcf7-submit{
	width: 100% !important;
	float: right !important;
	background-color: transparent !important;
    display: flex !important;
    height: 50px !important;
    padding: 10px 33px !important;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    border: 1px solid #203370 !important;
    color: #203370 !important;
    font-family: Georgia !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: uppercase;
}

.wpcf7-submit:hover{
	color: white !important;
	background-color: #203370 !important;
}


.forminator-row-last{
    margin-bottom: 0 !important;
}

@media (max-width: 440px){
    .form-label,
	.forminator-label{
        font-size: 15px !important;
    }
}

/* Our Story Start */


#our_story .swiper.swiper-initialized {
	margin-right: 0 !important;
	margin-left: auto;
/* 	transform: translatex(125px); */
}

#our_story .swiper-slide{
	width: 550px !important;
}
.elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper {
    width: calc(100% - 80px) !important;
}
#our_story .elementor-swiper-button.elementor-swiper-button-prev{
	left: -23% !important;
    top: 75%;
    bottom: auto;
}
#our_story .elementor-swiper-button.elementor-swiper-button-next{
	top: 75% !important;
    bottom: auto;
    left: -25% !important;
    right: auto !important;
}

#ourStory .swiper{
	margin-right: 0 !important;
	margin-left: auto;
}
#ourStory .elementor-swiper-button.elementor-swiper-button-prev{
	left: -28% !important;
    right: auto !important;
    bottom: auto !important;
    top: 80% !important;
	background: #E3CAAD;
    border: 0 !important;
}
#ourStory .elementor-swiper-button.elementor-swiper-button-next{
    left: -22% !important;
    right: auto !important;
    bottom: auto !important;
    top: 80% !important;
	background: #E3CAAD;
    border: 0 !important;
}
#ourStory .elementor-element .swiper .elementor-swiper-button svg{
	fill: #BB7D37 !important;
}
@media (min-width: 1441px) and (max-width: 1536px){
	#ourStory .elementor-swiper-button.elementor-swiper-button-prev{
		top: 100% !important;
	}
	#ourStory .elementor-swiper-button.elementor-swiper-button-next{
		top: 100% !important;
	}
}
@media (max-width: 1440px){
	#ourStory .elementor-swiper-button.elementor-swiper-button-prev{
		left: -40% !important;
	}
	#ourStory .elementor-swiper-button.elementor-swiper-button-next{
		left: -31% !important;
	}
}
@media (max-width: 1024px){
	#ourStory .elementor-swiper-button.elementor-swiper-button-prev{
		left: 40% !important;
		right: auto !important;
		bottom: -40% !important;
		top: auto !important;
	}
	#ourStory .elementor-swiper-button.elementor-swiper-button-next{
		left: 50% !important;
		right: auto !important;
		bottom: -40% !important;
		top: auto !important;
	}
	.elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper {
		width: calc(100% - 0px) !important;
	}
}
@media (max-width: 768px){
    #ourStory .elementor-swiper-button.elementor-swiper-button-prev{
		left: 39% !important;
		right: auto !important;
		bottom: -40% !important;
		top: auto !important;
	}
}
@media (max-width: 430px){
	#ourStory .elementor-swiper-button.elementor-swiper-button-prev{
		left: 30% !important;
		bottom: -45% !important;
	}
	#ourStory .elementor-swiper-button.elementor-swiper-button-next{
		left: 53% !important;
		bottom: -45% !important;
	}
	#ourStory .swiper {
 		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper {
		width: calc(100% - 0px) !important;
	}
}

.ourStoryBtn:hover{
    display: flex;
    flex-direction: row-reverse !important;
    /* transition: All 1s ease-in-out; */
}
.ourStoryBtn:hover .arrow{
    transform: translateX(70px);
    transition: All .5s ease-in-out;
}
.ourStoryBtn:hover .story{
    transform: translateX(-40px);
    transition: All .5s ease-in-out;
}


/* Our Story End */
/* Produuct */

#product_nav {
  position: sticky;
  top: 128px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  background-color: #F8F2EB;
  z-index: 999;
}

#slide-1,
#slide-2,
#slide-3,
#slide-4{
	transition: All .3s ease-in-out;
}
#product_nav_tab .active_nav img{
    scale: 1.1 !important;
}

#product_nav_tab .active_nav,
#product_nav_tab #slide-1:hover,
#product_nav_tab #slide-2:hover,
#product_nav_tab #slide-3:hover,
#product_nav_tab #slide-4:hover,
#product_nav_tab .swiper-slide .elementor-element:hover {
	background-size: 75%;
}


#slide-1 img:hover,
#slide-2 img:hover,
#slide-3 img:hover,
#slide-4 img:hover{
    scale: 1.1 !important;
}

#slide-1::before:hover,
#slide-2::before:hover,
#slide-3::before:hover,
#slide-4::before:hover{
    opacity: 1 !important;
}

#product_nav_tab .active_nav::before{
    opacity: 1 !important;
}

.bt_bg {
    background: radial-gradient(43.03% 43.06% at 50% 57%, #FFF1A4 56.5%, #F4C430 100%) !important;
}
.bt_pud_bg{
	background: radial-gradient(50% 50% at 50% 50%, #A8D8D4 0%, #006C60 100%) !important;
}
.bt_ros_bg{
	background: radial-gradient(50% 50% at 50% 50%, #F7C5D2 0%, #D55C8F 100%) !important;
}
.bt_bel_bg{
	background: radial-gradient(50% 50% at 50% 50%, #E1C6E3 0%, #7B5E9F 100%) !important;	
}

.bt_con_bg,
.bt_pud_con_bg,
.bt_ros_con_bg,
.bt_bel_con_bg{
	background: transparent !important;
}

@media (max-width: 1024px){
	.bt_bg,
	.bt_pud_bg,
	.bt_ros_bg,
	.bt_bel_bg{
		background: transparent !important;
	}
	.bt_con_bg{
		background: radial-gradient(50% 50.04% at 28.61% 50%, #FFF1A4 0%, #F4C430 100%) !important;
	}
	.icon_text_product .elementor-image-box-wrapper{
		display: flex;
		align-items: center;
	}
	.icon_text_product .elementor-image-box-wrapper .elementor-image-box-img{
		margin: 0 10px auto !important;
	}
	.icon_text_product .elementor-image-box-wrapper .elementor-image-box-content{
		width: 130px !important;
	}
	.bt_pud_con_bg{
		background: radial-gradient(47.29% 47.31% at 22.36% 52.71%, #A8D8D4 0%, #006C60 93.07%) !important;
	}
	.bt_ros_con_bg{
		background: radial-gradient(50% 50% at 25.28% 50%, #F7C5D2 0%, #D55C8F 100%) !important;
	}
	.bt_bel_con_bg{
		background: radial-gradient(48.04% 48.04% at 23.61% 51.96%, #E1C6E3 0%, #7B5E9F 100%) !important;
	}

	#product_nav_tab #slide-1,
	#product_nav_tab #slide-2,
	#product_nav_tab #slide-3,
	#product_nav_tab #slide-4,
	#product_nav_tab .swiper-slide .elementor-element {
		background-size: 70% !important;
	}
	#product_nav_tab .active_nav,
	#product_nav_tab #slide-1:hover,
	#product_nav_tab #slide-2:hover,
	#product_nav_tab #slide-3:hover,
	#product_nav_tab #slide-4:hover,
	#product_nav_tab .swiper-slide .elementor-element:hover {
		background-size: 80% !important;
	}
	
	#product_nav_tab #slide_mobile_01,
	#product_nav_tab #slide_mobile_02,
	#product_nav_tab #slide_mobile_03,
	#product_nav_tab #slide_mobile_04,
	#product_nav_tab .swiper-slide .elementor-element {
		background-size: 80% !important;
	}
	#product_nav_tab .active_nav,
	#product_nav_tab #slide_mobile_01:hover,
	#product_nav_tab #slide_mobile_02:hover,
	#product_nav_tab #slide_mobile_03:hover,
	#product_nav_tab #slide_mobile_04:hover,
	#product_nav_tab .swiper-slide .elementor-element:hover {
		background-size: 100% !important;
	}

}


/* home2 */
@media (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }
}
#ourStoryimg::before{
	z-index: 9;
}

#saffron:hover #saffron_bt,
#lychee:hover #lychee_bt,
#rose:hover #rose_bt,
#bela:hover #bela_bt{
	transform: translatey(-10px);
}

/* @media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {} */

/* 	macbook pro 13.3in */
@media screen and (min-width: 1025px) and (max-width: 1280px) and (-webkit-device-pixel-ratio: 2){
	#hero_slider_home{
		height: 100vh !important;
	}
}
@media screen and (min-width: 1440px) and (max-width: 1500px) and (-webkit-device-pixel-ratio: 2){
	#ourStory .elementor-swiper-button.elementor-swiper-button-prev,
	#ourStory .elementor-swiper-button.elementor-swiper-button-next{
		top: 95% !important;
	}
	#histoy h2{
	    font-size: 44px !important;
	}
	#histoy p{
	    font-size: 18px !important;
	}
}


.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{
	--e-n-carousel-arrow-prev-top-align: 60% !important;
}    
.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{
	--e-n-carousel-arrow-next-top-align: 35% !important;	
}
@media screen and (min-width: 1441px) and (max-width: 1536px){
	
}

