﻿@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Poppins:wght@200;300;400&family=Montserrat:wght@300;400&family=Gothic+A1:wght@300;400&display=swap');

/*@font-face {*/
/*    font-family: "Swiss 721 BT Light Extended";*/
/*    src: url("../Fonts/FontsFree-Net-Swiss721BT-LightExtended.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
}

/* @font-face {
    font-family: "Algeria";
    src: url("../Fonts/ALGERIA.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */

/*@font-face{*/
/*    font-family: "Arial" , sans-serif;*/
/*    src: url(../Fonts/ARIAL.woff);*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
}


/**{*/
/*    box-sizing: border-box;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    scroll-behavior: smooth;*/
/*    list-style: none;*/
/*    text-decoration: none !important;*/
}

/*body.no-scroll{*/
/*    overflow: hidden;*/
}
/*.container{*/
/*    position: relative;*/
/*    max-width: 1270px !important;*/
/*    padding: 0 15px !important;*/
/*    margin: 0 auto !important;*/
/*    width: 100%;*/
}

/*h1{*/
/*    font-family: forum,serif;*/
/*    margin: unset !important;*/
/*    text-align: center;*/
/*     font-family: forum,serif;*/
}

/*h2 ,.h2-title{*/
/*    font-size: 27px;*/
/*    line-height : 1.2;*/
/*     font-family: forum,serif;*/
}

/*h3, .h3-title{*/
/*    font-size: 20px;*/
/*    line-height: 1.2;*/
/*     font-family: forum,serif;*/
}

/*.h4-title{*/
/*    font-size: 42px !important;*/
/*        font-family: forum,serif;*/

/*    line-height: 1.2;*/
}

/*.clr-ylw{*/
/*    color: #E9D1C7;*/
}

/*.navbar{*/
/*    background: linear-gradient(to top,rgba(0,0,0,0.16),rgba(0,0,0,0.9));*/
/*    filter: opacity(5);*/
/*    z-index: 1000;*/
}

/*.navbar .container .navbar-brand{*/
/*    width: 15%;*/
}

/*.navbar .container .navbar-brand img{*/
/*    width: 100%;*/
}

/*.navbar .container .collapse .icons{*/
/*    width: 20%;*/
}
/*.navbar .container .icons i{*/
/*    font-size: 20px;*/
}

/*.navbar.scrolled {*/
/*    background: rgba(0, 0, 0, 0.842) !important;*/
/*    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);*/
/*    transition: background 0.3s ease-in-out;*/
}


/* ============banner=============== */
/*.banner{*/
/*    min-height: 750px;*/
/*    background: url(../img/bannerimage.jpg) no-repeat center center/cover !important;*/
}

/*.logowhite{*/
/*    width:100%;*/
/*    display:flex;*/
/*    justify-content:center;*/
}
/*.logowhiteimg{*/
/*    width:500px;*/
}
/*.banner .container-fluid{*/
/*    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 88%));*/
/*    width: 100%;*/
/*    height: 180px;*/
}

/* ===========capture============= */
/*.capture{*/
/*    min-height: 700px;*/
/*    background-color: black;*/
}

/*.capture .container .row p{*/
/*    font-size: 17px !important;*/
}

/*#capture-2{*/
/*    position: absolute;*/
/*    right: 0;*/
}

/*.check a{*/
/*    padding: 10px 20px;*/
/*    border: 1px solid #C1B9B9;*/
/*    color:  #E9D1C7!important;*/
/*    transition: all 0.3s ease;*/
/*    border-radius: 20px;*/
}

/*.check a:hover{*/
/*    background-color: #fff;*/
/*    color: #000 !important;*/
}

/* =========== welcome ====================*/
/*.welcome{*/
/*    min-height: 800px;*/
/*    background: url(../img/Mask\ Group\ 3.png) no-repeat; */
}

/* ========== work ====================== */
/*.work{*/
/*    min-height: 800px;*/
/*    background-color: #000;*/
}
/*.grid-container {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
    /* grid-auto-rows: 1fr; Ensures rows take equal height */
/*    gap: 10px;*/
    width: 100%; /* Takes full width of parent */
/*    margin: auto;*/
}

/* .grid-container img {*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*    border-radius: 5px;*/
}

/*.img1 {*/
/*    grid-column: span 2;*/
/*    height: 100%;     */
}

/*.img2 {*/
/*    grid-column: span 2;  */
/*    height: 100%; */
}

