@font-face {
    font-family: agrandir;
    src: url(../fonts/agrandir/Agrandir\ Regular\ 400.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #000;
}

.hero {
    width: 100%;
    /* height: 100vh; */
    background-image: url(../images/bg-1.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
#hero-heading{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media(max-width : 991px) {
    .hero {
        height: auto;
    }
}
@media(min-width : 992px){
    #hero-para{
        font-size: 20px !important;
    }
    
}

.navbar {
    color: #fff !important;
    padding: 10px 6vw;
    /* filter: blur(0px); */
    backdrop-filter: blur(10.699997px);
   
    
}
.navbar.backdrop-none{
    backdrop-filter: none !important;
}

.navbar-brand,
.nav-link,
.nav-link:hover {
    color: #fff;
}

.offcanvas {
    background: transparent !important;
    filter: blur(0px);
    backdrop-filter: blur(10.699997px) !important;
    height: 100vh;
}
@media(max-width : 992px){
    .offcanvas{
        background:rgb(255, 255, 255, 0.1) !important;
        filter: blur(0px) !important;
        backdrop-filter: blur(10.699997px)!important;
    }
}

.offcanvas-header {
    color: #fff;
}

.offcanvas-header button {
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    font-size: 20px;

}

.nav-link {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 15px;
}

.navbar-brand img {
    width: 25%;
}
@media(max-width : 576px){
    .navbar-brand img{
        width: 55%;
    }
}

@media(max-width : 992px) {
    .navbar-brand {
        width: 50%;
    }
}

.hero .left-side {
    padding: 20px 6vw;
}

.left-side h1 {
    color: #FFF;
    font-family: Agrandir;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-decoration: underline 1px solid #fff;
    text-underline-offset: 10px; */
}



@media(max-width:767px) {

    .left-side h1,
    .left-side h1 span {
        font-size: 10vw !important;
        text-align: left;
        line-height: normal;
    }
}

.left-side p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media(max-width:767px) {

    .left-side p {
        font-size: 3vw;
        text-align: center;
        line-height: normal;
    }
}

.buttons button {
    background: linear-gradient(88deg, rgba(147, 58, 237, 0.60) -6.23%, #ED3A85 57.25%);
    padding: 15px 10px;
    color: #fff;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;

}

.buttons button:nth-child(2) {
    background: #FF1577;
    padding: 15px 10px;
    color: #fff;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    /* width: 35%; */
   
    
}

@media(max-width:360px) {

    .buttons button,
    .buttons button:nth-child(2) {
        font-size: 16px;
        padding: 8px 10px;
    }
}

.right-side img {
    width: 95%;
}

.left-side .icons i {
    font-size: 5vw;
}

.left-side .icons i:nth-child(2) {
    font-size: 5vw;
    color: #FF1577;
}

@media(max-width : 768px) {
    .left-side .icons i {
        font-size: 8vw;
    }

    .left-side .icons i:nth-child(2) {
        font-size: 8vw;
        color: #FF1577;
    }
}

/* hero section css completed  */

.services {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/bg-2.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

@media(max-width : 991px) {
    .services {
        height: auto;
    }
}

.our-services {
    padding: 30px 6vw;
}


.our-services .left-side h1 {
    color: #FFF;
    font-family: Agrandir;
    font-size: 6vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.our-services .left-side h1 span {
    color: #FF1577;
}

@media(max-width:767px) {

    .our-services .left-side h1,
    .our-services .left-side h1 span {
        font-size: 10vw;
        text-align: center;
        line-height: normal;
    }
}


.our-services .right-side p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media(max-width:767px) {

    .our-services .right-side p {
        font-size: 3vw;
        text-align: center;
        line-height: normal;
    }
}

.services-tabs {
    display: flex;
    gap: 50px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: space-between;

}

.services-tabs::-webkit-scrollbar {
    display: none;
}

.tab {
    display: flex;
    width: 20%;
    text-align: center;
    cursor: pointer !important;
    /* justify-content: center; */
}

.tab label {
    /* width: 20%; */
    color: rgba(255, 255, 255, 0.50);
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

label.active {
    color: #fff !important;
}

@media(max-width : 768px) {
    .tab label {
        font-size: 3vw;
    }
}

.service-card {
    border-radius: 15px;
    background: #ED3A85;
    padding: 20px;
    overflow: hidden;
}

/* .service-card{
    border-radius: 20px;
border: 3px solid rgba(255, 255, 255, 0.18);
background: rgba(255, 255, 255, 0.10);
filter: blur(0px);
backdrop-filter: blur(161.6999969482422px);
padding: 20px;
} */

.service-card h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.services-card label {
    color: #FFF;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.service-card ul li{
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
@media(max-width : 576px){
    .service-card ul li{
        font-size : 15px;
    }
}

.service-card p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media(max-width : 450px) {
    .service-card p {
        font-size: 15px;
    }
}

@media(min-width : 768px) and (max-width : 996px) {
    .service-card p {
        font-size: 13px;
    }
}

.reasons {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/bg-3.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 6vw;
}

.reasons-header h1 {
    color: #FFF;
    font-family: Agrandir;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.reasons-header h1 span {
    color: #FF1577;
    font-weight: 600;
}

@media(max-width:767px) {

    .reasons-header h1,
    .reasons-header h1 span {
        font-size: 10vw;
        text-align: center;
        line-height: normal;
    }
}

.reason-card {
    border-radius: 15px;
    background: linear-gradient(137deg, #ED3A85 1.94%, rgba(147, 58, 237, 0.60) 73.15%);
    padding: 20px 30px;
}
@media(min-width : 1200px){
    .reason-card {
        min-height : 465px;
    }
}
/* @media(min-width : 768px) and (max-width : 1199px){
    .reason-card {
        min-height: 400px !important;
    }
} */

.tag {
    border-radius: 50px;
    background: #FFF;
    padding: 5px 30px;
    color: #FF1577;
}

.reason-card-content {
    text-align: left;
}

.reason-card-content h5 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.reason-card-content p {
    color: #FFF;
    text-align: left;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (min-width : 768px) and (max-width : 1300px) {
    .reason-card-content p {
        font-size: 16px;
    }

    .reason-card-content h5 {
        font-size: 22px;
    }
}

@media(max-width : 500px) {
    .reason-card-content p {
        font-size: 16px;
    }

    .reason-card-content h5 {
        font-size: 20px;
    }
}

.btn-bg {
    background-color: #fff;
    width: 150px;
    padding: 8px;
    border-radius: 50px;
    color: #ED3A85;
}

.btn-bg .arrow-btn {
    background: rgba(147, 58, 237, 0.60);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;

}

.btn-bg div:nth-child(1) {
    color: #8000FF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    /* 510% */
}

.btn-bg .arrow-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}

.portfolio {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/bg-3.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 6vw;
}

.portfolio .left-side h1 {
    font-size: 5.5vw;
}

.portfolio .left-side p {
    font-size: 1.4vw;
}

@media(max-width : 768px) {
    .portfolio .left-side p {
        font-size: 3vw;
    }
}

.portfolio h1 span {
    color: #FF1577;
}

.first-row-images div {

    display: flex;
    justify-content: center;
    align-items: start;
    overflow: hidden;
}

.portfolio img {
    max-height: 300px;
}

@media(max-width: 768px) {
    .portfolio img {
        max-height: 428px !important;
    }
}


.p-1 img{
    transition: 0.5s all ease;
}


.p-1 img:hover{
    transform: scale(1.1);
}

.about {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/bg-4.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width : 768px) {
    .about {
        min-height: 30vh;

    }
}

.clients h1 span {
    color: #FF1577;
}

.about h1 {
    color: #FFF;
    text-align: center;
    font-family: Agrandir;
    font-size: 6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100.2%;
    /* 128.256px */
}

.about p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 70%;
}


@media(max-width:768px) {
    .about p {
        font-size: 3vw;
        width : 90%;
    }

    .about h1 {
        font-size: 8vw;
    }
}

.blogs {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/bg-5.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 6vw;
}

.blogs .left-side h1 span {
    color: #FF1577;
}

.blog-card-bg {
    border-radius: 25px;
    background: linear-gradient(137deg, #ED3A85 1.94%, rgba(147, 58, 237, 0.60) 73.15%);
    padding: 10px;
    /* min-height: 450px; */
}

.blog-details label {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-details h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media(min-width:768px) and (max-width:1000px) {
    .blog-details h4 {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .blog-details h4 {
        font-size: 5vw;
    }
}

.blog-details a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.clients {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/bg-6.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 6vw;
}

@media(max-width : 600px) {
    .clients {
        min-height: 0;
        max-height: 100vh !important;
    }
}

.clients h1 span {
    color: #FF1577;
}

.glass-bg {
    border-radius: 50px;
    border: 3px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.10);
    filter: blur(0px);
    backdrop-filter: blur(161.6999969482422px);
    width: 80%;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 20px;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .quotes {
        width: 20%;
    }
}

@media (max-width:767px) {
    .quotes {
        width: 20%;
    }
}

.glass-bg p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


@media(max-width : 768px) {
    .glass-bg p {
        font-size: 3vw;
    }
}

.user h6 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.user label {
    color: rgba(255, 255, 255, 0.60);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 400px) {
    .user label {
        font-size: 10px;
    }
}

.faq {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/bg-7.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 6vw;
}

@media(max-width : 600px) {
    .faq {
        min-height: 0;
        max-height: 100vh !important;
    }
}

.faq .left-side h1 {
    font-size: 4vw;
}

.faq .left-side span {
    color: #FF1577;
}

.accordion {
    --bs-accordion-bg: tranparent;
    --bs-accordion-border-color: none;
}

.accordion .accordion-button {
    border-radius: 15px;
    border: 3px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
    filter: blur(0px);
    backdrop-filter: blur(161.6999969482422px);
    color: #fff;
    padding: 30px 20px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.accordion-body {
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .accordion .accordion-button {
        font-size: 18px;
    }

    .accordion-body {
        font-size: 15px;
    }

}

@media (max-width: 767px) {
    .accordion .accordion-button {
        font-size: 15px;
    }

    .accordion-body {
        font-size: 12px;
    }
}



.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btt-icon-width);
    height: var(--bs-accordion-btt-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btt-icon-width);
    transition: var(--bs-accordion-btt-icon-transition);
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down.png);
    transform: var(--bs-accordion-btt-icon-transform);
}

.contact {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/bg-8.png);
    /* background-color: white; */
    background-position: center;
    background-size: cover;
    overflow: hidden;
    /* padding: 50px 6vw; */
}

.contact video {
    transform: scale(1.3);
}

.contact-form {
    padding: 50px 6vw;
}

.contact-form h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media(max-width : 500px) {
    .contact-form h4 {
        font-size: 25px;
    }

    .contact-form h5 {
        font-size: 15px !important;
    }
}

.contact-form h5 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media(max-width:768px) {
    .contact-form img {
        width: 40%;
    }

}

.contact-form form input {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #FFF;
    background-color: transparent;
    padding: 10px 20px;
    color: #fff;
    font-family: Montserrat;
    outline: none;
}

.form-group {
    position: relative
}

.form-group label {
    position: absolute;
    top: 10%;
    left: 13%;
    transform: translate(-50%, -80%);
    background-color: #000;
    padding: 0 10px;
}

@media(max-width:768px) {
    .form-group label {
        background-color: #140522;
    }
}

.contact-buttons button:nth-child(1) {
    border-radius: 41.5px;
    background: #4E4FEB;
    padding: 15px 10px;
    border: none;
    outline: none;
    color: #fff;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact-buttons button:nth-child(2) {
    border-radius: 41.5px;
    background: #ffffff;
    padding: 15px 10px;
    border: none;
    outline: none;
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer {
    width: 100%;
    min-height: 60vh;
    background-image: url(../images/bg-9.png);
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}

.footer-bg {
    background-color: #fff;
    width: 100%;
    /* height: 300px; */
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;

}

.footer-left {
    padding: 20px 3vw;
}

.footer-left p {
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.newsletter {
    width: 250px;
    border-radius: 32px;
    border: 1px solid #000;
}

.newsletter input {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    color: rgba(0, 0, 0, 0.43);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    /* 510% */
}

.newsletter .arrow-btn {
    background-color: #8000FF;
    position: relative;
    height: 35px;
    width: 35px;
    border-radius: 50%;

}

.newsletter .arrow-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.footer-right {
    padding: 20px 3vw;
}

.footer-links h4 {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.footer-links ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-links ul li a {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

@media(max-width:370px) {
    .footer-links ul li a {
        font-size: 13px;
        ;
    }

    .footer-links h4 {
        font-size: 13px;
    }
}

.social a {
    text-decoration: none;
    color: #000;
}

.social a i {
    font-size: 20px;
    margin-right: 10px;
}

.btt {
    width: 45px;
    height: 45px;
    background: linear-gradient(#bb35e4, #5d15da);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    border: none;
}

.arrow path {
    fill: white;
}

.text {
    font-size: 0.7em;
    width: 100px;
    position: absolute;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -18px;
    opacity: 0;
    transition-duration: .7s;
}

.btt:hover .text {
    opacity: 1;
    transition-duration: .7s;
}

.btt:hover .arrow {
    animation: slide-in-bottom .7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: 101% !important;
    left: 1px;
    width: 100%;
}
.content-row {
    display: none;
}

.content-row.active {
    display: flex;
}

.footer .info{
    color: #000;

}
.footer .copyright p{
    color: #000;
    font-size: 15px;
}
@media(max-width:500px){
    .footer .copyright p{
        font-size : 10px;
    }
}