@import url('https://fonts.googleapis.com/css2?family=Knewave&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanalei+Fill&display=swap');


@font-face {
    font-family: 'ActayWide';
    src: url(/assets/Fonts/ActayWide-Bold.otf);
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, transparent, #a70b0b, transparent);
    /* outline: 1px solid #c81414; */
}

html,
body {
    overflow-x: hidden !important;
}

@font-face {
    font-family: 'Mijju';
    src: url(/assets/Fonts/miju.otf);
}

.row {
    margin: auto;
}

h1,
h2 {
    font-family: 'Mijju' !important;
    margin-bottom: 20px !important;
    text-transform: capitalize !important;
}

span {
    color: #fff;
}

h1 span,
h2 span,
h3 span,
.section-title h2 span,
.text-wrapper h2 span {
    background: linear-gradient(#c81414, #a70b0b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

h4.forange {
    color: #fff;
}

h3,
h4 {
    font-family: "ActayWide" !important;
    margin-bottom: 20px !important;
    text-transform: capitalize !important;
    /* color: #fff !important;  */

}

body {
    scroll-behavior: smooth !important;
}

html body p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

h1 {
    font-size: 62px !important;
    line-height: 72px !important;
}

h2 {
    font-size: 52px !important;
    line-height: 62px !important;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 22px !important;
    line-height: 32px !important;
}

h5 {
    font-size: 18px !important;
    line-height: 25px !important;
    text-transform: capitalize !important;
    /* color: #fff !important; */
    font-family: 'ActayWide' !important;
}

.text-wrapper h5 {
    color: #fff;
}

p,
a,
ul li,
ol li,
.form-label {
    font-family: "Poppins" !important;
}

.fancybox-inner,
.fancybox-bg {
    z-index: -9;
}

.get-quote-buttons ul li a {
    background: #a70b0b;
    padding: 18px 10px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
}

.get-quote-buttons ul li {
    list-style: none;
    margin: 0px 10px 0px 0px;
}

.get-quote-buttons ul {
    display: flex;
    justify-content: end;
}

.row {
    align-items: center;
}

body {
    background-color: #03071e !important;
}

html body h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

h5 {
    margin-bottom: 0 !important;
}

h5 span {
    font-family: Poppins !important;
}

html body p {
    color: #fff;
}

a.bton:hover,
button.bton:hover {
    transform: translateY(-5px) !important;
    color: #fff !important;
}

a.bton:hover:before,
button.bton:hover:before {
    height: 100%;
}

#text-banner a.bton::before,
#text-banner button.bton::before {
    background: linear-gradient(45deg, #ddd -50%, #03071e 40%);
}

a.bton::before,
button.bton::before {
    background: linear-gradient(#c81414, #a70b0b);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0px;
    width: 100%;
    transition: 0.5s;
    z-index: -1;
}

/* Default state: Transparent background */
.navbar {
    background-color: transparent !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Scrolled state: White background */
.navbar.scrolled {
    background-color: #03071e !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Optional shadow for better visibility */
}

.main-banner .heading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -14%);
    transition: 0.5s;
    width: 100%;
    pointer-events: none;
}

.main-banner .abs-lft {
    position: absolute;
    left: 16%;
    bottom: 16%;
    width: 7%;
    animation: move-side 5s infinite;
}

.cicle-img {
    display: none;
}

.main-banner .abs-ryt {
    position: absolute;
    right: 23%;
    top: 20%;
    width: 4%;
    animation: 2000ms move-side infinite linear;
}

.main-banner .ban-img img {
    width: 70%;
    display: table;
    margin: -170PX auto -30PX;
    animation: 2000ms move-up infinite;
    animation: shadow 5s infinite;
}

@keyframes shadow {
    0% {
        filter: brightness(1);
        transform: translateY(0px);
    }

    50% {
        filter: brightness(0.8);
        transform: translateY(-10px);
    }

    100% {
        filter: brightness(1);
        transform: translateY(0px);
    }
}

.main-banner .heading img {
    width: 50%;
    display: table;
    margin: auto;
    animation: spin 55s infinite linear;
}

@keyframes move-side {
    0% {
        transform: translatex(0px);
    }

    25% {
        transform: translatex(-5px);
    }

    50% {
        transform: translatex(-10px);
    }

    75% {
        transform: translatex(-5px);
    }

    100% {
        transform: translatex(0px);
    }
}

.main-banner .cicle-img {
    position: absolute;
    left: 8%;
    top: 20%;
    animation: spin 5s infinite alternate-reverse;
    width: 15%;
}

.main-banner {
    background-image: url(/assets/images/1152.jpg);
    background-size: cover;
    background-position: center;
    padding: 360px 0px 0PX;
    position: relative;
    overflow: hidden;
}

#home-banner::before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #a70b0b, #c81414);
    width: 1090px;
    height: 210px;
    right: -320px;
    bottom: -40px;
    transform: rotate(-5deg);
    border-radius: 71% 29% 19% 81% / 65% 55% 45% 35%;
    box-shadow: 0px 0px 40px #0a0e1f6b;
    border: 10px solid #fff;
}

#home-banner {
    background: url(/assets/images/banner-home-bg-idea1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0px 100px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#home-banner .moving-banner-item {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: -1;
    transition: 0.5s;
}

#home-banner img.main-img {
    width: 98%;
    transition: 0.5s;
    margin-bottom: -140px;
    z-index: 1;
    animation: MoveUpMoveDown 5s infinite;
}

@keyframes MoveUpMoveDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

#rightbottom-shape,
#leftbottom-shape,
#lefttop-shape,
#righttop-shape {
    position: absolute;
}

h5.sub-heading {

    font-size: 22px !important;
    line-height: 32px !important;
}

a.bton {
    background: transparent !important;
    border: 2px solid #fff;
    border-radius: 5px !important;
    padding: 12px 34px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
    font-family: "Poppins" !important;
    text-transform: capitalize;
}

.control-group.clearfix input.submit-btn {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    font-family: "Poppins" !important;
}

input::placeholder {
    text-transform: capitalize !important;
}

a.bton i,
button.bton i {
    margin-right: 10px;
    font-size: 18px;
}

button.bton {
    background: transparent !important;
    border: 2px solid #fff;
    border-radius: 5px !important;
    padding: 12px 34px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 0px;
    position: relative;
    margin-right: 8px;
    font-family: "Poppins" !important;
    text-transform: capitalize;
}

