/**
* Template Name: Bootslander - v4.6.0
* Template URL: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: "sf_ui_textbold";
    src: url(https://dev_api.game-consign.com/fonts/SFUIText-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sf_ui_textlight";
    src: url(https://dev_api.game-consign.com/fonts/SFUIText-Light.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sf_ui_textsemibold";
    src: url(https://dev_api.game-consign.com/fonts/SFUIText-Semibold.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sf_ui_textmedium";
    src: url(https://dev_api.game-consign.com/fonts/SFUIText-Medium.ttf);
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #585858;
    text-decoration: none;
}

a:hover {
    color: #585858;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open-Sans", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #585858;
    border-top-color: #d2f9eb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0d0d0d;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #bbbbbb;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

html {
    scroll-behavior: initial;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(1, 4, 136, 0.9);
}
#header.header-transparent {
    background: transparent;
    /* background : linear-gradient(
    270deg,
    rgba(26, 26, 26, 0.5) 0%,
    rgba(26, 26, 26, 0.25) 48.96%,
    rgba(26, 26, 26, 0.1) 100%
  ); */
}
#header.header-scrolled {
    background: #0d0d0d;
    height: 60px;
}
#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}
#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}
#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

.logo img {
    width: 135px;
}

.footer-info-img img {
    width: 135px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 17px;
    font-weight: 600;
    font-family: "Open-Sans", sans-serif;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
/* .navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 30px;
  background-color: #585858;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
} */
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
    visibility: visible;
    width: 25px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #fff;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #0d0d0d;
    transition: 0.3s;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 8px 16px;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #585858;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 125%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }

    .section-title p {
        font-size: 24px;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    #hero .hero-desc {
        padding-top: 50vh !important;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #242a2ceb;
    transition: 1s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px 0;
    background-color: #0d0d0d;
    overflow-y: auto;
    transition: 1s;
}
.navbar-mobile > ul > li > a:before {
    left: 20px;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 12px 24px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    line-height: 135%;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #bbbbbb;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 0 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #0d0d0d;
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #585858;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background: url("../img/herobg-5.webp") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 0 0;
    min-height: 768px;
}
#hero:before {
    content: "";
    background: linear-gradient(
        270deg,
        rgba(0, 0, 0, 0.68) 0%,
        rgba(0, 0, 0, 0.48) 48.96%,
        rgba(0, 0, 0, 0.44) 100%
    );
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
#hero h1 {
    margin: 0 0 40px 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 54px;
    color: #ffffff;
}
#hero h1 span {
    display: block;
}
#hero h2 {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 28px;
    font-size: 16px;
}
#hero .hero-desc {
    z-index: 1;
    padding-top: 200px;
}
.btn-get-started-menu {
    display: inline-block;
    padding: 10px 24px !important;
    border-radius: 100px;
    transition: 0.5s;
    color: #2f2f2f !important;
    background: #ffffff;
    margin-left: 30px;
    font-size: 16px !important;
    line-height: normal;
}
.btn-get-started-menu img {
    margin-right: 10px;
}

.btn-get-started-menu:hover {
    background: #dadada;
}

.btn-get-started {
    font-family: "Open-Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-right: 12px;
    display: inline-block;
    padding: 5px 24px 5px 18px;
    border-radius: 100px;
    transition: 0.5s;
    color: #ffffff;
    background: transparent;
    border: 1px solid;
}

