/*
[Table of contents]
 
1. root variable
2. Common styles
3. Full css view

*/
/*==============================
	Fonts
==============================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap');
@font-face {
    font-family: 'ImpactCustom';
    src: url('./impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
iframe,
table,
nav,
header,
footer,
body,
menu,
button {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.5;
}

*,
after,
before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: #1c6dc7;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

html,
body {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
}

::selection {}

p {
    font-weight: 300;
}

:focus {
    /* outline: 1px dotted;
  outline-offset: -4px;
  border-radius: 15px; */
}

img.lazy {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

img.loaded {
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 0px 0;
    color: white;
}

.onnlink {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
}

img {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: middle;
}

/*==============================
	Common styles
==============================*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

div {
    transition: all ease 0.5s;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    background-color: #fff;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}


.comming_area {
    height: 100dvh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.comming_area .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.comming_area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);

    z-index: 1;
}

.comming_area::after {
    position: absolute;
    content: "The Juggling Club";
    color: rgba(255, 255, 255, 0.18);
    font-family: "Space Grotesk";
    font-size: 122px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 1;
    bottom: -42px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, 0%);
}

.commen_inner {
    position: relative;
    z-index: 2;
    padding: 71px 0;
}

.commen_inner .logo {
    width: 120px;
}

.commen_inner .content {
    padding-top: 90px;
}

.commen_inner .content span {
    color: #FF073A;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 8px 15px 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: rgba(251, 251, 251, 0.22);
}

.commen_inner .content h1 {
    color: #FFF;
        font-family: 'ImpactCustom', sans-serif;

    font-size: 192px;
    font-style: normal;
    font-weight: 400;
    line-height: 193.6px;
    text-transform: uppercase;
    margin: 15px 0;

}

.commen_inner .content p {
    color: rgba(255, 255, 255, 0.80);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    max-width: 569px;
}



/*---------------- responcive css start ---------------- */ 

@media screen and (max-width: 1450px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1350px) {}

@media screen and (max-width: 1300px) {}


@media screen and (max-width: 1250px) {

    .commen_inner .content h1{
            font-size: 162px;
                    line-height: 163.6px;
    }
    .comming_area::after{
            font-size: 100px;
                    bottom: -33px;
    }
}


@media screen and (max-width: 1200px) {}


@media screen and (max-width: 1150px) {}


@media screen and (max-width: 1100px) {}


@media screen and (max-width: 1098px) {}


@media screen and (max-width: 992px) {
      .commen_inner .content h1{
            font-size: 120px;
            line-height: 121.6px;
    }
    .comming_area::after{
            font-size: 80px; 
          bottom: -26px;
    }
}


@media screen and (max-width: 768px) {
        .commen_inner .content h1{
            font-size: 80px;
            line-height: 90px;
                margin: 15px 0 2px;
    }
    .comming_area::after{
            font-size: 50px;
           bottom: -18px;
    }
}


@media screen and (max-width: 550px) {
    .commen_inner .content span{
        font-size: 14px;
                letter-spacing: 4px;
    }
        .commen_inner .content h1 {
            font-size: 65px;
        line-height: 75px;
        margin: 15px 0 2px;
    }
     .comming_area::after{
            font-size: 40px;
            bottom: -16px;
    }
    .commen_inner .content {
    padding-top: 0;

}
.commen_inner .content p{
    font-size: 14px;
    line-height: 22px;
}
    .commen_inner {
        padding-left: 30px;
        padding-right: 30px;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
.commen_inner .logo {
    width: 100px;
}

.comming_area .container{
    height: 100%;
}
}


@media screen and (max-width: 450px) {
           .commen_inner .content h1 {
            font-size: 53px;
        line-height: 58px;
        margin: 12px 0 2px;
    }
           .commen_inner .content span {
        font-size: 12px;
        letter-spacing: 3px;
    }
     .comming_area::after{
            font-size: 30px;
            bottom: -10px;
    }
        .commen_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 375px) {
        .commen_inner .content h1 {
  font-size: 48px;
        line-height: 54px;
        margin: 12px 0 2px;
    }
           .commen_inner .content p{
        max-width: 100%;   
        }
            .commen_inner .content span {
        font-size: 11px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 325px) {}




