@font-face {
    font-family: "August-Script";
    src: url("../fonts/august-script/AugustScriptBoldfree.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Medium";
    src: url("../fonts/rubik/rubik-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Regular";
    src: url("../fonts/rubik/rubik-regular-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Light";
    src: url("../fonts/rubik/rubik-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Bold";
    src: url("../fonts/rubik/rubik-bold-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Black";
    src: url("../fonts/rubik/rubik-black-webfont.woff") format("woff");
    font-style: normal;
}

.Rubik-Medium {
    font-family: "Rubik-Medium";
}

.Rubik-Regular {
    font-family: "Rubik-Regular";
}

.Rubik-Light {
    font-family: "Rubik-Light";
}

.August-Script {
    font-family: "August-Script";
}

.marvel_wrapper img {
    width: 100%;
    max-width: 100%;
}

@-webkit-keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade_top {
    -webkit-animation-name: fade_top;
    animation-name: fade_top;
}

@-webkit-keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

@keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

.slide_left {
    -webkit-animation-name: slide_left;
    animation-name: slide_left;
}

@-webkit-keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

@keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

.slide_right {
    -webkit-animation-name: slide_right;
    animation-name: slide_right;
}

.marvel_wrapper h1,
.marvel_wrapper h2,
.marvel_wrapper h3,
.marvel_wrapper h4,
.marvel_wrapper h5,
.marvel_wrapper h6,
.marvel_wrapper p {
    margin: 0;
    padding: 0;
    color: #FFFFFF;

}

.marvel_wrapper .banner_section {
    overflow: hidden;
}

.marvel_wrapper .relative {
    position: relative;
}

.marvel_wrapper {
    background-color: #8C2224;
    font-family: "Rubik-Regular";
}

.marvel_wrapper .marron-color {
    color: #8C2224;
}

.marvel_wrapper .black-color {
    color: #000000;
}

.marvel_wrapper .section-padding {
    padding: 110px 0;
}

.marvel_wrapper .section-padding-top {
    padding-top: 110px;
}

.marvel_wrapper .section-padding-bottom {
    padding-bottom: 110px;
}

.marvel_wrapper .marvel_container {
    width: 85%;
    margin: 0 auto;
}

/* .marvel_wrapper .text-align-center {
     text-align: center;
} */
/* .marvel_wrapper .text-uppercase {
     text-transform: uppercase;
} */

.marvel_wrapper h1 {
    font-size: 120px;
    line-height: 1;
}

.marvel_wrapper h2 {
    font-size: 54px;
}

.marvel_wrapper h3 {
    font-size: 34px;
}

.marvel_wrapper p {
    font-size: 20px;
}

.marvel_wrapper p.small_font {
    font-size: 16px;
}

/* Section One CSS Start */

.marvel_wrapper .marvel-section-three,
.marvel_wrapper .marvel-section-one {
    background-image: url("../images/d-1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.marvel_wrapper .sect1-mouse-text p {
    letter-spacing: 5px;
    ;
}

.marvel_wrapper .sect1-mouse-text {
    padding-top: 200px;
    width: fit-content;
}

.marvel_wrapper .marvel-sect1-text {
    position: absolute;
    top: 110px;
    left: 25%;
    transform: translateX(-50%);
}

.marvel_wrapper .section-discription {
    padding-top: 15px;
}

.marvel_wrapper .sect1-keyboard {
    width: 55%;
    margin-left: auto;
}

/* Section One CSS End */

/* Section Two CSS End */

.marvel_wrapper .sect2-title-text {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 85%;

}

.marvel_wrapper .sect2-text {
    width: 28%;
    flex-basis: 28%;
}

.marvel_wrapper .sect2-title {
    width: 30%;
    flex-basis: 30%;
}

/* Section Two CSS End */

/* Section Three CSS Start */

.marvel_wrapper .sect3-icon-container {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 24px;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
}

.marvel_wrapper .sect3-icon {
    width: calc(100% / 6 - 12px);
    flex-basis: calc(100% / 6 - 12px);
}

.marvel_wrapper .sect3-icon-img {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.marvel_wrapper .sect3-icon-img.window-img {
    width: 75%;
}

.marvel_wrapper .sect3-icon-text {
    text-align: center;
}

.marvel_wrapper .sect3-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}

.marvel_wrapper .sect3-os-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    justify-content: start;
    gap: 15px;
    padding-top: 10px;
}

.marvel_wrapper .sect3-content>.sect3-text-1 {
    width: 45%;
    flex-basis: 45%;
}

.marvel_wrapper .sect3-os-img {
    width: 40px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.marvel_wrapper .sect3-keyboard-mouse-img {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: end;

    width: 80%;
    margin: 0 auto;
}

.marvel_wrapper .sect3-keyboard-mouse-img .sect3-keyboard {
    width: 75%;
    flex-basis: 75%;
}

.marvel_wrapper .sect3-keyboard-mouse-img .sect3-mouse {
    width: 15%;
    flex-basis: 15%;
}

/* Section Three CSS End */

/* Section Four CSS Start */

.marvel_wrapper .marvel-section-four {
    background-image: url("../images/d-2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.marvel_wrapper .sect4-text-1 {
    width: 60%;

}

.marvel_wrapper .sect4-keyboard {
    width: 58%;
    margin: -15px auto 0 0;

}

.marvel_wrapper .sect4-text-2 {
    width: 20%;
    position: absolute;
    right: 15%;
    top: calc(10% + 110px);

}

.marvel_wrapper .sect4-mouse {
    width: 80%;
    padding-top: 100px;
}

.marvel_wrapper .sect4-text-3 {
    width: 50%;
    position: absolute;
    right: 7.5%;
    display: flex;
    bottom: 50px;
    gap: 0px;
    align-items: center;
}

.marvel_wrapper .sect4-text-3>div:nth-child(1) {
    flex-basis: 30%;
}

.marvel_wrapper .sect4-text-3>div:nth-child(2) {
    flex-basis: 65%;
}

/* Section Four CSS End */

/* Section Five CSS End */

.marvel_wrapper a, .marvel_wrapper a:hover {
    text-decoration: none;
    color: inherit;
}
.marvel_wrapper .winWithText {
    width: fit-content;
    top: 20%;
    left: 60%;
    transform: translateX(-50%);
    position: absolute;
}

.marvel_wrapper .winWithText h3{
    font-size: 40px;
}

.marvel_wrapper .WinWithImg{
    position: absolute;
    bottom: 50px;
    left: 55%;
    transform: translateX(-50%);
    width: 50%;
}

/* Section Five CSS End */

/* Responsive */

@media only screen and (max-width:1680px) {}

@media only screen and (max-width:1450px) {
    .marvel_wrapper h2 {
        font-size: 48px;
    }

    .marvel_wrapper .sect2-text {
        width: 36%;
        flex-basis: 36%;
    }

    .marvel_wrapper .sect3-icon-container {
        width: 80%;
    }

    .marvel_wrapper .sect4-text-3 {
        width: 58%;
        bottom: 20px;
    }

}

@media only screen and (max-width:1440px) {}

@media only screen and (max-width:1366px) {}

@media only screen and (max-width:1280px) {
    .marvel_wrapper .sect1-mouse-text {
        padding-top: 120px;
    }

    .marvel_wrapper h1 {
        font-size: 95px;
    }

    .marvel_wrapper h3 {
        font-size: 28px;
    }

    .marvel_wrapper .sect2-title-text {
        width: 90%;
        top: 80px;
    }

    .marvel_wrapper .sect2-title-text {
        top: 50px;
    }

    .marvel_wrapper h2 {
        font-size: 36px;
    }

    .marvel_wrapper .sect3-icon-container {
        width: 90%;
    }

    .marvel_wrapper p.small_font {
        font-size: 14px;
    }

    .marvel_wrapper .sect3-keyboard-mouse-img {
        width: 90%;
    }

    .marvel_wrapper p {
        font-size: 18px;
    }

    .marvel_wrapper .sect4-text-3>div:nth-child(1) {
        flex-basis: 25%;
    }

    .marvel_wrapper .sect4-text-3>div:nth-child(2) {
        flex-basis: 75%;
    }

    .marvel_wrapper .winWithText h3 {
        font-size: 35px;
    }

}

@media only screen and (max-width:1152px) {}

@media only screen and (max-width:1024px) {
    .marvel_wrapper .sect1-mouse-text {
        padding-top: 120px;
        width: 70%;
    }

    .marvel_wrapper h3 {
        font-size: 24px;
    }

    .marvel_wrapper h1 {
        font-size: 80px;
    }

    .marvel_wrapper p {
        font-size: 17px;
    }

    .marvel_wrapper .sect3-icon-container {
        width: 100%;
    }

    .marvel_wrapper .sect3-keyboard-mouse-img {
        width: 100%;
    }

    .marvel_wrapper .sect3-keyboard-mouse-img {
        gap: 15px;
        flex-direction: column;
    }

    .marvel_wrapper .sect3-keyboard-mouse-img .sect3-mouse {
        width: 25%;
        flex-basis: 25%;
    }

    .marvel_wrapper .sect3-keyboard-mouse-img .sect3-keyboard {
        width: 100%;
        flex-basis: 100%;
    }

    .marvel_wrapper .sect4-mouse {
        width: 70%;
        padding-top: 40px;
    }

    .marvel_wrapper .sect4-text-2 {
        width: 28%;
        position: absolute;
        right: 7.5%;
        top: calc(10% + 110px);
    }

    .marvel_wrapper .sect4-text-3 {
        width: 63%;
        bottom: 20px;
        right: 3%;
        gap: 10px;
    }

    .marvel_wrapper .sect4-text-3>div:nth-child(1) {
        flex-basis: 30%;
    }

    .marvel_wrapper .sect4-text-3>div:nth-child(2) {
        flex-basis: 68%;
    }

    .marvel_wrapper .WinWithImg {
        bottom: 20px;
    }
}

@media only screen and (max-width:991px) {
    .marvel_wrapper .section-padding {
        padding: 70px 0;
    }

    .marvel_wrapper .section-padding-top {
        padding-top: 70px;
    }

    .marvel_wrapper .section-padding-bottom {
        padding-bottom: 70px 0;
    }

    .marvel_wrapper .marvel-sect1-text {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 90%;
        margin: 0 auto;
    }

    .marvel_wrapper .sect1-mouse-text {
        padding-top: 50px;
        width: 35%;
    }

    .marvel_wrapper .sect1-keyboard {
        width: 95%;
        margin-left: auto;
        margin-top: -110px;
    }

    .marvel_wrapper .sect2-text,
    .marvel_wrapper .sect2-title {
        width: 50%;
        flex-basis: 50%;
    }

    .marvel_wrapper .marvel_container {
        width: 90%;
        margin: 0 auto;
    }

    .marvel_wrapper .sect2-title-text {
        position: relative;
        padding: 50px 0;
        width: 100%;
        top: unset;
        left: unset;
        transform: unset;

    }

    .marvel_wrapper .sect2-title-text {
        flex-direction: column;
    }

    .marvel_wrapper .sect2-title-text h2,
    .marvel_wrapper .sect2-title-text p {
        color: #FFFFFF
    }

    .marvel_wrapper .sect3-icon-container {
        gap: 25px 20px;
        flex-wrap: wrap;
    }

    .marvel_wrapper .sect3-icon {
        width: calc(100% / 3 - 20px);
        flex-basis: calc(100% / 3 - 20px);
    }

    .marvel_wrapper .sect3-content {
        flex-direction: column;
    }

    .marvel_wrapper .sect3-content>.sect3-text-1 {
        width: 100%;
        flex-basis: 100%;
    }

    .marvel_wrapper .sect4-text-1 {
        width: 100%;
    }

    .marvel_wrapper .sect4-text-2 {
        padding: 20px 0;
        width: 90%;
        position: relative;
        right: unset;
        top: unset;
        margin: 0 auto;
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .marvel_wrapper .sect4-text-2>div:first-child {
        flex-basis: 50%;
    }

    .marvel_wrapper .sect4-text-3 {
        width: 90%;
        bottom: unset;
        right: unset;
        gap: 10px;
        position: relative;
        padding-bottom: 70px;
        margin: 0 auto;
    }

    .marvel_wrapper .sect4-mouse {
        width: 25%;
        flex-basis: 25%;
        padding: 0;
    }

    .marvel_wrapper .sect4-keyboard {
        width: 75%;
        position: relative;
        margin: 20px auto 0 0;
    }

    .marvel_wrapper .sect4-keyboard::after {
        content: "";
        position: absolute;
        width: 30%;
        background-color: #FFFFFF;
        height: 2px;
        bottom: 0;
        left: 0;

    }

}

@media only screen and (max-width:767px) {
    .marvel_wrapper .section-padding {
        padding: 50px 0;
    }

    .marvel_wrapper .section-padding-top {
        padding-top: 50px;
    }

    .marvel_wrapper .section-padding-bottom {
        padding-bottom: 50px 0;
    }

    .marvel_wrapper h1 {
        font-size: 64px;
    }

    .marvel_wrapper h3 {
        font-size: 20px;
    }

    .marvel_wrapper .sect1-mouse-text {
        padding-top: 25px;
        width: 55%;
    }

    .marvel_wrapper p {
        font-size: 15px;
    }

    .marvel_wrapper .sect1-keyboard {
        margin-top: -50px;
    }

    .marvel_wrapper .sect2-title-text {
        flex-direction: column;
    }

    .marvel_wrapper .sect2-text {
        padding-top: 15px;

    }

    .marvel_wrapper .sect2-text,
    .marvel_wrapper .sect2-title {
        width: 100%;
        flex-basis: 100%;
    }

    .marvel_wrapper .sect3-icon {
        width: calc(100% / 2 - 20px);
        flex-basis: calc(100% / 2 - 20px);
    }

    .marvel_wrapper .sect4-keyboard {
        width: 100%;
    }

    .marvel_wrapper .sect4-text-2 {
        padding: 0 0 20px 0;
        flex-direction: column-reverse;
    }

    .marvel_wrapper .sect4-mouse {
        width: 40%;
        flex-basis: 40%;

    }

    .marvel_wrapper .sect4-text-3 {
        flex-direction: column;
        width: 90%;
        gap: 15px;
        padding-bottom: 50px;

    }

    .marvel_wrapper .WinWithImg {
        bottom: 12px;
        left: 37%;
        width: 90%;
    }

    .marvel_wrapper .winWithBgImg img,
    .marvel_wrapper .winWithBgImg{
        aspect-ratio: 1;

    }

    .marvel_wrapper .winWithText {
        top: 10%;
        left: 55%;
    }

    .marvel_wrapper .winWithText h3 {
        font-size: 30px;
    }

}

@media only screen and (max-width:600px) {}

@media only screen and (max-width:400px) {}

@media only screen and (max-width:375px) {}