/*.img3 {*/
/*    grid-column: span 2;*/
/*    height: 100%;*/
}

/*.img4 {*/
/*    grid-column: span 2; */
/*    grid-row: 2 / 3;   */
/*    height: 100%; */
/*    object-position: center;*/
}

/* Lightbox Styles */
/*.lightbox {*/
/*    display: none;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.95);*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    z-index: 999;*/
/*    flex-direction: column;*/
}

/*.lightbox img {*/
/*    max-width: 90%;*/
/*    max-height: 80vh;*/
/*    border-radius: 10px;*/
}

/*.lightbox .nav {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    font-size: 40px;*/
/*    color: white;*/
/*    cursor: pointer;*/
/*    user-select: none;*/
/*    padding: 20px;*/
}

/*.nav.prev {*/
/*    left: 20px;*/
}

/*.nav.next {*/
/*    right: 20px;*/
}

/*.lightbox .close {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 30px;*/
/*    font-size: 30px;*/
/*    color: white;*/
/*    cursor: pointer;*/
/*    user-select: none;*/
}

/*#work-buttons a{*/
/*    padding: 5px 10px;*/
/*    transition: all 0.3s ease;*/
/*    border-radius: 20px;*/
/*    color: #E9D1C7!important;*/
/*    transition: all 0.1s ease;*/
}

/*#work-buttons a:hover{*/
/*    background-color: #E9D1C7;*/
/*    color: #fff !important;*/
}

/*#work-buttons a.active{*/
/*    padding: 5px 10px;*/
/*    background-color: #E9D1C7;*/
/*    color: #000 !important;*/
}

/* ================collaborations ================= */
/*.collaborations{*/
/*    min-height: 480px;*/
/*    background-color: #000;*/
}
/*.swiper {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*  }*/

/*  .swiper-slide {*/
/*    text-align: center;*/
/*    font-size: 18px;*/
    /* background: #fff; */
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*  }*/

/*  .swiper-slide img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*  }*/

/* =============== personalized ================ */
/*.personalized{*/
/*    min-height: 500px;*/
/*    background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.5)),url(../img/image19.jpg*/
/*) no-repeat center center/cover;*/
}

/*.personalized .container .person-info h3{*/
/*    font-size: 72px;*/
}

/*.personalized .container .person-info a{*/
/*    padding: 10px 30px;*/
/*    border: 1px solid grey;*/
/*    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8));*/
/*    transition: all 0.3s ease;*/
}

/*.personalized .container .person-info a:hover{*/
/*    background-color: #fff;*/
/*    color: #fff !important;*/
/*    background: unset;*/
}

/* =============== quotes =================== */
/*.quotes{*/
/*    min-height: 666px;*/
/*    background-color: #3d3d3d;*/
}
/*.quotes .container .swiper {*/
/*    width: 100%;*/
/*    min-height: 200px;*/
}

/*.quotes .container .swiper-slide {*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    display: flex;*/
/*    justify-content: start;*/
/*    align-items: start;*/
/*    padding-left: 40px;*/
/*    flex-direction: column;*/
}

/*.quotes .container .swiper-slide h3{*/
/*    color: #E9D1C7;*/
}

/*.quotes .container  .swiper-slide img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
}

/*.quotes .swiper-button-prev,*/
/*.quotes .swiper-button-next {*/
/*    position: absolute;*/
    bottom: 10px; /* Adjust as needed */
/*    left: 90%;*/
/*    top: 90%;*/
/*    transform: translateX(-50%);*/
    color: var(--bs-secondary); /* Bootstrap text-secondary */
/*    font-size: 10px;*/
/*    z-index: 10;*/
/*    width: 10px !important;*/
/*    transform: translateX(-50%) scale(0.5);*/
}

/*.quotes .swiper-button-prev {*/
    margin-right: 15px; /* Controls the closeness */
}

/*.quotes .swiper-button-next {*/
/*    margin-left: 25px;*/
}

/* =============== footer =========== */
/*.foot{*/
/*    min-height: 150px;*/
/*    background-color: #000;*/
}

/*.foot .col-lg-6 h2{*/
/*    color: #E9D1C7;*/
}

/*.foot .container .gradient-line{*/
/*    position: absolute;*/
/*    bottom: 50%;*/
/*    background: linear-gradient(to right, #fff, black);*/
}

/*.foot .container .copy a{*/
/*    color: #E9D1C7;*/
}

/*.foot .container .copy i{*/
/*    color: #fff;*/
/*    padding-right: 10px;*/
}


