* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* outfit font start */
@font-face {
    font-family: "outfit";
    src: url("../fonts/outfit/Outfit-Thin.ttf") format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: "outfit";
    src: url("../fonts/outfit/Outfit-ExtraLight.ttf") format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "outfit";
    src: url("../fonts/outfit/Outfit-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "outfit";
    src: url("../fonts/outfit/Outfit-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "outfit";
    src: url("../fonts/outfit/Outfit-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "outfit";
    src: url("../fonts/outfit/Outfit-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "outfit";
    src: url("../fonts/outfit/Outfit-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "outfit";
    src: url("../fonts/outfit/Outfit-ExtraBold.ttf") format("truetype");
    font-weight: 800;
}

@font-face {
    font-family: "outfit";
    src: url("../fonts/outfit/Outfit-Black.ttf") format("truetype");
    font-weight: 900;
}

/* outfit font end */

/* play font end */

@font-face {
    font-family: "play";
    src: url("../fonts/play/Play-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "play";
    src: url("../fonts/play/Play-Bold.ttf") format("truetype");
    font-weight: 700;
}

/* play font end */

body {
    font-family: "outfit";
    background-color: #ffffff;
}

/* .transparent-bg {
    background-color: transparent;
} */

[class*="flaticon"] {
    display: inline-flex;
    align-items: center;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

/* .text-btn {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.9rem;
    padding: 0.75rem 1.87rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
} */

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "play";
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    transition: all 0.3s ease;
    /* padding: 1rem 0; */
    /* background: #222325; */
    /* background-image: url('../images/header/header-bg.svg'); */
    height: 100px;
    backdrop-filter: blur(45px);
    /* line-height: 118.38px; */
    clip-path: polygon(100% 90%, 18% 90%, 17% 100%, 9% 100%, 8% 90%, 0 90%, 0% 0%, 100% 0);
    background-color: #425d7480;
}

.header.sticky {
    position: fixed;
    top: 0;
}

@media screen and (min-width: 1200px) {
    .header.sticky {
        padding: 0;
    }
}

.header.header-style-one.sticky {
    /* background: linear-gradient(290deg, #ff6a00 -25%, #ee0979 140%); */
    box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
}

.header .main-menu ul {
    display: none;
}

@media screen and (min-width: 992px) {
    .header .main-menu ul {
        display: inline-block;
    }
}

.header .main-menu li {
    display: inline-block;
    position: relative;
}

.header .main-menu li a {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 400;
    position: relative;
    letter-spacing: 2px;
}

.header .main-menu li:not(:last-child)>a {
    margin-right: 65px;
}

.header.header-style-one .main-menu li a {
    color: #ffffff;
}

/* .header.header-style-one .main-menu button:hover {
    border: 2px solid #ff6a00;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.08);
} */
.header.error-page {
    top: 0;
    background: linear-gradient(290deg, #ff6a00 -25%, #ee0979 140%);
}

/* .header .button {
    display: none;
} */

/* @media screen and (min-width: 992px) {
    .header .button {
        margin-left: 0;
    }
} */

/* @media screen and (min-width: 1200px) {
    .header .button {
        margin-right: 0;
    }
} */

/* @media screen and (min-width: 576px) {
    .header .button {
        display: inline-block;
    }
} */

/* .header .button button {
    border: 1.5px solid #ffffff;
} */

/* @media screen and (min-width: 576px) {
    .header .button button {
        padding: 0;
        font-size: 1rem;
        width: 158px;
        height: 50px;
    }
} */

.header .toggler-menu {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0;
    border-radius: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    display: block;
}

@media screen and (min-width: 992px) {
    .header .toggler-menu {
        display: none;
    }
}

.header .toggler-menu span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: auto;
    margin-right: 0;
    background: #ffffff;
    box-shadow: 0px -8px 0 0px #ffffff, 0px 8px 0 0px #ffffff;
}

/*--------------------------------------------------------------
    [ ## Menu ]
--------------------------------------------------------------*/
.header .mobile-menu {
    position: fixed;
    top: 0;
    left: -380px;
    background-color: #3e5c72;
    padding: 0;
    height: 100vh;
    width: 100%;
    max-width: 300px;
    z-index: 1024;
    transition: ease all 0.35s;
    overflow-y: auto;
    box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.05);
}

.header .mobile-menu .menu-header {
    padding: 13px 15px;
}

.header .mobile-menu .close-menu {
    position: absolute;
    right: 3px;
    top: 28px;
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: ease all 0.35s;
}

.header .mobile-menu.is-menu-open {
    left: 0;
}

.header .mobile-menu.is-menu-open .close-menu {
    opacity: 1;
    visibility: visible;
}

.header .mobile-menu .menu {
    background-color: #3c576d;
}

.header .mobile-menu .menu ul {
    display: block;
    padding: 0 1rem;
}

.header .mobile-menu .menu ul li {
    padding: 0;
}

.header .mobile-menu .menu ul li a {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0.5rem 0.8rem 0;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(41, 41, 41, 0.15);
    position: relative;
}

.header .mobile-menu .menu>ul>li:last-child a {
    border-bottom: 0;
}

@media screen and (min-width: 992px) {
    .header .mobile-menu {
        display: none;
    }
}

.header.header-style-one .menu-header {
    background-color: #3e5c72;
}

.header .main-menu li .menu-item-has-submenu {
    margin-right: 0;
}

a#scroll-top {
    display: none;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1560px;
}

.horizon_logo {
    position: relative;
    /* top: 50%;
    transform: translateY(-50%); */
}

.navbar {
    height: 100px;
}

a.btn_white {
    width: 171px;
    height: 43px;
    line-height: 43px;
    background-image: url("../images/header/btn_white.png");
    color: #0a1a24;
    letter-spacing: 2px;
    text-align: center;
}

.main_btn {
    font-size: 14px;
    font-weight: 500;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

/* section one */

.section-welcome {
    z-index: 99;
    overflow: hidden;
    padding: 0 0 50px;
}

.wlc_bg {
    background-image: url("../images/bg/wlc-bg.webp");
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: end;
}

.second_head {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.wlc_head>img {
    padding: 20px 0 30px;
}

.first_para {
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
    letter-spacing: 1px;
}

.second_para {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
}

.wlc_head p {
    width: 60%;
    margin: 0 auto 60px;
}

.wlc_line {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

/* section two */

.section-develop {
    background-image: url(../images/bg/bg-development.webp);
    height: 100vh;
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.develop_head p {
    margin: 20px 350px 100px;
}

.fifth_heading {
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
}

.bg_point img {
    /* background-image: url('../images/section-develop/pacificonis-point.png');
    width: 700px;
    height: 385px; */
    clip-path: polygon(3% 0, 97% 0, 100% 5%, 100% 95%, 97% 100%, 3% 100%, 0 95%, 0 5%);
    width: 100%;
    height: 100%;
}

/* .bg_liedun img {
    background-image: url('../images/section-develop/liedun.png');
    width: 400px;
    height: 385px;
    -webkit-clip-path: polygon(5% 0, 94% 0, 100% 5%, 100% 95%, 94% 100%, 6% 100%, 0 95%, 0 6%);
    clip-path: polygon(5% 0, 94% 0, 100% 5%, 100% 95%, 94% 100%, 6% 100%, 0 95%, 0 6%);
    width: 100%;
} */

.bg_liedun_atville img {
    /* background-image: url('../images/section-develop/atville.png');
    width: 400px;
    height: 385px; */
    -webkit-clip-path: polygon(5% 0, 94% 0, 100% 5%, 100% 95%, 94% 100%, 6% 100%, 0 95%, 0 6%);
    clip-path: polygon(5% 0, 94% 0, 100% 5%, 100% 95%, 94% 100%, 6% 100%, 0 95%, 0 6%);
    width: 100%;
    height: 100%;
}

.m_card h5 {
    position: absolute;
    bottom: 25px;
    left: 30px;
    letter-spacing: 2px;
}

/* .la_main {
    width: 830px;
} */

.bg_point {
    margin-right: 30px;
}

.bg_liedun {
    margin-right: 30px;
}

/* section services start */

.bg_services {
    background-image: url("../images/bg/bg_services.webp");
}

.section-services {
    padding: 235px 0 150px;
    z-index: 99;
}

.service_box p {
    margin: 20px 0 30px;
}

a.btn_red {
    width: 160px;
    height: 43px;
    line-height: 43px;
    background-image: url("../images/section-services/btn_red.png");
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    display: block;
}

.service_card>img {
    width: 100%;
    clip-path: polygon(2% 0, 98% 0, 100% 4%, 100% 96%, 98% 100%, 2% 100%, 0 96%, 0 4%);
}

.ser_width {
    width: 40%;
}

.service_box {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.service_box_bottom {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.corner_cut {
    clip-path: polygon(2% 0, 98% 0, 100% 4%, 100% 96%, 98% 100%, 2% 100%, 0 96%, 0 4%);
}

.mt--50 {
    margin-top: 50px;
}

.mmt--50 {
    margin-top: 50px;
}

.service_card h2 {
    letter-spacing: 2px;
}

.ser_line {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.game_card {
    top: 50px;
}

.s_desk,
.sl_desk {
    display: block;
}

.s_tab,
.sl_tab {
    display: none;
}

.s_mobile {
    display: none;
}

.m_head {
    display: none;
}

/* section makes start */

.bg_makes {
    background-image: url("../images/section-makes/bg_make.png");
    /* height: 1030px; */
}

.section-makes {
    padding: 40px 0;
}

.gra_color {
    background: -webkit-linear-gradient(#f84141, #c90000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.make_main_head>p {
    margin: 28px 0 35px;
}

.s_heading {
    font-size: 20px;
    font-weight: 500;
    font-family: "outfit";
    color: #ffffff;
    text-transform: unset;
    letter-spacing: 1px;
    line-height: 21px;
    display: block;
}

.make_card {
    width: 455px;
    height: 247px;
    position: relative;
    z-index: 99;
}

.make_inner_card {
    padding: 30px;
    background-color: #2A3B4E;
    clip-path: polygon(3% 0, 97% 0, 100% 5%, 100% 95%, 97% 100%, 3% 100%, 0 95%, 0 5%);
    width: 100%;
    height: 100%;
}

.make_card::before {
    content: "";
    position: absolute;
    width: 98%;
    height: 2px;
    background-image: linear-gradient(to right, #f84141, #c90000);
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -1;
}

.make_card::after {
    content: "";
    position: absolute;
    width: 98%;
    height: 2px;
    background-image: linear-gradient(to right, #f84141, #c90000);
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -1;
}

.make_card:hover.make_card::before {
    top: -5px;
    opacity: 1;
    transition: all 0.5s ease;
    width: 94%;
}

.make_card:hover.make_card::after {
    bottom: -5px;
    opacity: 1;
    transition: all 0.5s ease;
    width: 94%;
}



.make_content {
    padding-left: 76px;
}

.make_head>img {
    width: 44px;
    height: 44px;
    margin-right: 15px;
    transition: all 1s ease;
    -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
}
.make_card:hover .make_head>img {
    transition: all 1s ease;
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.make_card_border {
    border-top: 1px solid #ffffff10;
    margin: 19px 0 20px;
}

.make_card p {
    letter-spacing: 0.8px;
    line-height: 21px;
}

/* section skyrocket start */

.section-skyrocket {
    padding: 120px 0 150px;
    z-index: 99;
}

.section-skyrocket::after {
    content: "";
    position: absolute;
    background-image: url("../images/section-skyrocket/sky_line.svg");
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: -1;
}

.bg_sky {
    background-image: url("../images/section-skyrocket/bg_skyrocket.png");
    /* height: 1062px; */
}

.sky_card {
    margin-top: 120px;
}

.sky_head>p {
    margin: 29px 40px 0px;
}

.sky_card span {
    margin: 20px 0;
}

.sky_card p {
    margin: 0px 60px;
    line-height: 21px;
}

/* secton project start */

.section-project {
    padding: 194px 0;
}

.section-project::after {
    content: "";
    position: absolute;
    background-image: url('../images/section-project/project_girl.png');
    bottom: 0;
    width: 441px;
    height: 923px;
    background-repeat: no-repeat;
    right: 400px;
}

/* .section-project>img {
    position: absolute;
    bottom: 0;
    right: 440px;
} */

.bg_project {
    background-image: url("../images/section-project/bg_project.png");
    /* height: 1012px; */
}

.project_head p {
    margin: 30px 100px 80px 0;
}
.project_input>form input::placeholder {
  color: #ffffff90;
}
.project_input>form input {
    /* background-image: url("../images/section-project/bg_input.png"); */
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    background-color: #5E434C;
    clip-path: polygon(2% 0, 98% 0, 100% 22%, 100% 78%, 98% 100%, 2% 100%, 0 78%, 0 22%);
}

.project_input>form>div {
    width: 534px;
    height: 43px;
}

.project_input>form input:focus-visible {
    outline: transparent;
}

.project_checkbox label {
    font-size: 14px;
    font-weight: 100;
    color: #ffffff;
    margin-left: 10px;
}

.project_checkbox input {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    /* background-image: linear-gradient(#F84141, #C90000); */
    background-image: url("../images/section-project/checkbox.svg");
    border-radius: 2px;
    position: relative;
}

.project_checkbox input::after {
    content: "";
    position: absolute;
    background-image: url("../images/section-project/cright.svg");
    width: 7.08px;
    height: 8.05px;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
}

.project_checkbox input[type="checkbox"]:checked::after {
    display: block;
}

.main_check {
    margin-top: 30px;
}

.main_check>.project_checkbox:not(:last-child) {
    margin-bottom: 15px;
}

.project_input>a {
    margin-top: 45px;
}

.project_input .input_dot {
    width: 15px;
    height: 15px;
    background: #572D36;
    clip-path: polygon(56% 0, 100% 47%, 100% 100%, 73% 100%, 0 28%, 0 0);
    position: absolute;
    top: 5px;
    right: 4px;
}

.project_input>form>div:not(:last-child) {
    margin-bottom: 20px;
}

.p_mobile_girl {
    display: none;
}

/* .project_input */

/* section footer start */

.bg_footer {
    background-image: url('../images/section-footer/f_bg.png');
    /* height: 808px; */
}

.section-footer {
    padding: 100px 0 0px;
    z-index: 99;
    overflow: hidden;
}

.footer_logo {
    margin-bottom: 100px;
}

.six_heading {
    font-size: 20px;
    color: #f53d3d;
    text-transform: capitalize;
}

.footer_main>h6 {
    margin-bottom: 20px;
}

.f_menu>li>a {
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
}

.f_menu>li:not(:last-child) {
    margin-bottom: 15px;
}

.f_qr>img {
    margin: 15px 0 53px;
}

.f_social_media {
    margin-top: 20px;
}

.f_social_media>a:not(:last-child) {
    margin-right: 15px;
}

.footer_link {
    margin-bottom: 83px;
}

.f_line>img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.f_mobile {
    display: none;
}

/* .section-footer::after {
    background-image: url('../images/section-footer/f_line.png');
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -89px;
    background-repeat: no-repeat;
    right: 0;
    z-index: -1;
} */

/* section celebs feud start */

.section_feud {
    height: auto;
    /* background-color: #000; */
}

.feud_head {
    position: absolute;
    top: 180px;
    left: 180px;
}

.feud_head>h2 {
    margin: 10px 0 30px;
}

.feud_head>p {
    width: 30%;
    margin-bottom: 40px;
}


/* section creation start */

.section_creation {
    padding: 150px 0 55px;
    z-index: 99;
}

.bg_creation {
    position: relative;
    background-image: url(../images/bg/bg_creation.webp);
    width: 100%;
    /* height: 889px; */
    padding: 120px 0 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.creation_head p {
    margin: 20px auto 80px;
    width: 64%;
}

.c_line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/section-creation/cdot_line.png');
    top: -95px;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: top center;
}


/* center mode slider css - krishna */
.wrapper{
    position: relative;
  }
  /* Default slide */
  .center-slider .slick-slide{
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    opacity: 0.3;
  }
  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.98, 0.8);
    transition: all 0.4s ease-in-out;
  }
  
  
  /* Active center slide (You can change anything here for cenetr slide)*/
  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
     filter: grayscale(0);
     opacity: 1;
  }
  .center-slider .slick-current.slick-active{
    transform: scale(1.1);
     filter: grayscale(0);
     opacity: 1;
  }
  
  .slick-next, .slick-prev{
    z-index: 5;
  }
  .slick-next{
    right: -100px;
  }
  .slick-prev {
    left: -100px;
}
  .slick-next:before, .slick-prev:before{
    font-size: 0px;
  }
  .center-slider .slick-center div {
    height: 100%;
    width: 100%;
  }
  .center-slider .slick-center div > img {
    height: 100%;
    width: 100%;
  }
  .slick-list {
    height: 100%;
}
.slick-center  {
    position: relative;
}
.slick-center::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    background: rgb(201,0,0);
    background: linear-gradient(90deg, rgba(201,0,0,1) 0%, rgba(248,65,65,1) 100%);
    left: -10px;
}
.slick-center::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    background: rgb(201,0,0);
    background: linear-gradient(90deg, rgba(201,0,0,1) 0%, rgba(248,65,65,1) 100%);
    right: -10px;
}


/* Media quiry start */
@media (max-width: 1920px) {
    .ser_line {
       left: -10px;
    }
}
@media (max-width: 1820px) {
    .ser_line {
       left: -50px;
    }
}
@media (max-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }

    .section-services {
        padding: 195px 0px 150px;
    }

    .ser_line {
        left: -85px;
        top: 0;
    }

    .feud_head {
        left: 83px;
    }

    .feud_head>p {
        width: 40%;
    }

    .make_content {
        padding-left: 20px;
    }

    .make_card {
        width: 100%;
        height: 270px;
    }

    .section-skyrocket::after {
        background-position: 50% 85%;
    }

    /* .section-project>img {
        right: 210px;
    } */

    .section-project::after {
        right: 170px;
    }

    .f_line>img {
        bottom: 0px;
        right: -90px;
    }

    .first_para {
        padding-bottom: 5px;
    }

    .header {
        clip-path: none;
    }
}

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

    .container,
    .container-lg,
    .header .container,
    .header .container-lg {
        max-width: 1280px;
    }

    .ser_line {
        left: -80px;
    }

    .feud_head {
        left: 72px;
    }

    /* .section-skyrocket::after {
        background-position: 50% 90%;
    } */

    .sky_card p {
        margin: 0px 20px;
    }

    /* .section-project>img {
        right: 170px;
    } */

    .section-project::after {
        right: 140px;
    }
}

@media (max-width: 1280px) {
    .header .main-menu li:not(:last-child)>a {
        margin-right: 30px;
    }

    .container,
    .container-lg,
    .header .container,
    .header .container-lg {
        max-width: 1200px;
    }

    .develop_head p {
        margin: 20px 280px 100px;
    }

    .ser_line {
        left: -80px;
    }

    .feud_head {
        left: 84px;
        top: 150px;
    }

    .make_content {
        padding-left: 0px;
    }

    .make_card {
        height: 265px;
    }
    .make_inner_card {
        padding: 25px 25px 0;
    }

    .sky_card p {
        margin: 0px 0px;
    }
    .service_box {
       bottom: 30px;
        left: 30px;
    }
    .service_box_bottom {
        bottom: 30px;
        right: 20px;
    }
    .game_card {
        top: 20px;
    }
    .section-services {
        padding: 155px 0px 100px;
    }

    /* .section-project>img {
        right: 130px;
    } */

    .section-project::after {
        right: 100px;
    }
}
@media (max-width: 1200px) {
    .container, .container-lg, .header .container, .header .container-lg {
        max-width: 1170px;
    }
    .ser_line {
        left: -95px;
    }
    .make_card {
        height: 275px;
    }
    .make_card_border {
        margin: 15px 0px 15px;
    }
    .sky_card {
        margin-top: 120px;
        padding: 0 20px;
    }
}

@media (max-width: 1080px) {

    .container,
    .container-lg,
    .header .container,
    .header .container-lg {
        max-width: 1000px;
    }

    .develop_head p {
        margin: 20px 180px 100px;
    }

    .ser_line {
        left: -55px;
        top: 0px;
    }

    .ser_width {
        width: 50%;
    }

    .section-services {
        padding: 135px 0 150px;
    }

    .feud_head {
        left: 118px;
    }

    .feud_head>p {
        width: 45%;
    }

    .make_card {
        height: 320px;
    }

    .make_inner_card {
        clip-path: polygon(5% 0, 95% 0, 100% 4%, 100% 96%, 95% 100%, 5% 100%, 0 96%, 0 4%);
    }

    /* .section-project>img {
        right: 30px;
    } */

    .section-project::after {
        right: 0px;
    }

    .f_line>img {
        right: -70px;
        bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .wlc_bg {
        height: auto;
        padding: 500px 0 100px;
    }
    .section-develop {
      height: auto;
        padding: 100px 0 500px;
    }
    .s_heading {
        font-size: 16px;
       line-height: 20px;
    }
    .first_para {
        font-size: 14px;
    }
    .mmt--50 {
        margin-top: 25px;
    }
    .make_main_head>p {
        margin: 20px 0 25px;
    }
    .second_head {
        font-size: 35px;
        letter-spacing: 4px;
        line-height: 40px;
    }
    .wlc_line {
       top: 40px;
    }
    .make_card {
        height: 280px;
    }
    .section-project {
        padding: 100px 0;
    }
    .section-project::after {
        right: 0px;
        width: 320px;
        height: 750px;
    }
    .ser_line {
        left: -80px;
    }

    .feud_head {
        left: 70px;
        top: 100px;
    }

    /* .section-project::after {
        right: 10px;
    } */

    /* .make_card.mmt--50 {
        height: calc(100% - 25px);
    } */
}

@media (max-width: 991px) {
    section {
        margin-top: -1px;
    }
    .service_card {
        height: 470px;
    }
    .mt--50 {
        margin-top: 30px;
    }
    .wlc_line {
        top: 20px;
    }
    .wlc_bg {
        background-image: url("../images/bg/wlc-bg-tab.webp");
    }
    .bg_creation {
        background-image: url("../images/bg/bg_creation_tab.png");
    }
    .section-develop {
        background-image: url("../images/bg/bg-development-tablet.png");
        padding: 100px 0 300px;
    }
    .sky_card {
        margin-top: 80px;
        padding: 0 30px;
    }
    .section-services {
        padding: 135px 15px 100px;
    }
    .service_box p {
        margin: 10px 0 20px;
    }
   
    .container,
    .container-lg,
    .header .container,
    .header .container-lg {
        max-width: 955px;
    }

    .header {
        clip-path: none;
        height: 80px;
    }

    .navbar {
        height: 80px;
    }

    .horizon_logo {
        position: absolute;
    }

    .develop_head p {
        margin: 20px 100px 100px;
    }

    .fifth_heading {
        font-size: 18px;
    }

    .m_card h5 {
        bottom: 15px;
        left: 20px;
    }

    .ser_width {
        width: 60%;
    }

    .ser_line {
        left: 0px;
    }

    .s_desk,
    .sl_desk {
        display: none;
    }

    .s_tab,
    .sl_tab {
        display: block;
    }

    .ser_width {
        width: calc(100% - 300px);
    }

    .game_card {
        top: auto;
    }

    .service_box_bottom {
        left: 30px;
        right: unset;
    }

    .feud_head {
        left: 80px;
        top: 180px;
    }

    
    .feud_head>p {
        width: 90%;
        margin-bottom: 20px;
    }
    .feud_head>h2 {
        margin: 10px 0 20px;
    }

    .make_img>img {
        width: 286px;
    }

    .make_main_head {
        margin: 50px 0;
    }

    .make_main_head {
        text-align: center;
    }

    .make_card {
            height: 250px;
    }

    .make_inner_card {
        clip-path: polygon(3% 0, 97% 0, 100% 5%, 100% 95%, 97% 100%, 3% 100%, 0 95%, 0 5%);
    }

    /* .make_card.mmt--50 {
        height: calc(100% - 20px);
    } */

    .section-makes {
        padding: 50px 0px;
    }
    .section-skyrocket {
        padding: 70px 0 120px;
        z-index: 99;
    }

    .bg_makes {
        background-image: url("../images/section-makes/bg_makes_tab.png");
    }

    .section-project::after {
        width: 247px;
        height: 745px;
    }

    .section-project {
        padding: 100px 0;
    }

    .bg_project {
        background-image: url("../images/section-project/bg_project_tab.png");
    }

    .section-project::after {
        background-image: url('../images/section-project/project_girl_tab.png');
    }

    .footer_link>.row> :nth-last-child(-n+2) {
        margin-top: 50px;
    }
    .slick-prev {
        left: -50px;
    }
    .slick-next {
        right: -50px;
    }
}
@media (max-width: 820px) {
    .wlc_line {
        top: -70px;
    }
    .f_line>img {
        right: -30px;
    }
    .nft_card {
        position: relative;
        left: 0;
        bottom: initial;
        text-align: center;
        width: 100%;
        padding: 15px 0;
    }
    .nft_card .main_btn {
        margin: 0 auto;
    }  

}
@media (max-width: 768px) {

    .container,
    .container-lg,
    .header .container,
    .header .container-lg {
        max-width: 732px;
    }
   

    .develop_head p {
        margin: 20px 0px 100px;
    }

    .fifth_heading {
        font-size: 14px;
    }

    .m_card h5 {
        bottom: 12px;
        left: 15px;
    }
    .section-makes {
        padding: 50px 0 50px;
    }
    .section-services {
        padding: 130px 0;
    }

    .feud_head>p {
        margin-bottom: 30px;
    }

    .make_card {
        /* height: 270px; */
        /* padding: 20px; */
    }

    .make_card.mmt--50 {
        height: calc(100% - 30px);
    }

    .mmt--50 {
        margin-top: 30px;
    }

    .section-skyrocket {
        padding: 100px 0;
    }

    .sky_head>p {
        margin: 29px 0px 0px;
    }

    
    .sky_card {
        margin-top: 55px;
        padding: 0 15px;
    }
   

    .section-skyrocket::after {
        background-position: 50% 92%;
    }
    .wlc_bg {
        padding: 500px 0 50px;
    }
    .service_card {
        height: 400px;
    }
    .bg_nft.corner_cut {
        clip-path: polygon(4% 0, 97% 0, 100% 4%, 100% 94%, 96% 100%, 4% 100%, 0 94%, 0 4%);
    }
}

@media (max-width: 767.98px) {
    .make_card {
    }

    .make_inner_card {
        clip-path: polygon(3% 0, 97% 0, 100% 10%, 100% 90%, 97% 100%, 3% 100%, 0 90%, 0 10%);
    }

    .mmt--mobile--50 {
        margin-top: 30px;
    }

    .make_card.mmt--mobile--50 {
        height: calc(100% - 30px);
    }

    .section-skyrocket::after {
        background: none;
    }

    .section-skyrocket {
        padding: 50px 0;
    }

    .section-makes {
        padding: 0 0 50px;
    }

    .sky_head>p {
        margin: 20px 0px 0px;
    }

    .sky_card {
        margin-top: 40px;
    }

    .bg_makes {
        background-image: url("../images/section-makes/bg_makes_mobile.png");
    }

    .bg_sky {
        background-image: url("../images/section-skyrocket/bg_skyrocket_mobile.png");
        /* height: 1062px; */
    }

    .section-project {
        padding: 50px 0 0;
    }

    .section-project::after {
        display: none;
    }

    .project_head p {
        margin: 15px 0 50px;
    }

    .project_input>form>div {
        width: 100%;
    }

    .p_mobile_girl {
        display: block;
        margin: 20px auto 0;
    }

    .bg_project {
        background-image: url("../images/section-project/bg_project_mobile.png");
    }
    .f_desk {
        display: none;
    }

    .f_mobile {
        display: block;
    }

    .f_line>img {
        right: 0;
    }
    
}

@media (max-width: 576px) {
    .make_card {
        height: auto;
    }
    section {
        margin-top: -2px;
    }
   
    .bg_nft.corner_cut  {
        /* height: 260px; */
        clip-path: polygon(4% 0, 96% 0, 100% 7%, 100% 89%, 94% 100%, 6% 100%, 0 90%, 0 8%);
    }
    .service_box_bottom {
        bottom: 20px;
        left: 10px;
        /* position: relative; */
    }
    .wlc_bg {
        background-image: url("../images/bg/wlc-bg-mobile.png");
        padding: 450px 0 70px;
    }
    .wlc_line {
        top: 0px;
        width: 250%;
        right: -50px;
    }
    .creation_head p {
        width: 100%;
    }
    .section-develop {
        background-image: url("../images/bg/bg-development-mobile.png");
    }
    /* .f_line>img {
        right: 40px;
    } */
    .bg_creation {
        height: auto;
        padding: 60px 0 650px;
    }
    .slick-prev, .slick-next {
       width: 15px;
        height: 15px;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }

    .second_head {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 28px;
    }

    .wlc_head>img {
        width: 220px;
    }

    .wlc_head p {
        width: 100%;
        margin: 0 auto 37px;
    }

    .first_para {
        font-size: 14px;
    }

    .wlc_head>img {
        padding: 15px 0;
    }

    .develop_head p {
        margin: 15px 0px 40px;
    }

    /* .bg_point {
        width: 100%;
    } */

    /* .bg_liedun_atville {
        width: 48%;
    } */

    .la_main {
        margin-top: 15px;
    }

    .develop_card {
        flex-direction: column;
    }

    .bg_point {
        margin-right: 0px;
    }

    .bg_liedun {
        margin-right: 15px;
    }

    .s_mobile {
        display: block;
    }

    .s_tab {
        display: none;
    }

    .service_card>img {
        clip-path: polygon(6% 0, 94% 0, 100% 4%, 100% 96%, 94% 100%, 6% 100%, 0 96%, 0 4%);
    }

    img.sl_tab {
        display: none;
    }

    .m_head {
        font-size: 20px;
        margin-bottom: 30px;
        display: block;
    }

    .section-services {
        padding: 50px 0;
    }

    .ser_width {
        width: calc(100% - 20px);
    }

    .service_box, .service_box_bottom {
        bottom: 0px;
        left: 10px;
        position: relative;
        padding: 20px 0 40px;
    }
    .service_card {
        height: 100%;
    }
    a.btn_red {
        margin: auto;
    }

    .m_center {
        text-align: center;
    }


    .mt--50 {
        margin-top: 15px;
    }

    .feud_head {
        position: unset;
        text-align: center;
        margin-bottom: 30px;
    }

    .feud_head>p {
        width: 100%;
    }
    .make_inner_card {
        padding: 22px;
    }


    .make_main_head {
        margin: 30px 0;
    }

    .make_main_head>p {
        margin: 20px 0 0;
    }



    .mmt--mobile--50 {
        margin-top: 15px;
    }

    .mmt--50 {
        margin-top: 15px;
    }

    .make_card.mmt--50,
    .make_card.mmt--mobile--50 {
        height: calc(100% - 15px);
    }

    .s_heading {
        font-size: 16px;
    }

    .make_img>img {
        width: 184px;
    }

    .project_input>form>div:not(:last-child) {
        margin-bottom: 15px;
    }

    .project_input a.btn_red {
        margin: 45px 0 0;
    }

    .project_input a.btn_red {
        margin: 28px 0 0;
    }

.play img {
    width: 60%;
}
    
  
}

@media (max-width: 575.98px) {
    .section-footer {
        padding: 70px 0 9px;
        text-align: center;
    }

    .footer_logo {
        margin-bottom: 60px;
    }

    .footer_link>.row> :nth-last-child(-n+2) {
        margin-top: 0px;
    }

    .footer_link>.row> :nth-last-child(-n+3) {
        margin-top: 40px;
    }

    .f_social_media {
        justify-content: center;
    }

    .f_menu>li:not(:last-child) {
        margin-bottom: 10px;
    }

    .f_qr>img {
        margin: 20px 0 40px;
    }

    .bg_footer {
        background-image: url('../images/section-footer/f_bg_mobile.png');
        /* height: 808px; */
    }

    .footer_logo > img {
        width: 152px;
    }

    .f_menu>li>a {
        font-size: 14px;
    }

    .footer_link {
        margin-bottom: 56px;
    }

    .project_checkbox label {
        width: calc(100% - 15px);
    }
}

@media (max-width: 475px) {
   
    .make_inner_card {
        clip-path: polygon(3% 0, 97% 0, 100% 5%, 100% 95%, 97% 100%, 3% 100%, 0 95%, 0 5%);
    }
    /* .f_line>img {
        right: 10px;
    } */
}



.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