#righttop-shape {
    width: 11%;
    top: 250px;
    right: 70px;
    animation: zoomInZoomOut 5s infinite;
}

textarea.form-control {
    min-height: calc(8.5em + .75rem + calc(var(--bs-border-width)* 2)) !important;
}

input,
optgroup,
select,
textarea {
    border: 2px solid rgb(144 142 142) !important;
    border-radius: 8px !important;
    background-color: rgb(235, 235, 235) !important;
    width: 100%;
    color: #03071e;
    margin-bottom: 10px !important;
    padding: 10px 10px !important;
}



#lefttop-shape {
    width: 9%;
    left: 50px;
    top: 230px;
    animation: zoomInZoomOut 5s infinite;
}

#leftbottom-shape {
    width: 520px;
    left: -270px;
    bottom: -230px;
    transform: rotate(-28deg);
}

video {
    width: 100%;
}

a {
    text-decoration: none !important;
    color: #fff !important;
    transition: 0.5s;
}

label {
    color: #ccc;
}

h2 {
    color: #fff !important;
}


.popupform-main {
    animation: 3s ease-out 0s 1 slideInFromLeft;
}

@keyframes slideInFromLeft {
    0% {
        transform: translatex(100%);
    }

    100% {
        transform: translatex(0);
    }
}

/* header CSS */

a#right-bton {
    padding: 12px 12px;
}

a#left-bton {
    padding: 12px 20px;
}

a.dropdown-item:hover {
    background: linear-gradient(45deg, #c81414, #a70b0b);
    color: #fff !important;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top {
    background-color: transparent !important;
    padding: 20px 0;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999999999;
}

.request-quote {
    display: flex;
    align-items: center;
}

.footer-section p {
    text-align: center;
}

.copyright p {
    margin-bottom: 0;
}

.copyright {
    padding: 15px 0px;
}

a.navbar-brand {
    width: auto;
    height: 55px;
    display: flex;
    align-items: center;
}

a.navbar-brand img {
    height: 100%;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0px 2px 8px rgba(167, 11, 11, 0.35));
}

ul.navbar-nav li a {
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
}

.request-quote a {
    display: flex;
}

ul.dropdown-menu.show {
    background: #fff;
}

section.header {
    background: #03071e;
}

ul.navbar-nav li a.dropdown-item {
    color: #03071e !important;
}

.text-wrapper {
    margin-bottom: 50px;
}

ul.right-menu li {
    display: inline-block;
}

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


@keyframes Run {
    0% {
        transform: translateX(0);
    }

    100%,
    0% {
        transform: translateX(-20px);
    }
}

@keyframes zoomInZoomOut {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.08, 1.08);
        filter: drop-shadow(0px 0px 20px #03071e);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes MoveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}


@keyframes MoveLeftRight {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateX(-20px);
    }
}



/* about-us 2 CSS */


#about-us-2 h2 {
    font-size: 52px !important;
    line-height: 62px !important;
}

#about-us-2 .img-bg {
    position: relative;
}

#about-page #about-us-2 .img-bg::before {
    content: "20 Years of Experience";
    background: linear-gradient(45deg, #a70b0b, #c81414);
    font-size: 32px;
    font-family: 'ActayWide';
    padding: 10px 30px;
    line-height: 70px;
    border-radius: 50px 0px 0px 50px;
    position: absolute;
    bottom: -440px;
    right: 0;
    box-shadow: inset 1px 1px 20px #000;
    border-right: 4px solid #ccc;
    transition: 0.5s;
    z-index: 1;
}

#about-us-2 .img-bg img {
    width: 80%;
    float: right;
    border-radius: 22px 0px 0px 22px;
    animation: MoveUpDown 5s linear infinite;
    z-index: 999;
    position: relative;
}

#about-us-2 ul li {
    font-size: 18px;
    line-height: 38px;
}

#about-us-2 ul li::marker {
    color: #a70b0b;
}

#about-us-2 ul {
    column-count: 2;
    margin: 30px 0;
}

#about-us-2 {
    padding: 80px 0;
    color: #fff;
}




#marketing-section {
    background: #03071e;
    text-align: center;
    padding: 80px 0px 120px 0px;
    position: relative;
    z-index: 1;
}

#marketing-section img.moving-banner-item {
    width: 90%;
    height: 90%;
    position: absolute;
    bottom: 00px;
    left: 0px;
    z-index: -1;
    transition: 0.1s;
}

#marketing-section img.main-img {
    margin-bottom: 30px;
    animation: MoveUpDown 5s infinite;
}



/* About PAge CSS */


/* feature section css */


#about-feature .feature-parent h3 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px !important;
}

#about-feature .feature-parent p {
    color: #fff;
    min-height: 80px;
    font-size: 14px;
    line-height: 24px;
}

#about-feature .feature-parent i {
    font-size: 52px;
    margin-bottom: 20px;
    color: #fff;
}

#about-feature .feature-parent.active {
    transform: scale(1.3);
    background: linear-gradient(180deg, #a70b0b, #c81414);
    z-index: 99;
    box-shadow: inset 0px 0px 20px #03071e;
}

#about-feature .feature-parent {
    background: #000;
    padding: 30px 60px;
    z-index: 9;
    position: relative;
    border-radius: 6px;
    box-shadow: inset 0px 10px 50px #03071e;
}

#about-feature {
    padding: 0px 0px 60px;
    margin-top: -80px;
}


/* progress -card-section css */


#work-progress {
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(/assets/images/progress-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

#work-progress::before {
    content: "";
    position: absolute;
    background: #03071e;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: -1;
}

#work-progress .progress-parent {
    background: linear-gradient(45deg, #c81414, #a70b0b);
    padding: 70px 30px;
    border-radius: 12px;
    position: relative;
    margin: 0px 30px;
    box-shadow: 0px 0px 0px #ccc;
    overflow: hidden;
}

#work-progress .slick-list.draggable {
    padding-top: 60px !important;
}

#work-progress .progress-parent i {
    font-size: 40px;
    margin-bottom: 10px;
    background: #03071e;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid transparent;
}

#work-progress .progress-parent i.bad {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(300px, -300px);
    transition: 2s;
    opacity: 0.8;
    background: unset;
    width: 0;
    height: 0;
    font-size: 120px;

}

