/* remove unwanted styling */
a {
    text-decoration: none;
}

ul li {
    list-style: none;
}


@font-face {
    font-family: 'SwissThin';
    src: url('../fonts/Swiss721ThinBT.ttf');
}

body {
    font-family: 'SwissThin';
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.02em;
}

.font-swiss {
    font-family: 'Swiss 721', sans-serif;
    letter-spacing: -0.05em;

}

/* hero section background styling */
.heroSection {
    /* background-image: url(../images/heroBackground.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.heroTitle {
    font-family: 'Swiss 721', sans-serif;
    letter-spacing: -0.05em;
}

/* primary button style */
.btn-crimson {
    font-family: 'Swiss 721', sans-serif;
    background-color: #EC1C24;
    color: white;
    border: 1px solid #EC1C24;
    transition: all 0.3s ease;
}

.btn-crimson:hover {
    background-color: white;
    color: #EC1C24;
    border: 1px solid #EC1C24;
}

/* secondary button style */
.btn-outline-crimson {
    border: 2px solid #000;
    font-family: 'Swiss 721', sans-serif;
    color: #000;
    transition: all 0.3s ease;
}

.btn-outline-crimson:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}


/* secondary button style */
.btn-login-desk {
    border: 2px solid #EC1C24;
    color: #EC1C24;
    transition: all 0.3s ease;
}

.btn-login-desk:hover {
    background-color: #EC1C24;
    border: 2px solid #EC1C24;
    color: #fff;
}


/* Point section */
.pointList li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #fff;
    background-color: #f05e599f;
    border-radius: 50px;
    padding: 5px;
    font-size: 14px;
    margin: 0 10px 0 0;
}

.pointList li {
    list-style-type: none;
    /* Remove bullets */
    line-height: 3;
}


/* badges */
.infoBadge {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* logo swiper wihte masking */
.logoSwiper1,
.logoSwiper2 {
    mask-image: linear-gradient(to right, transparent 0%, black 10% 90%, transparent 100%);
}


/* /*==========================================                     /*========================================== */
/*========================================== large Search Bar style /*==========================================*/
/* /*==========================================                     /*========================================== */
.input-box {
    position: relative;
    height: 76px;
    max-width: 900px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.input-box i,
.input-box .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.input-box i {
    left: 20px;
    font-size: 30px;
    color: #707070;
}

.input-box input {
    height: 100%;
    width: 100%;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    border: none;
    padding: 0 155px 0 15px;
    background-color: transparent;
}

.input-box .button {
    right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 100px;
    background-color: #EC1C24;
    cursor: pointer;
}

.input-box .button:active {
    transform: translateY(-50%) scale(0.98);
}


.joinBanner {
    background-image: url(../images/wave.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Responsive */
@media screen and (max-width: 500px) {


    .heroTitle {
        font-size: 28px;
        line-height: 34px !important;
    }

    .input-box {
        height: 66px;
        margin: 0 0px;
    }

    .input-box i {
        left: 12px;
        font-size: 25px;
    }

    .input-box input {
        padding: 0 112px 0 50px;
    }

    .input-box .button {
        right: 12px;
        font-size: 14px;
        padding: 8px 18px;
    }
}

/* /*==========================================                     /*========================================== */
/*========================================== large Search Bar style /*==========================================*/
/* /*==========================================                     /*========================================== */
/* text animation */
.word {
    position: absolute;
    opacity: 0;
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}







.float-icon {
    position: absolute;
    width: 15%;

}

.float-social {
    top: 10%;
    right: 5%;
}

.float-heart {
    bottom: 5%;
    right: 0%;
}

.float-spark {
    top: -2%;
    left: 35%;
}

.float-count {
    top: 12%;
    left: 10%;
}

/* ////////////////////////////////////////////////// */
.social-icon {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    ;
}

.social-icon[src*="insta.png"] {
    border-radius: 24px;
    ;
}

.social-icon[src*="youtube.png"],
.social-icon[src*="tiktok.png"] {
    border-radius: 18px;
    ;
}

.social-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.7);
}

.social-icon:hover[src*="fb.png"] {
    box-shadow: 0 0 15px rgba(59, 89, 152, 0.7);
}

.social-icon:hover[src*="youtube.png"] {
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
}

.social-icon:hover[src*="insta.png"] {
    box-shadow: 0 0 15px rgba(225, 48, 108, 0.7);
    border-radius: 24px;
    ;
}

.social-icon:hover[src*="x.png"] {
    box-shadow: 0 0 15px rgba(29, 161, 242, 0.7);
}

.social-icon:hover[src*="tiktok.png"] {
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.7);
}




.sliderAccName {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


















/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .social-icon {
        width: 70%;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .social-icon {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .social-icon {
        width: 50%;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
    .social-icon {
        width: 50%;
    }
}



/* Media Query for Large screens */
@media (min-width: 1281px) {
    .social-icon {
        width: 50%;
    }
}
