* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.last {
    background-color: #241466;
    display: flex;
    color: white;
    width: 100%;
    height: 500px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.w-full {
    width: 100% !important;
}

.h-200 {
    height: 200px;
    object-fit: cover;
}
.h-400 {
    height: 400px;
    object-fit: cover;
}

body {
    position: relative;
    /* background-color: #111111 !important; */
    /* overflow: hidden !important; */
}

.social {
    position: absolute;
    z-index: 999999;
    right: 1%;
    top: 42%;
    display: flex;
    flex-direction: column;
}

.social i {
    color: white;
    font-size: 1.3rem;
}
.social a:hover i {
    color: white;
    transition: 0.3s all ease-in;
    font-size: 2rem;
}

body .line {
    position: absolute;
    left: 10%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f3f3f300;
    z-index: 2;
}

body .line:nth-child(2) {
    left: 30%;
}

body .line:nth-child(3) {
    left: 50%;
}

body .line:nth-child(4) {
    left: 70%;
}

body .line:nth-child(5) {
    left: 90%;
}

.item-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.container1 {
    width: 95% !important;
    margin: 0 auto !important;
    /* display: flex; */
    align-items: center;
    justify-content: start;
    text-align: center;
    text-align: left;
}

.flex {
    display: flex;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.justify-between {
    justify-content: space-between !important;
}

.justify-around {
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}

.justify-evenly {
    justify-content: space-evenly;
}

img {
    width: 100%;
}

li {
    list-style: none;
}

.w-50 {
    width: 50%;
}
.w-49 {
    width: 49.5%;
}
.w-48 {
    width: 48%;
}
.w-45 {
    width: 45%;
}

.w-40 {
    width: 39%;
}
.w-33 {
    width: 32.7%;
}
.w-30 {
    width: 29% !important;
}
.w-24 {
    width: 24%;
}
.w-20 {
    width: 19%;
}

a {
    color: black;
}
a:hover {
    text-decoration: none !important;
}

/* Scrollbar css */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e6e6e6;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #0b0428, rgba(255, 0, 168, 1));
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #0b0428, rgba(255, 0, 168, 1));
}

/*p {*/
/*    font-size: 1rem !important;*/
/*}*/
.navbar-toggler-icon {
    height: 20px !important;
    width: 20px !important;
}
.navbar {
    background-color: #00000024 !important;
    margin-bottom: -0.46rem !important;
    width: 100%;
    top: 0;
    position: absolute !important;
    z-index: 9999999;
}

.navbar.open {
    background-color: #0b0428;
}
.navbar.open::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(49, 0, 113, 1) 0%, rgba(255, 0, 168, 1) 100%);
    opacity: 0.2;
}

.navbar.open li {
    margin: 0.2rem 0 !important;
}
.navbar.open .btn1 {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar.open .navbar-collapse {
    padding: 3rem 0;
    position: relative;
}
.navbar.open .navbar-collapse::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1.2rem;
    width: 100%;
    height: 2px;
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(49, 0, 113, 1) 0%, rgba(255, 0, 168, 1) 100%);
    border-radius: 100%;
}
/* .navbar .show{
    background-color: #0b0428;
} */

.navbar-toggler:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.navbar i {
    color: #310072;
    font-size: 1.1rem !important;
}

.navbar.open {
    background-color: #0b0428 !important;
}

.navbar .container {
    margin: 0 auto !important;
}

.navbar .nav-link {
    color: #ffffff !important;
    text-shadow: 1px 1px #000000;
    font-size: 1rem !important;
    font-size: 18px !important;
}

.hero h3.md-full ~ .btn1 {
    display: inline-block;
    background-color: #fff;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0;
    margin-top: 0;
    /* font-size: 16px !important; */
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
.hero h3.md-full ~ .btn1,
.mission .btn1 {
    padding: 0.7rem 1rem;
    background-color: #0b0428;
    background: rgb(255 255 255);
    /* background: linear-gradient(190deg, rgb(255 255 255) 0%, rgb(255 255 255) 0%, rgb(227 227 227) 100%); */
    /* background: linear-gradient(to left, #0b0428, rgba(255, 0, 168, 1)); */
    border-radius: 0px;
    margin-left: 0;
    position: relative;
    z-index: 100;
}

h3.md-full {
    font-weight: 400;
    font-size: 18px;
}
@media (min-width: 1200px) {
    h3.md-full {
        font-weight: 400;
        font-size: 18px;
    }
}

.navbar .navbar-brand img {
    width: 100px;
}

.btn1 {
    padding: 0.7rem 1rem;
    background-color: #0b0428;
    background: rgb(2, 0, 36);
    background: linear-gradient(190deg, rgba(2, 0, 36, 1) 0%, rgba(49, 0, 113, 1) 0%, rgba(255, 0, 168, 1) 100%);
    border-radius: 0px;
    position: relative;
    z-index: 100;
}

.btn1 button {
    color: white;
    background-color: transparent;
    border: none;
}

.full {
    width: 100%;
    padding: 0.7rem 1rem;

    text-align: center;
    margin-top: 2rem !important;
    background: rgba(2, 0, 36, 0.349);
    background: linear-gradient(190deg, rgba(2, 0, 36, 1) 0%, rgb(49, 0, 113) 0%, rgba(255, 0, 168, 1) 100%);
    border-radius: 5px;
}
.full .btn1 {
    background: unset !important;
    border-radius: 0px;
}
.hero {
    /* background-image: url(images/CricketX-For-Academies.jpg); */
    background-position: center;
    /* background: rgb(2, 0, 36); */
    background-color: red;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 100vh; */
    width: 100%;
    background-color: #310072;
    color: white !important;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 70px 0 30px;
    background-color: #0b0428;
}
.hero .text {
    width: 50%;
    padding: 2rem;
    position: relative;
    /* z-index: 1000; */
    color: white; /* Set text color to white */
}

.hero h2 {
    font-size: 3rem;
    color: white;
    position: relative;
    z-index: 1000;
    padding-bottom: 1rem;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: -0.2rem;
    line-height: 1.1;
}

@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 4rem;
        font-weight: 900;
    }
}

.hero .btn1 {
    display: inline-block;
    background-color: #fff;
    color: #111;
    padding: 0.5rem 1.2rem;
    border-radius: 0px;
    margin-top: 1rem;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.hero .btn1:hover {
    background-color: #111111;
    color: #fff;
}

.hero.contact .container1::after {
    display: none;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color:rgba(0,0,0,0.2) */
}

.hero .container1 {
    /* height: 100vh !important; */
    position: relative;
    z-index: 100;
    width: 80%;
    margin: 0 auto !important;
}

.hero .container1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    /* background-image: url('images/model.png'); */
    background-size: 20rem;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
}

.hero .container1::before {
    content: "CRICKETX";
    position: absolute;
    bottom: -5.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(180, 180, 180, 0.219);
    font-size: 13rem;
    letter-spacing: 2px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 100;
    text-shadow: 1px 1px #0b04288c;
    display: none;
}

.hero img {
    height: 400px !important;
}

.about {
    padding: 6rem 0;
}

.about .text h2 {
    font-size: 3rem;
    color: #0b0428;
}

.about .text a {
    /* color: #131212;
    color: #111111;portant; */

    text-decoration: none;
}
.about .text p {
    margin: 1.5rem 0 !important;
    color: #808080;
}

