@import url('https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&family=Sora:wght@500;800&display=swap');
html,body {
    overflow-x: hidden;
}
body {    
    font-family: 'Sora', sans-serif;
    font-size: 20px;    
    background: #111;
    color: #cfcfcf;
    font-weight: 500;
}
img {
    max-width: 100%;
}
section {
    padding: 80px 0 0;
}
section .section-heading {
    font-size: 50px;    
}
section .section-heading,
.text-heading {
    line-height: 1.5;
    margin-bottom: 30px;
    font-family: 'Sedgwick Ave Display', cursive;
    background: #ff2e00;
    background: linear-gradient(to right, #ff2e00 0%, #FFEB3B 50%, #00ff3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.container {
    position: relative;
    z-index: 2;
}
.text-heading {
    font-size: 55px;   
}
.text-red {
    color: #ff0000;
}
.text-yellow {
    color: #fffe00;
}
.inner {
    margin: 0 180px;
    border-bottom: 3px solid #1ed84f;
    padding-bottom: 30px;
}
.fw-800 {
    font-weight: 800;
}
header {
    padding: 110px 0;    
    background: #000;
    position: relative;
}
header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
header video {
    display: block;
    height: 100%;
    left: 0px;
    object-fit: cover;
    position: absolute;
    top: 0px;
    width: 100%;
}
header .img-wrap {
    position: relative;
    border: 1px solid #fcb808;
    background: #161616;
    padding: 30px;
    border-radius: 12px;
}
header .img-wrap:after {
    content: "";
    background: linear-gradient(98.49deg,#fcb808 -11.31%,#f9075e 76.26%);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-3.98deg);
    transform: rotate(-3.98deg);
    width: 100%;
    z-index: -1;
}
#socials .inner {
    border: none;
}
#socials a {
    display: inline-block;
    width: 60px;
    margin: 0 10px;
}
@media (max-width: 992px) {
    body {
        text-align: center;
    }
    .inner {
        margin: 0;
    }
}
@media (max-width: 576px) {
    body {
        font-size: 16px;
    }
    header {
        padding: 30px 0;
    }
    header .img-wrap {
        margin: 0 20px;
    }
    section {
        padding-top: 30px;
    }
    section .section-heading,
    .text-heading {
        font-size: 32px;
    }
    section .section-heading {
        margin-bottom: 12px;
    }
}