/*.gradient-line {*/
/*    width: 30%;*/
/*    height: 4px; */
/*    background: linear-gradient(to right, #E9D1C7, black);*/
/*    display: block;*/
/*    position: absolute;*/
/*bottom: 23px;*/
/*left: -50px;*/
}

/*.work .gradient-line{*/
    width: 30%; /* Adjust width as needed */
    height: 4px; /* Adjust height for thickness */
/*    background: linear-gradient(to right, #E9D1C7, black);*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 7%;*/
/*    left: -50px;*/
}

/*.collaborations .gradient-line{*/
    width: 30%; /* Adjust width as needed */
    height: 4px; /* Adjust height for thickness */
/*    background: linear-gradient(to left, #E9D1C7, black);*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 25%;*/
/*    left: 68.5%;*/
}
/*.modal-content{*/
/*    border: 1px solid #E9D1C7!important;*/
}
/*.modal-body{*/
/*    background-color: #000;*/
}
/*.modal-body label{*/
/*    color: white;*/
}
/*.modal-header{*/
/*    background-color: #000;*/
}
/*.modal-header h5{*/
/*    color: white !important;*/
}
/*.modal-footer{*/
/*    background-color: #000 !important;*/
}




/*.cppPara{*/
/*        padding-top: 15px;*/
/*    border-bottom: 1px solid #2a2a2a;*/
/*    color: #7f7f7f;*/
/*    font-size: 15px;*/
}



/*.bkAjMid{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
}

/*.bkAjMid a{*/
/*    background: #E9D1C7;*/
/*    color: #000;*/
/*    padding: 12px 28px;*/
/*    text-decoration: none;*/
/*    font-weight: 600;*/
    /*border-radius: 4px;*/
/*    display: inline-block;*/
}



/*.navbar-toggler{*/
/*    border: none !important;*/
/*    box-shadow: none !important;*/
}

/*.navbar-toggler:focus{*/
/*    border: none !important;*/
/*    box-shadow: none !important;*/
/*    outline:none !important;*/
}

/*.toggler-icon{*/
/*    width: 25px;*/
/*    height: 2px;*/
/*    background: #cfcfcf;*/
/*    display: block;*/
/*    position: relative;*/
/*    transition: all .3s ease;*/
}

/*.toggler-icon::before,*/
/*.toggler-icon::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 25px;*/
/*    height: 2px;*/
/*    background: #cfcfcf;*/
/*    left: 0;*/
/*    transition: all .3s ease;*/
}

/*.toggler-icon::before{*/
/*    top: -8px;*/
}

/*.toggler-icon::after{*/
/*    top: 8px;*/
}

/* WHEN MENU OPEN */
/*.navbar-toggler.active .toggler-icon{*/
/*    background: transparent;*/
}

/*.navbar-toggler.active .toggler-icon::before{*/
/*    transform: rotate(45deg);*/
/*    top: 0;*/
}

/*.navbar-toggler.active .toggler-icon::after{*/
/*    transform: rotate(-45deg);*/
/*    top: 0;*/
}


/*.mySwiper .swiper-slide{*/
/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
}

/*.mySwiper .swiper-slide img{*/
/*    height:80px;*/
/*    width:auto;*/
/*    object-fit:contain;*/
/*    filter: grayscale(100%);*/
/*    transition:0.3s;*/
}
 
/*.mySwiper .swiper-slide img:hover{*/
/*    filter: grayscale(0%);*/
/*    transform:scale(1.05);*/
}

/*p{*/
/*    font-family: cormorantgaramond-light,cormorantgaramond,cormorant garamond,serif;*/
}

/*.im{*/
/*    font-size:26px;*/
}

/*a{*/
/*    font-family: cormorantgaramond-light,cormorantgaramond,cormorant garamond,serif;  */
}

.bj{
font-size:24px; line-height: 1.6;

}

/*.reviewp{*/
/*    font-size:20px;*/
}
/*.copy {*/
/*    font-size:17px;*/
}

/*.cppPara{*/
/*    font-size:18px;*/
}