.btn-get-download {
    font-family: "Open-Sans", sans-serif;
    border-radius: 100px;
    font-size: 18px;
    padding: 12px 24px;
    font-weight: 600;
    display: inline-block;
    transition: 0.5s;
    background: #2f2f2f;
    color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.btn-get-started img {
    margin-right: 10px;
}

.btn-get-started:hover {
    background: #dadada;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none !important;
}

.payments .swiper-button-prev {
    top: 30% !important;
    color: #0d0d0d;
}

.payments .swiper-button-next {
    top: 30% !important;
    color: #0d0d0d;
}

.shippings .swiper-button-prev {
    top: 30% !important;
    color: #0d0d0d;
}

.shippings .swiper-button-next {
    top: 30% !important;
    color: #0d0d0d;
}

.testimonials .swiper-button-prev {
    top: 40% !important;
    color: #0d0d0d;
}

.testimonials .swiper-button-next {
    top: 40% !important;
    color: #0d0d0d;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
    @supports (-webkit-touch-callout: none) {
        #hero {
            background: url("../img/hero-bg.png") !important;
            background-size: unset !important;
        }

        .testimonials {
            background: url("../img/cta-bg.webp") !important;
            background-position: unset !important;
            background-size: unset !important;
        }
    }

    .services .services-item h4 {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    .services .services-item p {
        font-size: clamp(10px, 2vw, 12px) !important;
    }
}

@media only screen and (max-width: 992px) and (min-width: 576px) {
    .download .download-butt-sectionon {
        text-align: left !important;
        margin-top: 16px;
    }

    .hero-desc {
        text-align: left;
        margin-bottom: 50px;
    }

    .services .services-item h4 {
        font-size: 40px !important;
    }

    .services .services-item p {
        font-size: clamp(10px, 2vw, 16px) !important;
    }
}

@media (max-width: 991px) {
    #hero {
        padding-top: 80px;
    }
    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }
    #hero .hero-img {
        text-align: right;
        padding: 0px;
    }
    /* #hero .hero-img img {
    max-width: 50%;
  } */
    #hero h2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .services .item-1,
    .item-2,
    .item-3 {
        padding: 16px 10px !important;
    }

    .services {
        padding: 80px 0 40px 0 !important;
    }

    #footer .footer-top h4 {
        margin-bottom: 16px !important;
        line-height: 24px !important;
    }
    #footer .footer-top .footer-links ul a {
        font-size: 14px !important;
    }
    #footer .footer-top .footer-links ul li {
        padding: 7px 0 !important;
    }
    #footer .footer-contact p {
        font-size: 14px !important;
        margin: 0 !important;
        padding: 7px 0 !important;
    }
}

@media (max-width: 575px) {
    #hero .hero-img {
        text-align: center;
    }

    #hero h1 span {
        display: inline-block;
    }

    .logo img {
        width: 100px;
    }

    .hero-desc .text-lg-start {
        text-align: center;
    }

    #hero .hero-img img {
        max-width: auto;
        height: 300px;
        text-align: center;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .team-detail {
        bottom: 16px !important;
        right: 0 !important;
        left: 0 !important;
    }

    .team-detail h4 {
        font-size: 20px !important;
    }

    .team-detail p {
        font-size: 18px !important;
    }

    .team-social a {
        padding: 8px !important;
    }

    .team-social img {
        width: 36px;
        height: 36px;
    }
    .container {
        padding: 0 24px;
    }

    .btn-get-started {
        display: block;
        margin: 16px auto;
        padding: 12px;
    }

    .services h2 {
        font-size: 20px !important;
        line-height: 28px;
        margin: 0 0 48px 0 !important;
    }

    .services .services-item h4 {
        font-size: 36px !important;
    }

    .services .services-item p {
        font-size: 14px !important;
    }

    .services-desc {
        text-align: center !important;
    }

    .section-title p {
        font-size: 20px !important;
    }

    .testimonials .title h2 {
        font-size: 22px !important;
        margin-bottom: 40px !important;
        line-height: 27px;
    }

    #footer .footer-info .footer-info-img {
        margin-bottom: 24px !important;
    }

    #footer .footer-info .footer-info-img img {
        width: 100px;
    }

    #footer .footer-info .footer-info-address h3 {
        font-size: 18px !important;
        margin-bottom: 14px !important;
    }

    #footer .footer-top h4 {
        margin-bottom: 8px !important;
        line-height: 24px !important;
    }
    #footer .footer-top .footer-links ul a {
        font-size: 14px !important;
    }
    #footer .footer-top .footer-links ul li {
        padding: 5px 0 !important;
    }
    #footer .footer-contact p {
        font-size: 14px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #footer .footer-info .footer-info-address {
        margin-bottom: 24px !important;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 24px !important;
    }

    #footer .footer-top .footer-newsletter {
        margin-bottom: 24px !important;
    }

    #footer .footer-top .footer-newsletter img {
        margin-top: 5px !important;
    }

    #footer .footer-contact {
        margin-bottom: 24px !important;
    }

    #footer .footer-social {
        margin-bottom: 24px !important;
    }

    .download {
        padding: 40px 0 !important;
    }
    /* .download .download-box {
    margin-bottom: 40px;
  }
   */

    .download .download-button-section {
        margin-top: 20px !important;
    }

    .download h3 {
        text-align: center !important;
        font-size: 20px !important;
        line-height: 27px !important;
        margin-bottom: 16px !important;
    }
    .download .download-box p {
        font-size: 14px !important;
        text-align: center;
    }
    .download .download-butt-sectionon {
        text-align: center !important;
    }
    .download .download-button .btn-get-started {
        display: inline-block;
    }
    .team .section-title h2 {
        text-align: center;
        font-size: 18px !important;
    }
    .team .section-title p {
        margin-bottom: 16px;
        text-align: center;
    }
    .team .section-title .mini-text {
        font-size: 14px !important;
        text-align: center;
    }

    .team .swiper-pagination {
        margin-top: 15px;
        bottom: 33px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}
