/* TypoGraphy */
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Helvetica Ragular';
	font-weight: normal;
	background: #e1e2dd;
	overflow-x: hidden;
	font-size: 0.83vw;
	color: #000;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	text-decoration: none;
}
p {
	font-size: 0.83vw;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.04vw;
	padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #01a4ec;
}
h1 {
	font-family: 'Helvetica Bold';
    font-weight: bold;
    font-size: 4.32vw;
    line-height: 4.38vw;
    color: #000000;
    margin: 0;
}

a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #03b1e7;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #1A1A1A;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
.container {
    max-width: 93.23vw;
    margin: 0 auto;
    padding: 0 1.56vw;
    width: 100%;
}

/** ================== // HEADER CSS START // ================== **/
.header {
    background: transparent;
    padding: 1.04vw 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    transition: 0.4s;
}
.header.sticy {
    opacity: 0;
    visibility: hidden;
}
.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
    width: 9.38vw;
}

.logo img{
	width: 100%;
}
.section-atf {
    max-width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 11.46vw;
    min-height: 26.04vw;
    position: relative;
}
.section-heading {
    position: relative;
    z-index: 2;
}
.contact-link a {
    font-size: 1.56vw;
    color: #000;
}
.comming-soon-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    mix-blend-mode: exclusion;
}
.sticy-video .comming-soon-video {
	position: fixed;
}
.sticy-video .comming-soon-video video {
    height: 84.5%;
}
.comming-soon-video video {
    width: 78%;
    height: 100%;
    mix-blend-mode: multiply;
    filter: brightness(0.5);
    object-fit: cover;
    object-position: bottom;
}
.section-contact {
    max-width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0;
    min-height: auto;
    position: relative;
}
.smile-video {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 27.08vw;
    height: auto;
    mix-blend-mode: plus-lighter;
    margin: 0 auto;
}
.smile-video video {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    /* filter: brightness(0.5); */
    object-fit: cover;
    object-position: bottom;
}
.contact-social {
    margin-top: 5.65vw;
    position: relative;
    z-index: 3;
}
.contact-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-social ul li {
    font-size: 4.32vw;
    color: #fff;
    letter-spacing: -0.05em;
    font-family: 'Helvetica Bold';
    font-weight: bold;
    position: relative;
    line-height: 1;
    margin: 0 2.08vw;
}
.contact-social ul li::before {
    content: "/";
    margin: 0 0.26vw 0 1.04vw;
    position: absolute;
    right: -2.34vw;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact-social a {
    color: #fff;
}
.contact-social ul li:last-child::before {
	display: none;
}
.footer {
    position: relative;
    z-index: 3;
    text-align: center;
    border-top: 0.05vw solid #fff;
    margin-top: 4.17vw;
    padding: 1.77vw 0;
	background: url('../images/footer-bg-black.avif') no-repeat no-repeat left top;
}
.footer p {
    color: #fff;
    font-size: 0.73vw;
    font-family: 'Helvetica Ragular';
    font-weight: normal;
    margin: 0;
	text-transform: uppercase;
}
.footer p strong{
    font-family: 'Helvetica Bold';
    font-weight: bold;
}
/** ================== // HEADER CSS END // ================== **/

/** ================== // LANDING PAGE ONLY LOGO CSS START // ================== **/
body {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.logo {
    width: 600px;
}
@media (max-width: 1439px) {
	.logo {
	    width: 500px;
	}
}
@media (max-width: 1023px) {
	.logo {
	    width: 45vw;
	}
}

@media (max-width: 575px) {
    .logo {
        width: 80%;
        margin: 0 auto;
    }
}
/** ================== // LANDING PAGE ONLY LOGO CSS END // ================== **/
