:root {
    --clr-1: 21, 62, 218;
    --clr-2: 163, 129, 28;
    --dark-clr: 0, 0, 0;
    --light-clr: 255, 255, 255;
}

.banner .author img,
.cta-left,
.cta-right,
.leftside,
.logo,
.nav-icons {
    object-fit: contain;
}

* {
    box-sizing: border-box;
}

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

*,
:after,
:before,
ul.c-list li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
html,
select {
    scrollbar-color: rgba(var(--clr-1), 1) transparent;
}

body,
html {
    scroll-behavior: smooth;
}

body,
select {
    scrollbar-width: 8px;
}

html,
select {
    scrollbar-width: thin;
}

/* Scrollbar base */
::-webkit-scrollbar {
    width: 8px;
}

/* Hide arrows/buttons */
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(rgba(20, 20, 40, 1), rgba(0, 255, 255, 1));
    border-radius: 10px;
}

/* Optional: Track style */
::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar {
    display: none;
}

::-moz-selection {
    color: rgba(var(--light-clr), 1);
    background: rgba(var(--clr-2), 1);
}

::selection {
    color: rgba(var(--light-clr), 1);
    background: rgba(var(--clr-2), 1);
}

html {
    /* scroll-snap-type: y mandatory; */
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    font-family: "Outfit", sans-serif;
    line-height: 1.4;
    color: rgba(var(--blk-clr), 1);
    background: rgba(249, 243, 235, 1);
    overflow-x: hidden;
    font-size: 18px;
    font-weight: 400;

}

footer,
section {
    overflow-x: hidden;
    overflow-y: clip;
}

#text,
.drop-down-cont,
.gallery,
.service .image {
    overflow: hidden;
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    outline: 0;
    color: inherit;
}

a.active,
a:active,
a:hover {
    color: rgba(var(--clr-1), 1) !important;
    outline: 0 !important;
}

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

.fw-700,
b,
strong {
    font-weight: 700;
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-family: "Cinzel", serif;
    line-height: 1.2;
    transition: .8s;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500 !important;
}

p {
    letter-spacing: 0.3px;
}

.active-btn {
    color: rgb(255 211 35);
    padding: 6px 12px;
    border-radius: 30px;
}

.f-50 {
    font-size: 44px;
}

.f-40 {
    font-size: 40px;
}

.f-30 {
    font-size: 30px;
}

.f-24 {
    font-size: 24px;
}

.f-22 {
    font-size: 22px;
}

.f-20 {
    font-size: 20px;
}

.f-18 {
    font-size: 18px;
}

.f-16 {
    font-size: 16px;
}

.f-14 {
    font-size: 14px;
}

.f-12 {
    font-size: 12px;
}

