@font-face {
    font-family: "gothamRegular";
    src: url("../fonts/gothamRegular.otf") format("opentype");
}

@font-face {
    font-family: "gothamMedium";
    src: url("../fonts/gothamMedium.otf") format("opentype");
}

@font-face {
    font-family: "gothamBold";
    src: url("../fonts/gothamBold.otf") format("opentype");
}





:root {
    --clr1: #FFCB00;
    --clr2: #FFF9EE;
    --clr3: #F3F3F3;

    --fontGothamRegular: 'gothamRegular';
    --fontGothamBold: 'gothamBold';
    --fontGothamMedium: 'gothamMedium';
    font-size: 18px;
}

html {
    /* scroll-behavior: smooth; */
}

/* html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
} */

sub,
sup {
    font-size: clamp(2rem, 6.3vw, 5rem);
    ;
    vertical-align: top;
    top: 0.5em;
}

.fs1 {
    font-size: clamp(1.5rem, 2.9vw, 2rem);
    font-family: var(--fontGothamMedium);
    font-weight: 400;
    line-height: 1;
    /* letter-spacing: -4px; */
}

.fs6 {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--fontGothamRegular);
    color: black;
    width: 374px;
    display: inline-block;
    /* position: absolute; */
    bottom: 0;
    right: 0;
    letter-spacing: 0;
}

.fs1-2 {
    font-size: clamp(1.5rem, 2.9vw, 2rem);
    font-family: var(--fontGothamMedium);
    font-weight: 400;
    line-height: 77%;
    /* color: var(--clr1); */
    width: 80%;
    position: relative;
    letter-spacing: -2px;
}

.fs1-2 .innerSpan {
    font-size: 20px;
    line-height: 24px;
    font-family: var(--fontGothamRegular);
    color: black;
    width: 374px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    letter-spacing: 0;
}

.fs1-3 {
   font-size: clamp(1.5rem, 2.9vw, 2rem);
    font-family: var(--fontGothamMedium);
    font-weight: 400;
    line-height: 77%;
    /* color: var(--clr1); */
    width: 80%;
    position: relative;
    letter-spacing: -2px;
}

.twelveInner .fs1-4 sup {
    font-family: var(--fontGothamBold);
}

.footerLinks sup {
    font-size: 30px;
}

.fs1-3 .innerSpan {
    font-size: 20px;
    line-height: 24px;
    font-family: var(--fontGothamRegular);
    color: black;
    width: 320px;
    display: inline-block;
    position: absolute;
    bottom: -28px;
    letter-spacing: 0;
    right: -13%;
}




.fs1-5 {
  font-size: clamp(1.5rem, 2.9vw, 2rem);
    font-family: var(--fontGothamMedium);
    font-weight: 400;
    line-height: 77%;
    /* color: var(--clr1); */
    width: 80%;
    position: relative;
    letter-spacing: -2px;
}
.fs1-6 {
  font-size: clamp(1.5rem, 2.9vw, 2rem);
    font-family: var(--fontGothamMedium);
    font-weight: 400;
    line-height: 77%;
    color: var(--clr1);
    width: 80%;
    position: relative;
    letter-spacing: -2px;
}

.fs1-5 .innerSpan {
    font-size: 20px;
    line-height: 24px;
    font-family: var(--fontGothamRegular);
    color: black;
    width: 374px;
    display: inline-block;
    position: relative;
    bottom: 0;
    right: 0;
    letter-spacing: 0;
}



.fs2 {
    font-size: clamp(1.4rem, 6.3vw, 1.8rem);
    font-family: var(--fontGothamMedium);
    line-height: 36.92px;
    text-align: center;
    letter-spacing: -2px;
}

.fs3 {
    font-size: clamp(1.5rem, 6.3vw, 2.2rem);
    font-family: var(--fontGothamMedium);
    line-height: 41.28px;
    letter-spacing: -2px;
}

.fs4 {
    font-size: clamp(1.4rem, 6.3vw, 1.45rem);
    font-family: var(--fontGothamRegular);
    /* line-height: 34.62px; */
    letter-spacing: -2px;
}

.fs5 {
    font-size: clamp(2rem, 6.3vw, 6.67rem);
    font-weight: 400;
    font-family: var(--fontGothamMedium);
    line-height: 77%;
    /* color: var(--clr1); */
    width: 80%;
    position: relative;
    letter-spacing: -2px;
}

h1,
h2,
h3,
h4,
h5 {
    letter-spacing: -2px;
}


p,
h1,
h2,
h3,
h4,
h5,
ul,
body,
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--fontGothamRegular);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}


html {
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--baseColor1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
}

.mainBtn1 {
    font-family: var(--fontGothamBold);
    cursor: pointer;
    /* font-weight: 700; */
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: var(--clr1);
    border: 1px solid transparent;
    align-items: center;
    color: black;
    display: flex;
    white-space: nowrap;
    /* font-size: 15px; */
}

.mainBtn1:hover {
    background: #fece11;
}

.mainBtn1>svg {
    width: 34px;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.mainBtn1:hover svg {
    transform: translateX(5px);
}

.mainBtn1:active {
    transform: scale(0.95);
}



.mainBtn3 {
    font-family: var(--fontGothamBold);
    cursor: pointer;
    /* font-weight: 700; */
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 100px;
    /* background: var(--clr1); */
    border: 1px solid transparent;
    align-items: center;
    color: black;
    display: flex;
    white-space: nowrap;
    /* font-size: 15px; */
}

/* .mainBtn3:hover {
    background: #fece11;
} */

.mainBtn3>svg {
    width: 34px;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.mainBtn3:hover svg {
    transform: translateX(5px);
}

.mainBtn3:active {
    transform: scale(0.95);
}










.mainBtn2 {
    background: #ffffff;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.88) 8%, rgba(255, 255, 255, 0.23) 50%, rgba(255, 255, 255, 0.88) 96%);
    border-radius: 50px;
    border: none;
    padding: 10px 40px;
    color: black;

    font-size: clamp(1.4rem, 7vw, 1.4rem);
    font-family: var(--fontGothamMedium);
    line-height: 36.92px;
}

.exploreBtn {
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    /* margin-top: 40px; */
    justify-content: center;
    align-items: center;
}

.exploreBtn i {
    font-size: 25px;
    margin-bottom: 10px;
}



.c-container {
    width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-right: auto;
    margin-left: auto;
    transition: var(--easeInTransition);
}

.c-container-1 {
    width: 100%;
    /* padding-right: calc(1.5rem * .5); */
    padding-left: calc(1.5rem * .5);
    /* margin-right: auto; */
    margin-left: auto;
    transition: var(--easeInTransition);
}


@media (min-width: 320px) {
    .c-container {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .c-container {
        max-width: 540px;
    }
}


@media (min-width: 768px) {
    .c-container {
        max-width: 720px;
    }
}

@media (min-width: 991px) {
    .c-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .c-container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .c-container {
        max-width: 1370px;
    }
}

@media (min-width: 1600px) {
    .c-container {
        max-width: 1580px;
    }
}