@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 80px 0 0 0;
    overflow: hidden;
}

.services {
    padding: 40px 0;
}

.section-bg {
    background-color: #f5f5ff;
}

.section-title {
    padding-bottom: 14px;
}

.section-title h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    line-height: 20px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    color: #2f2f2f;
}

.section-title p {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #777777;
}

.section-title span {
    font-size: 18px;
    font-weight: 400;
    color: #a4a4a4;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #fafaff;
    min-height: 40px;
    margin-top: 80px;
}
@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 64px;
    }
}
.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}
@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    padding: 40px 0 0 0;
}
.about .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #4a4a4a;
    margin-bottom: 15px;
}
.about .icon-box {
    margin-top: 40px;
}
.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #afafaf;
    border-radius: 50px;
    transition: 0.5s;
}
.about .icon-box .icon i {
    color: #585858;
    font-size: 32px;
}
.about .icon-box:hover .icon {
    background: #585858;
    border-color: #585858;
}
.about .icon-box:hover .icon i {
    color: #fff;
}
.about .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}
.about .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}
.about .icon-box .title a:hover {
    color: #585858;
}
.about .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px;
}
.about .video-box {
    background: url("../img/about.png") center center no-repeat;
    background-size: contain;
    min-height: 300px;
}
.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#3f43fd 50%, rgba(63, 67, 253, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}
.about .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(63, 67, 253, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
    border-left: 15px solid #3f43fd;
    transform: scale(20);
}
.about .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f5f5ff;
    transition: ease-in-out 0.3s;
}
.features .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
}
.features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}
.features .icon-box h3 a {
    color: #4a4a4a;
    transition: ease-in-out 0.3s;
}
.features .icon-box h3 a:hover {
    color: #6e6e6e;
}
.features .icon-box:hover {
    background: #ebebff;
}

/*--------------------------------------------------------------
# download
--------------------------------------------------------------*/
.download {
    background: #ffffff;
    padding: 48px 0 60px 0;
    text-align: center;
}
.download .download-box {
    width: 100%;
    position: relative;
}

.download .download-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #4a4a4a;
}
.download .download-box p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #a4a4a4;
}

.download h3 {
    font-size: 28px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 12px;
}

.download .download-button-section {
    margin-top: 32px;
    display: inline-flex;
}

.download .download-button {
    margin: 0 6px;
}
/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.services h2 {
    font-weight: 700;
    font-size: 30px;
    margin: 20px 0 56px 0;
}

.services .services-img {
    /* height: 60px; */
    width: auto;
    height: auto;
    position: relative;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}

.services-desc {
    text-align: left;
    margin: auto;
}

/* .services .item-1 {
  padding: 0 40px 0 0;
}

.services .item-2 {
  padding: 0 40px;
}

.services .item-3 {
  padding: 0 0 0 40px;
} */

.services .services-item h4 {
    font-weight: 900;
    font-size: 46px;
    text-align: left;
    /* font-size: 24px; */
    /* margin: 16px 0 0 0; */
    font-family: "Source Sans Pro", sans-serif;
    position: absolute;
    z-index: 1;
    bottom: 55px;
    left: 26px;
    color: #fff;
    line-height: 50px;
}