#work-progress .progress-parent:hover i.bad {
    transform: translate(-300px, 300px);
}

#work-progress .progress-parent:hover i.good {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

#work-progress .progress-parent h3 {
    margin: 0 !important;
    min-height: 80px;
}

#work-progress .container-fluid::before {
    content: "";
    position: absolute;
    border: 2px dashed #ffffff;
    width: 110%;
    top: 65%;
    left: -60px;
}

#work-progress .up {
    transform: translateY(-60px);
}

#work-progress .container-fluid {
    position: relative;
    padding: 0;
}






/* about us css */
#about-us li::marker {
    color: #ffffff;
}

#about-us .img-wrapper:after {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    top: -20px;
    left: -20px;
    z-index: -1;
    animation: spin 6s infinite;
    border: 15px solid #fff;
    border-radius: 56% 44% 51% 49% / 49% 56% 44% 51%;
    filter: drop-shadow(2px 4px 6px black);
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(360deg);
    }

    0% {
        transform: rotate(0);
    }
}

.feature-item img {
    margin-bottom: 12px;
}

#about-us .right-col-img {
    width: 14%;
    filter: invert(1);
}

#about-us h3 {
    color: #ffffff;
    font-size: 32px;
    line-height: 36px;
}

#about-us .about-feature {
    margin-top: 50px;
}


#about-us .left-col-img {
    width: 80%;
    border: 4px solid #fff;
    border-radius: 56% 44% 51% 49% / 49% 56% 44% 51%;
}

#about-us::before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/cta-after.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 250px;
    right: -10px;
    top: 70px;
    /* animation: MoveRight 6s infinite; */
}

@keyframes MoveRight {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateX(250px)rotate(-40deg)translateX(110px);
    }
}
/* .spacing__x.top:before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/thor-gd.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 220px;
    height: 220px;
    left: 10px;
    top: 20px;
    z-index: 99;
} */

section {
    position: relative;
}

/* #contact::after {
    content: "";
    position: absolute;
    background-image: url(/assets/images/kakas.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 250px;
    height: 380px;
    left: 0;
    top: -90px;
} */

@keyframes MoveLeft {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateX(-250px)rotate(40deg)translateX(-110px);
    }
}

#about-us {
    padding: 100px 0;
    position: relative;
}



#about-us .img-wrapper {
    position: relative;
}

#about-us .img-wrapper img {
    border-radius: 50%;
    width: 80%;
}

#about-us .feature-item h4 {
    color: #fff;
}


/* Service banner */


#service-home-banner {
    background-image: url(/assets/images/neee.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    /* padding: 210px 0 240px; */
    position: relative;
    background-size: 100% 100%;
    display: flex;
    height: 700px;
    align-items: center;
}
/* #service-home-banner:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
} */
 #service-home-banner .links-btn.d-flex {
    justify-content: center;
}
#service-home-banner .text-wrapper {
    margin: 0;
}

#service-home-banner .text-wrapper h1 {
    font-size: 92px !important;
    line-height: 102px !important;
    margin: 0;
    text-transform: capitalize !important;
    position: relative;
}
section#service-home-banner p {
    position: relative;
}

#service-home-banner .lft-anm {
    position: absolute;
}

#service-home-banner .ryt-anm {
    position: relative;
}

#service-home-banner .lft-anm img {
    width: 30%;
}

#service-home-banner .lft-anm {
    position: absolute;
    left: 90px;
    top: 180px;
    animation: shadow 5s infinite;
}

#service-home-banner .ryt-anm img {
    position: absolute;
    top: -280px;
    right: -230px;
    width: 45%;
    animation: shadow 5s infinite;
    transform: rotate(40deg) !important;
}




#inner-page-content {
    padding: 80px 0;
}



/* services */

section.solution-sec-wrap {
    padding: 100px 0px 20px 0;
    position: relative;
}

.solution-sec-wrap::before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/cta-before.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    /* animation: MoveLeft 5s infinite; */
}

.solution-sec-wrap .container-fluid {
    background: linear-gradient(45deg, #c81414 30%, #a70b0b 50%);
    border-radius: 10px;
    padding: 60px 100px;
    background-attachment: fixed;
}

@keyframes flash {

    0% {
        filter: brightness(0.1);
        transform: scale(0.95)rotate(15deg);
    }


    50% {
        filter: brightness(1);
        transform: rotate(0deg)scale(1);
    }

    100% {
        filter: brightness(0.1);
        transform: scale(0.95)rotate(15deg);
    }
}

.award-inner-content.aos-init h3 {
    font-family: 'Hanalei Fill' !important;
    font-size: 44px;
    line-height: 54px;
    color: #fff;
}

.section-title h5 {
    color: #fff;
}

#services .service-detail h3 {
    color: #fff !important;
    font-size: 38px;
    line-height: 48px;
    text-shadow: 0px 0px 10px #03071e;
}

#services .section-title {
    margin-bottom: 50px;
    text-align: center;
}

#services {
    padding: 100px 0;
    position: relative;
}

.service-detail {
    text-align: center;
    position: absolute;
    opacity: 0;
}

#services .img-bg {
    overflow: hidden;
    border-radius: 12px;
    border: 4px solid #fff;
}

.service-detail img {
    width: 45%;
    display: table;
    margin: 0 auto 10px;
    filter: drop-shadow(2px 4px 4px #03071e);
}

.service-item {
    overflow: hidden;
}

#services #inner-row {
    margin-bottom: 40px;
}

#services .service-item:hover .img-bg:before {
    width: 100%;

}

section#banner-service-page .text-wrapper {
    margin: 0;
}


.popupform-main h2 {
    color: #03071e !important;
    font-size: 40px !important;
    line-height: 50px ! IMPORTANT;
}

.pop-amz-new-side-1 h2 span {
    color: #fff;
}

.pop-form-amz-new strong {
    color: #c81414;
}

.popupform-main.active:before,
.popupform-main.active:after {
    width: 10%;
}