@font-face {
    font-family: "Swiss 721 BT Light Extended";
    src: url("../Fonts/FontsFree-Net-Swiss721BT-LightExtended.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Arial" , sans-serif;
    src: url(../Fonts/ARIAL.woff);
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    list-style: none;
    text-decoration: none !important;
}

body.no-scroll{
    overflow: hidden;
}

body, p, a, span, div {
    font-family: 'Gothic A1', sans-serif;
    font-weight: 300;
}

p {
    font-size: 15px;
    line-height: 1.8;
}

.banner-tagline {
    font-size: 17px !important;
    margin-top: -120px !important;
    letter-spacing: 0.5px;
}

.intro-text {
    font-size: 20px !important;
    line-height: 1.8;
    margin-top: -40px;
}

.container{
    position: relative;
    max-width: 1270px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
    width: 100%;
}

h1{
    font-family: 'Fraunces', serif;
    font-weight: 300;
    margin: unset !important;
    text-align: center;
}

h2 {
    font-size: 27px;
    line-height: 1.2;
    font-family: 'Fraunces', serif;
    font-weight: 300;
}

.h2-title {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px !important;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Fraunces', serif;
    font-weight: 300;
}

.h3-title {
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px !important;
}

.h4-title{
    font-size: 42px !important;
    font-family: 'Fraunces', serif;
    font-weight: 300;
    line-height: 1.2;
}

.clr-ylw{
    color: #E9D1C7;
}

.navbar{
    background: linear-gradient(to top,rgba(0,0,0,0.16),rgba(0,0,0,0.9));
    filter: opacity(1);
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.navbar .container .navbar-brand{
    width: auto;
}

.navbar .container .navbar-brand img{
    width: 120px;
    transition: width 0.3s ease-in-out;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 300;
    padding-left: 18px !important;
    padding-right: 18px !important;
    transition: all 0.3s ease-in-out;
}

.navbar .container .collapse .icons{
    width: auto;
}

.navbar .container .icons i{
    font-size: 20px;
}

.navbar.scrolled {
    background: rgba(0, 0, 0, 0.842) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar.scrolled .navbar-brand img {
    width: 140px !important;
}



.banner{
    min-height: 750px;
    background: url(../img/bannerimage.jpg) no-repeat center center/cover !important;
}
.logowhite{
    width:100%;
    display:flex;
    justify-content:center;
}

.logowhiteimg{
    width:500px;
    height: auto;
    object-fit: contain;
}

.banner .container-fluid{
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 88%));
    width: 100%;
    height: auto;
    padding: 50px 0 30px 0;
}

.capture{
    min-height: 700px;
    background-color: black;
}

.capture .container .row p{
    font-size: 22px !important;
}



.check a{
    padding: 10px 20px;
    border: 1px solid #C1B9B9;
    color: #E9D1C7!important;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.check a:hover{
    background-color: #fff;
    color: #000 !important;
}


.welcome{
    min-height: 800px;
    background: #E9D1C7; 
}

.work{
    min-height: 800px;
    background-color: #000;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    margin: auto;
}

.grid-container img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.img1 {
    grid-column: span 2;
    height: 100%;
}

.img2 {
    grid-column: span 2;
    height: 100%;
}

.img3 {
    grid-column: span 2;
    height: 100%;
}

.img4 {
    grid-column: span 2;
    grid-row: 2 / 3;
    height: 100%;
    object-position: center;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    justify-content: center;
    align-items: center;
    z-index: 999;
    flex-direction: column;
}

.lightbox img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
}

.lightbox .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    user-select: none;
    padding: 20px;
}

.nav.prev {
    left: 20px;
}

.nav.next {
    right: 20px;
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    user-select: none;
}

#work-buttons a{
    padding: 5px 10px;
    transition: all 0.3s ease;
    border-radius: 20px;
    color: #E9D1C7!important;
    transition: all 0.1s ease;
}

#work-buttons a:hover{
    background-color: #E9D1C7;
    color: #fff !important;
}

#work-buttons a.active{
    padding: 5px 10px;
    background-color: #E9D1C7;
    color: #000 !important;
}

.collaborations{
    min-height: 280px;
    background-color: #000 !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.personalized{
    min-height: 800px;
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../img/image19.jpg) no-repeat center center/cover;
}
.personalized .container .person-info h3{
    font-size: 72px;
}

.personalized .container .person-info p{
    font-size: 24px !important;
    line-height: 1.6 !important;
}

.personalized .container .person-info a{
    padding: 10px 30px;
    border: 1px solid grey;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8));
    transition: all 0.3s ease;
}

.personalized .container .person-info a:hover{
    background-color: #fff;
    color: #fff !important;
    background: unset;
}

.quotes{
    min-height: 666px;
    background-color: #3d3d3d;
}

.quotes .container .swiper {
    width: 100%;
    min-height: 200px;
}