.about .image {
    position: relative;
    text-align: right;
}
.about .image img {
    width: 80% !important;
    object-fit: contain;
    display: block;
    margin: 0 auto !important;
}
.about .image::after {
    content: "";
    position: absolute;
    bottom: 0rem;
    right: 9.3%;
    width: 80.8%;
    height: 10px;
    background: linear-gradient(to right, #0b0428, rgba(255, 0, 168, 1));
}
.about .image::before {
    content: "";
    position: absolute;
    bottom: 0rem;
    right: 9.3%;
    height: 100%;
    width: 10px;
    background: linear-gradient(to bottom, #0b0428, rgba(255, 0, 168, 1));
}

.heading {
    padding: 2rem 0;
    text-align: center;
    width: 80%;
    margin: 0 auto !important;
}

.heading a {
    /* color: #ffffffc4 !im
    color: #111111;portant; */
    text-decoration: none;
    font-size: 3rem;
    position: relative;
    margin-bottom: 1rem !important;
}

.heading a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 40%;
    height: 3px;
    /* background: -webkit-linear-gradient(#0b0428, #ff00a8); */
    border-radius: 40%;
}

.heading h2 {
    margin-bottom: 1.5rem !important;
    color: #310072;
}

.heading p {
    color: #000000;
    font-size: 16px !important;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
}

.packages {
    padding: 2rem 0;
}

.packages .heading h2 a {
    color: #0b0428;
}
.packages .heading h2 a:hover {
    color: #0b0428;
}

.packages .box {
    padding: 3rem 0;
}

.packages .box .block {
    background: linear-gradient(to right, #0b0428, rgba(255, 0, 168, 1));
    padding: 1px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    height: auto !important;
    position: relative;
    border-radius: 5px;
}
.packages .box .block:last-child {
    background-color: #000000 !important;
}
.packages .box .block:hover {
    /* background: linear-gradient(to left, #0b0428, rgba(255,0,168,1));
    padding: 2px;
    transition: all 0.4s ease-in-out; */
    transform: scale(1.02);
}

.packages .box .block .text {
    padding: 1rem 0.5rem;
    background-color: white;
    text-align: left;
    padding-top: 0;
    height: 510px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.packages .box .block .text {
    padding: 1rem 0.5rem;
    background-color: white;
    text-align: left;
    padding-top: 0;
    /* min-height: 600px; */
    height: 510px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.packages .box .block .text p {
    display: none;
}

.packages .box ul {
    padding-left: 0rem !important;
    text-align: left;
    /* padding-top: 4rem; */
    /* margin-top: 1.5rem !important; */
}
.packages .box ul li {
    margin: 0.1rem 0 !important;
    /* color: #808080; */
    color: black;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0.2rem 0;
}
.packages .box ul li:nth-child(2) {
    background-color: #f2f2f2;
}
.packages .box ul li:nth-child(even) {
    background-color: #f2f2f2;
}
.packages .box .block h2 {
    font-size: 1.5rem;
    text-align: center;
    /* color: #ffffffc4; */
    /* color: #111111; */
    /* background-color: #0b0428; */
    background: linear-gradient(to left, #0b0428, rgba(255, 0, 168, 1));
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 1px;
    color: white;
    padding: 0.5rem 0;
}
.packages .box .block h3 {
    font-size: 1rem;
    margin: 0.5rem 0 !important;
    color: #302f2f;
    padding-top: 3rem;
    text-align: center;
    margin-bottom: 1.2rem !important;
    margin-top: 1.2rem !important;
}

.bi.bi-check {
    color: #34b233 !important;
    font-size: 1.5rem !important;
    font-weight: 800;
    margin-right: 1rem !important;
}
.mission {
    /* background-image: url('images/model.png'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    position: relative;
    background-color: #0b0428;
}

/* .mission::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0b0428a6; 
} */

.mission .container1 {
    padding: 6rem 0;
    text-align: left;
    position: relative;
    z-index: 1;
    color: #ffffff; /* Set text color to white */
}

@media (max-width: 576px) {
    .mission .container1 {
        padding: 2rem 0;
    }
}

.mission .container1 h2 {
    font-size: 3rem;
    color: white;
    position: relative;
    z-index: 1000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: -0.1rem;
    line-height: 1.1;
}

.mission .container1 a {
    color: #ffffff; /* Set link color to white */
    text-decoration: none;
}

.mission .container1 p {
    margin-bottom: 1rem !important;
    /* text-shadow: 1px 1px #000000;  */
    /* Add text shadow for emphasis */
    font-size: 17px;
}


/*Testimonials*/

.testi{
    padding: 4rem 0;
}

.testi .container h2{
    
    
    color: #0b0428;
    position: relative;
    z-index: 1000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: -0.1rem;
    line-height: 1.1;
}


.testi .container p{
    margin-bottom: 2rem ;
}

.testi .container .block:last-child{
    display: flex;
    justify-content: end;
}

.testi .container .block iframe{
    width: 380px;
    height: 500px;
    
}



/**/

.expertise{
    padding: 4rem 0 !important;
    
    background-color: #e6e6e6;
    
}

.expertise .container{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap;
}

.expertise .container .heading{
    
    padding: 0;
    text-align: left;
    width: 40%;
    margin: unset !important;
}

.expertise .heading h2 a,
.SLIDER_SWIp h3 {
    color: #0b0428;
    /* color: white; */
    position: relative;
    z-index: 1000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: -0.1rem;
    line-height: 1.1;
}
.expertise .heading h2 a:hover {
    color: #0b0428;
}

.expertise .block {
    margin: 0.2rem 0 !important;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
/* .expertise .block::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom left, #0b04289d, rgba(255, 0, 170, 0.349)) !important;
    width: 100%;
    height: 100%;
    z-index: 100;
} */

.expertise .block img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.expertise .block:hover img {
    transform: scale(1.1);
}
/* .expertise .block::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

.expertise .block h2 {
    font-size: 1.2rem;
    color: #ffffffc4;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 10;
    text-shadow: 1px 1px #000000;
}

.expertise.training .block {
    background-image: unset !important;
    height: 400px !important;
}

.expertise.differ .block {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    overflow: hidden;
}
.expertise.differ .block:nth-child(1) {
    background-image: url("images/physics.jpg");
}
.expertise.differ .block:nth-child(2) {
    background-image: url("images/annalysis.jpg");
}
.expertise.differ .block:nth-child(3) {
    background-image: url("images/deliverynew.jpg");
}
.expertise.differ .block:nth-child(4) {
    background-image: url("images/coaching.jpg");
}

.expertise.differ .block .txt {
    position: absolute;
    z-index: 10;
    /* padding-bottom: 35px; */

    bottom: 1rem !important;

    margin-top: 0px;
    color: #ffffff; /* Change text color to white */
    background-color: rgba(0, 0, 0, 0.63);
}
.expertise.differ .special .txt {
    /* left: 0; */
    position: absolute;
    z-index: 10;
    padding-bottom: 0;
    bottom: 0rem !important;
    margin-top: 0px;
    color: #ffffff; /* Change text color to white */
    background-color: rgba(0, 0, 0, 0.63);
    /* top: 0; */
    /* right: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 200ms all ease-out;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
}

.expertise.differ .block .txt h2 {
    position: unset;
    bottom: 1rem !important;
    color: #ffffff; /* Change text color to white */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Add text-shadow for prominence */
}

.expertise.differ .block .txt p {
    color: #ffffff; /* Change text color to white */
    margin-top: 1.5rem !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Add text-shadow for prominence */
    transition: all 0.3s ease-in-out;
    margin-bottom: -100% !important;
    background-color: transparent; /* Remove background color behind the text */
    display: none;
}

.expertise.differ .block:hover .txt p {
    margin-bottom: 0 !important;
    color: #ffffff; /* Change text color to white */
    transition: margin-bottom 0.3s ease-in-out, color 0.3s ease-in-out; /* Smooth transition */
    display: block;
}

.expertise.differ .block:hover .txt h2 {
    color: #ffffff; /* Change text color to white */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0); /* Add text-shadow for prominence */
    display: block;
}

.expertise.differ .block:hover .txt {
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    transition: padding 0.3s ease-in-out; /* Smooth transition */
    left: 0;
    top: 0;
    right: 0;
}

.txt {
    /* color: #ffffff; */
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
    /* background-color: rgba(0, 0, 0, 0.932); */
    /* padding: 20px; */
}

footer.footer {
    color: white;
    background-image: url("images/stadium3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    padding-top: 2rem !important;
}

footer.footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0b0428a6;
}

footer.footer .container1 {
    position: relative;
    z-index: 1;
    font-size: 0.9rem;
    padding-bottom: 1rem !important;
}

footer.footer img {
    width: 120px !important;
    margin-bottom: 2rem !important;
}

footer.footer .copy {
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #0b0428;
    padding: 0.8rem 0 !important;
}

footer.footer .copy p {
    color: white !important;
}

footer.footer i {
    margin-right: 0.5rem !important;
}

footer.footer h2 {
    margin-bottom: 2rem !important;
    font-size: 2rem !important;
}
footer.footer ul {
    padding: 0 !important;
    text-align: left;
}
footer.footer li {
    margin: 1rem 0 !important;
}
footer.footer a {
    color: white;
    text-decoration: none;
}

.video video {
    height: auto !important;
    object-fit: cover;
    width: 100%;
}

iframe {
    width: 100%;
    height: 700px;
}

.contact-form {
    padding: 4rem 0 !important;
}

.contact-form .heading {
    text-align: left;
}

.form {
    padding: 1rem 0;
    width: 80%;
    text-align: left;
    margin: 0 auto !important;
}

.modal-dialog {
    margin: 0 auto !important;
    max-width: 90% !important;
}
.modal-dialog .modal-body p.last {
    margin: 0.6rem 0 !important;
}
.modal-dialog .close {
    background: linear-gradient(to bottom left, #0b0428, rgba(255, 0, 168, 1));
    color: white;
    padding: 0.2rem 0.5rem;
    border: none;
}
.modal-dialog .modal-body ul {
    padding-left: 0rem !important;
}
.modal-dialog .modal-body strong {
    font-weight: 500;
    font-size: 1.1rem;
}

.form input,
.form textarea {
    width: 100%;
    padding: 0.5rem;
    border: none;
}

.form input:focus,
.form textarea:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.form textarea {
    margin-bottom: -6px !important;
    min-height: 50px !important;
    max-height: 200px;
    height: 600px;
}

.form .border {
    background: linear-gradient(to bottom left, #0b0428, rgba(255, 0, 168, 1));
    padding: 1px;
    margin: 0.5rem 0 !important;
}

.form button {
    padding: 0.7rem 1rem;
    background-color: #0b0428;
    background: rgb(2, 0, 36);
    background: linear-gradient(190deg, rgba(2, 0, 36, 1) 0%, rgba(49, 0, 113, 1) 0%, rgba(255, 0, 168, 1) 100%);
    border-radius: 0px;
    color: white;
    /* background-color: transparent; */
    border: none;
}
.saify {
    overflow: visible; /* Ensure the overflow is visible */
    height: auto; /* Adjust the height if needed */
}
.required-hardware {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding: 50px 0;
    background-color: #e6e6e6;
    color: #ffffff;
    align-content: center;
}
.required-hardware h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    /* color: #0b0428; */
    /* color: white; */
    position: relative;
    z-index: 1000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: -0.1rem;
    line-height: 1.1;
    color: #241466 !important;
}
.required-hardware .icon {
    /*margin-bottom: 20px;*/
}
.required-hardware .step {
    font-size: 6rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2px;
}

@media only screen and (max-width: 980px) {
    .hero .container1::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background-image: unset !important;
        background-size: 20rem;
        background-repeat: no-repeat;
        background-position: right;
        width: 100%;
        height: 100%;
    }

    .hero .container1::before {
        content: "CRICKETX";
        position: absolute;
        bottom: -2rem;
        left: 50%;
        transform: translateX(-50%);
        color: rgba(180, 180, 180, 0.219);
        font-size: 5rem;
        letter-spacing: 2px;
        font-style: italic;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 100;
        text-shadow: 1px 1px #0b04288c;
    }

    .video {
        width: 95% !important;
        margin: 0 auto !important;
    }
    .video iframe {
        height: 350px !important;
    }
    .w-50 {
        width: 100% !important;
    }
    .about .container1 {
        flex-direction: column;
    }
    .about .container1 .text {
        width: 100% !important;
    }
    .about .container1 .image {
        width: 100% !important;
    }
    .md-text-center {
        text-align: center !important;
    }
    .md-full {
        width: 100% !important;
        margin: 1rem 0 !important;
    }

    .hero h2 {
        font-size: 2rem !important;
    }
    .hero .text {
        text-align: center;
    }

    .mission h2 {
        font-size: 2rem !important;
    }

    .heading h2 a {
        font-size: 2rem !important;
    }

    .about .text h2 {
        font-size: 2rem !important;
    }
    .required-hardware {
        text-align: center;
        padding: 50px 0;
        /*background-color: #2c1a72;*/
        color: #ffffff;
    }
    .required-hardware h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    .required-hardware .icon {
        margin-bottom: 20px;
    }
    .required-hardware .step {
        font-size: 6rem;
        font-weight: bold;
        color: #a0005386;
        margin-bottom: 2px;
    }
}

@media only screen and (max-width: 576px) {
    .packages .box .block .text {
        height: 600px !important;
    }
    .mission .container1 p {
        font-size: 16px;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++ Galery ++++++++++++++++++++++++++++     */
.SLIDER_SWIp {
    padding-top: 80px;
    padding-bottom: 50px;
}
.container {
    margin: 0 auto !important;
}
li.wiper-item {
    list-style: none;
}

.wiper-track {
    display: grid;
    grid-template-columns: repeat(25, 1fr);
    column-gap: 2.2rem;
    margin: 0 auto !important;
    transition: transform 0.4s ease-in;
    padding: 2rem 0rem;
}
.wiper-item {
    width: 320px;
    height: 400px;
    position: relative;
    transition: scale 0.2s linear;
    margin-top: 40px !important;
}
.wiper-button img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wiper {
    max-width: 1040px;
    position: relative;
    margin: 0 auto !important;
}
.active-swipe {
    transform: scale(1.1);
    height: 450px;
    width: 320px;
    margin: 8px 0;
    margin-top: -0px !important;
}
.wiper-button {
    margin: 0 1rem;
    height: 70px;
    width: 45px;
    position: absolute;
    top: 50%;
    background: transparent;
    border: none;
    transform: translateY(-50%);
    z-index: 1;
}
.wiper-button__left {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}
.wiper__image-button {
    right: 50%;
    top: 50%;
    position: absolute;
    padding: 0.8rem 1rem;
    border-radius: 3px;
    background-color: white;
    border: none;
    font-size: 1.4rem;
    transform: translateY(-50%) translateX(50%);
    cursor: pointer;
}
.wiper-wrapper {
    max-width: 1100px;
    overflow: hidden;
    padding: 2rem 0.5rem;
    margin: 0 auto;
    overflow-y: visible;
}
.swiper__image-button {
    right: 50%;
    top: 50%;
    position: absolute;
    padding: 0.8rem 1rem;
    border-radius: 3px;
    background-color: white;
    border: none;
    font-size: 1rem;
    transform: translateY(-50%) translateX(50%);
    cursor: pointer;
}
.swiper__image-button:hover {
    color: red;
}
.wiper__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
}
.is-hidden {
    display: none;
}

@media (min-width: 1200px) {
    .wiper-button.wiper-button__right {
        left: -100px;
    }
    .wiper-button__left {
        right: -100px;
    }
}

@media (max-width: 420px) {
    .wiper-item,
    .active-swipe {
        width: 300px;
        height: 300px;
        margin-top: 40px !important;
    }
    .wiper-track {
        column-gap: 2rem;
        padding: 5px 0rem 2rem;
    }
    .wiper-wrapper {
        max-width: 100%;
        padding: 0rem 0rem;
    }
    .wiper {
        max-width: 280px;
    }
    .pb70 {
        padding-bottom: 70px;
        overflow-x: hidden;
    }
}

/* /////////////////////////////////////////////////// */

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    width: 99%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: 0.95;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    /*height: 260px;*/

    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 380px;
}
.gallery-content {
    font-size: 0.8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 100000000;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
    margin-top: 130px;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.8%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
        margin-top: 130px;
    }

    .wiper-wrapper {
        max-width: 100%;
        padding: 0rem 0rem;
        margin: 0 auto;
    }
}

.Our-Gallry-segment {
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

#navbarNav ul li.nav-item:last-child .nav-link {
        border: none;
        font-size: 16px !important;
        font-weight: 600;
        background-image: none;
        background: none;
        background-color: #ffffff;
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
}

#navbarNav ul li.nav-item:last-child .nav-link button {
    color: #310072;
    background-color: transparent;
    border: none;
    font-size: 16px !important;
    font-weight: 600;
    background-image: none;
    background: none;
    background-color: #ffffff;
}

.hero h3.md-full ~ .btn1 button,
.mission .btn1 button {
    color: #310072;
    background-color: transparent;
    border: none;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
}

.hero h3.md-full ~ .btn1:hover,
.mission .btn1:hover,
.btn1:hover {
    padding: 0.7rem 1rem;
    color: #fff !important;
    background: #0b0428;
    border: 1px solid #fff;
    transform: scale(1.1, 1.1);
    transition: all 0.3s ease-in-out;
}
.hero h3.md-full ~ .btn1:hover button,
.mission .btn1:hover button {
    color: #fff !important;
}

.container {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 820px !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 1060px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1270px !important;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++ */

/*body {*/
/*    color: #ccc;*/
/*}*/
.footer-widget p {
    margin-bottom: 27px;
    color: white;
    font-weight: bold;
}
p {
    font-family: "Nunito", sans-serif;
    /*font-size: 16px;*/
    /*color: white;*/
    /*line-height: 28px;*/
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #310072;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #f5b02e;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #eef0ef;
    border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
    border-right-color: #f7f9f8;
    border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }
    50% {
        width: 90%;
    }
    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: 80%;
    }
}

.dk-footer {
    padding: 75px 0 0;
    background-color: #151414;
    position: relative;
    z-index: 2;
}
.dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px;
}
@media (max-width: 991.98px) {
    .dk-footer .contact-us {
        margin-top: auto;
        margin-bottom: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .dk-footer .contact-us,
    .dk-footer .contact-us.contact-us-last {
        margin-top: 25px;
        margin-bottom: 0px;
        padding-left: 0;
        margin-left: 0 !important;
    }
}

.dk-footer .contact-us .contact-info {
    margin-left: 50px;
}
.dk-footer .contact-us.contact-us-last {
    margin-left: -80px;
}
@media (max-width: 991.98px) {
    .dk-footer .contact-us.contact-us-last {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .dk-footer .contact-us {
        margin-left: 0px;
    }
}

.dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #ffffff;
}

.dk-footer-box-info {
    position: absolute;
    top: -122px;
    background: #241466;
    padding: 40px;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .dk-footer-box-info {
        position: static;
        margin-bottom: 20px;
    }
}

.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}
.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}
.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}
.dk-footer-box-info .footer-social-link a i.bi-facebook {
    background-color: #3b5998;
}
.dk-footer-box-info .footer-social-link a i.bi-twitter {
    background-color: #55acee;
}
.dk-footer-box-info .footer-social-link a i.bi-google-plus {
    background-color: #dd4b39;
}
.dk-footer-box-info .footer-social-link a i.bi-linkedin {
    background-color: #0976b4;
}
.dk-footer-box-info .footer-social-link a i.bi-instagram {
    background-color: #b7242a;
}