.popupform-main:before {
    content: '';
    position: absolute;
    left: 5%;
    bottom: -20%;
    width: 0%;
    background: linear-gradient(84deg, #a70b0b -4.43%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    transition: 0.5s ease-in-out;
    z-index: -1;
    rotate: 46deg;

}

.popupform-main:after {
    content: '';
    position: absolute;
    right: 5%;
    top: -20%;
    width: 0%;
    background: linear-gradient(84deg, #a70b0b -4.43%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    transition: 1s ease-in-out;
    z-index: -1;
    rotate: 46deg;
}

.pop-form-amz-new input::placeholder {
    color: #adadae !important;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 999999;
    background: #03071e;
    padding: 12px 15px;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 10px;
}

.pop-form-amz-new textarea::placeholder {
    color: #adadae !important;
}

input#phone {}

.popup-l-side.pop-amz-new-side-1 h3 {
    color: #ffff;
    font-size: 30px;
    padding: 20px 0 0 0;
}

.pop-amz-new-side-1 {
    position: relative;
    left: 90px;
    top: -40px;
}

.pop-form-amz-new {
    background-color: #fff;
    width: 470px;
    padding: 90px 20px;
    position: relative;
    border-radius: 20px;
}

.popupform-main.active {
    background: #0a0e1fb8;
}

.pop-form-amz-new h3 {
    color: #03071e;
}

.popup-l-side.pop-amz-new-side-1 h2 {
    color: #fff;
    font-size: 36px;
}

.pop-form-amz-new input,
textarea.form-control {
    border-width: 2px;
    border-color: rgb(144 142 142);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(235, 235, 235) !important;
    width: 100%;
    color: #03071e;
    margin-bottom: 10px !important;
    padding: 10px 10px;
}

.pop-form-amz-new textarea {
    resize: none;
    background: #ebebeb;
    min-height: 100px !important;
}

.pop-form-amz-new::placeholder {
    color: yellow !important;
}

.popupform-main.active {
    display: block;
}

.popupform-main {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

body.popupform-main.active {
    filter: blur(5px);
    pointer-events: none;
}

.pop-form {
    position: absolute;
    width: 1076px;
    height: 533px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(180deg, #a70b0b 0%, #0a0e1f 60%);
    padding: 0px 0 0px 0;
    z-index: 99;
    transition: 0.5s;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 40px #716b6b2b;
    overflow: hidden;
}

.popupform-main .main-pop .col-md-12 {
    padding: 0;
}

.popupform-main h3 {
    font-size: 18px;
    margin: 0 0 0 0;
    color: #03071e;
    font-weight: 400;
}

#text-banner .text-wrapper {
    margin: 0;
}

#text-banner::before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/1235.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 260px;
    height: 240px;
    left: -40px;
    top: 30px;
    transform: rotate(35deg);
    filter: drop-shadow(0px 0px 20px #000);
}

#award-winning h1 {
    margin-bottom: 60px !important;
}

#text-banner::after {
    content: "";
    position: absolute;
    background-image: url(/assets/images/1about-banner-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 280px;
    height: 190px;
    right: 0px;
    top: 40px;
    transform: rotate(45deg);
}

#text-banner .link-btns {
    align-items: center;
    display: flex;
}

#text-banner {
    padding: 20px 0px 0px;
    color: #fff;
    background: linear-gradient(120deg, #c81414 10%, #a70b0b 40%);
    position: relative;
    overflow: hidden;
}

#text-banner span.right-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

#text-banner .link-btns a:hover {
    color: #a70b0b !important;
}

#text-banner .right-text {
    float: right;
}

#text-banner .text-wrapper h3 {
    font-size: 36px;
    line-height: 46px;
}

.popupform-main h4 {
    font-size: 26px;
    margin: 8px 0 0 0;
    color: #0a0e1f;
    font-weight: 700;
}





/* testimonials slider */


#testimonials {
    padding: 100px 0;
    color: #fff;
}

#testimonials .top-inform:hover:before {
    height: 100%;
    transform: perspective(10px);
}

#testimonials .top-inform:hover {
    background: #a70b0b;
}

#testimonials .top-inform:hover h5,
#testimonials .top-inform:hover h4,
#testimonials .top-inform:hover span {
    color: #fff;
}

#testimonials .top-inform::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #a70b0b, transparent);
    top: 0;
    width: 100%;
    height: 0;
    left: 0;
    transform: perspective(200px) rotateX(-20deg);
    transition: 0.4s;
    z-index: -1;
}

.testimonial-slider .slick-current.slick-active.slick-center .top-inform::before {
    height: 100% !important;
    transform: unset !important;
}

.testimonial-slider .slick-current.slick-active.slick-center .top-inform {
    background: #a70b0b !important;
}

#testimonials ul.slick-dots li.slick-active button::before {
    color: #a70b0b !important;
}

#testimonials ul.slick-dots {
    margin-top: 20px;
}

#testimonials ul.slick-dots li button::before {
    color: #ffff;
}

.testimonial-slider .slick-current.slick-active.slick-center .top-inform h4,
.testimonial-slider .slick-current.slick-active.slick-center .top-inform h5,
.testimonial-slider .slick-current.slick-active.slick-center .top-inform span {
    color: #fff !important;
}

#testimonials .top-inform {
    padding: 20px 20px 0;
    position: relative;
    margin-bottom: 5px;
    transition: 0.5s;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    background: #c7c5c5;
    transition: 0.5s;
    border-radius: 12px;
}

#testimonials .slide-item {
    margin: 0px 12px;
    transition: 0.5s;
}

#testimonials .slide-item:hover img {
    filter: grayscale(1);
}


#testimonials .slide-item h5 {
    transition: 0.5s;
    color: #000;
    font-weight: 400;
    opacity: 0.8;
}

#testimonials .slide-item h4 {
    color: #000;
    transition: 0.5s;
    margin-bottom: 7px !important;
    z-index: 1;
}

#testimonials button.slick-arrow {
    display: none !important;
}

#testimonials .slide-item span {
    font-size: 82px;
    color: #000;
    float: right;
    font-weight: 800;
}

.client-quote i {
    font-size: 42px;
    color: #a70b0b;
}

.client-quote p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.client-name img {
    width: 20%;
    margin-bottom: 20px;
    transition: 0.5s;
    border-radius: 12px;
}

.client-quote {
    align-items: start;
    gap: 20px;
    padding: 10px 0px;
}


#services .img-bg::before {
    content: "";
    position: absolute;
    background: linear-gradient(#c81414, #a70b0b);
    width: 0;
    height: 100%;
    opacity: 0.7;
    left: 0;
    transition: 0.5s;
    border-radius: 8px;
    border: 0;
}

