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

body {
    color: #cfcfcf;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins';

}

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

body::-webkit-scrollbar {
    width: 6px;
    background-color: #2a2a2a;
    transition: all 0.4s ease-in-out;
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}

p {
    font-size: 15px;
    line-height: 24px;
    color: #2a2a2a;
    font-family: 'Poppins';

}

a {
    font-size: 17px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    line-height: 24px;
    color: #fff;
    font-family: 'Poppins';
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins';
}

li {
    font-size: 15px;
    line-height: 24px;
    color: #2a2a2a;
    font-family: 'Poppins';
}
label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Poppins';
}
input , textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #96969622;
    border-radius: 30px;
    padding: 13px 20px;
    color: #cecece;
    transition: 0.3s ease-in-out;
    font-family: 'Poppins';
}
input:focus ,textarea:focus {
    border: 1px solid #b7610680;
}
input::placeholder , textarea::placeholder {
    color: #565656;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: 700;
    color: #111;
    font-family: 'Kurdis Test';
}

p {
    margin: 0px;
}




.pt-50 {
    padding-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

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

.pb-100 {
    padding-bottom: 100px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}

.justify-center {
    justify-content: center;
}

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

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

.justify-content-space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.row {
    --bs-gutter-x: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
:root {
    --spacing: 1.5rem;
}
.row > * {
    padding-right: calc(var(--spacing) * 0.5) !important;
    padding-left: calc(var(--spacing) * 0.5) !important;
}
/* 
.col-md-4 {
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-md-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.col-md-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
} */

.site-width {
    max-width: 1250px;
    margin: 0px auto;
}

@media screen and (max-width:1518px) and (min-width:1368px) {
    .site-width {
        max-width: 1372px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1708px) and (min-width:1519px) {
    .site-width {
        max-width: 1552px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1920px) and (min-width:1709px) {
    .site-width {
        max-width: 1642px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:2500px) and (min-width:1921px) {
    .site-width {
        max-width: 1842px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {
    .site-width {
        padding: 0px 40px;
        max-width: 1200px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1024px) and (min-width:888px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:888px) and (min-width:769px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:768px) {
    .site-width {
        padding: 0px 20px;
    }
}


/* CSS  */
.wrapper {
    /* position: fixed; */
    left: 0px;
    right: 0px;
}

.wrapper {
   background: linear-gradient( 90deg, #f9f5ffee 0%, #ebdeffe3 100%), url(../img/bg/Home-3.png);
    background-size: 100%;
    background-attachment: fixed;
}

.headerBanner {
    background: #0f07156e;
}

/* Header */
.headerSection {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: 0.3s ease-in-out;
}
.headerBanner {
    transition: 0.3s ease-in-out;
}
.headerBanner.scroll-up  {
    position: fixed;
    width: 100%;
    z-index: 9;
}
.headerBanner.scroll-down   {
    position: fixed;
    width: 100%;
    z-index: 9;
}
.headerBanner.scroll-up .headerSection  {
    background: linear-gradient(45deg, #7e3ffcc4, #9d2bf4bf);
    backdrop-filter: blur(7px);
}
.headerBanner.scroll-down .headerSection {
    background: linear-gradient(45deg, #7e3ffcc4, #9d2bf4bf);
    backdrop-filter: blur(7px);
}
.headerBanner.scroll-up .logoSection  {
    width: 120px;
        padding: 5px 0px;
}
.headerBanner.scroll-down .logoSection {
    width: 120px;
        padding: 5px 0px;
}
.mainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoSection {
    width: 210px;
    padding: 15px 0px;
    transition: 0.3s ease-in-out;
}

.logoSection img {
    width: 100%;
}

.navSection {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navWrapper ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.headerBtns ul {
    display: flex;
    align-items: center;
}

.navWrapper ul li a {
    padding: 23px 0px;
    display: inline-block;
    position: relative;
    transition: 0.3s ease-in-out;
}


.navWrapper ul li a:hover , .navWrapper ul li a.active{
    transform: scale(0.9);
}

.navWrapper ul li a::after {
    content: '\f054';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    left: -14px;
    font-size: 12px;
   color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.navWrapper ul li a::before {
    content: '\f053';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    right: -14px;
    font-size: 12px;
   color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.navWrapper ul li a:hover::after, .navWrapper ul li a.active::after {
    visibility: visible;
    opacity: 1;
}

.navWrapper ul li a:hover::before , .navWrapper ul li a.active::before {
    visibility: visible;
    opacity: 1;
}

.navWrapper {
    display: flex;
    justify-content: flex-end;
    flex: auto;
}

.headerBtns {}

.navWrapper .heademail a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 31px;
    background-image: linear-gradient(45deg, #fff2e3, #fdf3e8);
    border-radius: 40px;
    transition: 0.3s ease-in-out;
    color: #111;
}

.heademail a:hover {
    background-position: -100%;
    background-image: linear-gradient(45deg, #7e3ffc, #9d2bf4);
}

.headerBtns ul li img {
    width: 24px;
}

/* Banner */
.bannerSection {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.bannerSection::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: linear-gradient(180deg, #1c112ee0, transparent); */
    background: linear-gradient(180deg, #4a4a4a70, transparent);
    top: 0px;
    left: 0px;
    right: 0px;
}

.video-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
}

.video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bannerSlider {
    min-height: 100%;
    text-align: center;
    width: 70%;
    margin: auto;
    display: flex;
    align-items: end;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    left: 0px;
    justify-content: center;
    padding-bottom: 40px;
}

.justHight  .bannerSlider {
    position: relative;
}

.bnrText h1 {
    font-size: 28px;
    color: #7e3ffc;
    font-weight: 600;
    position: relative;
    top: 3px;
}

.bnrText h2 {
    font-size: 21px;
    color: #c5c5c5;
    font-weight: 400;
}

.bnrText p {
    font-size: 16px;
    margin-top: 8px;
    color: #8b8b8b;
}
.bannerBtn {
    display: inline-block;
    padding: 15px 60px;
    color: #ffffff;
    border: transparent;
    border-radius: 40px;
    transition: 0.3s ease-in-out;
    background: linear-gradient(45deg, #7e3ffc, #9d2bf4);
    font-size: 18px;
}
.bannerBtn:hover {
    background-position: bottom right;
    transform: scale(0.96);
}
.bannerBtn:active {
    transform: scale(0.9);
}
.bannerContent {
    width: 100%;
}
.bannerContent .bnrText {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #fff;
    border-radius: 90px;
    padding: 15px 15px 15px 34px;
    justify-content: space-between;
}


.bnrImage {
    width: 100%;
}
.bnrImage img {
    width: 100%;
}

.imagesidebnr .bannerContent .bnrText {
    width: 100%;
    padding: 0px;
    background: transparent;
    display: block;
    text-align: left;
}
.imagesidebnr .bannerSlider {
    width: 100%;
    position: relative;
    padding: 0px;
    height: 100vh;
    align-items: center;
}
.contactbnr.imagesidebnr .bannerSlider {
    text-align: left;
}

.imagesidebnr {
    position: relative;
    background-image: linear-gradient(308deg, #5d3197d1, #ab78ffd1), url(../img/bg/bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}
.imagesidebnr.bg3 {
    background: linear-gradient(308deg, #5d3197d1, #ab78ffd1), url(../img/bg/bg3a.png);
    background-position: top;
    background-size: 100%;
    background-blend-mode: inherit;
}
.imagesidebnr.bg4 {
    background: radial-gradient(#c489f1bf, #5d3197), url(../img/bg/about-bg.png);
    background-position: top;
    background-size: 71%;
    background-blend-mode: inherit;
    background-repeat: unset;
}
.imagesidebnr::after {
    content: '';
    position: absolute;
    width: 42%;
    right: 3%;
    left: auto;
    bottom: 0px;
    background-image: url(../img/bg/bg1.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 2;
}
.imagesidebnr.bg3::after {
  content: '';
    position: absolute;
    width: 51%;
    right: 0%;
    left: auto;
    bottom: 0px;
    background-image: url(../img/bg/bg3.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 2;
}

.imagesidebnr.bg4::after {
  content: '';
    position: absolute;
    width: 51%;
    right: 0%;
    left: auto;
    bottom: 0px;
    background-image: url(../img/bg/bg4.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 2;
}

.imagesidebnr.bg5::after {
    content: '';
    position: absolute;
    width: 51%;
    right: 0%;
    left: auto;
    bottom: 0px;
    background-image: url(../img/other/contact-bnr-img.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 2; 
}

.imagesidebnr .bannerContent .bnrText h1 {
    margin-bottom: 20px;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}
.imagesidebnr .bannerContent .bnrText h4 {
       margin-bottom: 17px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
}
.imagesidebnr .bannerContent .bnrText p {
    margin-bottom: 10px;
}



.contactUsCard {
    padding: 21px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 18px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
    box-shadow: rgb(0 0 0 / 0%) 0px 4px 12px;
    border: none;
    min-height: 148px;
        background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mapSection {
    width: 100%;
    height: 100%;
}



.contactCHeader {
    display: flex;
    align-items: center;
    gap: 13px;
}

.contactIco {
    width: 40px;
    height: 40px;
    background: linear-gradient(148deg, #f17f67, #f7a238);
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
}

.contactTitle {
    width: 86%;

}

.contactTitle h5 {
    font-size: 18px;
    font-weight: 700;
    color: #616161;

}

.contactTitle p {
    font-size: 16px;
    line-height: 22px;
}

.contactMain {
    margin-top: 10px;
}

.contactMain a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #111;
    /* display: block; */
}

.contactWrapper {
    margin-top: 50px;
}



.ourTeam .boostCardContent h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 16px;
    line-height: 44px;
}
.ourTeam .boostCardContent p {
    font-size: 19px;
}
.ourTeam .boostCard {
    min-height: 470px;
}
.ourTeam .boostCardImg {
    width: 100%;
    position: relative;
    margin-top: -60px;
}






.enquireNowForm.contactPage .right-sidebar-box {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: 20px;
}

.enquireNowForm.contactPage .right-sidebar-box h5 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;

}
.contactbnr  .bannerContent {
    width: 100%;
    margin-top: 110px;
}

.enquireNowForm.contactPage .right-sidebar-box .custom-form .custom-input textarea {
    height: 104px;
}

.right-sidebar-box {
    background-color: #f8f8f800;
    border-radius: 6px;
    padding: 0px;
    max-width: 894px;
    margin: 0px auto;
    background: #fcf7fe36;
    padding: 25px 30px;
    border-radius: 8px;
    border: 1px solid #dddddd4a;
    backdrop-filter: blur(6px);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    left: -2px;
}

.right-sidebar-box .custom-form label {
     color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: calc(2px + 0.3125vw);
    font-weight: 400;
}

.right-sidebar-box .custom-form .custom-input {
    position: relative;
}

.right-sidebar-box .custom-form .custom-input .form-control {
    border: none;
    padding: calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(38.8px + 0.6875vw);
}

.right-sidebar-box .custom-form .custom-input i {
    align-items: center;
    color: #4a5568;
    display: flex;
    font-size: 15px;
    left: 0;
    line-height: 1;
    padding: 15px;
    position: absolute;
    top: 0px;

}

.form-control {
    background-color: #fff;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + var(--bs-border-width)*2);
}

.right-sidebar-box .custom-form .custom-input textarea {
    height: 180px;
}

.right-sidebar-box .custom-form .custom-input .form-control {
    border: 1px solid #dddddd52 !important;
    padding: 10px 16px;
    border-radius: 6px;
    background: #7851a814;
    color: #fff;
}

.right-sidebar-box .custom-form .custom-input .form-control::placeholder {
    font-size: 14px;
    color:#ffffffaf;
}

.right-sidebar-box .custom-form .custom-input .form-control:focus {
    box-shadow: none;
}

.myRecentWorks {
    background: #00000052;
    position: relative;
}

.titleSection {
    text-align: center;
}

.titleSection h2 {
    font-weight: 700;
    font-size: 40px;
}

.titleSection p {
    padding: 0px 19%;
    margin-top: 10px;
    color: #2a2a2a;
    font-size: 20px;
}

.portfolio {
    margin-top: 40px;
}

.tab-slider--nav {
    display: flex;
    justify-content: center;
}

.tabs {
    width: fit-content;
}

.tab-slider--tabs {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 6px;
    margin: 0;
    position: relative;
    border: 1px solid #dddddd70;
    border-radius: 40px;
}

.tab-slider--trigger {
    padding: 10px 30px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    border-radius: 30px;
}

.tab-slider--trigger.active {
    color: #fff;
    background: linear-gradient(45deg, #ff9727, #ab5800);
}

.tab-content {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.content {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    width: 100%;
}

.content.active {
    opacity: 1;
    transform: scale(1);
    position: relative;
}


/* About  */

/* .aboutCt .titleSection h5 {
    color: #242424;
    font-size: 36px;
    font-weight: 700;
    line-height: 49px;
} */
.aboutCt .titleSection h2 {
    color: #242424;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}
.aboutCt p, .aboutCt li {
    text-align: justify;
}
.wrapper .aboutcall img {   
    width: 28px;
    padding: 0px;
    padding: 0;
    border-radius: 0;
}
.aboutcall {
    display: inline-flex
    ;
        align-items: center;
        gap: 11px;
}
.normalList li {
    background-image: url(../img/icons/check.svg);
    background-size: 20px;
    background-position: left top 5px;
    padding-left: 32px;
    background-repeat: no-repeat;
    text-align: justify;
}


.aboutcta {
    display: flex;
    align-items: center;

    margin-top: 30px;
    gap: 30px;
}
.aboutctWrap {
    position: relative;
    z-index: 3;
}
.aboutImgs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;    
}
.aboutImgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutImgs .aboutImg {
    width: 100%;
    height: auto;
}
.aboutImg.i {
    margin-top: -50px;
    animation: float1 2000ms linear 400ms infinite alternate both;
}
.aboutImg.ii {
    margin-bottom: mover1;
    animation: float2 2000ms linear 400ms infinite alternate both;
}


@keyframes float1 {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(10px);
    }
}
@keyframes float2 {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(30px);
    }
}

.titleSection.left {
    text-align: left;
}
.titleSection.left p {
    padding: 0px;
}
.aboutus .titleSection.left p {
       padding: 0px;
    font-size: 25px;
    line-height: normal;
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
}

.aboutCt p, .aboutCt li {
    text-align: justify;
}

.portfolioCard {
    width: 100%;
    background: #0f071559;
    padding: 26px 30px 0px 24px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    backdrop-filter: blur(9px);
}

.portImg {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.portImg img {
    width: 100%;
}

.portContent {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(45deg, #ff9727, #ab5800);
    left: 0px;
    right: 0px;
    width: 82%;
    margin: auto;
    border-radius: 20px;
    bottom: 0px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.portfolioCard:hover .portContent {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}
.portcontText {}

.portcontText h3 {
    font-size: 20px;
    font-weight: 600;
}

.portcontText p {
    color: #c4c4c4;
}

.portCTA a {
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 11px;
    font-size: 25px;
}


.ball {
    --delay: 0s;
    --size: 0.4;
    --speed: 20s;
    aspect-ratio: 1;
    width: calc(150% * var(--size));
    background: linear-gradient(259.53deg, #ff9727 6.53%, #8400f0 95.34%);
    filter: blur(10vw);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: loop var(--speed) infinite linear;
    animation-delay: var(--delay);
    transform-origin: 50% 50%;
    opacity: 0.1;
}

@keyframes loop {
    0% {
        transform: translate3D(0%, 51%, 0) rotate(0deg);
    }

    5% {
        transform: translate3D(8%, 31%, 0) rotate(18deg);
    }

    10% {
        transform: translate3D(22%, 13%, 0) rotate(36deg);
    }

    15% {
        transform: translate3D(40%, 2%, 0) rotate(54deg);
    }

    20% {
        transform: translate3D(46%, 21%, 0) rotate(72deg);
    }

    25% {
        transform: translate3D(50%, 47%, 0) rotate(90deg);
    }

    30% {
        transform: translate3D(53%, 80%, 0) rotate(108deg);
    }

    35% {
        transform: translate3D(59%, 98%, 0) rotate(125deg);
    }

    40% {
        transform: translate3D(84%, 89%, 0) rotate(144deg);
    }

    45% {
        transform: translate3D(92%, 68%, 0) rotate(162deg);
    }

    50% {
        transform: translate3D(99%, 47%, 0) rotate(180deg);
    }

    55% {
        transform: translate3D(97%, 21%, 0) rotate(198deg);
    }

    60% {
        transform: translate3D(80%, 7%, 0) rotate(216deg);
    }

    65% {
        transform: translate3D(68%, 25%, 0) rotate(234deg);
    }

    70% {
        transform: translate3D(59%, 41%, 0) rotate(251deg);
    }

    75% {
        transform: translate3D(50%, 63%, 0) rotate(270deg);
    }

    80% {
        transform: translate3D(38%, 78%, 0) rotate(288deg);
    }

    85% {
        transform: translate3D(21%, 92%, 0) rotate(306deg);
    }

    90% {
        transform: translate3D(3%, 79%, 0) rotate(324deg);
    }

    100% {
        transform: translate3D(0%, 51%, 0) rotate(360deg);
    }
}

.glow-container {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}



/* Cursor Style start  */
.custom-cursor {
    position: absolute;
    background-color: #ff9727;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -10px;
    pointer-events: none;
    z-index: 10000;
    transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    border: 0px solid white;
    display: flex;
    align-items: center;
    justify-content: center;

}

.custom-cursor .ball {
    position: absolute;
    width: 0px;
    height: 0px;
    background: #ff9727;
    border-radius: 100%;
    transition: all .3s ease;
}

.activeproject{
    height:10px;
    width:10px;
    transform: translate(-50%,-50%) rotate(45deg);
    border-radius: 160px 0;
    transition-property: width, height, background, margin-left, margin-top, border, transform, rotate, translate;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.custom-cursor.activeproject .ball {
    width: 10px;
    height: 10px;
}

.custom-cursor.activemenu {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background: #ed70162f;
}
/* Cursor Style end  */



.serviceWrapper {
    margin-top: 40px;
}
.serviceCard {
    padding: 30px;
    display: flex
;
    align-items: center;

    justify-content: space-between;
    border-bottom: 1px solid #dddddd3d;
    transition: 0.5s ease-in-out;
}
.serviceCard:hover {
    background: linear-gradient(45deg, #ff9727, #ab5800);
}
.serTitle {
    width: 22%;
}
.serTitle h3 {
    font-weight: 600;
}
.serContent {
    width: 68%;
}
.serCTA {
    width: 10%;
    text-align: right;
}
.serCTA a {
    width: 40px;
    display: inline-block;
}
.serCTA a img {
    width: 100%;
    transition: 0.3s ease-in-out;
}
.serviceCard:hover .serCTA a img {
    transform: rotate(45deg);
}
.serviceWrapper button {
    border: none;
    width: 100%;
    text-align: inherit;
    cursor: pointer;
    background: transparent;
}

.serSlide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
}
.serSlide img {
    animation: float1 2000ms linear 400ms infinite alternate both;
     transition: 0.4s ease-in-out;
}
.service4Col .serSlide:hover .serImage img {
    animation: zoominout 2s infinite linear;
}
@keyframes zoominout {
    0% {
        transform: scale(1);
    }
    50% {
            transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.ourserbg1 {
    position: relative;
    background: linear-gradient(45deg, #210f44, #2e0c48);
}
.ourservideoSec {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0xx;
    margin: auto;
    
}
.ourservideoSec video {
       width: 100%;
    height: 100%;
    opacity: 0.1;
    object-fit: cover;
}
.service4Col {
    width: 80%;
    margin: auto;
}
.service4Col .col-md-6:nth-child(1) {
    border-right: 1px solid #dddddd21;
}
.service4Col .col-md-6:nth-child(2) {
    border-bottom: 1px solid #dddddd21;
}
.service4Col .col-md-6:nth-child(3) {
    border-right: 1px solid #dddddd21;
    border-top: 1px solid #dddddd21;
}
/* .service4Col .col-md-6:nth-child(4) {
    
} */

.service4Col .serContent {
    text-align: center;
    min-height: 160px;
    padding-left: 0px;
}
.service4Col .serSlide {
    flex-direction: column;
}
.service4Col .serContent h4 {
    font-size: 18px;
    color: #fff;
}
.service4Col .serContent h6 {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
}
.service4Col .serContent p {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
    color: #fff;
}
.serContent {
    padding-left: 30px;
    width: 100%;
}

.serContent h4 {
        color: #242424;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
}
.serContent p {
    padding: 0px;
    font-size: 21px;
    line-height: normal;
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
}


.owl-carousel {
    position: relative;
}
.owl-theme .owl-nav {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.owl-btns.owl-carousel .owl-nav button.owl-next, .owl-btns.owl-carousel .owl-nav button.owl-prev {
    width: 60px;
    height: 60px;
    background: transparent !important;
    border-radius: 30px;
    border: 1px solid #878787;
    color: #878787;
    font-size: 20px;
}
.ourServices .owl-theme .owl-nav [class*='owl-']:hover {
    color: #101010;
}

.service4Col .serImage {
    width: 160px;
    margin: auto;
    margin-top: 20px;
}
.service4Col .serImage img {
    width: 100%;
}

.boostSecSlider .item {
    padding-top: 60px;
}
.boostCard {
    background: linear-gradient(45deg, #7e3ffc, #9d2bf4);
    padding: 0px;
    border-radius: 30px;
}
.boostCard .col-md-4 {
    padding: 0px;
}
.boostCardContent {
    padding: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.boostCardContent h3 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 16px;
}
.boostCardContent p {
    color: #fff;
    padding: 0px;
    font-size: 21px;
    line-height: normal;
    font-weight: 400;
    text-align: left;
}

.boostCardImg {
    width: 100%;
    position: relative;
    margin-top: -80px;
}
.boostCardImg img {
    width: 100%;
}
.boostCardInflName {
  width: 90%;
    position: absolute;
    bottom: 10px;
    right: 0px;
    left: 0px;
    margin: auto;
    background: #fff;
    border-radius: 100px;
    padding: 17px 30px;
    text-align: center;
}
.boostCardInflName h4 {
    font-size: 17px;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 12px;
}

.boostCardInflName h4::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 100px;
    height: 2px;
    background: #fd5f5d;
}
.boostCardInflName h5 {
    font-size: 12px;
}
.boostCardInflName p {
    font-size: 13px;
    color: #fd5f5d;
}
.owl-dots-style  {
    padding-bottom: 80px;
}
.owl-dots-style.owl-theme .owl-dots .owl-dot span {
    background: #fbc1ff;
    margin: 5px 2px;
}
.owl-dots-style.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 20px;
    background: #7e3ffc;
}
.owl-dots-style.owl-theme .owl-dots {
    bottom: 40px;
    left: 0px;
}




/* owl carousel increase */
.carousel-accordion.owl-carousel {
    max-width: 100%;
    margin: 3vh auto;
}
.carousel-accordion.owl-carousel .owl-stage {
  display: flex;
}

.carousel-accordion.owl-carousel {
  padding-left: 20px;
  padding-right: 20px;
}

.carousel-accordion .owl-item a {
  text-decoration: none;
  color: inherit;
}

/*   .active {
  background: #ddd;
}

.expanded {
  background: #333;
}  */

.carousel-accordion .accordion_li .bg-image {
  height: 400px;
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
/* 
.carousel-accordion .accordion_li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  transform: translate(-50%, -50%);
  object-fit: cover;
} */

@media (min-width: 1200px) {
  .carousel-accordion .owl-item {
    padding: 0 var(--xspace);
  }

  .carousel-accordion .accordion_li .bg-image {
    width: unset;
  }

  .carousel-accordion .accordion_li {
    width: calc((((var(--vw-width)) - (var(--xspace) * 2)) / 5));
  }
}

/* owl nav show on  more than  5 slide on desktop */

.owl-carousel .owl-nav {
  text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 5px;
  background: #000;
  display: inline-grid;
  place-content: center;
}

.owl-carousel .owl-nav button.owl-prev:focus {
  outline: 0;
}

.owl-carousel .owl-nav button.owl-next .angle-right,
.owl-carousel .owl-nav button.owl-prev .angle-left {
  height: 30px;
  width: 30px;
  border-radius: 10px;
  background: #000
    url(https://png.pngtree.com/element_our/20190601/ourlarge/pngtree-white-direction-arrow-right-icon-image_1338652.jpg)
    no-repeat center;
  background-size: 10px auto;
}

.owl-carousel .owl-nav button.owl-prev .angle-right.angle-left {
  rotate: 180deg;
}

.owl-carousel .owl-nav button.owl-prev .angle-left.angle-left {
  rotate: 180deg;
}

.owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 5px;
  background: #000;
  display: inline-grid;
  place-content: center;
}

.owl-carousel .owl-nav button.owl-next:focus {
  outline: 0;
}

.pv-content {
     padding: 10px;
    background: #fff;
    position: absolute;
    bottom: 8px;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    width: 94%;
    margin: auto;
    text-align: center;
}
.pv-content p {
    font-size: 16px;
    font-weight: 500;
    color: #7e3ffc;
}

/*  */


.testimonials {
    background: linear-gradient(45deg, #0f0720, #140420);
    position: relative;
}
.testimonialCard {
    position: relative; 
    margin-top: 50px; 
        padding: 0px 40px;
}
.testiDp {
      width: 170px;
    height: 170px;
    border-radius: 100%;
    overflow: hidden;
    display: flex
;
    align-items: baseline;
    margin: auto;
    border: 3px solid #fff;
    
}
.testiDp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testiContent {
    margin-top: 40px;
}
.testiContent {
    padding: 0px 30px;
    text-align: center;
}
.testiContent p {
       color: #fff;
    padding: 0px;
    font-size: 19px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 20px;
}
.testiContent h5 {
      font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.titleSection.light h2 {
    color: #fff;
}
.titleSection.light p {
    color: #fff;
}
.titleSection.light img {
    filter: invert(1) grayscale(1) brightness(2);
}


.faqWrapper {
    margin-top: 40px;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background: linear-gradient(45deg, #7e3ffc, #9d2bf4);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    border-radius: 15px;
}

.accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.accordion-item {
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 20px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.accordion  .card-body {
    padding: 20px;
}

.contactUs {
    background: #00000052;
    position: relative;
}

.contactForm {
    width: 100%;
    border-radius: 20px;
    padding: 50px;
    background: #0f0715;
}
.contactForm h3 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}
.contactForm p {
    color: #919191;
    margin-top: 10px;
    margin-bottom: 10px;
}
.formcol {
    margin-bottom: 20px;
}


.contactForm .col-md-6, .contactForm .col-md-12 {
    padding: 10px 0px;
}
.formBtn {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 16px 29px !important;
    background-image: linear-gradient(45deg, #ff9727, #ab5800);
    border-radius: 40px;
    transition: 0.3s ease-in-out;
    color: #fff;
    border: none;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
    font-family: 'poppins';
}


.contactInfo {
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.contactInfoWrapper {
    width: fit-content;
    height: fit-content;
}
.ctinfoCard {
    position: relative;
    display: flex
;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}
.ctinfoCard .ctinfoImg {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: linear-gradient(45deg, #ff9727, #ab5800);
    padding: 14px;
}
.ctinfoImg img {
    width: 100%;
}
.ctinfoText {

} 
.ctinfoText h4 {
    font-size: 14px;
    font-weight: 400;
    color: #919191;
}
.ctinfoText a {
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
    margin-top: 6px;
}


.technoWrapper {
    margin-top: 40px;
}
.technoCard {
    position: relative;
}
.techImg {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 20px;
    background: #0a050e;
    height: 130px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.techImg img {
    width: 64px;
}
.techContext {
    text-align: center;
}
.techContext h4 {
    color: #ff9727;
    font-size: 18px;
    font-weight: 500;
}

.footer-wrp-main {
    background-image: linear-gradient(45deg, #fffce4, #ffd0d0);
    background-size: 100%;
    position: relative;
    padding-top: 100px;
}
.footer-logo-wrp {
    margin-bottom: 40px;
}
.wrapper .footer-logo-wrp img {
    width: 80%;
    margin: auto;
    /* filter: invert(2) brightness(3.5); */
}
.footerTexture {
    position: absolute;
    width: 35%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 0px;
    filter: hue-rotate(26deg) saturate(0);
}

.footerTexture img {
    width: 100%;
}

.footerMain {
    position: relative;
    padding: 0px 0px 0px;
}

#tsparticles {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}
#tsparticlestwo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}
.particle-network-animation {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 3; 
}
.somepolicyLink {
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.somepolicyLink li {
    color: #fff;
}

.somepolicyLink li a {
    color: #ddd;
    font-size: 13px;
}


#tsparticles canvas {
    position: unset !important;
}
#tsparticlestwo canvas{
    position: unset !important;
}
#nokey canvas{
    position: unset !important;
}

.ftr-link-bx a {
    display: block;
    color: #111;
    margin: 5px 0px 10px;
    font-size: 15px;
}
.ftr-link-bx a i {
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    top: 0px;
}
ul.address-sec li i {
    color: #7e3ffc;
    font-size: 14px;
    margin-right: 8px;
}

ul.address-sec li a {
    display: flex;
    align-items: baseline;
}

.subscribeBtn {
    display: inline-block;
    padding: 10px 30px;
    margin-top: 10px;
    color: #ffffff;
    border: transparent;
    border-radius: 40px;
    transition: 0.3s ease-in-out;
    background: linear-gradient(45deg, #7e3ffc, #9d2bf4);
    font-size: 18px;
}

.ftr-link-bx a.title-16 {
    font-size: 22px;
    font-weight: 500;
    color: #7e3ffc;
    margin-top: 0px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 9px;
}

.ftr-link-bx a.title-16::after {
    position: absolute;
    content: '';
    width: 92px;
    height: 2px;
    background: #7e3ffc;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.ftr-link-bx a.title-16::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #7e3ffc;
    bottom: -2px;
    left: 87px;
    border-radius: 100%;
    z-index: 2;
} 

.footerContents {
    margin-top: 20px;
}

.footerContents p {
    margin-right: 5px;
    color: #fff;
    line-height: 28px;
}

.footer-links-wrp {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}

.footer-btm-wrp {
    background: #111;
    padding: 5px 0px;
}

.footer-btm-wrp p {
    color: #ffff;
    margin-bottom: 0px;
    font-size: 13px;
}

.footerContents ul {
    display: flex
    ;
        align-items: center;
        gap: 12px;
}

.footerContents ul {
    color: #fff;
}

.footerContents ul li {
    color: #fff;
}

.footerContents ul li:first-child {
    margin-right: 0px;
}

.footerContents ul li:nth-child(2) {
    margin-left: 0px;
}

.footerContents ul li a {
    display: inline-block;
    border: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    margin: 0px;
    color: #a72409;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footerContents ul li a i {
    font-size: 20px;
    line-height: 51px;
}
.footerContents ul li a i.fa-tiktok {
    color: #111;
}

.footerContents ul li a i.fa-facebook-f {
    color: #0075ea;
}

.footerContents ul li a i.fa-x-twitter {
    color: #000;
}

.footerContents ul li a i.fa-youtube {
    color: #f70000;
}

.footerContents ul li a i.fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footerContents ul li a i.fa-whatsapp {
    color:#25D366;
}
ul.footerSocial {
    margin-top: 20px;
}

ul.footerSocial i {
    line-height: 27px;
    color: #fff;
    font-size: 12px;
}

.footerpaymentLink {
    margin-top: 18px;
}

.footerpaymentLink img {
    width: 150px;
}

.footershape1 {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 110px;
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
}

@keyframes upandDown {
    0% {
        transform: translateY(0);
    }

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

    100% {
        transform: translateY(0px);
    }
}
.footershape1 img {
    width: 100%;
}
.footershape2 {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 190px;
    top: 40px;
    background: linear-gradient(110deg, #f05f02, transparent);
    border-radius: 100%;
}


/* Preloader */
.ctn-preloader {
	align-items: center;
  cursor: none;
	display: flex;
  height: 100%;
  justify-content: center;
	position: fixed;
	left: 0;
  top: 0;
	width: 100%;
  z-index: 900;
}

.ctn-preloader .animation-preloader {
	position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgb(255 202 165 / 15%);
    border-top-color: #ff9e28;
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #fff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgb(200 200 200 / 20%);
	position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #0f0715;
  height: 100%;
	position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animación del preloader */
@-webkit-keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}
@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

/* Animación de las letras cargando del preloader */
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner cargando */	
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}
}

@media screen and (max-width: 500px) {
	/* Prelaoder */
	/* Spinner cargando */
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 2em 'Montserrat', sans-serif;
	}
}



/* Go to Top */


.scrollToTop {
    background-color: #ffffff00;
    border: 1px solid #ffffff29;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.15s ease;
}

.scrollToTop:after {
    content: "";
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
}

.scrollToTop.showBtn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#progress-bar {
    --scrollAmount: 0px;
}

#progress-bar svg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50px;
    max-height: 50px;
    transform: rotate(90deg);
}

#progress-bar svg path {
    stroke-width: 0.2em;
    stroke-dasharray: 154;
    stroke-dashoffset: calc(-154px + var(--scrollAmount));
    animation-fill-mode: forwards;
}



.jo-video-card {
    position: relative;
    z-index: 1;
    max-width: 100%;
    min-width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin: 0px auto;
    max-height: 300px;
    display: flex;
    align-items: center;
}

.jo-video-card::before {
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0;
    inset: 0px;
    background: linear-gradient(45deg, #f0b140, #7e3ffcb8);
    transition: 0.4s ease-in-out;
}


.jo-video-card__img {
    width: 100%;
    object-fit: contain;
    background-color: rgb(245, 245, 245);
}

.jo-video-card__txt {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    inset: 25px;
    overflow: hidden;
}

.jo-video-card .price {
    display: inline-block;
    background: #fff;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 27px;
    color: #7e3ffc;
    margin-bottom: 10px;
}

.jo-video-card .bottom {
    transform: translateY(calc(100% - 42px));
    transition: 0.4s;
}

.jo-video-card__title {
       font-weight: 600;
    font-size: 26px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 4px;
    display: inline-block;
}
.jo-video-card__infos {
    color: #fff;
    font-weight: 300;
}

.jo-video-card__infos > *:not(:last-child) {
    color: #fff;
    padding-right: 10px;
    margin-right: 5px;
}
.jo-video-card:hover::before {
    opacity: 1;
}

.jo-video-card:hover .bottom {
    transform: translateY(0);
}
.marquee-swiper-right {
    margin-top: 10px;
}
.testivideoSec {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0xx;
    margin: auto;
    
}
.testivideoSec video {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    object-fit: cover;
}
.innerSer .serImage {
    width: 100%;
}
.innerSer .serImage img {
    width: 100%;
}


.col-reverse {
    flex-direction: row-reverse;
}

.sercardInner.serSlide {
    background: linear-gradient(45deg, #f5e0ffa8, #ffffff85);
    padding: 8px 42px;
    border-radius: 42px;
    border: 1px solid #dddddd9e;
    box-shadow: 0px 0px 10px #00000005;
    margin-bottom: 20px;
    overflow: hidden;
}
.creatorsInner .sercardInner.serSlide {
    padding: 40px 40px;
}
.col-reverse.serSlide {
    flex-direction: row-reverse;
    background: linear-gradient(225deg, #f5e0ffa8, #ffffff85);
}
.sercardInner.serSlide .serContent p {
    font-size: 17px;
}
.col-reverse.serSlide .serContent {
    padding-left: 0px;
    padding-right: 40px;
}


.ourcreaterserInr {
    background: linear-gradient(45deg, #d5c2ffb5, #e1bcfdba), url(../img/bg/creater-ser-bg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: color;
}

.ourcreaterserInr .service4Col {
    width: 100%;
}
.ourcreaterserInr .service4Col .serContent h4 {
    color: #111;
}
.ourcreaterserInr .service4Col .serContent h6 {
    color: #111;
}
.ourcreaterserInr .service4Col .serContent p {
    color: #111;
}

.ourcreaterserInr .serSlide img {
    animation: none;
}
.ourcreaterserInr .service4Col {
    margin-top: 40px;
}
.ourcreaterserInr .service4Col .serSlide {
    padding: 20px;
    background: #ffffff85;
    border-radius: 20px;
    min-height: 440px;
}

.whychoose.aboutus .titleSection.left p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px;
}
.whychoose.aboutus ul li {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
    background: linear-gradient(90deg, #ffffff70, transparent);
    margin-bottom: 12px;
    padding: 10px 17px;
    border-radius: 12px;
    border-left: 3px solid #8b46f0;
}

.carousel-accordion .accordion_li .bg-image:hover img {
    transform: scale(1.05);
}
.carousel-accordion .accordion_li .bg-image  img {
    transition: 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media screen and (max-width:1370px) and (min-width:1300px) {
    .jo-video-card {
        max-height: 220px;
    }
    .carousel-accordion .accordion_li .bg-image {
        height: 360px;
    }
    .right-sidebar-box .custom-form .custom-input .form-control {
        padding: 5px 13px;
    }
    .enquireNowForm.contactPage .right-sidebar-box {
        padding: 22px;
    }
    .ml-md-3.mb-3.custom-form {
        margin-bottom: 10px !important;
    }
    .enquireNowForm.contactPage .right-sidebar-box .custom-form .custom-input textarea {
        height: 36px;
    }
    .right-sidebar-box .custom-form label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .right-sidebar-box .bannerBtn {
        display: inline-block;
        padding: 8px 40px;
        color: #ffffff;
        border: transparent;
        border-radius: 40px;
        transition: 0.3s ease-in-out;
        background: linear-gradient(45deg, #7e3ffc, #9d2bf4);
        font-size: 14px;
    }
    .ourcreaterserInr .service4Col .serSlide {
        min-height: 469px;
    }
    .ourcreaterserInr .service4Col .serContent h4 {
        font-size: 15px;
    }
    .aboutCt .titleSection h2 {
        font-size: 33px;
    }
}


@media screen and (max-width:1200px) and (min-width:1024px) {
    .bnrText h1 {
        font-size: 70px;
    }
    .titleSection p {
        padding: 0px 20%;
    }
    .contactForm {
        padding: 40px;
    }
}

@media screen and (max-width:1023px) and (min-width:769px) {
    .logoSection {
        width: 160px;
    }
    .bannerSection {
        height: 450px;
    }
    .bannerSlider {
        min-height: 450px;
    }
    .bannerBtn {
        padding: 8px 30px;
        font-size: 13px;
    }
    .bnrText h1 {
        font-size: 50px;
    }
    .bnrText h2 {
        font-size: 14px;
    }
    .bnrText p {
        font-size: 12px;
        line-height: 20px;
    }
    .titleSection p {
        padding: 0px 16%;
        font-size: 13px;
    }
    .contactForm {
        padding: 28px;
    }
    .portcontText h3 {
        font-size: 16px;
        font-weight: 600;
    }
    .portcontText p {
        color: #c4c4c4;
        font-size: 12px;
        line-height: normal;
    }
    .portContent {
        width: 92%;
        padding: 14px 15px;
    }
    .portCTA a {
        font-size: 17px;
    }
    p {
        font-size: 13px;
        line-height: normal;
    }
    .contactForm h3 {
        font-size: 20px;
    }
    .ctinfoText a {
        font-size: 14px;
    }
    .ctinfoCard .ctinfoImg {
        width: 40px;
        height: 40px;
        padding: 11px;
    }
    .ctinfoCard {
        margin-bottom: 16px;
    }
    .navWrapper ul {
        gap: 20px;
    }
    .navWrapper ul li a {
        font-size: 13px;
    }
    .heademail a {
        padding: 7px 14px;
        font-size: 12px;
    }
    .headerBtns ul li img {
        width: 16px;
    }
}
@media screen and (max-width: 768px) and (min-width:580px) {
    .bnrText h1 {
        font-size: 39px;
    }
    .bnrText h2 {
        font-size: 14px;
    }
    p {
        font-size: 12px;
        line-height: normal;
    }
    .bnrText p {
        font-size: 12px;
    }
    .bannerBtn {
        font-size: 12px;
        padding: 6px 15px;
        margin-top: 20px;
    }
    .bannerSection {
        height: 400px;
    }
    .bannerSlider {
        min-height: 400px;
    }   
    li {
        font-size: 12px;
    }
    .tab-slider--trigger {
        padding: 6px 23px;
    }
    .titleSection p {
        padding: 0px 16%;
    }
    .portfolio {
        margin-top: 30px;
    }
    .portfolioCard {
        padding: 26px 18px 0px 18px;
    }
    .portcontText h3 {
        font-size: 16px;
    }
    .portContent {
        padding: 14px;
    }
    .portCTA a {
        font-size: 15px;
    }
    .tab-content {
        margin-top: 30px;
    }
    .serviceWrapper {
        margin-top: 30px;
    }
    .serviceCard {
        padding: 10px;
    }
    .serTitle h3 {
        font-size: 14px;
    }
    .serCTA a {
        width: 28px;
    }
    .technoWrapper {
        margin-top: 30px;
    }
    .techImg {
        height: 70px;
    }
    .techImg img {
        width: 50%;
    }
    .techContext h4 {
        font-size: 12px;
    }
    .contactForm {
        padding: 20px;
    }
    .contactForm h3 {
        font-size: 16px;
    }
    label {
        font-size: 12px;
    }
    input, textarea {
        padding: 9px 17px;
    }
    .contactForm .col-md-6, .contactForm .col-md-12 {
        width: 100%;
    }
    .ctinfoText h4 {
        font-size: 10px;
    }
    .ctinfoText a {
        font-size: 12px;
        margin-top: 0px;
    }
    .ctinfoCard .ctinfoImg {
        padding: 11px;
        width: 40px;
        height: 40px;
    }
    .ctinfoCard {
        margin-bottom: 27px;
    }
    .formBtn {
        padding: 9px 22px !important;
    }
    .footerLogo {
        width: 150px;
    }
    .footerLinks ul {
        gap: 40px;
    }
    a {
        font-size: 12px;
    }
    
}

@media screen and (max-width: 579px) and (min-width:200px) {
    .logoSection {
        width: 111px;
    }
    .bannerContent {
        margin-top: 20px;
    }   
       .bnrText h1 {
        font-size: 11px;
        -webkit-text-stroke: 0px;
    }
    .bannerContent .bnrText {
        padding: 7px 10px;
        flex-direction: column;
        gap: 0px;
    }
    .bnrText h2 {
        font-size: 13px;
    }
    .bannerContent .bnrText {
    background: #ffffffb5;
    border-radius: 11px;
    padding: 15px 15px 15px 34px;
    justify-content: space-between;
    backdrop-filter: blur(5px);
    display: none;
    }
    
    p {
        font-size: 12px;
        line-height: normal;
    }
    .bnrText p {
        font-size: 10px;
    }
    .bannerBtn {
        font-size: 12px;
        padding: 5px 15px;
        margin-top: 8px;
    }
    .bannerSection {
        height: 30vh;
    }
    .bannerSlider {
        min-height: inherit;
        width: 94%;
        bottom: 10px;
        padding-bottom: 0px;
    }
    .pb-80 {
    padding-bottom: 50px;
    }

    .pt-80 {
        padding-top: 50px;
    }
    li {
        font-size: 12px;
    }
    .tab-slider--trigger {
        padding: 6px 23px;
    }
    .titleSection p {
        padding: 0px 16%;
    }
    .portfolio {
        margin-top: 30px;
    }
    .portfolioCard {
        padding: 26px 18px 0px 18px;
    }
    .portcontText h3 {
        font-size: 16px;
    }
    .portContent {
        padding: 14px;
    }
    .portCTA a {
        font-size: 15px;
    }
    .tab-content {
        margin-top: 30px;
    }
    .serviceWrapper {
        margin-top: 30px;
    }
    .serviceCard {
        padding: 10px;
        position: relative;
    }
    .serTitle h3 {
        font-size: 12px;
    }
    .serCTA a {
        width: 28px;
    }
    .technoWrapper {
        margin-top: 30px;
    }
    .techImg {
        height: 70px;
    }
    .techImg img {
        width: 27%;
    }
    .techContext h4 {
        font-size: 12px;
    }
    .technoCard {
        margin-bottom: 20px;
    }
    .contactForm {
        padding: 20px;
    }
    .contactForm h3 {
        font-size: 16px;
    }
    label {
        font-size: 12px;
    }
    input, textarea {
        padding: 9px 17px;
    }
    .contactForm .col-md-6, .contactForm .col-md-12 {
        width: 100%;
    }
    .ctinfoText h4 {
        font-size: 10px;
    }
    .ctinfoText a {
        font-size: 12px;
        margin-top: 0px;
    }
    .ctinfoCard .ctinfoImg {
        padding: 11px;
        width: 40px;
        height: 40px;
    }
    .ctinfoCard {
        margin-bottom: 27px;
    }
    .formBtn {
        padding: 9px 22px !important;
    }
    .footerLogo {
        width: 150px;
    }
    .footerLinks ul {
        gap: 20px;
    }
    a {
        font-size: 12px;
    }
    .titleSection h2 {
        font-size: 20px;
    }
    .aboutCt .titleSection h2 {
        color: #242424;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        text-align: center;
    }
    .jo-video-card {
        max-height: 210px;
    }
    .aboutus .titleSection.left p {
        text-align: justify;
            font-size: 15px;
            
    }
    .aboutImg.i {
        margin-top: 0px;
    }
        .titleSection p {
        padding: 0px;
        font-size: 13px;
    }
    .tab-slider--trigger {
        padding: 6px 9px;
        width: 49%;
        font-size: 11px;
        display: flex
;
        align-items: center;
        justify-content: center;
    }
    .tab-slider--tabs {
        flex-wrap: wrap;
        border-radius: 26px;
    }
    .col-md-6 {
        width: 100%;
    }
    .serTitle {
        width: 26%;
    }
    .serContent {
        width: 100%;
        padding: 0px;
    }
    .serSlide {
        flex-direction: column;
    }
    .serCTA {
        width: 10%;
        text-align: right;
        position: absolute;
        left: 8px;
        top: 8px;
    }
    .serContent {
        text-align: center;
    }
    .serContent p {
        font-size: 10px;
        text-align: center;
    }
    /* .col-md-2 {
        width: 50%;
    } */
           .serContent h4 {
        color: #242424;
        font-size: 15px;
        font-weight: 700;
        line-height: normal;
        margin-top: 40px;
    }
    
    .ourcreaterserInr .service4Col .serSlide {
        margin-bottom: 20px;
    }
        .serContent h6 {
            font-size: 11px;
            font-weight: 500;
        }
    
        .owl-btns.owl-carousel .owl-nav button.owl-next,
        .owl-btns.owl-carousel .owl-nav button.owl-prev {
            width: 30px;
            height: 30px;
            background: transparent !important;
            border-radius: 30px;
            border: 1px solid #878787;
            color: #878787;
            font-size: 10px;
        }
    
        .owl-dots-style {
            padding-bottom: 40px;
        }
        .owl-dots-style.owl-theme .owl-dots {
    bottom: 0;
    left: 0px;
}
 
    .boostCardContent {
        padding: 20px;
    }
    .boostCardContent h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 600;
} 
.boostCardContent p {
    color: #fff;
    padding: 0px;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
}
.boostCardImg {
    margin-top: -20px;
}
.boostCardInflName h5 {
    font-size: 10px;
}
.boostCardInflName p {
    font-size: 11px;
    color: #fd5f5d;
}
.boostCardInflName h4 {
    font-size: 14px;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 9px;
}
.boostCardInflName {
    width: 96%;
    position: absolute;
    bottom: 10px;
    right: 0px;
    left: 0px;
    margin: auto;
    background: #fff;
    border-radius: 100px;
    padding: 11px 10px;
    text-align: center;
}
.carousel-accordion .accordion_li .bg-image {
        height: 240px;
}
.pv-content p {
    font-size: 12px;
}
.carousel-accordion.owl-carousel {
    padding-left: 8px;
    padding-right: 8px;
}
.testimonialCard {
    padding: 5px;
    margin-top: 10px;
}
.testiContent p {
    font-size: 12px;
}
.testiContent h5 {
    font-size: 20px;
}
.owl-theme.testimonailsSlider .owl-dots {
    position: relative;
}
.owl-theme.testimonailsSlider .owl-nav {
    display: none;
}
.testiContent {
    padding: 0px;
        margin-top: 20px;   
}
.faq_accordions .accordion-button{
    font-size: 14px;
        padding: 8px;
    
}
.accordion .card-body {
    padding: 6px;
}
.video-wrapper video {
    object-fit: initial;
    width: 100%;
    height: 30vh;
}
    .imagesidebnr.bannerSection {
        height: 60vh;
    }
    .imagesidebnr::after {
        height: 330px;
    }
    .imagesidebnr .bannerContent {
        margin-top: 120px;
    }
    .imagesidebnr .bannerContent .bnrText {
        text-align: center;
    }
    .justHight {
        display: none;
    }
    .imagesidebnr .bannerContent .bnrText h1 {
        font-size: 20px;
    }
    .imagesidebnr.bg3::after {
        position: relative;
        background-position: top;
        width: 100%;
    }
    .imagesidebnr.bg4::after {
        position: relative;
        width: 100%;
        margin-top: -50px;
    }
    .aboutCt .titleSection h5 {
        text-align: center;
        font-size: 14px;
    }
    .about-main .aboutCt {
        margin-top: 40px;
    }
    .ourTeam .boostCardContent h3 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 16px;
        line-height: normal;
    }
    .ourTeam .boostCardContent p {
        font-size: 13px;
    }
    .ourTeam .boostCardImg {
        margin-top: 20px;
    }
    .imagesidebnr.bannerSection.contactbnr {
        height: auto;
        padding-bottom: 50px;
    }
    .enquireNowForm.contactPage .right-sidebar-box {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-left: 0px;
        padding: 17px;
    }
    .contactMain a {
        font-size: 13px;
    }
    .mapSection {
        margin-top: 20px;
    }
}



@media screen and (max-width:768px) {
    .imagesidebnr.bg5::after {
        display: none;
    }
    .logoSection {
        position: relative;
        z-index: 2;
    }
    .headerSection {
        padding: 13px 0px;
    }
    .navSection {
        position: fixed;
        top: 0px;
        width: 100%;
        left: 0px;
        background: linear-gradient(45deg, #f5f0ff, #f1deff);
        display: none;
        min-height: 100vh;
    }
    .navWrapper {
        display: inherit;
        width: 100%;
        margin-top: 100px;
        padding: 0px 16px;
    }
    .navWrapper ul {
        flex-direction: column;
        align-items: baseline;
        gap: 0;
    }
    .navWrapper ul li {
        width: 100%;
    }
    .navWrapper ul li a {
        padding: 7px 10px;
        width: 100%;
        display: block;
        border-bottom: 1px solid #2d2d2d2b;
        color: #111;
    }
    .navWrapper ul li a::before {
        display: none;
    }
    .navWrapper .heademail a {
        padding: 7px 19px;
    }
    .navWrapper ul li a::after {
        color: #0a0a0a
    }
    .navWrapper .heademail a {
        background-image: linear-gradient(45deg, #7e3ffc, #9d2bf4);
        color: #fff;
    }
    .headerBanner {
        position: relative;
        z-index: 33;
        
    }
    .hamburger {
        position: relative;
        width: 1em;
        height: 1em;
        font-size: inherit;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .navWrapper .heademail a {
        margin-top: 9px;
        justify-content: center;
    }

    .hamburger.is-md {
        font-size: 1.5rem;
    }

    .hamburger-line {
        position: absolute;
        right: 0;
        width: 100%;
        height: 0.125em;
        border-radius: 0.125em;
        background: currentColor;
        transition: inherit;
    }

    .hamburger-line:nth-child(1) {
        top: 0.125em;
    }

    .hamburger.is-active .hamburger-line:nth-child(1),
    .w-nav-button.w--open .hamburger-line:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotateZ(-135deg);
    }

    .hamburger-line:nth-child(2) {
        top: 0.438em;
    }

    .hamburger.is-active .hamburger-line:nth-child(2),
    .w-nav-button.w--open .hamburger-line:nth-child(2) {
        right: 50%;
        width: 0;
    }

    .hamburger-line:nth-child(3) {
        top: 0.75em;
        width: 0.625em;
    }

    .hamburger.is-active .hamburger-line:nth-child(3),
    .w-nav-button.w--open .hamburger-line:nth-child(3) {
        top: 50%;
        width: 100%;
        transform: translateY(-50%) rotateZ(135deg);
    }
    .headerBtns {
        margin-top: 10px;
    }
    .headerBtns ul {
        justify-content: center;
    }
 
    .imagesidebnr .bannerSlider {
        height: auto;
    }
    .imagesidebnr .bannerContent .bnrText h4 {
        margin-bottom: 17px;
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        color: #ffffff;
    }
    .imagesidebnr::after {
        content: '';
        position: absolute;
        width: 100%;
        right: 0px;
        left: auto;
        bottom: 0px;
        background-image: url(../img/bg/bg1.png);
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
        z-index: 2;
        position: relative;
        display: block;
    }
    .creatorsInner .sercardInner.serSlide {
        flex-direction: column;
        padding: 10px 10px;
    }
    .col-reverse.serSlide .serContent {
        padding: 0px;
    }
    .sercardInner.serSlide .serContent p {
        font-size: 15px;
    }
    .whychoose.aboutus .titleSection.left p {
        text-align: center;
        font-size: 13px;
        line-height: normal;
    }   
    .whychoose.aboutus ul li {
        font-size: 12px;
        line-height: 18px;
    }
    .col-reverse.serSlide {
        flex-direction: column;
        padding: 14px;
    }
    .sercardInner.serSlide {
        padding: 14px;
    }
    .sercardInner.serSlide .serContent p {
        font-size: 14px;
    }
}