.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
}

.footer-info-text {
    margin: 26px 0 32px;
    color: white;
}

.footer-left-widget {
    padding-left: 80px;
}

@media (max-width: 991.98px) {
    .footer-left-widget {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .footer-left-widget {
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .dk-footer .contact-us .contact-info p {
        font-size: 14px !important;
    }
}

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
}

.footer-widget a {
    color: #878787;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-widget a:hover {
    color: #007bff;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}
.dk-footer-form input[type="email"] {
    padding: 11px 28px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #ffffff;
}
.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}
.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}
.dk-footer-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: #241466;
    background: #241466;
    color: #fff;
}
.dk-footer-form button:hover {
    cursor: pointer;
}

/* ==========================

    Contact

=============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}
.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff;
}

.contact-info {
    margin-left: 75px;
    color: #fff;
}
.contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.copyright {
    padding: 28px 0;
    margin-top: 55px;
    background-color: #241466;
}
.copyright span,
.copyright a {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.copyright a:hover {
    color: #007bff;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}
.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #241466;
    border-color: #241466;
}

/* *************************************** mutli Item SLider ************************************* */

/* .swiper-container {
        position: relative;
        width: 90vw;
        height: 300px;
      }
      
      .swiper-container > .swiper-slide__content {
        position: absolute;
        top: 0;
      }
      
      .swiper-slide {
        height: 300px;
        display: flex;
        background: #eee;
        align-items: center;
        justify-content: center;
        transition: all 200ms linear;
        transform: scale(0.8);
      }
      .swiper-slide.swiper-slide-active {
        transform: scale(1);
        background: #fc0;
      }
      
      .swiper-slide__content {
        height: 300px;
      } */