#services .img-bg img {
    object-fit: cover;
    height: 400px;
    width: 100%;
}

#services .img-bg {
    overflow: hidden;
    border-radius: 12px;
    border: 4px solid #878787;
    position: relative;
}

#services .service-item {
    position: relative;
    transition: 0.7s;
    cursor: grab;
}

#services .service-item:hover .service-detail {
    left: 50%;
}

#services .service-detail {
    text-align: center;
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 1;
}

#services::before {
    content: "";
    position: absolute;
    background-image: url();
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 900px;
    height: 600px;
    top: 0;
    left: 0;
}

#contact h2 {
    color: #fff;
}

#contact form.row.g-3 {
    background: #03071e;
    padding: 40px 30px;
    border-radius: 12px;
    border-top: 4px solid #ccc;
}

.formm {
    padding: 70px 50px 20px;
    background: linear-gradient(45deg, #a70b0b, #c81414);
    border-radius: 10px;
}

#contact .contact-item.d-flex:hover a {
    color: #a70b0b !important;
}

#contact .contact-item.d-flex:hover i {
    background: #a70b0b;
}

#contact {
    padding: 100px 0;
    position: relative;
    background: #03071e;
}

iframe {
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px #ccc;
}

#contact .text-wrapper {
    padding-right: 80px;
    text-align: left;
}

.contact-item {
    margin-bottom: 12px;
}

.contact-item {
    align-items: center;
}

#contact .social-links a:hover i {
    background: #fff;
    color: #03071e;
    transform: scale(0.85);
}

#contact .social-links i {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    background: #000;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 2px 2px 5px #03071e;
}

#contact .social-links {
    margin-top: 30px;
}

#contact .social-links a {
    margin: 0px 5px;
    transition: 0.5s;
}

#contact .contact-item i {
    color: #03071e;
    background: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 12px;
    transition: 0.5s;
    margin-right: 20px;
    font-size: 48px;
    color: #03071e;
}

#contact .contact-item {
    width: 70%;
    margin: 0px 20px 0px 0px;
    border-radius: 12px;
    box-shadow: 1px 1px 1px #03071e;
    cursor: pointer;
    margin-bottom: 30px;
    display: flex;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    font-family: 'Poppins';
}

#contact button.bton.bton-primary:hover {
    background: #a70b0b !important;
    color: #fff !important;
    border-color: #a70b0b !important;
    transform: scale(0.98);
}

#contact button.bton.bton-primary {
    background: transparent !important;
    border: 2px solid #fff;
    border-radius: 5px !important;
    padding: 12px 34px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 20px;
    width: 100%;
}


/* Feature Section */

#key-features {
    padding: 100px 0;
}

#key-features .feature-parent h3 {
    color: #fff;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 500;
}

#key-features .feature-parent i {
    color: #a70b0b;
    font-size: 62px;
    margin-bottom: 15px;
}

#key-features .feature-parent .feature-item {
    background: linear-gradient(45deg, #000 70%, #c81414 290%);
    padding: 30px 70px;
    margin: 0px 10px;
    text-align: center;
    max-height: 220px;
    border-radius: 22px;
    transition: 0.5s;
    width: 50%;
    margin: 10px 10px;
}

#key-features .feature-parent {
    align-items: center;
}

#key-features h2 {
    font-size: 48px !important;
    line-height: 58px !important;
}

#key-features .feature-parent .feature-item:hover {
    transform: scale(0.95);
}

#key-features .col-md-5 {
    padding-left: 30px;
}



/* FAQS Section CSS */


button.accordion-button.collapsed {
    background: linear-gradient(45deg, #000000, #03071e);
    text-transform: capitalize !important;
    color: #fff !important;
    transition: 0.5s;
    font-weight: 400 !important;
    padding: 20px 15px;
    cursor: pointer !important;
    outline: unset !important;
}

#faqs {
    padding: 80px 40px;
}

#faqs .slide-item img {
    width:50% !important;
    display: table;
    margin: auto;
    border-radius: 12px;
    box-shadow: 1px 1px 10px #000;
}

#faqs h2 {
    font-size: 50px !important;
    line-height: 60px !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset !important;
    background-color: #03071e !important;
    outline: unset !important;
}

.accordion-button::after {
    color: #fff !important;
}

.accordion-header {
    margin-bottom: 0 !important;
}

.accordion-body {
    background: linear-gradient(45deg, #000000, #03071e);
    color: #ccc;
}

.accordion-item {
    border: unset !important;
    margin-bottom: 8px;
}

button.accordion-button {
    background: linear-gradient(45deg, #c81414, #a70b0b);
    color: #fff !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins';
    padding: 20px 15px;
    cursor: pointer !important;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.solution-sec-content a.more-btn {
    font-family: visbycf-demibold;
    background: linear-gradient(0deg, rgba(27, 31, 46, 1) 0%, rgba(27, 31, 44, 1) 100%);
    border: 2px solid #fff;
    padding: 5px 20px;
    font-size: 18px;
    width: 275px;
    display: block;
    line-height: 45px;
    border-radius: 50px;
    color: #fff;
    margin: 20px 0 0 0;
    transition: all.3s ease-in-out;
    text-align: center
}

.solution-sec-content a.more-btn:hover {
    background: linear-gradient(180deg, rgba(150, 208, 205, 1) 0%, rgba(111, 144, 201, 1) 50%, rgba(225, 171, 207, 1) 100%);
    color: #fff;
    transform: scale(1.1)
}

.solution-boxes-inner .solution-select-box {
    margin: 15px
}

.solution-select-box a {
    background: #fff;
    border-radius: 40px;
    padding: 35px 45px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
    min-height: 220px;
    max-height: 220px
}

.solution-select-box a.active,
.solution-select-box a:hover {
    background: #03071e;
}

.solution-select-box a img.img-fluid {
    width: 60px;
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 10px;
    animation: MoveUpDown 5s infinite;
}

.ryt {
    animation: bounce-left 2s infinite linear;
}

@keyframes bounce-left {

    0%,
    30%,
    50%,
    70%,
    100% {
        transform: translateX(0);
    }

    40%,
    60% {
        transform: translateX(5px);
    }
}

.solution-select-box a.active img,
.solution-select-box a:hover img {
    filter: brightness(0) invert(1);
}

.solution-select-box a h3 {
    font-family: visbycf-demibold;
    color: #1b1f2e;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px
}

.solution-select-box a.active h3,
.solution-select-box a:hover h3 {
    color: #fff
}

.award-inner-wrap {
    padding: 60px 0;
}

.solution-select-box a .arrow-img {
    position: absolute;
    bottom: 5px;
    right: 15px;
    border-bottom: none;
    width: 50px;
    margin: 0;
    padding: 0
}

.award-inner-box img {
    width: 60%;
    margin: auto;
    object-fit: contain;
    height: 180px;
}

.solution-select-box a.active .arrow-img,
.solution-select-box a:hover .arrow-img {
    filter: brightness(0) invert(1)
}

section#award-winning button.slick-arrow {
    display: none !important;
}
section#award-winning{
    padding: 80px 0px;
}




/*    Portfolio    */



section.latest-work-wrap {
    background: #fff;
    padding: 100px 0
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

ul#portfolioTabs li button.active {
    transform: scale(0.90);
    box-shadow: 0px 0px 40px #000;
}

ul#portfolioTabs li button.active::before {
    width: 100%;
}