.font-1 {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-400 {
    font-weight: 400;
}

.clr-dark {
    color: rgba(var(--blk-clr));
}

.clr-1,
.drop-down:hover .a {
    color: rgba(var(--clr-1), 1);
}

.clr-2 {
    color: rgba(var(--clr-2), 1);
}

.clr-3 {
    color: #FF8214;
}

.bg-1,
.bg-d .btn,
.bg-d button,
.c-list li:before,
.nav-bar .icon,
.process-step:nth-child(odd) {
    background: rgba(var(--clr-1), 1);
}

.bg-2,
.process-step:nth-child(2n) {
    background: rgba(var(--clr-2), 1); 
    border-radius: 5px;
}

.form-control,
button,
input,
select,
select input {
    background: rgba(var(--light-clr), 1);
    transition-duration: .8s;
}

.btn,
button {
    font-family: "Cinzel", serif;
    font-weight: 500;
    color: rgba(var(--light-clr), 1);
    padding: 10.5px 20px;
    border-radius: 8px !important;
    background: rgba(var(--clr-1));
    transition: 0.5s;
    border: none;
    font-size: 16px;
}

.btn-2 {
    font-family: "Cinzel", serif;
    font-weight: 500;
    background: rgba(var(--clr-2)) !important;
    color: rgba(var(--light-clr)) !important;
    padding: 11px 20px;
    border-radius: 8px;
    transition: 0.8s;
    border: none;
    font-size: 16px;
}

.btn-2:hover,
.btn-3:hover {
    background: rgba(var(--clr-1), 1) !important;
    color: rgba(var(--light-clr), 1) !important;
    transition: 0.5s;
}

.btn-wyt {
    background: #fff !important;
    color: #000 !important;
}

.btn-3 {
    background: #000 !important;
}

a.btn-out {
    border: 1px solid rgba(var(--clr-1));
    padding: 9px 32px;
    border-radius: 8px;
}

.btn-cir {
    padding: 0 !important;
}

.btn.active,
.btn:hover,
button.active,
button:hover {
    background: rgba(var(--clr-2), 1) !important;
    color: rgba(var(--light-clr), 1) !important;
    transition: 0.5s;
}

.btn:hover .btn-icon {
    rotate: 35deg;
    transition: 0.8s;
    background: rgba(var(--blk-clr), 1);
}

.btn-icon {
    background: rgba(var(--clr-1), 1);
    border-radius: 60px;
    height: 48px;
    width: 48px;
    display: inline-block;
    padding: 10px;
}

.bg-2 .btn,
.bg-2 .btn.active,
.bg-2 .btn:hover,
.bg-2 .icon,
.bg-2 button,
.bg-2 button.active,
.bg-2 button:hover {
    background: rgba(var(--clr-1), 1) !important;
    border-color: rgba(var(--light-color), 1) !important;
}

.bg-2 .btn.active,
.bg-2 .btn:hover,
.bg-2 button.active,
.bg-2 button:hover {
    border-radius: 0 10px !important;
}

.form-control,
input,
select,
select input {
    color: #BBBBBB;
    border: none;
    padding: 10px 43px;
    box-shadow: unset !important;
    height: auto !important;
    border-radius: 0px !important;
    overflow: hidden;
    border: none;
    font-size: 16px !important;
}

.bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.form-control:focus,
input:focus {
    outline: 0;
    background: rgba(var(--light-clr), 1);
    color: rgba(var(--dark-clr), 1) !important;
    border: 1px solid rgb(255 255 255);
    box-shadow: none;
}

input.phone,
input[name=phone] {
    /* padding-left: 75px !important */
}

.iti__country-list {
    font-size: 12px
}

.iti {
    display: block !important;
    width: 100% !important
}

.bg-2 .icona:hover .icon,
.bg-2 .iti__country-list {
    background: rgba(var(--clr-3), 1)
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(var(--clr-2), .8);
    color: rgba(var(--light-color), 1);
    border-radius: 25px 0 0 25px
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(var(--dark-color), .8)
}

.bg-d select option,
.c-list li:before,
.icon,
.service:hover {
    color: rgba(var(--light-color), 1);
}

.form-control::placeholder,
input::placeholder {
    color: rgba(var(--light-color), 1);
    opacity: 1
}

input.phone,
input[name=phone] {
    /* padding-left: 75px !important */
}

.iti {
    display: block !important;
    width: 100% !important;
}

.icona:hover .icon,
.iti__country-list {
    background: rgba(var(--light-clr), 1) !important;
    border-color: rgba(var(--clr-2), 1) !important;
}

.iti input:focus .iti__selected-dial-code {
    color: rgba(var(--dark-color), 1) !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(var(--clr-3), .8);
    border-radius: 25px 0 0 25px;
}

.bg-d .form-control,
.bg-d input,
.bg-d select,
.text-white .form-control,
.text-white input,
.text-white select {
    background: rgba(var(--light-clr), 1);
    color: rgba(var(--dark-clr), 1) !important;
}

.bg-d .form-control:focus,
.bg-d input:focus {
    background: rgba(var(--clr-2), 1) !important;
    border: 1px solid rgba(var(--clr-2), 1);
}

.bg-d .form-control::placeholder,
.bg-d input::placeholder {
    color: rgba(var(--dark-color), 1);
    opacity: 1;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

label.h {
    z-index: -999999999;
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    font-size: 20px;
}

.slick-dots li button,
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0 !important;
}

.icon,
.process .box:before {
    background: rgba(var(--clr-1), 1);
}


.icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(var(--clr-2), 1);
}