.step-flex img {
    width: 180px;
    height: 100px;
    object-fit: contain;
}

.step-flex {
    display: flex;
    align-items: center;
    /*gap: 1rem;*/
    background: #241466;
    padding: 10px 20px;
    border-radius: 20px;
    width: 100%;
}

.step-flex p {
    text-align: left;
    margin-bottom: 0;
}

.inner-flex_box {
    /*background: #e0009f;*/
    /* padding: 60px 20px;*/
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    border-radius: 50%;
    color: #fff;
    background: black;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -5px;
}

@media screen and (max-width: 576px) {
    .swiper-container {
        height: 430px;
    }
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: -5px;
    }
}

/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */

/* =============================3D Gallery Slider */

div#carousel {
    perspective: 1200px;
    background: #100000;
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 0;
    /* margin-bottom: 3rem;  */
    overflow: hidden;
}
figure#spinner {
    transform-style: preserve-3d;
    height: 300px;
    transform-origin: 50% 50% -500px;
    transition: 1s;
}
figure#spinner img {
    width: 40%;
    max-width: 425px;
    position: absolute;
    left: 30%;
    transform-origin: 50% 50% -500px;
    outline: 1px solid transparent;
}
figure#spinner img:nth-child(1) {
    transform: rotateY(0deg);
}
figure#spinner img:nth-child(2) {
    transform: rotateY(-45deg);
}
figure#spinner img:nth-child(3) {
    transform: rotateY(-90deg);
}
figure#spinner img:nth-child(4) {
    transform: rotateY(-135deg);
}
figure#spinner img:nth-child(5) {
    transform: rotateY(-180deg);
}
figure#spinner img:nth-child(6) {
    transform: rotateY(-225deg);
}
figure#spinner img:nth-child(7) {
    transform: rotateY(-270deg);
}
figure#spinner img:nth-child(8) {
    transform: rotateY(-315deg);
}
div#carousel ~ span {
    color: #fff;
    margin: 5%;
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    transition: 0.6s color;
    position: relative;
    margin-top: -6rem;
    border-bottom: none;
    line-height: 0;
}
div#carousel ~ span:hover {
    color: #888;
    cursor: pointer;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#carousel {
    perspective: 1000px;
    overflow: hidden;
}
#carousel #scene {
    width: 42%;
    margin: 40px auto 0 auto;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}
#carousel #scene .carousel_item {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 10px;
    backface-visibility: hidden;
}
#carousel #scene .carousel_item:not(:first-of-type) {
    position: absolute;
    left: 0;
    top: 0;
}
#carousel #carousel_btn {
    width: 100px;
    margin: 20px auto 0 auto;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#carousel #carousel_btn .btn {
    width: 45px;
    height: 45px;
    line-height: 40px;
    padding-left: 7px;
    box-sizing: border-box;
    border-radius: 50%;
    float: left;
    border: 2px solid #2f2f2f;
    color: #2f2f2f;
    font-family: sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}
#carousel #carousel_btn .btn:hover {
    color: #ffffff;
    background-color: #2f2f2f;
}
#carousel #carousel_btn > div:first-child {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .dk-footer-box-info {
        position: static;
        top: 0;
        padding: 20px;
    }
    .footer-awarad {
        margin-top: 0;
    }
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ff00a8;
    border: 1px solid black;
    border-radius: 0.25rem;
}

.navbar .navbar-toggler i {
    color: #ff00a8;
    font-size: 2rem !important;
    vertical-align: bottom;
}

/*==============================================================================*/

.hero_segment {
    position: relative;
    /*background: url('https://images.pexels.com/photos/2570062/pexels-photo-2570062.jpeg') center/cover no-repeat;*/
    background: url(images/sponsor-bg.png) center/cover no-repeat;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_segment.last-segment {
    background: url(images/pitch-bg-last.png) no-repeat center / cover;
    display: flex; /* Needed for justify-content to work */
    justify-content: flex-start; /* Align content to the start */
}
@media screen and (max-width: 576px) {
    .hero_segment {
        height: 370px;
        padding: 0 30px;
    }
}

.hero_segment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Black color with 60% opacity */
    z-index: 1; /* Ensure the overlay is behind the content */
}

.hero_content {
    text-align: center;
    color: #fff;
    z-index: 2; /* Ensure the content is on top of the overlay */
}

.hero_content img {
    width: 100px;
}

.hero_title {
    /*font-size: 3em;*/
    margin-bottom: 12px;
    line-height: 1;
    animation: fadeInUp 1s ease-in-out;
    position: relative;
    z-index: 1000;
    margin-bottom: 1rem;
    font-size: 3.5rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: -0.1rem;
    line-height: 1.1;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hero_subtitle {
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height: 1.3;
    animation: fadeInUp 1s ease-in-out 0.5s;
    color: #dbcbd5;
    font-weight: 400;
    margin: 25px 0;
}
@media screen and (max-width: px) {
    .hero_subtitle {
        font-size: 1em;
    }
}

.bulit-list {
    list-style-type: disc;
}

.bulit-list li {
    color: #0b0428;
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 5px;
}

.bulit-list li:first-child {
    margin-top: 20px;
}

.hero_button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2em;
    text-decoration: none;
    color: #fff;
    background-color: #3498db;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.hero_button:hover {
    background-color: #2980b9;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*       =======================================================
        ============================ Counter Section ==============================
                ==========================================================  */

/*       =======================================================
        ============================ Counter Section ==============================
                ==========================================================  */

.sectionClass {
    padding: 20px 0px 0px 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2,
.about-us-info h2,
.history-info h2,
.sec-title h2 {
    position: relative;
    z-index: 1000;
    margin-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: -0.1rem;
    line-height: 1.1;
    margin-top: 20px;
    color: #310072 !important;
}

.about-us-info h2 {
    color: white;
    font-size: 40pt;
    text-align: right;
}
.history-info h2 {
    color: #310072;
    font-size: 40pt;
    text-align: left;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101f2e;
}

.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 70px 0px 20px;
    text-align: center;
    margin-bottom: 5px;
}

/*.projectFactsWrap .item:nth-child(1){*/
/*  background: rgb(11 4 40);*/
/*}*/

/*.projectFactsWrap .item:nth-child(2){*/
/*  background: rgb(255 0 168);*/
/*}*/

/*.projectFactsWrap .item:nth-child(3){*/
/*  background: rgb(11 4 40);*/
/*}*/

/*.projectFactsWrap .item:nth-child(4){*/
/*  background: rgb(255 0 168);*/
/*}*/

.projectFactsWrap .item p.number,
.counter_seg.core_values .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
    border: 0;
}