ul#portfolioTabs li button {
    color: #fff;
    padding: 10px 10px;
    font-size: 20px;
    background: transparent;
    border-radius: 12px;
    border: 2px solid #c81414;
    font-weight: 600;
    font-family: 'Poppins';
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    pointer-events: visible;
    width: 260px;
}

ul#portfolioTabs li button::before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #a70b0b, #c81414);
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: -1;
    border-radius: 0px 12px 12px 0px;
}

ul#portfolioTabs li button:hover:before {
    width: 100%;
}

ul#portfolioTabs li {
    margin: 0px 10px;
    transition: 0.5s;

}

ul#portfolioTabs {
    border: unset;
    justify-content: center;
    margin-bottom: 50px;
}

.latest-work-wrap .latest-work-head {
    margin: 0 0 50px;
    text-align: center
}

.latest-work-head h2 {
    color: #03071e !important;
    font-size: 92px;
    line-height: 98px;
    margin: 0 0 10px
}


.latest-work-head p {
    color: #1b1f2e;
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 10px;
    width: 75%
}

.latest-work-wrap .portfolio-tab-list {
    margin: 0 0 50px
}

.portfolio-tab-list ul.nav-pills {
    justify-content: center
}

.portfolio-tab-list ul.nav-pills li.nav-item {
    margin: 0 10px 15px
}

.portfolio-tab-list ul.nav-pills li.nav-item button.nav-link {
    color: #1b1f2e;
    font-size: 18px;
    box-shadow: 0 3px 10px -2px #b2b2b2;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all .3s ease-in-out
}

.portfolio-tab-list ul.nav-pills li.nav-item button.nav-link.active,
.portfolio-tab-list ul.nav-pills li.nav-item button.nav-link:hover {
    background: linear-gradient(180deg, rgba(150, 208, 205, 1) 0%, rgba(111, 144, 201, 1) 50%, rgba(225, 171, 207, 1) 100%);
    color: #fff
}

.latest-work-wrap .latest-work-item {
    background: linear-gradient(#c81414, #a70b0b);
    border-radius: 18px;
    padding: 5px;
    margin: 0 0 10px;
}

.latest-work-item .latest-work-img {
    overflow: hidden;
    border-radius: 15px;
}

.latest-work-item .latest-work-img a:hover img {
    transform: scale(1.45);
}


.latest-work-item .latest-work-img img {
    width: 100%;
    transition: all .3s ease-in-out;
    min-height: 170px;
    object-fit: cover;
}




.typed_wrap {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}






canvas.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 98%;
    left: 0;
    top: 0;
    z-index: 1;
}

footer.footer-section {
    background: linear-gradient(45deg, #c81414 20%, #a70b0b 60%);
    padding: 60px 0px 0px 0px;
    position: relative;
    z-index: 9;
}


footer.footer-section .row {
    align-items: start;
    z-index: 9999;
}

footer.footer-section ul {
    list-style: none;
    padding: 0;
}

footer.footer-section #inner-row2 {
    padding: 60px 0 60px;
}

.footer-section div#inner-row1 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    align-items: center !important;
    padding: 30px 0px;
}

.footer-section #inner-row1 .col-md-6 img {
    width: 30%;
    filter: brightness(0) invert(1);
}


footer.footer-section .social-links a:hover i {
    transform: scale(0.95);
}

footer.footer-section .social-links a {
    margin-right: 6px;
}

footer.footer-section .social-links a i {
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 2px 2px 5px #706464;
    color: #03071e;
}

footer .col-md-4 ul.contact-info li a i {
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 2px 2px 5px #706464;
    color: #03071e;
    margin-right: 10px;
}

.footer-section .col-md-2 li a i,
.footer-section .col-md-3 li a i {
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    transition: 0.5s;
}

.footer-section .col-md-2 li a:hover i,
.footer-section .col-md-3 li a:hover i {
    color: #03071e;
}

footer ul.contact-info li {
    margin: 10px 0px;
}

footer ul li a {
    transition: 0.5s;
}

footer ul li a:hover {
    margin-left: 15px;
    color: #03071e !important;
}

.img-logo img.img-fluid {
    width: 80%;
}
.popup-l-side.pop-amz-new-side-1 img {
    width: 55%;
    margin-bottom: -80px;
    animation: MoveUpDown 5s infinite;
}
.popup-l-side.pop-amz-new-side-1 img {
    width: 80%;
    margin-bottom: -20px;
}

img.log {
    width: 30% !important;
    margin-left: -40px;
}

.popupform-main {
    overflow: hidden;
}





/* inner-page css */


section#banner-inner-page {
    padding: 260px 0px 200px 0px;
    text-align: center;
    background: url(/assets/images/inner-page-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}




/* *****************   Service PAge CSS       ******************* */


#banner-service-page {
    padding: 240px 0px 120px 0px;
    background: url(/assets/service-page-img/24.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
}

.section-title {
    text-align: center;
}

#service-page-services .img-bg img {
    object-fit: cover;
    height: 300px;
    transition: 0.5s;
    width: 100%;
}

.service-parent {
    margin-bottom: 60px;
}

#service-page-services .img-bg {
    border: 2px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}

