@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/* font-family: 'Roboto', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700;800&display=swap');

:root{
    --primary-color-blue: #2b357f;
    --secondary-color-pink: #C61C53;
    --light-primary: #edf0ff;
    --light-secondary: #f6e2e6;
    --gray-color: #6d6d6e;
    --white-color: #ffffff;
    --fonts-source: 'Source Sans 3', sans-serif;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--fonts-source); 
}

img{
    max-width: 100%;
}

/*-------------- Background Images -------------------*/

.bg-1{
    background-image: url('../assets/bg/BG01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-2{
    background-image: url('../assets/bg/bg-gradient.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-3{
    background-image: url('../assets/bg/bg-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-4{
    background-image: url('../assets/bg/BG02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.bg-5{
    background-image: url('../assets/bg/BG\ 03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-page-2{
    background-image: url('../assets/bg/PAGE\ 2-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-page-3{
    /* background: ; */
    background-image: url('../assets/bg/PAGE\ 3-1.png'), url('../assets/bg/PAGE\ 3-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
}

.bg-page-4{
    /* background: ; */
    background-image: url('../assets/bg/PAGE\ 5-2.png'), url('../assets/bg/PAGE\ 5-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: top;
}


/*-------------- Background Images End-------------------*/

#unique,
#campaigns{
    padding: 100px 0;
    position: relative;
}

#about-section{
    padding: 130px 0;
}

#products{
    /* padding: 80px 1.5rem; */
    height: 100vh;
}

/* Navbar */
.navbar{
    background: #fff;
}

.navbar-nav{
    margin-left: auto;
}

.navbar-brand img{
    width: 170px;
}

.nav-item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 10px 0;
}

.nav-item .top-cta{
    background: var(--secondary-color-pink);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 50px;
}

.nav-item .top-cta a{
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
}

 .cta-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--primary-color-blue);
}

.cta-btn i{
    font-size: 20px;
    color: var(--primary-color-blue);
}

.btn-call{
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border: 2px solid var(--primary-color-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.btn-call a i{
    font-size: 20px;
    font-weight: 500;
}

#hero{
    height: 100vh;
}

.hero-content{
    display: flex;
    flex-direction: column;
    padding-top: 200px;
}

.hero-content h1{
    font-family: var(--fonts-source);
    color: #fff;
    font-weight: 800;
}

.hero-content a{
    margin-top: 30px;
    width: fit-content;
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--primary-color-blue);
    font-weight: 600;
    transition: ease 0.1s;
}

.hero-content a:hover{
    /* border: 1px solid var(--secondary-color-pink); */
    color: var(--secondary-color-pink);
    scale: 1.2;
    transition: ease 0.5s;
}

.title-1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
}

.title-1 h2{
    color: #fff;
    font-weight: 600;
}

.title-1 div{
    margin-left: 40px;
    width: 400px;
    height: 1px;
    border-top: 2px dashed #fff;
}

.u-card{
    display: flex;
    margin-bottom: 30px;
}

.u-card .icon{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.u-card .icon img{
    width: 70%;
    height: auto;
    /* aspect-ratio: 1/1; */
    object-fit: contain;
}

.u-card .icon-content{
    width: 60%;
}

.u-card .icon-content p{
    color: #fff;
    font-family: var(--fonts-source);
    font-size: 26px;
    font-weight: 800;
}

.mySwiper{
    width: 100%;
}
.slider-bg{
    width: 100%;
    /* background: #C61C53; */
}

.swiper{
    height: 100%;
}

.swiper-slide{
    display: flex;
    flex-direction: column;
    padding: 50px;
    height: 100%;
}
.slide-img{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 70vh;
}

.slide-img img{
    width: 60%;
    mix-blend-mode: multiply;
}

.slide-3{
    /* width: 100%; */
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 50px 0;
}

.slide-4{
    /* width: 100%; */
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 50px 0;
}

.slide-3-title h2{
    text-align: center;
    width: auto;
    color: var(--primary-color-blue);
    font-weight: 600;
    padding: 5px 0;
    border-top: 2px dashed var(--secondary-color-pink);
    border-bottom: 2px dashed var(--secondary-color-pink);
}

.slide-3-title span{
    text-align: center;
    font-size: 28px;
    color: var(--secondary-color-pink);
    font-weight: 800;
}

.slide-btn-3 a{
    width: fit-content;
    background: var(--secondary-color-pink);
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 600; 
    border: 1px solid var(--secondary-color-pink);
} 
.my-slide{
    display: flex;
    justify-content: right;
}
/* 
.slide-3 .slide-3-title{

} */

.title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title h2{
    color: var(--primary-color-blue);
    font-weight: 600;
    padding: 5px 0;
    border-top: 2px dashed var(--secondary-color-pink);
    border-bottom: 2px dashed var(--secondary-color-pink);
}

.title span{
    font-size: 28px;
    color: var(--secondary-color-pink);
    font-weight: 800;
}

.btn{
    /* width: 100%; */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.btn a{
    width: fit-content;
    background: var(--secondary-color-pink);
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 600; 
    border: 1px solid var(--secondary-color-pink);
}

.btn a:hover{
    border: 1px solid var(--secondary-color-pink);
    color: var(--secondary-color-pink);
    background: none;
    scale: 1.1;
    transition: ease 0.3s;
}

.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--secondary-color-pink) !important;
}

.about-content h2{
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-content p{
    color: #fff;
    font-weight: 400;
}

#campaigns{
    background: var(--light-primary);
}

.camp .title-1 h2{
    color: var(--secondary-color-pink);
}

.camp .title-1 div{
    border: 2px dashed var(--secondary-color-pink);
}

.video-box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-bg{
    width: 400px;
    height: 400px;
    background: #C61C53;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-bg iframe{
    width: 100%;
    height: 100%;
}

.video-bg p{
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
}

.video-bg button{
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ytp-large-play-button{
    width: 50px;
    height: 50px;
    background: #fff;
}

.video-bg button i{
    font-size: 45px;
    color: #fff;
}

.video-content h3{
    color: var(--primary-color-blue);
    font-weight: 800;
    margin-left: 10px;
    margin-bottom: 20px;
}

.video-content p{
    margin-left: 10px;
    color: var(--primary-color-blue);
    font-weight: 400;
}

#million{
    padding: 190px 0;
}

.million-content{
    display: flex;
    flex-direction: column;
    /* padding-top: 100px; */
}

.million-content h1{
    font-family: var(--fonts-source);
    color: #fff;
    font-weight: 800;
}

.million-content a{
    margin-top: 20px;
    width: fit-content;
    background: var(--primary-color-blue);
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border: 1px solid var(--primary-color-blue);
}

.million-content a:hover{
    border: 1px solid var(--primary-color-blue);
    color: var(--primary-color-blue);
    background: none;
    scale: 1.1;
    transition: ease 0.3s;
}

/* Media Query */

@media (max-width: 800px) {
    .title-1 div{
        display: none;
    }

    .u-card .icon-content{
        padding-left: 10px;
    }

    .u-card .icon-content p{
        font-size: 20px;
    }
    #unique,
    #about-section,
    #campaigns{
        padding: 50px 0;
    }
    .slide-img img{
        width: auto;
    }
}