.counter_seg.core_values .item p.number {
    font-size: 30px;
    margin: 20px 0;
    color: #310072;
}

@media (max-width: 576px) {
    .counter_seg.core_values .item p.number {
        font-size: 22px;
        margin: 15px 0;
    }
}

.projectFactsWrap .item p,
.counter_seg.core_values .item p {
    color: white;
    font-size: 18px;
    margin: 0;
    /*padding: 10px;*/
    /* font-family: 'Open Sans'; */
}

@media (max-width: 576px) {
    .projectFactsWrap .item p,
    .counter_seg.core_values .item p {
        font-size: 14px;
    }
}

.counter_seg.core_values .item p {
    color: #212529;
}

.p_count {
    justify-content: center;
    gap: 0.3rem;
    margin: 0;
    /*padding: 10px;*/
    font-size: 40px;
    color: white;
    align-items: baseline;
    font-weight: 600;
}
.p_count span {
    justify-content: center;
    gap: 0.3rem;
    margin: 0;
    /*padding: 10px;*/
    font-size: 40px !important;
    color: white;
    align-items: baseline;
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgb(255, 255, 255);
    height: 2px;
    display: block;
    margin: 0 auto;
    display: none;
}

.projectFactsWrap .item .inn_icon,
.counter_seg.core_values .projectFactsWrap .item .inn_icon {
    vertical-align: middle;
    font-size: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e20d73;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.counter_seg.core_values .projectFactsWrap .item .inn_icon {
    background: #310072;
}

.projectFactsWrap .item .inn_icon img {
    width: 52px;
    object-fit: contain;
}

@media (max-width: 786px) {
    .projectFactsWrap .item .inn_icon img {
        width: 44px;
    }
}

/*.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{*/
/*  color: white;*/
/*}*/

.projectFactsWrap .item:hover span {
    background: white;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

.authorWindow {
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.authorWindowWrapper {
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
}

.trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow {
        width: 210px;
    }

    .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
    }
}

/*================================ Our Goals =====================================*/

.about-section {
    position: relative;
    /*padding:120px 0px;*/
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
    align-self: center;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 50px;
    padding-left: 70px;
}

@media screen and (max-width: 768px) {
    .about-section .content-column .inner-column {
        padding-top: 10px;
        padding-left: 0px;
    }
}

.about-section .content-column .text {
    position: relative;
    color: #212529;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .about-section .content-column .text {
        margin-bottom: 0px;
    }
}

.about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    /*padding:40px 40px 0px 0px;*/
    /*margin-left:50px;*/
}

@media screen and (max-width: 767px) {
    .about-section .image-column {
        position: relative;
        margin-bottom: 20px;
    }
}

/*.about-section .image-column .inner-column:after{*/
/*	position:absolute;*/
/*	content:'';*/
/*	right:0px;*/
/*	top:0px;*/
/*	left:40px;*/
/*	bottom:100px;*/
/*	z-index:-1;*/
/*	border:2px solid #ff00a8;*/
/*	border-radius:50px;*/
/*}*/

.about-section .image-column .inner-column .image {
    position: relative;
}

/*.about-section .image-column .inner-column .image:before{*/
/*	position:absolute;*/
/*	content:'';*/
/*	left:-50px;*/
/*	bottom:-50px;*/
/*	width:299px;*/
/*	height:299px;*/
/*	background:url(img/pattern-2.png) no-repeat;*/
/*}*/

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 25px;
}

