﻿@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-size: 16px;
    color: #fff;
    overflow-x: hidden;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
}

input, select, button {
    font-weight: 400;
}

.material-symbols-outlined.fill {
    font-variation-settings:
    'FILL' 1
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    transition: all ease .5s;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

button {
    transition: all ease .5s;
}

button {
    outline: 0 !important;
box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #fff;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
}

h1, .display-1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0px;
    margin-bottom: 25px;
    background: linear-gradient(
        90deg,
        #f7c5ae 0%,
        #f14c4d 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

h2, .display-2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    background: linear-gradient(
        90deg,
        #f7c5ae 0%,
        #f14c4d 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0px;
    display: inline-block;
}

h2.big, .h2.big {
    font-size: 45px;
}

h3, .display-3 {
    color: #161615;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
}

h4, .display-4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
}

h5, .display-5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

h6, .display-6 {
    font-size: 18px;
    line-height: 1.5;
}

.green {
    color: #BCD753 !important;
}

.blue {
    color: #243588 !important;
}

.white {
    color: #fff !important;
}

p {
    color: #F7D5C1;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 15px 0;
    letter-spacing: 0.36px;
    font-family: "Hanken Grotesk", sans-serif;
}

p.big {
    font-size: 24px;
    line-height: 1.8em;
}

p.bigger {

}

p.small {
    font-size: 18px;
    line-height: 1.5;
}

p.smaller {
    font-size: 16px;
    line-height: 1.5;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
    color: #290008;
    font-size: 18px;
    line-height: 58px;
    padding: 0px 35px;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    border-radius: 10px;
    border: none;
    min-width: 100px;
    text-align: center;
    box-shadow: none;
    position: relative;
    transition: all .3s;
    background: #9AF3CA;
    border: 1px solid #9AF3CA;
}

.btn-default:hover,
.btn-default.active {
    color: #290008 !important;
    background: #FFFFFF !important;
    border-color: #FFFFFF;
}

.btn:hover {
    transform: scale(1.1);
}

.btn-primary {
    border-color: rgba(247, 213, 193,.57);
    min-width: 170px;
    background: none;
    color: #fff;
}

.btn-primary:hover {
    border-color: rgba(247, 213, 193,.57) !important;
    background: rgba(247, 213, 193,.57) !important;
    color: #290008 !important;
}

.btn-secondary {
    border-color: #5B0110;
    min-width: 170px;
    background: none;
    color: #5B0110;
}

.btn-secondary:hover {
    border-color: #5B0110 !important;
    background: #5B0110 !important;
    color: #fff !important;
}

.section-title h2 {
    margin-bottom: 30px;
}

.section-title.white h2,
.section-title.white p {
}

ul.list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #F7D5C1;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.48px;
    text-align: left;
    list-style: none;
}

ul.list li {
    position: relative;
    margin-bottom: 30px;
}

ul.list a {
    color: #F7D5C1;
    text-decoration: underline;
    font-weight: bold;
}

ul.list li a:hover {
    color: #fff;
}

ul.list li .number {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    line-height: 35px;
    background: #4AD690;
    text-align: center;
    border-radius: 50%;
    color: #5B0110;
    font-size: 20px;
    font-weight: 400;
    font-family: "Bungee", sans-serif;
    position: relative;
    z-index: 2;
    padding-left: 2px;
    margin-right: 25px;
}

ul.list li .number:before {
    content: '';
    background: #4AD690;
    opacity: 0.25;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    transform: scale(1.6);
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
}
}

.wave-green {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .1;
    z-index: 0;
    pointer-events: none;
}

.fix-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    transition: all 0.3s ease;
}

.fix-btn .btn {
    box-shadow: 0px 3px 6px #00000029;
}

.fix-btn.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/*** HEADER ***/
header {
    padding: 20px 40px 20px 40px;
    transition: .3s;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

header.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #290008;
    padding: 10px 40px 10px 40px;
}

header .navbar {
}

header .navbar-brand {
    margin: 0;
}

header .navbar-brand img {
    height: 60px;
    transition: .3s;
    margin-top: -10px;
}

.navbar-light .navbar-nav {
    background: #FFFFFF;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 10px;
    padding: 8px 20px;
}

.navbar-light .navbar-nav>.nav-item {
    margin-left: 0px;
	display:inline-block;
    vertical-align: top;
	position:relative;
}

header .navbar-nav>.nav-item>.nav-link {
    color: #fff;
    font-size: 18px;
    font-family: "Hanken Grotesk", sans-serif;
    letter-spacing: 0.36px;
    font-weight: 400;
    position: relative;
    padding: 0px;
    line-height: 43px;
    padding: 0px 25px;
}

header .navbar-nav>.nav-item>.nav-link i {
    font-size: 14px;
    margin-left: 3px;
}