.quotes .container .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: start;
    align-items: start;
    padding-left: 40px;
    flex-direction: column;
}

.quotes .container .swiper-slide h3{
    color: #E9D1C7;
}

.quotes .container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quotes .swiper-button-prev,
.quotes .swiper-button-next {
    position: absolute;
    bottom: 10px;
    left: 90%;
    top: 90%;
    transform: translateX(-50%);
    color: var(--bs-secondary);
    font-size: 10px;
    z-index: 10;
    width: 10px !important;
    transform: translateX(-50%) scale(0.5);
}

.quotes .swiper-button-prev {
    margin-right: 15px;
}

.quotes .swiper-button-next {
    margin-left: 25px;
}

.foot{
    min-height: 150px;
    background-color: #000;
}

.foot .col-lg-6 h2{
    color: #E9D1C7;
}

.foot .container .gradient-line{
    position: absolute;
    bottom: 50%;
    background: linear-gradient(to right, #fff, black);
}

.foot .container .copy a{
    color: #E9D1C7;
}

.foot .container .copy i{
    color: #fff;
    padding-right: 10px;
}

.gradient-line {
    width: 30%;
    height: 4px;
    background: linear-gradient(to right, #E9D1C7, black);
    display: block;
    position: absolute;
    bottom: 23px;
    left: -50px;
}

.work .gradient-line{
    width: 30%;
    height: 4px;
    background: linear-gradient(to right, #E9D1C7, black);
    display: block;
    position: absolute;
    top: 7%;
    left: -50px;
}

.collaborations .gradient-line{
    width: 30%;
    height: 4px;
    background: linear-gradient(to left, #E9D1C7, black);
    display: block;
    position: absolute;
    top: 25%;
    left: 68.5%;
}

.modal-content{
    border: 1px solid #E9D1C7!important;
}

.modal-body{
    background-color: #000;
}

.modal-body label{
    color: white;
}

.modal-header{
    background-color: #000;
}

.modal-header h5{
    color: white !important;
}

.modal-footer{
    background-color: #000 !important;
}

.cppPara{
    padding-top: 15px;
    border-bottom: 1px solid #2a2a2a;
    color: #7f7f7f;
    font-size: 15px;
}

.bkAjMid{
    display: flex;
    justify-content: center;
    align-items: center;
}

.bkAjMid a{
    background: #E9D1C7;
    color: #000;
    padding: 12px 28px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus{
    border: none !important;
    box-shadow: none !important;
    outline:none !important;
}

.toggler-icon{
    width: 25px;
    height: 2px;
    background: #cfcfcf;
    display: block;
    position: relative;
    transition: all .3s ease;
}

.toggler-icon::before,
.toggler-icon::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #cfcfcf;
    left: 0;
    transition: all .3s ease;
}

.toggler-icon::before{
    top: -8px;
}

.toggler-icon::after{
    top: 8px;
}

.navbar-toggler.active .toggler-icon{
    background: transparent;
}

.navbar-toggler.active .toggler-icon::before{
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler.active .toggler-icon::after{
    transform: rotate(-45deg);
    top: 0;
}

.mySwiper .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
}









.reviewp{
    font-size:20px;
}

.copy {
    font-size:17px;
}

.cppPara{
    font-size:18px;
}

.check{
    margin-top:10px;
}


@media (min-width: 768px) {
    p.para { /* Adding the 'p' makes it more specific */
        margin-top: -80px !important; 
        font-size: 20px !important;
    }
    .pro{
        margin-top:-100px
    }
    .lrgy{
    margin-left:20px;
}
}

/* Fix for logos */
.collaborations .swiper, .collaborations .swiper-wrapper, .collaborations .swiper-slide {
    background-color: transparent !important;
}
.collaborations .swiper-slide img {
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

.signature-text {
    font-family: 'Great Vibes', cursive;
    font-size: 60px;
    margin-top: 10px;
}




#capture-1, #capture-2 { position: sticky; top: 120px; align-self: flex-start; z-index: 10; }


.collaborations .heading h2.h2-title { position: relative; display: inline-block; padding-bottom: 8px; }
.collaborations .heading h2.h2-title::after { content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: linear-gradient(to right, transparent, #E9D1C7 15%, #E9D1C7 85%, transparent); }

.ih{
    margin-right:150px;
}
.yperso{
    margin-top:1px;
}

@media (max-width:600px) {
    .ih{
        margin-right:10px
    }
    .yperso{
    margin-top:30px;
}

    
}

.logoh{
    margin-top:-50px
}