.services .services-item p {
    color: #23272a;
    position: absolute;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    font-size: clamp(10px, 2vw, 14px);
    bottom: 0;
    color: #ffffff;
    left: 28px;
    right: 50px;
    text-align: left;
}

/* .services-img::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.48) 48.96%,
    rgba(0, 0, 0, 0.44) 100%
  );
} */

/* .item-3 .services-img::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.48) 48.96%,
    rgba(0, 0, 0, 0.44) 100%
  );
} */

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
    margin-top: 100px;
}
.details .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: #4a4a4a;
}
.details .content ul {
    list-style: none;
    padding: 0;
}
.details .content ul li {
    padding-bottom: 10px;
}
.details .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #585858;
}
.details .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
    padding-top: 80px;
}

.galleryies {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(5, 5vw);
    grid-gap: 20px;
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.gallery__item {
    position: relative;
}

.gallery__item::before {
    content: "";
    background: #0d0d0d8a;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
    border-radius: 12px;
}

.gallery__item:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.gallery__item:hover .gallery-info {
    opacity: 1;
}

.galleryies .gallery-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 6;
}

.gallery__item--2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 4;
}

.gallery__item--3 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 6;
}

.gallery__item--4 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 6;
}

.gallery .gallery-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
}

.gallery .gallery-wrap::before {
    content: "";
    background: #0d0d0d8a;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}
.gallery .gallery-wrap img {
    transition: 1s;
}
.gallery .gallery-wrap .gallery-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gallery-detail {
    position: absolute;
    bottom: 14px;
    left: 16px;
}
.gallery-detail h4 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}
.gallery-detail p {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    padding: 0;
    margin: 0;
}
.gallery .gallery-wrap .gallery-links {
    text-align: center;
    z-index: 4;
}
.gallery .gallery-wrap .gallery-links a {
    color: #fff;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}
.gallery .gallery-wrap .gallery-links a i {
    font-size: 24px;
    line-height: 0;
}
.gallery .gallery-wrap .gallery-links a:hover {
    background: #dadada;
}
.gallery .gallery-wrap:hover img {
    transform: scale(1.1);
}
.gallery .gallery-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.gallery .gallery-wrap:hover .gallery-info {
    opacity: 1;
}
.gallery .gallery-wrap:hover .gallery-info::before {
    top: 15px;
    left: 15px;
}
.gallery .gallery-wrap:hover .gallery-info::after {
    bottom: 15px;
    right: 15px;
}

/* .gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
} */

.gallery .swiper-pagination {
    position: relative !important;
    margin-top: 32px;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #dadada;
    opacity: 1;
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2f2f2f;
}

/*--------------------------------------------------------------
# Payment
--------------------------------------------------------------*/
.payments .payment-slider .swiper-slide img {
    transition: 0.3s;
}

.payments .payment-slider .swiper-pagination {
    margin-top: 24px;
    position: relative;
}
.payments .payment-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #dadada;
    opacity: 1;
}
.payments .payment-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2f2f2f;
}

/*--------------------------------------------------------------
# Shipping
--------------------------------------------------------------*/
.shippings .shipping-slider .swiper-slide img {
    transition: 0.3s;
}

.shippings .shipping-slider .swiper-pagination {
    margin-top: 24px;
    position: relative;
}
.shippings .shipping-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #dadada;
    opacity: 1;
}
.shippings
    .shipping-slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #2f2f2f;
}
#shipping {
    padding-bottom: unset !important;
}

/*--------------------------------------------------------------
# Swiper Slider
--------------------------------------------------------------*/
.swiper-pagination-bullet-active {
    border-radius: 100px;
    width: 20px !important;
    height: 8px !important;
}

.background-swiper {
    background: #f3f3f3;
    height: 168px;
    padding-top: 40px;
}

.gallery .img-fluid {
    border-radius: 12px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 120px 0;
    background: url("../img/cta-bg.webp") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
/* .testimonials::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.48) 48.96%,
    rgba(0, 0, 0, 0.44) 100%
  );
} */
.testimonials .title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 80px;
}
.testimonials .section-header {
    margin-bottom: 40px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}