.about-section .image-column .inner-column .image .overlay-box {
    position: absolute;
    left: 40px;
    bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 110px;
    color: #ff00a8;
    font-size: 68px;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff8c;
    border: 1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #ff00a8;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #ff00a8;
    font-family: "Arimo", sans-serif;
}
.sec-title2 {
    color: #fff;
}
.sec-title {
    position: relative;
    padding-bottom: 20px;
}
.sec-title .title {
    position: relative;
    color: #ff00a8;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}

@media screen and (max-width: 500px) {
    .sec-title {
        padding-bottom: 10px;
    }
}

/*===============================================================================================*/

/*.we-are-block {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  flex-wrap: nowrap;*/
/*  width: 100%;*/
/*  height: 900px;*/
/*}*/

/*@media screen and (max-width: 860px) {*/
/*  .we-are-block {*/
/*    height: 2200px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 500px) {*/
/*  .we-are-block {*/
/*    height: 2300px;*/
/*  }*/
/*}*/

/*#about-us-section {*/
/*  background: #310072;*/
/*  width: 100%;*/
/*  height: 50%;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  flex-wrap: nowrap;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  position: relative;*/
/*}*/

/*@media screen and (max-width: 860px) {*/
/*  #about-us-section {*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*  }*/
/*}*/

/*.about-us-image {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  height: 100%;*/
/*  overflow: hidden;*/
/*}*/

/*@media screen and (max-width: 860px) {*/
/*  .about-us-image {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 45%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 747px) {*/
/*  .about-us-image {*/
/*    height: 35%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 644px) {*/
/*  .about-us-image img {*/
/*    position: absolute;*/
/*    left: -220px;*/
/*  }*/
/*}*/

/*.about-us-info {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: flex-end;*/
/*  justify-content: space-evenly;*/
/*  width: 40%;*/
/*  height: 80%;*/
/*  margin-right: 660px;*/
/*  margin-left: 12px;*/
/*  z-index: 2;*/
/*}*/

/*@media screen and (max-width: 1353px) {*/
/*  .about-us-info {*/
/*    margin-right: 400px;*/
/*    width: 60%;*/
/*    background: #21252999;*/
/*    padding: 0px 25px 0px 0px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1238px) {*/
/*  .about-us-info {*/
/*    margin-right: 340px;*/
/*    width: 100%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1111px) {*/
/*  .about-us-info {*/
/*    margin-right: 270px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 910px) {*/
/*  .about-us-info {*/
/*    margin-right: 150px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 860px) {*/
/*  .about-us-info {*/
/*    margin: 0px 0px 0px 0px !important;*/
/*    padding: 0px 20px 0px 20px !important;*/
/*    width: 100%;*/
/*    height: 55%;*/
/*    align-items: center;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 747px) {*/
/*  .about-us-info {*/
/*    height: 65%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 860px) {*/
/*  .about-us-info h2 {*/
/*    text-align: center;*/
/*  }*/
/*}*/

/*.about-us-info p {*/
/*  color: white;*/
/*  font-size: 14pt !important;*/
/*  text-align: right;*/
/*}*/

/*@media screen and (max-width: 860px) {*/
/*  .about-us-info p {*/
/*    text-align: center;*/
/*  }*/
/*}*/

/*.about-us-info a {*/
/*  background-color: white;*/
/*  color: #212529;*/
/*  width: 180px;*/
/*  text-align: center;*/
/*  padding: 15px 0px 15px 0px;*/
/*  font-size: 14pt;*/
/*  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;*/
/*}*/

/*.about-us-info a:hover {*/
/*  background: #404140;*/
/*  color: white;*/
/*  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;*/
/*  transform: translateY(10px);*/
/*}*/

/*#history-section {*/
/*  width: 100%;*/
/*  height: 50%;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  flex-wrap: nowrap;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  position: relative;*/
/*}*/

/*@media screen and (max-width: 860px) {*/
/*  #history-section {*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*  }*/
/*}*/

/*.history-image {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  max-width: 820px;*/
/*  height: 100%;*/
/*  overflow: hidden;*/
/*}*/

/*@media screen and (max-width: 860px) {*/
/*  .history-image {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 40%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 747px) {*/
/*  .history-image {*/
/*    height: 35%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 644px) {*/
/*  .history-image img {*/
/*    position: absolute;*/
/*    right: -220px;*/
/*  }*/
/*}*/

/*.history-info {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*  justify-content: space-evenly;*/
/*  width: 40%;*/
/*  height: 80%;*/
/*  margin-left: 660px;*/
/*  margin-right: 12px;*/
/*  z-index: 2;*/
/*}*/

/*@media screen and (max-width: 1353px) {*/
/*  .history-info {*/
/*    margin-left: 400px;*/
/*    width: 60%;*/
/*    background: #ffffff99;*/
/*    padding: 0px 0px 0px 25px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1238px) {*/
/*  .history-info {*/
/*    margin-left: 340px;*/
/*    width: 100%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1111px) {*/
/*  .history-info {*/
/*    margin-left: 270px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 910px) {*/
/*  .history-info {*/
/*    margin-left: 150px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 860px) {*/
/*  .history-info {*/
/*    margin: 0px 0px 0px 0px !important;*/
/*    padding: 0px 40px 0px 40px !important;*/
/*    width: 100%;*/
/*    height: 60%;*/
/*    align-items: center;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 747px) {*/
/*  .history-info {*/
/*    height: 65%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 860px) {*/
/*  .history-info h2 {*/
/*    text-align: center;*/
/*  }*/
/*}*/

/*.history-info p {*/
/*  color: #212529;*/
/*  font-size: 14pt !important;*/
/*  text-align: left;*/
/*}*/

/*@media screen and (max-width: 860px) {*/
/*  .history-info p {*/
/*    text-align: center;*/
/*  }*/
/*}*/

/*.history-info a {*/
/*  background-color: #212529;*/
/*  color: white;*/
/*  width: 180px;*/
/*  text-align: center;*/
/*  padding: 15px 0px 15px 0px;*/
/*  font-size: 14pt;*/
/*  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;*/
/*}*/

/*.history-info a:hover {*/
/*  background: #404140;*/
/*  color: white;*/
/*  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;*/
/*  transform: translateY(10px);*/
/*}*/

/*=========================== Sponsorship Offer ========================================*/

.Sponsorship_offers {
    margin: 0;
    padding: 0;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*min-height: 100vh;*/
    background: #fff;
}
.main_card {
    max-width: 1200px;
    min-height: 440px;
    display: flex;
    flex-wrap: wrap;
}
.main_card .card {
    position: relative;
    width: calc(50% - 20px);
    min-height: auto;
    background: #310072;
    margin: 10px;
    box-sizing: border-box;
    height: auto;
}
.main_card .card .imgBx {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
}
.main_card .card .imgBx img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_card .card .details {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_card .card .details .content {
    padding: 20px;
    box-sizing: border-box;
}
.main_card .card .details .content h2 {
    margin: 0;
    padding: 0;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    position: relative;
    z-index: 1000;
    margin-bottom: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.1rem;
    line-height: 1.1;
    margin-top: 20px;
}

/*.main_card .card .details .content ul {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  display: flex;*/
/*}*/
/*.main_card .card .details .content ul li {*/
/*  list-style: none;*/
/*  margin-left: 2px;*/
/*}*/
/*.main_card .card .details .content ul li a {*/
/*  color: #fff;*/
/*  border: none;*/
/*}*/
/*.main_card .card .details .content ul li:nth-child(1) a {*/
/*  background: #3b5995;*/
/*}*/
/*.main_card .card .details .content ul li:nth-child(2) a {*/
/*  background: #55acee;*/
/*}*/
/*.main_card .card .details .content ul li:nth-child(3) a {*/
/*  background: #b31217;*/
/*}*/
/*.main_card .card .details .content ul li:nth-child(4) a {*/
/*  background: #0077b5;*/
/*}*/
/*.main_card .card .details .content a {*/
/*  display: inline-block;*/
/*  text-decoration: none;*/
/*  padding: 5px 10px;*/
/*  margin-top: 10px;*/
/*  border: 2px solid #262626;*/
/*  color: #262626;*/
/*  font-weight: 500;*/
/*}*/
/*.main_card .card .details .content a:hover {*/
/*  background: #262626;*/
/*  color: #fff;*/
/*}*/
/*@media (max-width: 1200px) {*/
/*  .container {*/
/*    width: 100%;*/
/*  }*/
/*}*/
@media (max-width: 991px) {
    .main_card .card {
        width: calc(70% - 20px);
        margin: 10px auto;
    }
}
@media (max-width: 768px) {
    .main_card .card {
        width: calc(70% - 20px);
        margin: 10px auto;
    }
    .main_card .card .imgBx {
        position: relative;
        width: 100%;
        height: 200px;
    }
    .main_card .card .details {
        position: relative;
        width: 100%;
        height: 200px;
    }
}
@media (max-width: 480px) {
    .main_card .card {
        width: calc(100% - 10px);
        margin: 10px auto;
    }
}

/*<!--========================= Timeline =========================-->*/

.main {
    padding: 2em 0;
    max-width: 900px;
    margin: auto !important;
}
.main h1 {
    color: #61d4d7;
    line-height: 1em;
    margin-bottom: 2rem;
}
.main h3 {
    color: #212529;
}
.main p,
.main_card .card .details .content p,
.about-section .content-column .text p {
    color: #212529;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 20px;
}
.main_card .card .details .content p {
    color: #ffffff;
    font-size: 16px;
}

.about-section .content-column .text p,
.testimonial4_slide p {
    color: #212529;
    font-size: 18px;
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 0px 35px;
    text-align: left;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .main_card .card .details .content p,
    .about-section .content-column .text p,
    .testimonial4_slide p {
        color: #212529;
        font-size: 16px !important;
    }
    .main_card .card .details .content p,
    .testimonial4_slide p {
        color: #fff;
    }
    .about-section .content-column {
        margin-bottom: 20px;
    }
}

.navbar.sponsorship_nav .nav-link {
    color: #310072 !important;
    text-shadow: none;
    font-size: 1rem !important;
    font-size: 18px !important;
    font-weight: 500;
}

/*===================================== ======  Testimonial ==================================================*/

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading {
    color: #ffffff;
}
.heading:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: 0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(images/pitch-bg.png);
    padding-top: 80px;
    padding-bottom: 120px;
    background-position: center;
    background-size: cover;
}

.testimonial4_slide {
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: CENTER;
}

.testimonial4_slide img {
    width: 220px;
    height: 220px;
    margin: auto;
    display: block;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    margin-top: 50px;
    object-fit: contain;
}
#count_seg .sectiontitle h2 {
    color: #ffffff;
}
.counter_seg.core_values .sectiontitle h2 {
    color: #310072 !important;
}

#count_seg .headerLine {
    background: #ffffff;
}
.counter_seg.core_values .headerLine {
    background: #310072 !important;
}
.testimonial4_slide h4 {
    color: #ddd;
    font-size: 18px;
    line-height: 1.4;
    margin: 20px 0 0px 35px;
    text-align: left;
    line-height: 1.5;
    font-weight: 700;
}

/* ------testimonial  close-------*/
@media (max-width: 768px) {
    .testimonial4_slide {
        flex-wrap: wrap;
    }

    .main.row {
        max-width: 500px;
    }
    .testimonial4_slide {
        width: 100%;
        padding: 0;
    }

    .main .timeline .timeline-item {
        padding: 0 0px 0;
    }
    .heading {
        font-size: 25px;
    }
    .main .timeline .timeline-item .timeline-content h3,
    .main .timeline .timeline-item .timeline-content p,
    .main .timeline .timeline-item .timeline-content button {
        font-size: 1rem;
    }

    .testimonial4_slide h4 {
        font-size: 18px;
        margin: 20px 0 0px 8px;
    }
}
@media (max-width: 767px) {
    .hero_title,
    .mission h2,
    .sectiontitle h2,
    .about-us-info h2,
    .history-info h2,
    .sec-title h2,
    .projectFactsWrap .item p.number,
    .p_count {
        font-size: 1.4rem;
        font-weight: 900;
        line-height: 1.3;
    }
    .testimonial4_slide p {
        margin: 20px 0 0px 10px;
    }

    .sectiontitle h2 {
        margin-bottom: 0;
    }

    .projectFactsWrap .item {
        height: 100%;
        padding: 60px 30px;
        border: 1px solid white;
    }

    .counter_seg.core_values .projectFactsWrap .item {
        border: 0px;
    }

    .projectFactsWrap .item p {
        font-size: 16px;
        line-height: 1.2;
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 576px) {
    .main .timeline .timeline-item:before {
        left: -12px;
    }

    .projectFactsWrap .item {
        padding: 20px 10px;
        height: 220px;
    }

    .projectFactsWrap .item:nth-of-type(3),
    .projectFactsWrap .item:nth-of-type(4) {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .hero_title,
    .mission h2,
    .sectiontitle h2,
    .about-us-info h2,
    .history-info h2,
    .sec-title h2,
    .projectFactsWrap .item p.number,
    .p_count {
        font-size: 1.2rem;
    }
}

.counter_seg {
    min-height: 375px;
    position: relative;
    /*linear-gradient(to bottom left, #0b0428a1, #171717),*/
    background-image: url(images/backgroud-bg.png);
    padding-top: 80px;
    padding-bottom: 120px;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 576px) {
    .counter_seg {
        padding-top: 30px;
        margin-top: 50px;
        padding-bottom: 40px;
    }
}

.counter_seg.core_values {
    background-image: none;
    background: #fafafa;
}

.mn_video img {
    border-radius: 25px;
}

/*================================= Progress Chart  ==================================*/

#chart {
    max-width: 650px;
    min-height: 300px;
    margin: 30px auto 0;
    display: flex; /* Two-column layout */
    gap: 20px;
}

#chart #numbers {
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 0;
}

