/* Begnard Font */
@font-face {
    font-family: 'Bagnard';
    src: url('../font/bagnard.regular.otf') format('opentype');
}

.padding-y {
    padding: 100px 0;
}

.padding-pt {
    padding-top: 100px;
}

.padding-pb {
    padding-bottom: 100px;
}

/*=========================================================================================
    Utility CSS End
 ==========================================================================================*/
/*=========================================================================================
    Typography CSS Start
 ==========================================================================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Bagnard', sans-serif; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #2f2d53;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

a:hover {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    color: #433b3a;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*=========================================================================================
    Typography CSS End
 ==========================================================================================*/

/*=========================================================================================
    Button CSS Start
 ==========================================================================================*/

/*=========================================================================================
    Button CSS End
 ==========================================================================================*/
h1 {
    font-size: 5em;
    font-family: arial, helvetica;
    color: #fff;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 3em;
    font-family: arial, helvetica;
    color: #fff;
    margin: 0;
    padding: 0;
}

.section {
    text-align: center;
    background: #000;
    color: white;
}

/* #fp-nav ul li a.active .fp-tooltip.fp-left {
    width: auto !important;
    opacity: 1 !important;
} */

.global-page {
    max-height: 100vh;
    overflow: hidden;
}

.fp-arrow {
    z-index: 99;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #daff53 !important;
}

.left-sidebar {
    position: absolute;
    z-index: 9;
    left: 0;
    color: #daff53;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 20px;
    padding-left: 0;
}

.sidebar-video-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #daff53;
    color: #daff53;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.sidebar-toggle-btn {
    font-size: 35px;
    color: #daff53;
    text-align: left;
}

/* .sidebar-menu-list {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
} */

.sidebar-menu span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #daff53;
    border-radius: 50%;
}