.testimonials .testimonial-item {
    background: #ffffff;
    color: #505050;
    padding: 24px;
    border-radius: 12px;
    margin: 0 20px;
    min-height: 186px;
}
.testimonials .testimonial-item .testimonial-img {
    width: 48px;
    border-radius: 50%;
    margin: 0 auto;
}
.testimonials .testimonial-item h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
    color: #a4a4a4;
}
.testimonials .testimonial-item h4 {
    font-size: 16px;
    color: #505050;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 16px;
}

.testimonials .testimonial-detail {
    margin: 24px 0 0 0;
}

.testimonials .testimonial-detail div {
    padding: unset;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.4);
    font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}
.testimonials .testimonial-item p {
    margin: unset;
    font-size: 16px;
    color: #505040;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #585858;
}

.testimonials
    .testimonials-slider
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #909090;
    opacity: 1;
}
.testimonials
    .testimonials-slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

@media (min-width: 1024px) {
    .testimonials {
        background-attachment: fixed;
    }
}
@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 100%;
        height: 66px;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
}

.team .team-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
}
.team .team-wrap::before {
    content: "";
    background: #0d0d0d8a;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}
.team .team-wrap img {
    transition: 1s;
}
.team .team-wrap .team-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.team-detail {
    position: absolute;
    bottom: 14px;
    left: 16px;
}
.team-detail h4 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}
.team-detail p {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    padding: 0;
    margin: 0;
}
.team .team-wrap .team-links {
    text-align: center;
    z-index: 4;
}
.team .team-wrap .team-links a {
    color: #fff;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}
.team .team-wrap .team-links a i {
    font-size: 24px;
    line-height: 0;
}
.team .team-wrap .team-links a:hover {
    background: #dadada;
}
/* .team .team-wrap:hover img {
  transform: scale(1.1);
} */
.team .team-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.team .team-wrap:hover .team-info {
    opacity: 1;
}

.team-social {
    visibility: hidden;
    text-align: center;
    margin-top: 12px;
}

.team-social a {
    padding: 4px;
}

.team .team-wrap:hover + .team-social {
    visibility: visible;
}
.team .team-wrap:hover .team-info::before {
    top: 15px;
    left: 15px;
}
.team .team-wrap:hover .team-info::after {
    bottom: 15px;
    right: 15px;
}

.team .section-title .mini-text {
    font-size: 18px;
    color: #a4a4a4;
    margin-top: 17px;
}

.team .about-crew {
    margin: auto auto auto 0;
}

.team .swiper-pagination {
    position: relative;
    margin-top: 15px;
}

.team .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2f2f2f;
}

/* Portfolio */
.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
}
.portfolio .portfolio-wrap::before {
    content: "";
    background: #0d0d0d8a;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}
.portfolio .portfolio-wrap img {
    transition: 1s;
}
.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.portfolio-detail {
    position: absolute;
    bottom: 14px;
    left: 16px;
}
.portfolio-detail h4 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}
.portfolio-detail p {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    padding: 0;
    margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 24px;
    line-height: 0;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #dadada;
}
.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}
.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #0d0d0d;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}
#footer .footer-top {
    padding: 70px 0 30px 0;
}
#footer .footer-top .footer-info {
    margin-bottom: 15px;
    color: #fff;
}

#footer .footer-info .footer-info-img {
    margin-bottom: 50px;
}

#footer .footer-info .footer-info-address {
    margin-bottom: 40px;
}

#footer .footer-info .footer-info-address h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}

#footer .footer-info .footer-info-address p {
    font-size: 16px;
    font-weight: 400;
}

#footer .footer-contact {
    margin-bottom: 40px;
}

#footer .footer-contact p {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

#footer .footer-social {
    margin-bottom: 40px;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    margin-right: 12px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #585858;
    color: #fff;
    text-decoration: none;
}
#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-bottom: 16px;
    line-height: 135%;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 135%;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #bbbbbb;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
    display: inline-block;
    font-size: 16px;
    line-height: 135%;
    font-weight: 600;
}

#footer .footer-top .footer-links ul a:hover {
    color: #ffffff;
}
#footer .copyright {
    text-align: center;
}
#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}