.nav-bar .icon {
    border-color: rgba(var(--light-color), 1);
}

.platforms .slider img {
    height: 36px;
    width: 80%;
    object-fit: contain;
    object-position: center;
}


.publishing.platforms img {
    height: 80px;
}

#text {
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: text-a;
    animation-iteration-count: infinite;
}

button.btn-close {
    position: absolute;
    right: 0;
    padding: 10px 12px !important;
    top: 0px;
    opacity: 1;
    background: #fff;
    z-index: 99999999999;
}
.btn-close{
    padding: 8px 8px 2px 8px !important;
}
.cls-btn {
    position: absolute;
    top: -10px;
    right: 10px;
}

@supports (-moz-appearance: none) {
    select {
        -moz-appearance: none !important;
        background: url(data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==) right center no-repeat !important;
        background-position: calc(100% - 5px) center !important;
    }
}

/* global :end */
.logo {
    /* width: 120px; */
}

.scroll {
    background-color: rgba(var(--dark-clr), 0.9);
    padding: .6rem 0px !important;
    transition: .4s;
    filter: drop-shadow(0px 4px 36px #ffffff2f);
}

.drop-down-cont {
    box-shadow: 0 0 36px rgba(var(--dark-color), .3);
    top: 100%;
    width: 230px;
    transform: translateX(-50%) translateY(10px);
    border-radius: 02px;
    max-height: 0;
    transition: max-height .8s ease-out;
    z-index: 99;
    filter: drop-shadow(2px 4px 15px rgba(0, 0, 0, 0.226));
}

.banner-form::after,
.banner-form::before {
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    transition: .5s;
}

.banner-form::after {
    content: '';
    width: 300px;
    height: 17px;
    background: #45d1338a;
}

.banner-form::before {
    content: '';
    width: 270px;
    height: 20px;
    background: #45d133;
}

/* .banner-content::after {
    content: "";
    position: absolute;
    height: 130%;
    width: 2px;
    background: rgba(var(--clr-2));
    top: -15%;
    left: -30px;
    animation: line 5s ease;
} */

.banner-content::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 90%;
    background: rgba(var(--clr-2));
    top: -15%;
    left: 40px;
    animation: line2 5s ease;
}

@keyframes line {
    0% {
        height: 0%;
    }

    100% {
        height: 130%;
    }
}

@keyframes line2 {
    0% {
        width: 0%;
    }

    100% {
        width: 90%;
    }
}

.banner::before {
    content: "";
    position: absolute;
    background: url(../img/home/banner-bef.webp) no-repeat;
    background-size: contain;
    height: 17rem;
    width: 16rem;
    bottom: 0;
    right: -100px;
    animation: mymove 5s infinite;
}

/* .banner::after {
    content: "";
    position: absolute;
    background: url(../img/home/banner-aft.png) no-repeat;
    background-size: cover;
    height: 34rem;
    width: 19rem;
    bottom: 0;
    right: 0;
    animation: mymove 5s infinite;
    left: 45%;
} */