.navbar-nav li.dropdown {
    position: relative;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

header .navbar-nav>.nav-item:hover>.nav-link,
header .navbar-nav>.nav-item.active>.nav-link,
.navbar-light .navbar-nav>.nav-item.menu-item-has-children:hover>.nav-link,
.navbar-light .navbar-nav>.nav-item.menu-item-has-children.active>.nav-link {
	color:#F7D5C1!important;
}

header .navbar-nav>.nav-item.dropdown.menu-item-has-children:hover>a.nav-link,
header .navbar-nav>.nav-item.dropdown.menu-item-has-children.active>a.nav-link {
    color: #243588 !important;
    background: #E8F2FA !important;
    background: #E8F2FA !important;
    border-radius: 8px 8px 0px 0px;
}

ul.sub-menu {
    min-width:255px;
    width: 100%;
    border: none;
    text-align: left;
    margin: auto;
    background: none;
    margin-top: 0px;
    display: block;
    
    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    right: 0px;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 0px 0px 8px 8px !important;
     border: none;
    background-color: rgba(255,255,255,0.5);
    background: #290008;
    box-shadow: 0px 3px 50px #2C22C917;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:first-child>a {
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:last-child>a {
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li {
	width:100%;
    position: relative;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li a.nav-link {
    transition: all .3s;
    display: inline-block;
    clear: both;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 40px;
    padding: 0px 15px 0px 47px !important;
    font-size: 17px;
    text-align: left;
    color: #fff!important;
    border: none;
    white-space: break-spaces;
    font-weight: 500;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:hover>a,
.navbar-light .navbar-nav>.nav-item>ul.sub-menu li.active>a {
	color:#fff!important;
    background: #9e0020 !important;
}

/*** MAIN SIDEMENU ***/
.main-sidemenu-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    min-width: 40px;
}

.main-sidemenu-btn:hover {
    color: #fff;
}

.main-sidemenu-btn span {
    height: 2px;
    width: 100%;
	background:#000;
    display: inline-block;
    margin: 3px auto;
    float: right;
    transition: all .3s;
}

.main-sidemenu-btn div {
    display: inline-block;
    min-width: 30px;
}

.main-sidemenu {
	position:fixed;
	top: 50%;
    left: 0%;
    min-width: 370px;
    max-width: 370px;
	-webkit-transition: all 0.45s;
    transition: all 0.45s;
	height:100%;
	z-index: 9999999;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 30px 10px;
    color: #fff;
    background: #290008;
    opacity: 0;
    pointer-events: none;
}

.main-sidemenu.intro {
	top: 0px;
    opacity: 1;
    pointer-events: all;
}

.main-sidemenu .logo img {
    height: 35px;
}

.main-sidemenu-overlay {
    background: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .45s ease-in-out;
    z-index: 9999;
}

.main-sidemenu-overlay.active {
    opacity: 1;
    visibility: visible;
    background: rgba(65, 65, 65, 0.6);
}

.main-sidemenu a.CloseBtn {
    color: #fff;
    font-size: 20px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    top: 0px;
    right: 0;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
    float: right;
    width: 40px;
    height: 40px;
}

.main-sidemenu a.CloseBtn:before,
.main-sidemenu a.CloseBtn:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

.main-sidemenu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.main-sidemenu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.main-sidemenu ul.main-menu ul {
	padding: 0;
}

.main-sidemenu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.main-sidemenu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
}

.main-sidemenu ul.main-menu>li>a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 29px;
    line-height: 1;
    padding: 25px 0px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.main-sidemenu ul.main-menu li:hover>a,
.main-sidemenu ul.main-menu li.active>a {
	background:none;
    color: #F7D5C1;
}

.main-sidemenu ul.main-menu li.menu-item-has-children {
    cursor: pointer;
}

.main-sidemenu ul.main-menu li.menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.main-sidemenu ul.main-menu li.menu-item-has-children:hover>a {
    color: #F7D5C1 !important;
}

.main-sidemenu ul.main-menu li.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: .8;
    transition: all .3s ease;
    background: none !important;
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    visibility: visible;
    border-radius: 0;
    color: inherit;
    border-top-width: 3px;
    border-left-width: 3px;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: none;
    padding: 0 0 0 0px !important;
    display: none !important;
    top: 0 !important;
}

.main-sidemenu ul.main-menu li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li {
    margin: 0;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li>a {
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.1em;
    width: 100%;
}


.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li:hover>a,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.current_page_item>a,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.active>a {
    background: #243588 !important;
    color: #fff !important;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li>a:hover:before,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.active>a:before {
    opacity: 1;
    margin-left: 0;
}

/*** BANNER ***/
.banner {
    padding: 150px 0px 0px 0px;
    background: #290008;
    position: relative;
    overflow: hidden;
}

.banner .shape-img {
    position: relative;
    z-index: 2;
    margin-top: 80px;
    margin-bottom: -5px;
}

.banner .row {
    position: relative;
    z-index: 2;
}

.banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -45%;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle,#EB0030 59%, #5B011000 96%);
    
    background: radial-gradient(circle, #EB0030 16%, #290008 95%);
    background: radial-gradient(circle,rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 61%);

    opacity: .6;

    /* background: transparent radial-gradient(closest-side at 100% 45%, #EB0030 0%, #5B011000 100%) 0% 0% no-repeat padding-box; */
}

.banner p {
    font-size: 25px;
}

.banner .arrow-long {
    display: inline-block;
    margin-top: -36px;
    left: -3px;
    position: relative;
    z-index: 1;
}

.banner .round-animation {
    margin-right: 10px;
}

.round-animation {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background: #4AD690;
    border-radius: 50%;
    position: relative;
    transition: all .3s;
	transform: scale(1);
	animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}

.banner .img-box {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.magnetic-box {
    width: 100%;
    max-width: 900px;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.magnetic-box canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.banner .img-box .align-img {
    position: absolute;
    top: -87px;
    left: 60px;
    max-height: 470px;
}

.banner .img-box .btn-default {
    position: absolute;
     top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    margin-left: -145px;
    margin-top: -30px;
}

.banner .img-box .btn-default:hover {
    /* transform: scale(1.1) translate(-50%, -50%); */
}

.video-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video-box video {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    aspect-ratio: 1 / .43;
}

.video-box>img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    aspect-ratio: 1 / .43;
}

.video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    margin-top: -55px;
    margin-left: -55px;
    color: #EB0030;
    font-size: 70px;
    z-index: 1;
    background: rgba(235, 0, 48,.21);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    z-index: 2;
    transition: all .3s;
}

.video-box .play-btn:hover {
    /* transform: scale(1.05) translate(-50%, -50%); */
    transform: scale(1.05);
}

.video-box .play-btn:before {
    content: '';
    background: rgba(235, 0, 48,.21);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    transform: scale(1.6);
    top: 0;
    left: 0;
    z-index: -1;
}

.modal-body {
    padding: 0px;
    margin: 0px;
    border: none;
}

.modal button.btn-close {
    position: absolute;
    top: 0;
    right: -25px;
    color: #fff;
    opacity: 1;
    font-size: 13px;
    filter: invert(1);
}

.banner .display-2 {
    padding-left: 90px;
    margin-top: 50px;
}

.banner .mtop {
    margin-top: 30px;
}

.banner .img-box2 {
    display: inline-block;
    width: 100%;
    position: relative;
}

.banner .img-box2 .magnetic-box {
    height: 250px;
}

.banner .img-box2 .btn-default {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.banner .img-box2 .btn-default:hover {
    transform: scale(1.1) translate(-50%, -50%);
}

.banner .img-box2 .line-align {
    position: absolute;
    top: -238px;
    left: 14.4%;
    transform: translate(-50%, 0%);
}

/*** SHARP INSPIRATION ***/
.sharp-inspiration {
    background: #FFF9F5;
    padding: 70px 0px 70px 0px;
    overflow: hidden;
}

.sharp-inspiration .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.sharp-inspiration .display-2 {
    background: linear-gradient(
        90deg,
        #f7c5ae 0%,
        #ed2538 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    display: inline-block;
}

.sharp-inspiration .section-title {
    margin-bottom: 40px;
}

.sharp-inspiration .section-title p {
    color: #290008;
    letter-spacing: 0;
    margin:0;
}

.inspiration-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: all .3s;
    top: 0px;
    margin-top: 10px;
}

.inspiration-box:hover {
    top: -10px;
}

.inspiration-box:hover .img {
    transform: scale(1.1);
}

.inspiration-box::before {
    content: '';
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.inspiration-box .img {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 1.3;
    object-fit: cover;
    object-position: start;
    transition: all .3s;
    z-index: 1;
}

.inspiration-box .tag {
    position: absolute;
    top: 35px;
    left: 25px;
    z-index: 2;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.18px;
    border-radius: 25px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    line-height: 50px;
    text-align: center;
    padding: 0px 25px;
}

.inspiration-box .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 25px 35px 25px;
    z-index: 2;
}

.inspiration-box .text .display-3 {
    color: #FFFFFF;
    font-size: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
}

.inspiration-box .text p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carousel-footer{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top: 40px;
}

.progress-wrap{
    flex:1;
    height:6px;
    background:#F2E9E4;
    position:relative;
    border-radius: 100px;
}

.progress-bar{
    height:100%;
    width:0;
    background:#EB0030;
    transition:width .3s ease;
}

/* Owl arrows */
.custom-nav{
    display:flex !important;
    justify-content:flex-end;
    gap:10px;
}

.custom-nav button{
    width:50px;
    height:50px;
    border-radius:10px !important;
    border:none !important;
    font-size:18px !important;
    color:#fff !important;
    background:#EB0030 !important;
}

.custom-nav button:hover {
    background: #cb032b !important;
}

.custom-nav button.disabled {
    background:#f8b6c4 !important;
}

.custom-nav span {
    line-height:1;
}

.custom-nav button img {
    margin-top: -4px;
}

/*** BOOK-DISCOVERY ***/
.book-discovery {
    background: transparent radial-gradient(closest-side at 100% 45%, #EB0030 0%, #5B011000 100%) 0% 0% no-repeat padding-box;
    padding: 0px 0px 0px 0px;
    background: #290008;
    position: relative;
    overflow: hidden;
}

.book-discovery .row {
    position: relative;
    z-index: 2;
}

.book-discovery::before {
    content: '';
    position: absolute;
    top: -0%;
    right: -45%;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle,#EB0030 59%, #5B011000 96%);
    
    background: radial-gradient(circle, #EB0030 16%, #290008 95%);
    background: radial-gradient(circle,rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 61%);

    opacity: .6;

    /* background: transparent radial-gradient(closest-side at 100% 45%, #EB0030 0%, #5B011000 100%) 0% 0% no-repeat padding-box; */
}

.book-discovery .shape-img {
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
    margin-top: -5px;
}

.imgstyle {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.imgstyle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.book-discovery .section-title {
    padding: 40px 0px 0px 0px;
    margin-top: 30px;
    position: relative;
}

.label-tag {
    display: inline-block;
    background: #4AD690;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 55px;
    padding: 5px 15px 5px 5px;
    display: flex;
    align-items: center;
    width: max-content;
    color: #5B0110;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 50px;
    font-family: "Bungee", sans-serif;
    transform: rotate(-11deg);
    position: absolute;
    top: -15px;
    left: -45px;
}

.label-tag img {
    margin-right: 10px;
    max-width: 45px;
}

.book-discovery .section-title h2 {
    margin-bottom: 30px;
}

.book-discovery .btn {
    margin-right: 14px;
    margin-top: 10px;
}

.book-discovery p {
    margin-bottom: 30px;
}

.check-list {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.check-list i {
    background: #F7D5C1;
    border-radius: 50%;
    min-width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    color: #EB0030;
    font-size: 20px;
}

.check-list span {
    display: flex;
    width: calc(50% - 10px);
    align-items: center;
    gap: 20px;
    background: #FFFFFF;
    background: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.1);
    border-radius: 33px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 8px;
    letter-spacing: 0.36px;
    color: #F7D5C1;
    font-size: 18px;
    margin-bottom: 20px;
}

.book-discovery .display-1 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.book-discovery .logos p {
    margin-bottom: 20px;
}

.logos .logo-box {
    display: flex;
    width: 100%;
    height: 110px;
    align-items: center;
    justify-content: center;
    padding: 0 0px;
}

.logos .logo-box img {
    max-height: 75px;
}

.logos .logo-box img.logo2 {
    max-height: 35px;
}

.logos .logo-box img.logo4 {
    max-height: 35px;
}

.logos .logo-box img.logo5 {
    max-height: 65px;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.book-discovery .grass-img {
    margin-bottom: 64px;
    position: relative;
    z-index: 2;
}

.book-discovery .girl-img {
    position: relative;
    z-index: 1;
    max-height: 502px;
    position: absolute;
    top: -52px;
    left: 26%;
    /* opacity: 1;
    opacity: 0;
    transform: translateY(-60px);
    animation: fadeDownin 0.8s ease-out forwards; */
}


.play-animation {
    opacity: 0;
    transform: translateY(-60px);
    animation: fadeDownin 0.8s ease-out forwards;
}

@keyframes fadeDownin {
    from {
        opacity: 0;
        transform: translateY(-120px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.book-discovery:after {
    content: '';
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: 3;
    background: transparent linear-gradient(180deg, #29000800 0%, #29000802 0%, #290008 100%) 0% 0% no-repeat padding-box;
}

.book-discovery .shape-img2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    margin-bottom: -5px;
}

/*** CONTACT ***/
.contact {
    background: #FFF9F5;
    padding: 80px 0px 130px 0px;
}

.contact .bg {
    background-color: #EB0030;
    padding: 100px 45px 87px 95px;
    border-radius: 15px;
    opacity: 1;
}

.contact .section-title {
    position: relative;
    margin-top: 0px;
}

.contact .section-title .label-tag {
    top: -53px;
    left: -73px;
}

.contact .display-2 {
    color: #fff;
    font-size: 45px;
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: #fff;
    background-clip: inherit;
    margin: 0px;
    display: inline-block;
}

.contact p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.4px;
    margin: 0px 0px 30px 0px;
}

.check-list.full {
    gap: 0;
}

.check-list.black span i {
    color: #290008;
    background: #FFF9F5;
}

.check-list.full span {
    width: 100%;
    background: rgba(255,255,255,0.5);
    background: #d20017;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);     
    color: #FFF9F5;
    letter-spacing: 0.36px;
}

.contact .btn {
    margin-right: 14px;
    margin-top: 10px;
}

.contact .img-box {
    position: relative;
}

.contact .magnetic-box {
    height: 275px;
}

.contact .magnetic-box canvas {
    filter: invert(9) brightness(0.1);
}

.contact .img-box .align-img {
    position: absolute;
    top: -35px;
    left: 50%;
    height: 415px;
    transform: translate(-50%, 0%);
    pointer-events: none;
}


/*** FOOTER ***/
.footer {
    background: #290008;
    padding: 100px 0px 0px 0px;
}

.footer .logo img {
    max-height: 170px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin: 0;
    margin-bottom: 10px;
}

.footer ul li a {
    color: #F7D5C1;
    font-size: 18px;
    letter-spacing: 0.36px;
    position: relative;
}

.footer ul li a:hover {
    color: #F7D5C1;
}

.footer ul li a:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #F7D5C1;
    top: 100%;
    right: 100%;
    left: 0;
    transition: all 0.4s;
}

.footer ul li a:hover:after {
    right: 0;
}

.footer p {
    color: #F7D5C1;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
}

.footer p a {
    color: #F7D5C1;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 400;
    position: relative;
}

.footer p a:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #F7D5C1;
    top: 100%;
    right: 100%;
    left: 0;
    transition: all 0.4s;
}

.footer p a:hover:after {
    right: 0;
}

.footer p a:hover {
    color: #F7D5C1;
}

.footer .copyright {
    border-top: 1px solid rgba(247, 213, 193,.5);
    padding: 10px 0px;
    margin-top: 120px;
}

.footer .copyright p {
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.footer .copyright .middle p a {
    margin: 5px 10px;
}

.footer .copyright .right p a {
    margin: 5px 0px 5px 10px;
}

.footer .copyright .right p a:hover {
    transform: scale(1.2);
}

.footer .copyright .right p a:after {
    display: none;
}


/*** PAGE BANNER ***/
.page-banner {

}

.banner.page-banner.onze-focus-banner::before {
    top: 0%;
    right: -38%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(circle, #EB0030 59%, #5B011000 96%);
    background: radial-gradient(circle, #EB0030 16%, #290008 95%);
    background: radial-gradient(circle, rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 61%);
    opacity: .6;
}

.breadcrumbs {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 50px;
}

.breadcrumbs span {
    color: #F7D5C1;
    padding: 0px 8px;
}

.breadcrumbs a {
    color: #F7D5C1;
    position: relative;
}

.breadcrumbs a:hover:after {
    right: 0;
}

.breadcrumbs a:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #F7D5C1;
    top: 100%;
    right: 100%;
    left: 0;
    transition: all 0.4s;
}

.banner.page-banner .display-1 {
    margin-bottom: 20px;
}

.banner.page-banner .video-box {
    height: 100%;
    margin: 0;
}

.banner.page-banner .video-box>img {
    aspect-ratio: inherit;
    height: 100%;
}

.banner.page-banner p {
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 40px;
}

.banner.page-banner .list {
    margin-bottom: 40px;
}


/*** ACHIEVE GOALS ***/
.achieve-goals {
    background: #FFF9F5;
    padding: 90px 0px 70px 0px;
    /* overflow: hidden; */
}

.achieve-goals .display-2 {
    background: linear-gradient(
        90deg,
        #f7c5ae 0%,
        #ed2538 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    display: inline-block;
}

.achieve-goals p {
    color: #5B0110;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 25px;
}

.achieve-goals .row {
    position: relative;
    z-index: 4;
}

.achieve-goals #mainvideo {
    display: inline-block;
    width: 100%;
    object-fit: cover;
}





.achieve-goals .bgbox {
    display: inline-block;
    width: 100%;
    z-index: 4;
    padding:25px;
    border-radius:15px;
    background:#290008;
    color:#fff;
    min-height:350px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
    transition:.4s;
}

.achieve-goals .bgbox.bg2 {
    background: #3f1920;
}

.achieve-goals .bgbox .display-4 {
    color: #F7D5C1;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.44px;
    margin-bottom: 25px;
}

.achieve-goals .bgbox p {
    color: #F7D5C1;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
}


/**/

.card-mains{
    position:sticky;
    top:120px;
    padding-top:30px;
}

.bgbox{
    min-height:320px;
    background:#3d0010;
    color:#fff;
    

    transform-origin:top center;

    will-change:transform;

    transition:transform .05s linear;

}



.book-discovery.onze-focus {
    padding: 0px 0px 100px 0px;
}

.book-discovery.onze-focus:after {
    display: none;
}

.book-discovery.onze-focus::before {
    top: 23%;
    right: -35%;
    width: 100%;
}

/**/

.card-mains {
  position: sticky;
  top: 90px;
}

.card__inner {
  will-change: transform;
  background: white;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
  transform-origin: center top;
}

.cards {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}

.card__image-container {
  display: flex;
  width: 40%;
  flex-shrink: 0;
}

.card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.card__content {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

.card__title {
  padding: 0;
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  color: #16263a;
}

.card__description {
  line-height: 1.4;
  font-size: 24px;
  color: #16263a;
}

.space {
  height: 90vh;
}

.space--small {
  height: 40vh;
}

@media (max-width: 600px) {
  .card__inner {
    flex-direction: column;
  }

  .card__image-container {
    width: 100%;
  }

  .card__image {
    aspect-ratio: 16 / 9;
  }

  .card__title {
    font-size: 32px;
  }

  .card__description {
    font-size: 16px;
  }

  .card__content {
    padding: 30px 20px;
  }
}

/**/


@media only screen and (min-width: 768px) {
.book-discovery.onze-focus .carousel-footer {
    display: none;    
}
}


/*** page-banner blog-detials-banner ***/
.page-banner.blog-detials-banner::before {
    top: 0;
    left: -72%;
    right: auto;
    width: 174%;
    background: radial-gradient(circle, rgba(235, 0, 48, 1) 16%, #78041c 44%);
    opacity: .7;
}

.page-banner.blog-detials-banner .breadcrumbs {
    margin-bottom: 40px;
}

.page-banner.blog-detials-banner .display-1 {
    font-size: 45px;
    margin-bottom: 50px;
}

.page-banner.blog-detials-banner .shape-img {
    position: relative;
    z-index: 2;
    margin-top: 300px;
    margin-bottom: -5px;
}


/*** BLOG INFO ***/
.blog-info {
    background: #FFF9F5;
    padding: 0px 0px 70px 0px;
}

.blog-info .top-minus {
    margin-top: -350px;
    margin-bottom: 80px;
    position: relative;
    z-index: 9;
}

.blog-info p {
    color: #5B0110;
    font-size: 18px;
    letter-spacing: 0.36px;
}

.blog-info p.big {
    color: #5B0110;
    font-size: 24px;
    letter-spacing: 0.48px;
    margin: 0px 0px 40px 0px;
    font-weight: bold;
}

.blog-info .display-4 {
    color: #5B0110;
    font-size: 27px;
    letter-spacing: 0.6px;
    margin: 20px 0px 30px 0px;
    font-weight: 900;
}

.blog-info .mtop {
    margin-top: 60px;
}

.number-list {
    padding: 0px 0px 0px 20px;
    margin: 0;
    color: #5B0110;
    font-size: 18px;
    letter-spacing: 0.36px;
}

.number-list li {
    margin-bottom: 30px;
}

.author-box {
    display: flex;
    align-items: center;
}

.author-box .img img {
    width: 150px;
    min-width: 150px;
    margin-right: 35px;
}

.author-box .head {
    color: #5B0110;
    font-size: 18px;
    letter-spacing: 0.36px;
}

.author-box .display-5 {
    color: #5B0110;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.48px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.author-box .social-text a {
    color: #4AD690;
    font-size: 20px;
    margin-right: 15px;
    transition: all .3s;
}
.author-box .social-text a i {
    transition: all .3s;
}

.author-box .social-text a:hover i {
    color: #4AD690;
    transform: scale(1.2);
}

.book-discovery.onze-focus.bdetails {
    padding: 0px 0px 140px 0px;
}

/*** page-banner plus-zomaar ***/
.page-banner.plus-zomaar {
    overflow: visible;
    background: url(../images/banner-bg.jpg) 50% 0% no-repeat;
    background-size: cover;
}

.page-banner.plus-zomaar::before {
    content: '';
    position: absolute;
    top: 0%!important;
    right: 0%!important;
    width: 100%!important;
    height: 100% !important;
    z-index: 1;
    pointer-events: none!important;
    background: #000!important;
    opacity: .3;
}

.page-banner.plus-zomaar .breadcrumbs {
    margin-bottom: 80px;
}

.page-banner.plus-zomaar .tag {
    display: inline-block;
    z-index: 2;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.18px;
    border-radius: 25px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    line-height: 50px;
    text-align: center;
    padding: 0px 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.3);
}

.page-banner.plus-zomaar .display-6 {
    color: #F7D5C1;
    font-size: 24px;
    letter-spacing: 0.48px;
    margin: 30px 0px 20px 0px;
    font-weight: bold;
}

.page-banner.plus-zomaar .display-1 {
    font-size: 50px;
}

.page-banner.plus-zomaar p {
    color: #F7D5C1;
    font-size: 18px;
    letter-spacing: 0.36px;
    margin: 20px 0px 20px 0px;
    font-weight: bold;
}

.page-banner.plus-zomaar .arrow-long {
    margin-top: -10px;
    position: absolute;
    top: 21px;
    left: -3px;
}

.page-banner.plus-zomaar .row {
    z-index: 4;
}

.page-banner.plus-zomaar .shape-img {
    margin-top: 50px;
}


/*** THE CHALLENGE ***/
.the-challenge {
    background: #FFF9F5;
    padding: 90px 0px 70px 0px;
    overflow: hidden;
}

.the-challenge .display-2 {
    background: linear-gradient(
        90deg,
        #f7c5ae 0%,
        #ed2538 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    display: inline-block;
}

.the-challenge p {
    color: #5B0110;
    letter-spacing: 0;
    margin:0;
    margin-bottom: 25px;
}

.the-challenge .row {
    position: relative;
    z-index: 4;
}

.the-challenge .video-box {
    margin-bottom: 80px;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 30px;
    color: #5B0110;
    font-size: 17px;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
    background: url(../images/arrow-right.png) 0% 50% no-repeat;
    background-size: 15px auto;
}

/*** THE SOLUTION ***/
.the-solution {
    background: transparent radial-gradient(closest-side at 100% 45%, #EB0030 0%, #5B011000 100%) 0% 0% no-repeat padding-box;
    padding: 0px 0px 0px 0px;
    background: #290008;
    position: relative;
    overflow: hidden;
}

.the-solution .shape-img {
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
}

.the-solution .shape-img-down {
    position: relative;
    z-index: 2;
    margin-top: 70px;
    margin-bottom: -5px;
}

.the-solution::before {
    content: '';
    position: absolute;
    top: 23%;
    right: -35%;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle, rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 61%);
    opacity: .6;
}

.the-solution .row {
    position: relative;
    z-index: 2;
}

.round-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.round-list:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 11px;
    background: #EB0030;
    width: 1px;
    height: 90%;
}

.round-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 40px;
    color: #F7D5C1;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
}

.round-list li .round-animation {
    position: absolute;
    top: 0;
    left: 0;
}

.round-animation.red {
    background: #EB0030;
	animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(235, 0, 48, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}

/*** WHAT LOOKS ***/
.what-looks {
    background: #FFF9F5;
    padding: 90px 0px 70px 0px;
    overflow: hidden;
}

.what-looks .display-2 {
    background: linear-gradient(
        90deg,
        #f7c5ae 0%,
        #ed2538 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 60px;
    display: inline-block;
}

.what-looks .ptop {
    padding-top: 90px;
}

.what-looks p {
    color: #5B0110;
    letter-spacing: 0;
    margin:0;
    margin-bottom: 25px;
}

.what-looks .row {
    position: relative;
    z-index: 4;
}

.largeimg-box.logobox {
    background: #1C1F33;
    aspect-ratio: 1 / .7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.largeimg-box.logobox>img {
    width: auto;
    height: 220px;
}

.largeimg-box {
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.largeimg-box>img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.largeimg-box>video {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1.2;
    margin: 0;
    border-radius: 15px;
}


/*** MAIN ANIMATION ***/
.circle-section {
    position:relative;
    padding-bottom: 110px;
}

.pin-wrap {
    position:sticky;
    top:0;
    height:750px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.pin-wrap .circle {
    width:270px;
    height:270px;
    border:1px solid #5B0110;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:#5B0110;
    font-size: 20px;
    line-height: 35px;
    font-weight:400;
    transition:.4s;
    font-family: "Bungee", sans-serif;
    transition:all 1.2s cubic-bezier(.68,-0.55,.27,1.55);
    position:relative;
    z-index:1;
    position:absolute;
    transition:all 1s ease;
}

.pin-wrap .circle img {
    display: inline-block;
    max-height: 20px;
}

.pin-wrap .circle.big-red {
    width: 380px;
    height: 380px;
    background: #EB0030;
    border-color: #EB0030;
    color: #FFFFFF;
    font-size: 40px;
    letter-spacing: 0.59px;
    line-height: 59px;
    line-height: 1.4;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) scale(.7);
    opacity:0;
    z-index:10;
    transition:all .7s ease;
}

.pin-wrap .circle.move-center{
    transform:translateX(var(--moveX));
}

.pin-wrap .circle.big-red.show{
    transform:translate(-50%,-50%) scale(1);
    opacity:1;
}


/* Initial positions */
.circle1{
    left:5%;
    top:50%;
    transform:translateY(-50%);
}

.circle2{
    left:28%;
    top:50%;
    transform:translateY(-50%);
}

.circle3{
    right:28%;
    top:50%;
    transform:translateY(-50%);
}

.circle4{
    right:5%;
    top:50%;
    transform:translateY(-50%);
}
    
/* All stack in center */
.stack{
    left:50% !important;
    top:50% !important;
    transform:translate(-50%,-50%) !important;
}

/* Final Positions */

.final1{
    left: 16% !important;
    top: 10% !important;
}

.final2{
    left: 63% !important;
    top: 8% !important;
}

.final3{
    left:50% !important;
    top:80% !important;
    transform:translateX(-50%) !important;
}

.big-red{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) scale(0);
    transition:all .4s ease;
    z-index:20;
    opacity:0;
}

.big-red.show{
    transform:translate(-50%,-50%) scale(1);
    opacity:1;
}

.line{
    position:absolute;
    background:#EB0030;
    opacity:0;
    transition:.6s;
}

/* Left */

.line-left{
    width: 120px;
    height: 2px;
    left: 33%;
    top: 41%;
    transform: rotate(-25deg) scaleX(0);
    transform-origin: right;
}

/* Right */

.line-right{
    width:120px;
    height:2px;
    left: 58%;
    top: 41%;
    transform:rotate(25deg) scaleX(0);
    transform-origin:left;
}

/* Bottom */

.line-bottom{
    width:2px;
    height:110px;
    left:50%;
    top:66%;
    transform:translateX(-50%) scaleY(0);
    transform-origin:top;
}

.line.show{
    opacity:1;
}

.line-left.show{
    transform: rotate(27deg) scaleX(1);
}

.line-right.show{
    transform:rotate(-27deg) scaleX(1);
}

.line-bottom.show{
    transform:translateX(-50%) scaleY(1);
}

/* Red circle becomes smaller */


.pin-wrap .circle.big-red.shrink{
    transform: translate(-50%, -50%) scale(.65);
    font-size: 35px;
    line-height: 1.7;
    transition: all .6s ease;
}

.pin-wrap .circle.final1,
.pin-wrap .circle.final2,
.pin-wrap .circle.final3 {
    background: #4AD690;
    background: rgba(74, 214, 144,0.39);
    border-color: transparent;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    color: #5B0110;
    font-size: ;
    transform: scale(.9);
    font-size: 18px;
    line-height: 32px;
}


.orbit-svg {
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    transform: scale(.73);
    top: -32%;
    position: relative;
}

.orbit-svg.show {
    opacity: 1;
}

.orbit-svg path{
    fill:none;
    stroke:#EB0030;
    stroke-width:3;
}

.orbit{
    position:absolute;
    inset:0;
    transform-origin:center center;
}

/* Rotate after final animation */
.orbit.rotate{
    animation: orbitRotate 4s ease-in-out forwards;
}

@keyframes orbitRotate{

    0%{
        transform:rotate(0deg);
    }

    100%{
        transform:rotate(-360deg);   /* anticlockwise */
    }

}

.orbit.rotate .circle {
    
    /* transform: rotate(0deg) scale(.9) !important; */
}

.orbit.rotate .circle span {
    /* transform: rotate(360deg) !important; */
}

/* Keep circles upright */
/* .orbit.rotate .circle,
.orbit.rotate .line{

    animation: counterRotate 4s ease-in-out forwards;

} */

@keyframes counterRotate{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(30deg);
    }

    from{
        transform:rotate(30deg);
    }

    to{
        transform:rotate(0deg);
    }

}


.pin-wrap .circle.active .info-overlay {
    opacity: 1;
    pointer-events: all;
}

.pin-wrap .circle .info-overlay {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
    transform: scale(1.2);
    top: 28px;
    right: 22px;
}

.pin-wrap .circle .info-overlay .overlay-box {
    position: absolute;
    top: 7px;
    right: 10px;
    opacity: 0;
    pointer-events: none;
    display: inline-block;
    min-width: 350px;
    z-index: 4;
    padding: 25px;
    border-radius: 11px;
    background: #290008;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    transition: .4s;
    text-align: left;
}

.pin-wrap .circle .info-overlay:hover .overlay-box {
    position: absolute;
    opacity: 1;
    pointer-events: all;
}

.pin-wrap .circle .info-overlay .overlay-box .display-4 {
    color: #F7D5C1;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.44px;
    margin-bottom: 16px;
    text-transform: none !important;
}

.pin-wrap .circle .info-overlay .overlay-box p {
    color: #F7D5C1;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
    text-transform: none !important;
}

.pin-wrap .circle .info-overlay .icon {
    background: #4AD690 !important;
    color: #290008 !important;
    border-radius: 50%;
    display: inline-block;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pin-wrap .circle .info-overlay .icon img {
    max-height: 20px;
}

.pin-wrap .circle .info-overlay .icon i {
    font-size: 20px !important;
}

.pin-wrap .circle.circle2 .info-overlay {
    top: 39px;
    right: auto;
    left: 16px;
}

.pin-wrap .circle.circle2 .info-overlay .overlay-box {
    right: auto;
    left: 10px;
}

.pin-wrap .circle.big-red.active .info-overlay .icon {
}

.pin-wrap .circle.big-red .info-overlay {
    top: -12px;
    right: auto;
    left: 53%;
    transform: scale(1.67) translate(-50%, 0%);
}

.pin-wrap .circle.big-red .info-overlay .overlay-box {
    right: auto;
    left: 10px;
}

.pin-wrap .circle.circle3 .info-overlay {
    top: -12px;
    right: auto;
    left: 50%;
    margin-left: -14px;
}

.pin-wrap .circle.circle3 .info-overlay .overlay-box {
    right: auto;
    left: 10px;
}


.book-discovery.onze-focus.bdetails::before {
    top: -10%;
    right: -70%;
    width: 156%;
    height: 193%;
    background: radial-gradient(circle, rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 54%);
    opacity: .7;
}