@media (max-width: 500px) {
    .bg-1{
        background-image: url('../assets/bg/BG01.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }
    
    .bg-2{
        background-image: url('../assets/bg/bg-gradient.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }
    
    .bg-3{
        background-image: url('../assets/bg/bg-3.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }
    
    .bg-4{
        background-image: url('../assets/bg/BG02.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }
    
    .bg-5{
        background-image: url('../assets/bg/BG\ 03.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }
    .hero-content{
        align-items: center;
        justify-content: center;
    }
    .hero-content h1{
        text-align: center;
    }
    .title-1{
        justify-content: center;
    }
    .title-1 h2 {
        text-align: center;
    }
    .swiper-slide{
        padding: 0 10px;
    }
    .about-content h2{
        text-align: center;
    }
    .about-content p{
        text-align: center;
    }
    .camp .title-1{
        justify-content: center;
    }
    .video-content h3{
        text-align: center;
    }
    .video-content p{
        text-align: center;
    }
    .million-content{
        align-items: center;
        justify-content: center;
    } 
    .million-content h1{
        text-align: center;
    }
    .million-content a{
        font-size: 16px;
    }
    .u-card .icon-content p{
        font-size: 18px;
        text-align: center;
    }
   
    .u-card .icon img{
        width: 100%;
    } 

    .title span{
        display: none;
    }
    .title{
        align-items: center;
        justify-content: center;
    }
    .btn{
        margin-bottom: 50px;
        justify-content: center;
    }
    .slide-img img{
        width: auto;
        object-fit: contain;
    }
    .u-card{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .swiper-slide .container{
        padding: 20px 0;
    }
    .slide-disable{
        display: none;
    }
    .my-slide{
        display: flex;
        justify-content: center;
    }
}