#chart #numbers li {
    text-align: right;
    padding-right: 1em;
    list-style: none;
    cursor: pointer;
}

#chart #bars {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 1px solid #000;
    padding-left: 2px;
}

#chart #bars li .bar {
    height: 60px;
    width: 0;
    background: #310072;
    position: relative;
    transition: width 1s;
    cursor: pointer;
}

#chart #bars li .bar span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* Tooltip Styling */
#chart #bars li .bar:hover::after {
    content: attr(title); /* Use the 'title' attribute for tooltip text */
    position: absolute;
    top: -30px; /* Adjust the tooltip's vertical position */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #310072;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    z-index: 9999;
    pointer-events: none;
}

@media screen and (max-width: 575.98px) {
    .xs-med-1 {
        order: 1;
    }

    .xs-med-0 {
        order: 0;
    }
}
.swiper-wrapper {
    padding-bottom: 50px;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background: #241466;
    text-shadow: none;
    color: #ffffff;
}
::selection {
    background: #241466;
    text-shadow: none;
    color: #ffffff;
}

.price-wrapper {
    position: relative;
    display: inline-block;
    width: 60px;
}

.price-slash {
    position: relative;
    width: 100%;
    height: 0;
    border-top: 2px solid #ff0000;
    transform: rotate(-28deg);
    top: 18px;
}

.price {
    font-size: 27px;
    /*color: #212529;*/
    color: #ffff;
    font-weight: 300;
}

.pt-90 {
    padding-top: 90px !important;
}
/* Add your CSS styles here */
.read-more-text {
    display: none;
}

.read-more-text--show {
    display: inline;
}

.read-more-btn {
    color: #ffc501;
    font-weight: 600;
}

.read-more-btn:hover {
    cursor: pointer;
}

/* ------------------------------------
02. Global CSS
---------------------------------------*/

.readon {
    position: relative;
    display: inline-block !important;
    /*background: #241466;*/
    background: white;
    padding: 10px 30px 12px ;
    line-height: normal;
    /*color: #ffffff !important;*/
    color: #241466 !important;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    text-decoration: none;
    text-transform: Uppercase !important;
    cursor: pointer;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.readon:hover,
.readon:focus {
    background: #242526;
    color: white !important;
}

.inner {
    width: 100%;
    float: left;
    position: relative;
}

.gap1 {
    gap: 0.3rem;
}

#pricing {
    background: url(images/stadium.jpg) center center / cover no-repeat;
    position: relative; /* Ensure positioning for the overlay */
}

#pricing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay color */
    z-index: 1; /* Place it behind the content */
}

#pricing .container {
    position: relative; /* Ensure content is above the overlay */
    z-index: 2;
}

.pricingTable .holder {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border: 1px solid rgb(255 255 255 / 0%);
    text-align: center;
    padding: 20px;
    overflow: hidden;
    transition: 0.5s ease;
}

.pricingTable .holder:hover {
    transform: translateY(-5.5px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
}

.pricingTable .holder .hdng p {
    font-size: 22px ;
    font-weight: bold;
    /*color: #241466;*/
    color: #ffff;
    padding: 10px;
    border: 1px solid #ffffff1f;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.pricingTable .holder .price p b {
    font-size: 35px;
    font-weight: bold;
}

@media (max-width: 991.98px) {
    .pricingTable .holder .info p {
        font-size: 11px;
        padding: 10px 0px;
        gap: 0.5rem;
    }

    .pricingTable .holder .hdng p {
        font-size: 20px ;
        padding: 10px;
    }

    .pricingTable .holder {
        padding: 15px;
    }
    .pricingTable .holder .price p b {
            font-size: 28px;
            font-weight: bold;
    }
    .readon {
        padding: 8px 20px 8px !important;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .pricingTable .holder .info p,.pricingTable .holder .hdng p  {
        font-size: 20px;
    }

    .pricingTable .holder {
        padding: 25px;
    }
}



@media (max-width: 576px) {
    .pricingTable .holder .info p {
        font-size: 15px ;
    }
    .pricingTable .holder .info p{
        font-size: 17px;
    }
    .pricingTable .holder {
      padding: 20px 10px;
    }
}


.pricingTable .holder .img img {
    width: 70%;
}

.pricingTable .holder .price p {
    /*color:#241466;*/
    color: #ffff;
    margin-bottom: 25px;
}



.pricingTable .holder .price p span {
    font-size: 18px;
}

.pricingTable .holder .info p {
    margin-bottom: 2px;
    /* color: #242526; */
    color: #ffff;
    font-size: 15px;
    font-weight: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: left;
    padding: 10px 0px;
    display: flex;
    border-radius: 0px;
    gap: 0.5rem;
    align-items: baseline;
}

.pricingTable .holder .info p:nth-child(odd) {
    font-weight: 500;
    /*background: rgba(0, 0, 0, 0.08);*/
}
.pricingTable .holder .info p:nth-child(even) {
    font-weight: 500;
    /*background: #e6e6e621;*/
}

/*.pricingTable .holder.active {*/
/*  background: #24146633;*/
/*}*/

.pricingTable .holder.active .hdng p,
.pricingTable .holder.active .price p,
.pricingTable .holder.active .info p {
    color: #fff;
    background: #24146600;
}



@media (max-width: 576px) {
    .pricingTable .holder.active .price p ,.pricingTable .holder.active .info p {      
         font-size: 16px;
    }
}

.pricingTable .holder.active .readon {
    background: #fff;
    color: #241466 !important;
}

.pricingTable .holder.active .readon:hover {
    background: #242526;
    color: #fff !important;
}

.pricingTable .tabsBtnHolder ul {
    float: left;
    display: block;
    width: 100%;
    max-width: 326px;
    border-radius: 1.6666666667rem;
    margin: 0px auto;
    margin-bottom: 40px;
    /*background: #e6e6e680;*/
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    text-align: center;
    position: relative;
    border-radius: 10px;
    padding-left: 0;
    padding: 3px;
    border: 1px solid #24146638;
}

.pricingTable .tabsBtnHolder ul li {
    float: left;
    width: calc(100% / 2);
    display: inline-block;
    transition: 0.4s ease;
}

.pricingTable .tabsBtnHolder ul li p {
    color: #ffff;
    padding: 10px 15px;
    z-index: 10;
    position: relative;
    cursor: pointer;
    margin: 0;
    font-weight: 700;
}

.pricingTable .tabsBtnHolder ul li p.active {
    color: #ffffff;
    font-weight: bolder;
    background: #241466;
    border-radius: 5px;
}

.pricingTable .tabsBtnHolder ul li.indicator {
    position: absolute;
    top: 50%;
    left: 2px;
    /*background: #fff;*/
    height: calc(100% - 4px);
    transform: translateY(-50%);
    border-radius: 1.5333333333rem;
    width: 157px;
    z-index: 9;
    border-radius: 7px;
    transition: 0.5s ease;
}

/* ---- Particles JS ---- */

canvas {
    display: block;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

/* ---- particles.js container ---- */

#particles-js {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
} /* ---- stats.js ---- */

.js-count-particles {
    font-size: 1.1em;
}

#about .border-afterBefore {
    position: relative;
}

#about .border-afterBefore img {
    z-index: 1000000000;
    position: relative;
}

#about .border-afterBefore::before,
#about .border-afterBefore::after {
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    content: "";
    /*! border-top: solid 30px transparent; */
    /*! border-bottom: solid 30px transparent; */
    /*! border-right: solid 30px transparent; */
    /*! border-right: solid 30px transparent; */
    /*! z-index: ; */
    border-radius: 10px;
    z-index: 0;
    box-shadow: rgba(93, 142, 196, 0.95) 0px 30px 60px -12px, rgb(219, 215, 227) 0px 18px 36px -18px;
}
#about .border-afterBefore::before {
    left: auto;
    border-right: solid 100px #e20d73;
    right: -12px;
    z-index: 0;
    top: -12px;
    border-top-right-radius: 25px;
}
#about .border-afterBefore::after {
    right: auto;
    border-right: solid 100px #310072;
    left: -12px;
    z-index: 1;
    bottom: -12px;
    top: auto;
    border-bottom-left-radius: 25px;
}