.border-circle {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.active .sidebar-menu .border-circle,
.content-dot .sidebar-menu .border-circle {
    border: 1px solid #daff53;
}

.sidebar-menu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-menu-list ul {
    display: grid;
    gap: 20px;
}

.sidebar-menu p {
    color: #daff53;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: none;
    position: absolute;
    left: 40px;
    top: 5px;
    min-width: 125px;
    z-index: 9999;
    text-align: left;
    background: #000;
    padding: 2px 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.content-page .sidebar-menu p {
    display: none;
}

.sidebar-menu:hover p {
    display: inline-block;
}

.active .sidebar-menu p {
    display: inline-block;
}

.left-sidebar {
    width: auto;
}

/* Right Sidebar Start */
.right-sidebar {
    position: absolute;
    z-index: 9;
    right: 0;
    color: #daff53;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 20px;
    padding-right: 0;
    align-items: end;
}
.language-btn-box {
    display: flex;
    gap: 20px;
}

.language-btn {
    color: rgba(218, 255, 83, 0.4);
    text-align: right;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
}

.language-btn.active {
    color: #daff53;
}

/* .social-media-box {
    position: absolute;
    z-index: 9;
    right: 20px;
    bottom: 20px;
} */

.social-media-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-media-box ul li a {
    color: rgba(218, 255, 83, 0.4);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.social-media-box ul li a:hover {
    color: #daff53;
}

.fp-arrow.fp-prev {
    border-width: 20px 20px 20px 0;
    border-color: transparent #daff53 transparent transparent;
    display: none;
}

.fp-arrow.fp-next {
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #daff53;
}
/* Right Sidebar End */

/* Toggle menu start */
.toggle {
    position: relative;
    width: 70px;
    height: 70px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

.toggle span {
    position: absolute;
    width: 40px;
    height: 4px;
    background: #daff53;
    border-radius: 10px;
    transition: 0.5s;
}

.toggle span:nth-child(1) {
    transform: translateY(-15px);
    width: 25px;
    left: 15px;
}

.toggle.active span:nth-child(1) {
    width: 40px;
    transform: translateY(0) rotate(45deg);
    transition-delay: 0.125s;
}

.toggle span:nth-child(2) {
    transform: translateY(15px);
    width: 15px;
    left: 15px;
}

.toggle.active span:nth-child(2) {
    width: 40px;
    transform: translateY(0) rotate(315deg);
    transition-delay: 0.25s;
}

.toggle.active span:nth-child(3) {
    transform: translateX(60px);
}
/* Toggle menu End */

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-img {
    width: 100%;
    height: 100%;
}

/* Hide preloader when page is loaded */
body.loaded #preloader {
    display: none;
}
/* Stop */

/* Slider Scroll on */
.section-sub-content .fp-overflow {
    overflow: auto;
    height: 100%;
    padding: 0 20px;
}
/* Slider Scroll on */

.fp-table {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.text-horizontal button {
    color: rgba(218, 255, 83, 0.4);
    font-family: Bagnard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    width: auto;
    height: 36px;
    display: block;
    height: 110px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.text-horizontal button:hover {
    color: #daff53;
}

.left-sidebar .text-horizontal button {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.right-sidebar .text-horizontal button {
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
}

/* About Left Content Start */
.about-content-wrapper {
    max-width: 400px;
    text-align: left;
}

.acw-title {
    color: #daff53;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    margin-bottom: 8px;
}

.acw-text {
    color: #daff53;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
}

.about-copyright {
    color: #daff53;
    font-family: Poppins;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
}

.ap-name {
    color: #daff53;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
}

.ap-number {
    color: #daff53;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
}

.about-profile {
    margin-top: 20px;
    margin-bottom: 12px;
}

.about-form {
    margin-top: 24px;
}

label {
    display: inline-block;
    color: #daff53;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    margin-bottom: 8px;
}

.form-control {
    border: 0.5px solid #daff53;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
}

.submit-btn-box button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(218, 255, 83, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(218, 255, 83, 0.4);
    cursor: not-allowed;
}

.submit-btn-box button.active {
    color: #daff53;
    border: 1px solid #daff53;
}

.submit-btn-box {
    display: flex;
    justify-content: end;
    margin-top: 12px;
}

.form-control:focus {
    color: #daff53;
    background-color: transparent;
    border-color: #daff53;
    outline: 0;
    box-shadow: none;
}
/* About Left Content End */

/* About Right Content Start */
.about-2-right-content {
    width: 250px;
    text-align: right;
    display: grid;
    gap: 8px;
}

.single-arc {
    display: grid;
    gap: 4px;
}

.arc-num {
    color: rgba(218, 255, 83, 0.4);
    text-align: right;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.2px;
}

.arc-title {
    color: var(--Text, #daff53);
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
}

.arc-skill {
    color: var(--Text, #daff53);
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 275;
    line-height: normal;
    letter-spacing: 1.1px;
}
/* About Right Content End */

/* Hero Section Start */
.hero-title {
    color: var(--Text, #daff53);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 600px;
    margin: 0 auto;
}

.hero-text {
    color: var(--Text, #daff53);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.slide.fp-slide {
    position: relative;
}
/* Hero Section End */

/* Hero Section Start */
.section-lg-img-box {
    position: relative;
}

.section-hover-img-box {
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.pensiero-sm-img-box {
    top: 310px;
}

.pensiero-sm-img-box img {
    width: 100%;
    height: 100%;
}

.hero-text-content {
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    width: 750px;
}

.penso-sm-img-box {
    top: 325px;
}

.volto-sm-img-box {
    top: 293px;
    width: 190px;
    height: 350px;
}

.monaco-lg-img {
    position: relative;
    z-index: 2;
}

/* .monaco-sm-img-box {
    top: 256px;
    width: 225px;
    height: 400px;
} */

.monaco-sm-img-box {
    top: 256px;
    width: 175px;
    /* height: 400px; */
}

.nova-sm-img-box {
    top: 298px;
    width: 280px;
}

.bello-sm-img-box {
    top: 448px;
    width: 95px;
}

.text-horizontal {
    display: flex;
}
/* Hero Section  Page End */

/*----------------------------------------------------------------------------
    penseiro Section Start
 ----------------------------------------------------------------------------*/
.slidebox-top {
    display: flex;
    justify-content: space-between;
}

.slidebar-top-title {
    max-width: 250px;
    color: var(--Text, #daff53);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.divider {
    margin: 50px 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #daff53;
    opacity: 1;
}

.single-pensiero-title {
    color: var(--Text, #daff53);
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 20px;
    max-width: 280px;
}

.single-pensiero-title span {
    font-weight: 700;
}

.slidebar-box {
    padding-top: 20px;
}

/* .slidebar-box {
    height: 100vh;
    overflow-y: auto;
} */

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.segno-title {
    color: var(--Text, #daff53);
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-top: 12px;
}
/*----------------------------------------------------------------------------
    penseiro Section End
 ----------------------------------------------------------------------------*/

.slick-prev,
.slick-next {
    display: none !important;
}

.hero-content {
    display: flex;
    height: 100vh;
    justify-content: center;
    position: relative;
}

.section-hover-img-box img {
    width: 100%;
    height: 100%;
}

.section-lg-img-box {
    width: 32%;
    margin: 0 auto;
}

.mouve-sm-img-box {
    width: 500px;
    top: 230px;
}

body,
html {
    scroll-behavior: smooth;
}

.fullpage {
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.fullpage::-webkit-scrollbar {
    display: none;
}

.section {
    width: 100%;
    scroll-snap-align: start;
    justify-content: center;
    align-items: center;
    transition: scroll-snap-align 0.5s ease-in-out;
}

.hero-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

.hero-container-img-box {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-container-img {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    overflow: hidden;
}

.hero-container-img.about-hero-img {
    width: 45%;
}

.hero-container-img img {
    width: 100%;
}

/* New */

/* Button Start */
#toggle-profile {
    display: none;
}

#toggle-about {
    display: none;
}
/* Button End */

/* Image Start */
.profile-hero-img {
    display: none;
}

.about-hero-img .ahi-img {
    position: absolute;
    z-index: 99999 !important;
    transition: 1s ease all;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -ms-transition: 1s ease all;
    -o-transition: 1s ease all;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0) !important;
    width: 100%;
}

.about-hero-img:hover .ahi-img {
    top: 0;
    transform: translate(-50%, 0) rotateY(180deg) !important;
    -webkit-transform: translate(-50%, 0) rotateY(180deg) !important;
    -moz-transform: translate(-50%, 0) rotateY(180deg) !important;
    -ms-transform: translate(-50%, 0) rotateY(180deg) !important;
    -o-transform: translate(-50%, 0) rotateY(180deg) !important;
}
/* Image End */

.button-box {
    display: flex;
}

.explore-btn {
    color: rgba(218, 255, 83, 0.4);
    text-align: center;
    font-family: Bagnard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 171px;
}

.explore-btn:hover {
    color: #daff53;
}

.text-btn {
    display: none;
}

.about-content-wrapper {
    position: absolute;
    top: 50%;
    left: -400px;
    background: #000;
    transition: 1s ease all;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -ms-transition: 1s ease all;
    -o-transition: 1s ease all;
    width: 100%;
    transform: translateY(-50%);
}

.about-2-right-content {
    position: absolute;
    top: 50%;
    right: -500%;
    background: #000;
    transition: 1s ease all;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -ms-transition: 1s ease all;
    -o-transition: 1s ease all;
    transform: translate(0, -50%);
}

/* Slider */
.slide {
    height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #fff;
}

.slick-dots {
    position: relative !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    top: 50%;
    transform: translate(0, -50%);
}

.custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sidebar-menu-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

.slick-btn {
    font-size: 24px;
    margin-left: 6px;
    color: #daff53;
}

/* #section-pensiero-details {
    display: none;
} */

#section-bello-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

/* #section-gallary, */
#section-pensiero-details,
#section-penso-details,
#section-volto-details,
#section-monaco-details,
#section-nova-details,
#section-bello-details {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

/* Swipper */
.swiper {
    width: 560px;
    height: 340px;
    top: 260px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px;
}

/*
  .swiper-slide img {
    display: block;
    width: 100%;
    -webkit-box-reflect: below 1px linear-gradient(transparent, transparent , #0002 , #0004);
  } */

.monaco-hero-content {
    justify-content: start !important;
}

.monaco-hero-content .hero-text-content {
    margin-top: 400px !important;
}

.sidebar-bullet .sidebar-menu-list {
    position: sticky;
    top: 20px;
    z-index: 9;
}

.left-sidebar .text-horizontal {
    width: 140px;
    margin-left: -53px;
}

.right-sidebar .text-horizontal {
    width: 95px;
}

.snake-bg {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -2;
}

.single-segno-img {
    width: 100%;
    height: 400px;
    cursor: pointer;
}

.single-segno-img img {
    width: 100%;
    height: 100%;
}

.slick-slide {
    margin: 10px; /* Adjust spacing as needed */
}

.mouve-img-box {
    width: 42% !important;
}

.form-control {
    color: #daff53 !important;
}

.js-modal-btn {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* -------------------------- */

.hoverEffects {
    padding-top: 50px;
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-container-img .explore-img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

lottie-player {
    position: relative;
    z-index: 2;
}

.explore-btn {
    color: rgba(218, 255, 83, 0.4);
    text-align: center;
    font-family: Bagnard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 150px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.explore-img-1 {
    opacity: 1;
    height: 60%;
}

.explore-img-2 {
    opacity: 0;
    height: 100%;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
    max-height: 650px;
    display: flex;
    justify-content: center;
    background: #000;
}

.modal-body video {
    height: 650px;
    width: 100%;
}

.about-hero-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-left: 180px;
    opacity: 0;
    min-width: 100%;
    z-index: 0;
    min-height: 100vh;
}

.about-hero-img img {
    width: 350px !important;
}

.section-lg-img-box.penso-img-box {
    width: 38%;
}

.section-lg-img-box.pensiero-img-box {
    width: 37%;
}

.section-lg-img-box.volto-img-box {
    width: 37%;
}

.section-lg-img-box.bello-img-box {
    width: 36%;
    margin: 0 auto;
}

.js-modal-btn img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
}

.custom-width-set {
    position: relative;
    z-index: 1;
}

.active .row.position-relative {
    position: relative !important;
    z-index: 1;
}

.hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000021;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.hover-box p {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 2.6px;
}

.section-hover-img-box:hover img {
    filter: blur(6px);
    -webkit-filter: blur(6px);
}

.section-hover-img-box:hover .bello-sm-img {
    filter: blur(0);
    -webkit-filter: blur(0);
}

.section-hover-img-box:hover .hover-box {
    opacity: 1;
}

.mySwiper {
    position: absolute;
    content: '';
    left: 51%;
    transform: translate(-50%, 0);
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.penso-sm-img-box .hover-box p {
    margin-top: 150px;
}

.volto-sm-img-box .hover-box p {
    margin-top: 95px;
}
.monaco-sm-img-box .hover-box p {
    margin-top: 25px;
}

.burger-slide .single-segno-img-2 {
    height: 650px;
}

.burger-slide .single-segno-img-2 img {
    width: 100%;
    height: 100%;
}

.explore-img-1 {
    height: 58%;
}

body {
    background-color: #000;
}

.loader-sm {
    display: none !important;
}

.loader-md {
    display: none !important;
}

/* New */
/* .left-sidebar .text-horizontal {
    width: 160px;
    margin-left: -65px;
} */

.lottie-player {
    width: 910px;
}

/* .container {
    height: 100vh;
} */

.swiper-slide {
    filter: blur(3px);
}

.swiper-slide-active {
    filter: blur(0) !important;
    -webkit-filter: blur(0) !important;
}

.about-2-right-content .single-arc:nth-child(7) .arc-title,
.custom-dots li:nth-child(7) p {
    min-width: 242px;
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #daff53 !important;
    opacity: 0.7 !important;
}

::placeholder {
    color: #daff53 !important;
    opacity: 0.7 !important;
}

.resp-right {
    display: none;
}