#service-page-services .service-item:hover .img-bg img {
    transform: scale(1.1);
}


#service-page-services .service-item {
    margin: 10px 10px;
    padding: 18px;
    background: linear-gradient(180deg, black 10%, #252525 30%);
    border-radius: 12px;
    transition: 0.5s;
    width: 33.33%;
}

#service-page-services {
    padding: 80px 0;
}

.banner-design .img-bg img {
    height: 150px;
}

.mascot-design .img-bg img {
    height: 400px;
}

.mascot-design .service-item:hover .img-bg {
    transform: scale(1.04) !important;
}

.stream-Twitch-Overlay .img-bg img {
    height: 400px;
}

.stream-Twitch-Overlay .service-item:hover .img-bg,
.poster-design .service-item:hover .img-bg,
.cover-art .service-item:hover .img-bg,
.merchandise-design .service-item:hover .img-bg,
.modeling-design .service-item:hover .img-bg {
    transform: scale(1.03) !important;
}

.character-design .img-bg img {
    height: 400px;
}

.poster-design .img-bg img {
    height: 400px;
}

.cover-art .img-bg img {
    height: 400px;
}

.merchandise-design .img-bg img {
    height: 400px;
}

.modeling-design .img-bg img {
    height: 400px;
}

.top-content img {
    width: 10%;
}





/*-- Hero Banner --*/
.hero-banner {
    position: relative;
    background: linear-gradient(180deg, black, #03071e) !important;
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 240px 0px 60px 0px;
}

@media (max-width: 991px) {
    .hero-banner {
        padding-top: 180px;
    }
}

@media (max-width: 767px) {
    .hero-banner {
        padding-top: 150px;
    }
}


.hero-banner__content {
    position: relative;
}

.hero-banner__content__title {
    font-size: 90px !important;
    line-height: 100px !important;
}


.top-content-parent img {
    width: 25%;
    display: table;
    margin: auto;
}

.top-content-parent {
    border-bottom: 2px solid #fff;
}




/* Service Content Section */


#service-content {
    background: linear-gradient(360deg, #03071e, transparent);
    color: #fff;
    padding: 20px 0px 60px;
}

#service-content .service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    border: 1px solid #fff;
    margin: 10px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    background-image: url(/assets/service-page-img/service-item-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    box-shadow: 3px 3px 40px #000000;
    border-radius: 6px;
}

#service-content .service-item:hover {
    transform: scale(0.95);
}

#service-content .service-item h3 {
    margin-bottom: 0 !important;
    font-size: 32px;
    line-height: 42px;
}

#service-content .service-item::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 0%;
    top: 50%;
    left: 0;
    transition: 0.5s;
    z-index: -1;
}

#service-content .service-item:hover:before {
    top: 0;
    height: 100%;
}


/* Service-page-portfolio section */


.portfolio {
    position: relative;
    overflow: hidden;
}

.portfolio-box ul {
    padding: 0;
    margin: 0;
}
#gaming-banner .portfolio-box ul li, body#banner-design .portfolio-box ul li {
    width: 48%;
}

@keyframes MoveIt {
    0%{ 
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100%{
        transform: scale(1);
    }
}

.headingstyle1 {
    margin-bottom: 50px;
}

.portfolio-box ul li .portfolio-item {
    -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 1);
    position: relative;
}