/*onlaod Animation*/

/*=== Trigger  ===*/
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.one {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.two {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.three {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.four {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.five {
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.six {
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
    animation-delay: 5.5s;
}

.seven {
    -webkit-animation-delay: 6.5s;
    -moz-animation-delay: 6.5s;
    animation-delay: 6.5s;
}

.eight {
    -webkit-animation-delay: 7.5s;
    -moz-animation-delay: 7.5s;
    animation-delay: 7.5s;
}

/*=== Animations start here  ===*/

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*=== FADE IN DOWN ===*/
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*=== FADE IN UP Big ===*/
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN DOWN Big ===*/
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN LEFT Big ===*/
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN RIGHT Big ===*/
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

b,
strong {
    font-weight: 800;
}

/* li.wiper-item::after {
   content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom left, #0b0428a1, rgb(255 0 170 / 65%)) !important;
    width: 100%;
    height: 100%;
    z-index: 100;
} */

/*  carousel      */

#carouselExampleCaptions .carousel-item {
    height: 100vh;
    min-height: 400px;
}
#carouselExampleCaptions .bg-1 {
    background-image: url(images/bg-ca.jpg);
}

#carouselExampleCaptions .bg-2 {
    background-image: url(images/bg-bat-player.jpg);
}

#carouselExampleCaptions .bg-3 {
    background-image: url(images/bg-training.jpg);
}

#carouselExampleCaptions .bg-4 {
    background-image: url(images/CricketX-For-Academies.jpg);
}

#carouselExampleCaptions .bg-1,
#carouselExampleCaptions .bg-2,
#carouselExampleCaptions .bg-3,
#carouselExampleCaptions .bg-4 {
    -webkit-background-size: cover;
    background-size: cover;
}
#carouselExampleCaptions .carousel-caption {
    bottom: 220px;
    z-index: 2;
}
#carouselExampleCaptions .carousel-caption h5 {
    font-size: 85px;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-top: 25px;
}
#carouselExampleCaptions .carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}
#carouselExampleCaptions .carousel-caption a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
}

.carousel-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* <!-- background:  #3100714d; --> */
    z-index: 1;
}

#carouselExampleCaptions .carousel-indicators {
    bottom: 65px;
}
#carouselExampleCaptions .carousel-indicators button {
    width: 100px !important;
    position: relative;
}

#carouselExampleCaptions .carousel-indicators button img {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px !important;
    object-fit: cover;
}

#carouselExampleCaptions .carousel-indicators [data-bs-target] {
    background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #carouselExampleCaptions .carousel-caption {
        bottom: 350px;
    }
    #carouselExampleCaptions .carousel-caption h5 {
        font-size: 65px;
    }
    #carouselExampleCaptions .carousel-caption p {
        font-size: 18px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    #carouselExampleCaptions .carousel-caption {
        bottom: 165px;
    }
    #carouselExampleCaptions .carousel-caption h5 {
        font-size: 25px;
    }
    #carouselExampleCaptions .carousel-caption p {
        font-size: 12px;
        width: 100%;
    }
    #carouselExampleCaptions .carousel-caption a {
        padding: 10px 15px;
        font-size: 15px;
    }
}
video {
    width: 100%;
    height: auto;
}

.text-warnings {
    color: #ffc107 !important;
    /* font-size: 40px; */
    background: linear-gradient(81deg, #d9009e 38.82%, #91008b 76.64%);
    /* background: linear-gradient(190deg, rgba(2, 0, 36, 1) 0%, rgba(49, 0, 113, 1) 0%, rgba(255, 0, 168, 1) 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/*==================================== Dynamic Slider =============================*/

.imageContainer {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.imageWrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.imageItem {
    min-width: 25%; /* Show 4 items */
    box-sizing: border-box;
    padding: 10px;
}

.imageItem img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/*==================================== START HERO-SECTION============================*/

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

#video-hero {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    margin: 0 auto;
    /* font-family: "Familjen Grotesk", sans-serif; */
    background-size: cover;
}
.videos,
.video-item,
.video-wrapper,
.black-shadow,
video {
    width: 100%;
    height: 100%;
}

.video-wrapper {
    overflow: hidden;
}

#video-hero video {
    object-fit: cover;
}


  /* Styling for smooth opacity and blur transitions */
  
  
     .hero-desc {
        height: fit-content;
        bottom: 40px;
        left: 40px;
        color: rgb(255, 255, 255);
        opacity: 0;
        filter: blur(10px);
        transition: opacity 2s ease, filter 2s ease;
    }


   .hero-desc.visible {
        opacity: 1;
        filter: blur(0);
    }

    .hero-desc.hidden {
        opacity: 0;
        filter: blur(10px);
    }
    
.hero-desc h1 {
    font-weight: 700;
    font-size: 60px;
}
.hero-desc p {
    max-width: 80%;
    font-size: 20px;
    font-weight: 400;
}

#video-hero .videos .hero-desc .hero-btn {
    /*border-radius: 5px;*/
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.12s ease-in-out;
    transition-timing-function: linear;
}

#video-hero .videos .hero-desc .play-btn {
    margin: 20px 0;
    /* padding: 10px 15px 10px 15px; */
    /* font-size: 18px; */
    height: 40px;
    /* border: none; */
    font-weight: bold;
    cursor: pointer;
    transition: all 0.12s ease-in-out;
    transition-timing-function: linear;
}

#video-hero .videos .hero-desc .play-btn:nth-child(3) {
    background: white; /* Blue background for the third button */
    color: blue;
}

#video-hero .videos .hero-desc .play-btn:nth-child(4) {
    background: transparent; /* transparent background for the fourth button */
    color: white;
}

/* Link Styles */
#video-hero .videos .hero-desc .play-btn a {
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    border: 1px solid;
    color: white;
}

#video-hero .videos .hero-desc .play-btn:nth-child(3) a {
    background: white; /* Blue background for the third button */
    padding: 10px 15px 10px 15px;
    color: #1e0e3e;
}
#video-hero .videos .hero-btn:hover {
    transform: scale(1.04);
}

#video-hero .videos .play-btn:hover a {
    background-color: #000;
    color: #fff;
}

.desc-shadow {
    width: 50%;
    height: 0px;
    margin: 0 auto;
    bottom: 0;
    left: 0;
}

.black-shadow {
    bottom: 0;
    left: 0;
    /* background-color: #0000007d; */
    /* background: linear-gradient(120deg, rgba(15, 3, 40, 0.247) 19%, rgba(255, 0, 162, 0.473) 100%); */
    /* background: linear-gradient(225deg, rgba(255,0,162, 0.7) 3%, rgba(15,3,40,0.5) 45%, rgba(15,3,40,0.5) 61%, rgba(255,0,162,0.5) 91%); */

    /* background: linear-gradient(225deg, rgba(73, 28, 170, 0.2) 20%, rgba(0, 0, 0, 0.5) 45%,  rgba(255, 0, 162, 0.1) 61%,  rgba(36, 5, 104, 0.9) 91%); */

    background: linear-gradient(225deg, rgba(73, 28, 170, 0.2) 20%, rgba(0, 0, 0, 0.5) 45%, rgba(36, 5, 104, 0.9) 91%);
    transition-timing-function: linear;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
    .hero-desc {
        /*height: fit-content;*/
        /*top: 500px;*/
        /*left: 200px;*/
        color: rgb(255, 255, 255);
    }
    .hero-desc h1 {
        font-weight: 700;
        font-size: 50px; /* Reduce from 160px to better fit smaller screens */
    }

    .hero-desc p {
        width: 100%;
        max-width: 100%;
        font-size: 18px; /* Adjust to a more reasonable size for small screens */
        margin: 0 auto; /* Center the paragraph */
        line-height: 1.5; /* Improve readability */
    }
}

@media (max-width: 576px) {
    .hero-desc {
        /*height: fit-content;*/
        /*top: 200px;*/
        bottom: 20px;
        left: 15px;
        color: rgb(255, 255, 255);
    }
    .hero-desc h1 {
        font-weight: 700;
        font-size: 30px; /* Reduce from 160px to better fit smaller screens */
    }

    .hero-desc p {
        width: 100%;
        max-width: 100%;
        font-size: 12px; /* Adjust to a more reasonable size for small screens */
        margin: 0 auto; /* Center the paragraph */
        line-height: 1.5; /* Improve readability */
    }

    #video-hero {
        height: 400px;
        max-height: 400px;
    }
}

/*==================================== END HERO-SECTION============================*/