.drop-down-cont {
    position: absolute;
    right: 75%;
    left: 40px;
    overflow: hidden;
    background: linear-gradient(0deg, #96a5ff -48%, #2640de, #2640de, #060f42 150%);
    padding: 0 0 0 14px;
}

.drop-down:hover .drop-down-cont {
    max-height: 100vh;
}

header {
    padding: 12px 0;
}

.banner {
    /* background: url(../img/video/banner-bg-video.webm) no-repeat center; */
    height: 97vh;
    background-size: cover;
    padding-top: 5rem;
}

.video-banner {
    object-position: 0 -30px;
    position: absolute;
    z-index: -1;
    height: 112vh;
    object-fit: cover;
    top: 0;
}


.banner-form {
    /* background: linear-gradient(359deg, #4887F5, #2B6BDA, #2B6BDA, #4887F5); */
    border-radius: 20px;
    padding: 30px 26px;
    background: linear-gradient(360deg, #369dff -83%, #2b41da 97%, #1b3d8a 101%);
    border-bottom: 5px solid #36cc23;
    overflow: hidden;
    animation: 7s linear infinite movement;
}

@keyframes movement {

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

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

.cart-ico {
    background: rgba(var(--light-clr));
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 9px 2px 9px 0px;
}

.bg-sec {
    border: 1px solid rgba(var(--clr-2));
    padding: 30px 27px;
    border-radius: 20px;
}

.banner-video::before {
    background: linear-gradient(0deg, #ffffff, #818181);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    top: 0
}

.form-icon {
    position: absolute;
    left: 13px;
    top: 7px;
}

.top-form {
    background: rgba(var(--clr-1));
    border-radius: 100px;
}

.cta-one {
    overflow: unset;
    margin-top: 10%;
}

.cta-one-img {
    margin-top: -110px;
}

.cta-two {
    background: rgba(var(--clr-2), 1);
    height: 24vh;
    padding: 15px 0;
}

.cta-one-two {
    margin-top: -150px;
}

.solution {
    background: linear-gradient(45deg, #36CF62, #53B26E);
    height: 540px;
    overflow: unset;

}

.solution-img {
    margin: -75px 0px;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) #323232 !important;
}

.geners button.slick-next:before,
.geners button.slick-prev:before,
.industry button.slick-next:before,
.industry button.slick-prev:before {
    font-size: 30px;
}

.slick-arrow {
    background: 0 0 !important;
    z-index: 99999999;
    padding: 0 !important;
}

.geners button.slick-prev,
.industry button.slick-prev {
    left: 8%;
    bottom: 0;
    top: 315px;
}

.geners button.slick-next,
.industry button.slick-next {
    right: 8%;
    bottom: 0;
    top: 315px;
}

.text-white .slick-next:before,
.text-white .slick-prev:before {
    color: rgba(var(--clr-1), 1);
}

.slick-next:before,
.slick-prev:before {
    color: rgba(var(--clr-1), 1) !important;
}

.item::before {
    content: url(../img/category/fur.png);
    position: absolute;
    right: 0;
    z-index: -99;
}

.services-section::before {
    position: absolute;
    content: url(../img/home/ser-bg-1.webp);
    top: 11%;
    left: -110px;
    animation: mymove 5s infinite ease;
}

.services-section::after {
    position: absolute;
    content: url(../img/home/ser-bg-2.webp);
    bottom: 0;
    left: -170px;
    animation: mymove 5s infinite;
}

.for-ser-bg::after {
    position: absolute;
    content: url(../img/home/ser-bg-3.webp);
    top: 21%;
    right: -2%;
    animation: mymove 5s infinite ease;
}

.for-ser-bg::before {
    position: absolute;
    content: url(../img/home/ser-bg-4.webp);
    bottom: 0;
    right: -220px;
    animation: mymove 5s infinite;
}

@keyframes mymove {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.service-item {
    margin-bottom: 50px;
    padding-left: 56px;
}

.services::after {
    content: "";
    background: rgba(var(--clr-2));
    width: 2px;
    height: 93%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    transform: translateX(-50%);
    top: 0;
}

.service-item::before {
    content: "";
    font-size: 30px;
    font-weight: 400;
    background: rgba(var(--clr-2));
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -40px;
    top: 0;
    border-radius: 30px;
    z-index: 9;
    font-family: "Titillium Web", sans-serif;
}

.ser-1::before {
    content: "1";
}

.ser-2::before {
    content: "2";
}

.ser-3::before {
    content: "3";
}

.ser-4::before {
    content: "4";
}

.ser-5::before {
    content: "5";
}

.ser-6::before {
    content: "6";
}

.ser-7::before {
    content: "";
    position: absolute;
    background: url(../img/home/arrow-ser.svg);
    height: 79px;
    width: 57px;
    top: -40px;
    left: -16px;
    background-repeat: no-repeat;
    background-size: contain;
}

.portfolio {
    background: no-repeat center / cover;
}

.portfolio::before {
    position: absolute;
    content: url(../img/home/port-img.webp);
    bottom: 0;
    right: 0;
}

.port-img {
    margin-top: 24px;
}

.step-bg {
    background: #F9F3EB;
    padding: 18px 25px;
    border-radius: 10px;
    border: 1px solid #D5C7B5;
    height: 278px;
    z-index: 0;
    position: relative;
    transition: 0.8s;
}

.process::before {
    position: absolute;
    content: url(../img/home/process-2.webp);
    bottom: 20px;
    right: 0;
    animation: mymove 5s infinite;
    z-index: 0;
}

.process::after {
    position: absolute;
    content: url(../img/home/process-1.webp);
    top: 10px;
    left: 0;
    animation: mymove 5s infinite;
}

.reason img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cta-twoo {
    overflow: unset;
    margin-top: 2%;
}

.accordion-item {
    margin: 10px 0;
}

.faq::after {
    content: "";
    position: absolute;
    background: url(../img/home/faq-bg-1.webp) no-repeat;
    background-size: contain;
    height: 40vh;
    width: 4vw;
    top: 20%;
    animation: mymove 5s infinite;
}

.faq::before {
    content: "";
    position: absolute;
    background: url(../img/home/faq-bg-2.webp) no-repeat;
    background-size: contain;
    height: 7vh;
    width: 21vw;
    bottom: 0;
    right: 0;
    animation: mymove 5s infinite;
}

.footer-form .form-control,
input,
select,
select input {
    padding: 16px 43px;
}

.footer-form .form-control:focus,
input:focus {
    color: rgba(var(--dark-clr), 1) !important;
    border: 1px solid #0a58ca;
}

.modal .form-control:focus,
input:focus {
    background: rgba(var(--light-clr), 1) !important;
}

.form-footer .form-icon {
    left: 15px;
    top: 13px;
}

.modal .form-icon {
    left: 15px;
    top: 7px;
}

.form-add {
    background: rgba(var(--clr-2));
    padding: 18px 40px;
    border-radius: 8px;
    margin: 14px 0;
}

/* about-page */
.inner-banner {
    padding: 230px 0;
    background: no-repeat;
}

.about {
    background: #000;
    color: #fff;
}

.about::before {
    content: "";
    position: absolute;
    background: url(../img/inner-pages/about-bef.webp) no-repeat;
    background-size: contain;
    bottom: 0;
    height: 40vh;
    width: 15vw;
    animation: mymove 5s infinite;
}

.contact-ico {
    background: rgba(var(--clr-1));
    padding: 16px 18px;
    border-radius: 3px;
    height: 72px;
    width: 72px;
}

.contact-ico-img {
    width: 75%;
    margin: 3px 4px;
}

.nav-link {
    border: 1px solid rgba(var(--clr-1), 1);
    color: #fff;
    padding: 13px 20px !important;

    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 30px !important;
    color: #000;
}

#mainHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
}

#mainHeader.scrolled {
    background-color: rgb(1 10 22 / 89%);
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.205));
}

.main-privacy,
.main-privacy {
    padding: 170px 0;
}

.modal-content {
    /*background: linear-gradient(0deg, #f3f3f3 -48%, #28af17, #119500, #f3f3f3 140%);*/
    /*background: #fff;*/
    /*background: linear-gradient(0deg, #073d41 -48%, #2640de, #2640de, #2bb1ff 140%);*/
    background: url(../img/form-bg.webp);
    background-repeat: no-repeat;
    height: 55%;
    background-position: center;
    background-size: cover
}
.modal-form-bg {
    background: #ffffff4f;
    padding: 25px 15px;
    border-radius: 10px;
}
.float-btn {
    transition: .4s;
    position: fixed;
    left: 40px;
    top: 81%;
    font-size: 0;
    z-index: 999999;
}

.float-btn button,
.float-btn button:hover {
    background: transparent !important;
}
.accordion-button{
    font-weight: 600;
    transition: 0.8s;
    background: rgba(var(--clr-2));
}
.accordion-button:not(.collapsed){
    color: rgba(var(--light-clr)) !important;
    background: rgba(var(--clr-1));
}
accordion-button::hover{
    transition: 0.8s;
}
.step-bg:hover {
    background: rgba(var(--clr-1));
    transition: 0.8s;
    color: rgba(var(--light-clr));
}
.row.criclerow {
    position: relative;
    height: 475px;
    justify-content: center;
}

.circle {
    background: 0 0;
    width: 750px;
    height: 750px;
    border-radius: 100%;
    top: 320px;
    position: relative;
    animation: 100s linear infinite rotateElement;
}

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

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

.circle:after {
    content: "";
    background: rgba(var(--clr-1));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: 99;
}

.sliderCircle ul {
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.sliderCircle ul li {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 199px;
    height: 289px;
}

.sliderCircle ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.sliderCircle ul li:nth-child(2) {
    left: 68%;
    transform: rotate(32deg);
    top: -160px;
}

.sliderCircle ul li:nth-child(3) {
    left: 6%;
    transform: rotate(-32deg);
    top: -160px;
}

.sliderCircle ul li:nth-child(4) {
    left: -120px;
    transform: rotate(-65deg);
    top: 15px;
}

.sliderCircle ul li:nth-child(5) {
    left: 89%;
    transform: rotate(63deg);
    top: 13px;
}

.sliderCircle ul li:nth-child(6) {
    left: 97%;
    transform: rotate(89deg);
    top: 243px;
}

.sliderCircle ul li:nth-child(7) {
    left: 89%;
    transform: rotate(116deg);
    top: 465px;
}

.sliderCircle ul li:nth-child(8) {
    left: 69%;
    transform: rotate(149deg);
    top: 84%;
}

.sliderCircle ul li:nth-child(9) {
    left: 38%;
    transform: rotate(180deg);
    top: 90%;
}

.sliderCircle ul li:nth-child(10) {
    left: 7%;
    transform: rotate(210deg);
    top: 83%;
}

.sliderCircle ul li:nth-child(11) {
    left: -111px;
    transform: rotate(238deg);
    top: 62%;
}

.sliderCircle ul li:nth-child(12) {
    left: -23%;
    transform: rotate(268deg);
    top: 241px;
}

.prevArrow img,
.swiper-button-prev-has {
    transform: rotate(180deg);
}

.BookTitle {
    position: absolute;
    bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.row.criclerow {
    position: relative;
    height: 475px;
    justify-content: center;
}
.drop-down .drop-down-cont ul li a:hover{
    color: rgba(var(--clr-2), 1) !important;
}
.popup-new-imgs img{
    position: absolute;
    top: 280px;
    left: -170px;
    filter: drop-shadow(2px 4px 6px black)
}
.modal-body, .modal-content{
    overflow: unset !important;
}
.www-bg h2, .www-bg p  {
    color: #ffffff;
}
@media (max-width:1600px) {

    /* body {
        font-size: 18px;
    }

    .f-50 {
        font-size: 46px;
    }

    .f-18 {
        font-size: 16px;
    }

    .f-30 {
        font-size: 24px;
    }

    .f-60 {
        font-size: 48px;
    }

    .f-40 {
        font-size: 36px;
    } */
    .step-bg {
        height: 284px;
    }

    .process::after {
        position: absolute;
        content: "";
        top: 10px;
        left: 0;
        animation: mymove 5s infinite;
        height: 21%;
        width: 40%;
        /* background-size: contain; */
        background: url(../img/home/process-1.webp);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .process::before {
        position: absolute;
        content: "";
        bottom: 20px;
        right: 0;
        animation: mymove 5s infinite;
        height: 21%;
        width: 12%;
        /* background-size: contain; */
        background: url(../img/home/process-2.webp);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .portfolio::before {
        position: absolute;
        content: "";
        bottom: 0px;
        right: 0;
        background: url(../img/home/port-img.webp) no-repeat;
        height: 23rem;
        width: 23rem;
        background-size: cover;
    }

    .services-section::before {
        position: absolute;
        content: "";
        top: 5%;
        left: -40px;
        animation: mymove 5s infinite ease;
        background: url(../img/home/ser-bg-1.webp) no-repeat;
        background-size: contain;
        height: 30vh;
        width: 14vw;
    }

    .services-section::after {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 0;
        animation: mymove 5s infinite;
        background: url(../img/home/ser-bg-2.webp) no-repeat;
        background-size: contain;
        height: 22vh;
        width: 11vw;
    }

    .for-ser-bg::after {
        position: absolute;
        content: "";
        top: 21%;
        right: -2%;
        animation: mymove 5s infinite ease;
        background: url(../img/home/ser-bg-3.webp) no-repeat;
        background-size: contain;
        height: 26vh;
        width: 8vw;
    }.banner {
        height: 115vh;
    }
}
@media (max-width:1500px) {
    .f-40 {
        font-size: 30px;
    }
    .banner {
        height: 120vh;
    }
    .BookTitle{
        bottom: -20px;
    }
     .cta-two{
        height: 30vh;
    }
    .writ-pub {
        padding: 70px 0 !important;
    }
    .circle{
        top: 320px;
    }
    .BookTitle{
        bottom: -10px;
    }
    .f-50 {
        font-size: 40px;
    }
}
@media (max-width:1400px) {
    .banner {
        height: 160vh !important;
    }
.modal-content{
    height: 90%;
}
    .video-banner {
        height: 142vh;
    }

    .banner::after {
        height: 25rem;
        width: 15rem;
        left: 43%;
    }

    .cta-two {
        height: 31vh;
    }

    body {
        font-size: 16px;
    }

    .f-18 {
        font-size: 16px;
    }

    .f-70 {
        font-size: 60px;
    }

    .f-50 {
        font-size: 44px;
    }

    .f-24 {
        font-size: 21px;
    }

    .f-22 {
        font-size: 20px;
    }

    .f-40 {
        font-size: 32px;
    }

    .cta-one {
        height: 47vh;
    }

    .cta-one-two {
        margin-left: -7vw;
    }

    .cta-one-img {
        margin-left: 6vw;
    }

    .faq::before {
        height: 14vh;
        width: 42vw;
    }

    .float-btn {
        top: 80%;
    }

    .float-btn button img {
        width: 120px;
    }
   
}

@media (max-width:1280px) {
    .f-16 {
        font-size: 14px;
    }
    .step-bg {
        height: 240px;
    }
    .banner {
        height: 180vh !important; 
    }
    .f-50 {
        font-size: 36px;
    }
    .f-40 {
        font-size: 26px;
    }
    .f-30 {
        font-size: 26px;
    }
    .cta-one {
        height: 42vh;
        margin-top: 7%;
    }
    .cta-one-two {
        margin-top: -100px;
    }
    .cta-two {
        height: 39vh;
    }
    .cta-two-img {
        margin-top: -60px;
    }
    .geners button.slick-prev, .industry button.slick-prev{
        left: 5%;
    }
    .geners button.slick-next, .industry button.slick-next{
        right: 6%;
    }
}

@media (max-width:1400px) and (max-height: 650px) {
    .float-btn {
        top: 75%;
    }
    .banner {
        height: 150vh;
    }
}

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

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

@media screen and (max-width: 822px) {
    .nav-bar.active {
        transform: translateX(0);
    }

    .nav-bar {
        background: rgba(var(--clr-2), 1);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        transform: translateX(200%);
        z-index: 99999999;
        transition: .8s;
        padding-left: 20px;
        padding-right: 20px;
        color: rgba(var(--light-color), 1);
        overflow-y: scroll;
        padding-top: 30px;
    }

    .drop-down-cont {
        height: auto !important;
        max-height: unset !important;
        background: 0 0;
        padding: 0 0 0 10px;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        transform: translate(0);
        border-radius: unset;
        width: auto;
        box-shadow: none;
    }

    .nav-list li {
        padding-bottom: 10px;
    }
}
@media (max-width:1400px) and (max-height: 1200px){
     .banner {
        height: 80vh;
    }
}
@media (max-width:1400px) and (max-height: 1024px){
     .banner {
        height: 94vh;
    }
}
@media screen and (max-width: 760px) {
    .banner {
        height: 94vh;
    }
}

@media screen and (max-width: 576px) {
    .drop-down-cont {
        top: 10px;
    }

    .top-bar {
        display: none;
    }

    .www-bg {
        background: none !important;
    }

    .top-form {
        border-radius: 0;
    }

    .cta-one {
        height: 39vh;
    }

    .service-item::before {
        display: none;
    }

    .service-item {
        margin-bottom: 40px;
        padding-left: 20px;
    }

    .cta-one-img {
        margin-top: 30px;
        margin-bottom: -40px;
    }

    .cta-one-two {
        margin-bottom: -60px;
        margin-top: 30px;
    }

    .services-section::after {
        bottom: 19%;
        height: 17vh;
        width: 31vw;
    }

    .portfolio::before {
        height: 13rem;
        width: 12rem;
    }

    img.book {
        padding-top: 20px;
    }

    .step-bg {
        height: 200px;
    }

    .process::after {
        top: 0;
        left: -30px;
        height: 9%;
        width: 22%;
    }

    .process::before {
        height: 12%;
        width: 46%;
    }

    .process-img {
        padding: 13px 0;
    }

    .banner {
        padding: 140px 0;
        height: 100vh;
    }

    .banner-video::before {
        width: 120%;
    }

    .f-70 {
        font-size: 42px;
    }

    .f-20 {
        font-size: 17px;
    }

    .f-30 {
        font-size: 26px;
    }

    body {
        font-size: 16px;
    }

    .f-50 {
        font-size: 30px;
    }

    .f-18 {
        font-size: 16px;
    }

    .f-24 {
        font-size: 22px;
    }

    .form-control,
    input,
    select,
    select input {
        margin-top: 0px;
    }

    .f-40 {
        font-size: 30px;
    }

    .faq::before {
        height: 8vh;
        width: 69vw;
    }

    .banner::before {
        height: 20vh;
        width: 48vw;
        right: -88px;
        bottom: -20px;
    }

    .banner-content::before {
        width: 100%;
        top: -8%;
        left: 0;
    }

    .banner-content::after {
        display: none;
    }

    .about::before {
        height: 17vh;
        width: 23vw;
        right: 0;
    }

    .banner::after {
        display: none;
    }

    .video-banner {
        height: 124vh;
    }

    .banner-form {
        margin: 50px 0;
    }

    .cta-one {
        margin-top: 0;
    }

    .cta-two {
        height: 47vh;
    }

    .cta-buttons {
        display: flex;
        flex-direction: column;

    }

    .float-btn {
        top: 89%;
        left: 20px;
        opacity: 0.7;
    }

    .float-btn button img {
        width: 80px;
    }

    .float-btn button,
    .float-btn button:hover {
        padding: 0 !important;
    }
    .www-bg h2, .www-bg p  {
        color: #000;
    }
}
@media (max-width:420px) and (max-height: 900px){
    .banner {
        height: 107vh;
    }
}
@media screen and (max-width: 420px) {
    .video-banner {
        height: 140vh !important;
    }

    .banner {
        height: 117vh;
    }

    .services-section::after {
        height: 12vh;
    }

    .cta-one {
        height: 50vh;
    }
}

@media screen and (max-width: 380px){
        .banner {
        height: 147vh;
    }
}