.portfolio-box ul li .portfolio-item .hover-effect {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    background: linear-gradient(45deg, #03071e -50%, #00000000 90%);
}

.spacing__x.top {
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.portfolio-box ul li .portfolio-item .hover-effect a {
    color: var(--white);
    font-size: 50px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w32 {
    width: 32.3% !important;
    height: 400px;
}

.portfolio-box ul li {
    display: inline-block;
    width: 24%;
    overflow: hidden;
}

.portfolio-box ul li img {
    transition: 0.5s;
    width: 100%;
}

.portfolio-box ul li:hover img {
    transform: scale(1.2);
}
.portfolio-box ul.slider-gaming-banners li:hover img {
    transform: unset !important;
}

.portfolio-box ul li:hover .hover-effect {
    background: unset;
}

/* get-a-quote-page-starts-here */
section#get-a-quote-hero-section {
    padding: 120px 0px 120px 0px;
    background: url(/assets/images/heroban.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section#get-a-quote-hero-section .form-container {
    background: linear-gradient(180deg, #a70b0b 0%, #0a0e1f 60%);
    padding: 30px 30px;
    border-radius: 20px;
    color: white;
}

.quote-form-button {
    text-align: center;
    margin-top: 10px;
}

section#get-a-quote-hero-section .get-quote-custome-detail {
    color: black;
    background: white;
    padding: 20px;
    border-radius: 20px;
}

.proposal-slider img {
    width: 110px;
}

.get-quote-custome-detail h2 {
    color: black !important;
}

.get-quote-custome-detail h4 span {
    background: linear-gradient(#c81414, #a70b0b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

.get-quote-custome-detail h4 {
    font-weight: bold !important;
}

section#get-a-quote-hero-section .get-quote-custome-detail p a {
    color: black !important;
}

section#get-a-quote-hero-section .get-quote-custome-detail p i {
    background: linear-gradient(#c81414, #a70b0b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.get-quote-custome-detail i.fa-solid {
    background: linear-gradient(#c81414, #a70b0b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
}
.form-check {
    margin-bottom: 0.825rem !important;
}
section#get-a-quote-hero-section .row {
    align-items: center;
    padding: 10px 0px;
}
section#get-a-quote-hero-section .form-container .form-check label.form-check-label {
    margin-left: 10px;
    font-family: "Poppins" !important;
}

.form-check-input:checked {
    background-color: #a70b0b !important;
    border-color: #0d6efd;
}

.address-quote p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-quote p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.clarity-content h5 {
    display: flex;
    align-items: center;
    gap: 10px;
}

p.clarity-paragraph {
    margin-left: 40px;
}

.gain-clarity-image-wrapper img {
    width: 90%;
    display: table;
    margin: 0 auto;
}

section#gain-clarity {
    padding: 50px 0px;
}

.clarity-content h5 {
    color: white !important;
    display: flex;
}

.clarity-content h5 i {
    background: linear-gradient(#c81414, #a70b0b);
    border-radius: 50%;
    font-size: 20px;
    height: 20px !important;
    width: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

/* get-a-quote-page-ends-here */

@media (max-width: 1500px) {
    .hero-banner__content__title {
        font-size: 100px;
    }
}

@media (max-width: 1300px) {
    .hero-banner__content__title {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    .hero-banner__content__title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-banner__content__title {
        font-size: 45px;
        line-height: 55px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-banner__content__title {
        font-size: 65px;
        line-height: 90px;
    }
}

.hero-banner__content__title span {
    display: inline-block;
    color: var(--ogency-base);
    font-size: 100px;
    font-weight: 500;
    margin: 0 0 0 30px;
    position: relative;
    top: 17px;
    color: #a70b0b;
}

@media (max-width: 767px) {
    .hero-banner__content__title span {
        font-size: 35px;
        top: 4px;
        margin-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-banner__content__title span {
        font-size: 40px;
        top: 8px;
        margin-left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-banner__content__title span {
        font-size: 60px;
        top: 10px;
    }
}

@media (max-width: 1500px) {
    .hero-banner__content__title span {
        font-size: 85px;
    }
}

@media (max-width: 1300px) {
    .hero-banner__content__title span {
        font-size: 75px;
    }
}

.hero-banner__bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

@media (max-width: 767px) {
    .hero-banner__bottom {
        display: block;
        margin-bottom: 36px;
    }
}

.hero-banner__bottom__text {
    max-width: 245px;
    line-height: 30px;
    margin: 12px 0 0;
}

@media (max-width: 767px) {
    .hero-banner__bottom__text {
        max-width: 100%;
        margin-bottom: 15px;
    }
}

.hero-banner__bottom__title {
    font-size: 95px !important;
    line-height: 105px !important;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    padding-bottom: 16px;
    color: #a70b0b;
}


@media (max-width: 1500px) {
    .hero-banner__bottom__title {
        font-size: 98px;
    }
}

@media (max-width: 1300px) {
    .hero-banner__bottom__title {
        font-size: 84px;
    }
}

@media (max-width: 767px) {
    .hero-banner__bottom__title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-banner__bottom__title {
        font-size: 44px;
        line-height: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-banner__bottom__title {
        font-size: 64px;
        line-height: 90px;
    }
}

.hero-banner__bottom__title span {
    display: inline-block;
    font-weight: 800;
    position: relative;
    padding-right: 10px;
}
section#new-added {
    padding: 80px 0px;
}
section#ebook-services .wrap
 {
    max-width: 1380px;
    display: table;
    margin: auto;
}

.hero-banner__bottom__title span .wrap-border {
    display: block;
    width: 1px;
    height: 100%;
    font-weight: normal;
    background-color: #fff;
    position: absolute;
    right: -10px;
    top: 0;
    animation: blink 0.7s infinite !important;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


  #featured-books{
    box-sizing:border-box;
    background:#03071E;
    color:#ffffff;
    padding:90px 32px 100px;
  }
  #featured-books *{box-sizing:border-box;}
 
  #featured-books .wrap{
   padding: 80px 0px;
  }
 
  #featured-books .tag{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-bottom:18px;
  }
  #featured-books .tag span{
    font-size:12.5px;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:#C31313;
    font-weight:700;
  }
  #featured-books .tag i{
    width:28px;height:2px;background:#C31313;display:block;
  }
 
  #featured-books h2{
    text-align:center;
    font-size:clamp(26px,3.6vw,40px);
    font-weight:500;
    line-height:1.25;
    max-width:850px;
    margin:0 auto 20px;
  }
  #featured-books h2 em{
    font-style:normal;
    color:#C31313;
  }
 
  #featured-books .sub{
    text-align:center;
    max-width:640px;
    margin:0 auto 60px;
    font-size:15px;
    line-height:1.7;
    color:#c3c2cc;
  }
 
  #featured-books .shelf{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:36px 28px;
  }
  @media (max-width:920px){
    #featured-books .shelf{grid-template-columns:repeat(3,1fr);}
  }
  @media (max-width:640px){
    #featured-books .shelf{grid-template-columns:repeat(2,1fr);}
  }
 
  #featured-books .book-link{
    display:block;
    text-decoration:none;
    color:inherit;
    perspective:900px;
  }
 
  #featured-books .cover-frame{
    position:relative;
    border-radius:4px 8px 8px 4px;
    overflow:hidden;
    aspect-ratio:2/3;
    background:#12162c;
    box-shadow:
      -3px 0 0 rgba(0,0,0,.35) inset,
      0 18px 30px -16px rgba(0,0,0,.7);
    transition:transform .35s ease, box-shadow .35s ease;
    transform-style:preserve-3d;
  }
  #featured-books .book-link:hover .cover-frame{
    transform:rotateY(-8deg) translateY(-8px);
    box-shadow:
      -3px 0 0 rgba(0,0,0,.35) inset,
      14px 26px 40px -14px rgba(195,19,19,.5);
  }
 
  #featured-books .cover-frame img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
 
  #featured-books .spine-edge{
    position:absolute;
    left:0;top:0;bottom:0;
    width:6px;
    background:linear-gradient(180deg,#C31313,#7a0d0d);
    z-index:2;
  }
 

 
  #featured-books .overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    padding:16px;
    background:linear-gradient(180deg, rgba(3,7,30,0) 45%, rgba(3,7,30,.94) 100%);
    opacity:0;
    transition:opacity .3s ease;
    z-index:1;
  }
  #featured-books .book-link:hover .overlay{opacity:1;}
  #featured-books .overlay span{
    font-size:12px;
    font-weight:700;
    letter-spacing:.04em;
    color:#ffffff;
    border-bottom:2px solid #C31313;
    padding-bottom:2px;
  }
 
  #featured-books .book-title{
    margin-top:16px;
    font-size:13.5px;
    font-weight:700;
    text-align:center;
    line-height:1.35;
  }
  #featured-books .book-meta{
    margin-top:4px;
    font-size:11px;
    text-align:center;
    color:#C31313;
    letter-spacing:.05em;
    text-transform:uppercase;
  }
 
  #featured-books .cta-row{
    text-align:center;
    margin-top:64px;
  }
  #featured-books .btn{
    display:inline-block;
    background:#C31313;
    color:#fff;
    font-weight:700;
    font-size:14px;
    border:none;
    padding:15px 32px;
    border-radius:6px;
    cursor:pointer;
    text-decoration:none;
  }