.banner-section .common-banner .common-text {
    max-width: 563px;
    padding: 136px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

h1 {
    color: #fff;
}

.bg-layer::after {
    background-color: #0000006e;
    border-radius: 10px;
}

.banner-section .para {
    padding: 20px 0;
    color: #000;
}

/* counter css */
.counter-row {
    justify-content: space-around;
}

.counter-row .col {
    text-align: center;

}

.counter-row .col strong {
    font-size: 30px;
    border-bottom: 1px solid #24B4BD;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

.counter-row .col span {
    font-size: 18px;
    font-weight: 800;
}

/* brand-section css */
.brand-section {
    border-bottom: 1px solid #ddd;
}

.brand-section .col-left {
    width: 10%;
}

.brand-section .col-right {
    width: 90%;
}

/* our-office-sec css */
.our-office-sec .col-left {
    width: 28%;
}

.our-office-sec .col-right {
    width: 68%;
}

.our-office-sec p {
    margin: 10px 0;
}

/* booking-banner-sec css */
.sponsor-banner {
    padding-bottom: 200px;
    background-image: url(https://www.arabiers.in/app/images/banner/sponsor-banner.png);
    background-position: bottom;
    position: relative;
}

.sponsor-banner .row {
    position: relative;
    z-index: 1;
}

.sponsor-banner h1,
.sponsor-banner p {
    color: #f7f1c2;
}

.banner-section img {
    width: 100%;
    border-radius: 16px;
}

.sponsor-banner .breadcrumb li,
.sponsor-banner .breadcrumb a {
    color: #fff;
}

.sponsor-shape {
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 1;
}

.parallax1>use {
    animation: move-forever1 10s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }
}

.parallax2>use {
    animation: move-forever2 8s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }
}

.parallax3>use {
    animation: move-forever3 6s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }
}

.parallax4>use {
    animation: move-forever4 4s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever4 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.how-to-sponsor {
    margin-top: 100px;
    padding: 70px 0 70px;
    background: #ffffff;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    position: relative;
    z-index: 1;
}

.sponsor-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000052;
}

.how-to-sponsor::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0, #f7f1c2, #d7ce3400);
}

.how-to-sponsor .row {
    position: relative;
    z-index: 1;
}

.how-to-sponsor .col-half h3 {
    margin: 15px 0;
}

.how-to-sponsor .col-half img {
    margin-left: auto;

}

.how-to-sponsor .col-half img {
    margin-left: auto;
}

/* area-animation-card css */
.area-animation-card {
    width: 100%;

}

.area-animation-card .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.area-animation-card .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.area-animation-card .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.area-animation-card .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.area-animation-card .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.area-animation-card .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.area-animation-card .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.area-animation-card .circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.area-animation-card .circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.area-animation-card .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.area-animation-card .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.area-animation-card .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


/* faq-sec css */

.accordion-common .at-tab {
    display: none;
    padding: 15px;

}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ddd;
}

.accordion-common .at-title:hover {
    background-color: #e0e0e0;
}

.accordion-common .at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.accordion-common .at-title.active:after {
    content: "-";
}

.accordion-common .at-item {
    border-radius: 5px;
}

.accordion-common .at-item:nth-last-of-type(1) .at-title {
    border-bottom: none;
}

.accordion-common .at-title .tittle-name {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0;
}

.accordion-common .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.accordion-common .at-tab h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-common .at-tab p {
    font-size: 15px;
    margin-bottom: 20px;
}

@media (max-width: 580px) {
    .counter-row .col {
        width: 50%;
    }

    .sponsor-banner .row,
    .how-to-sponsor .row {
        row-gap: 20px;
    }

    .sponsor-banner .row .col-half,
    .how-to-sponsor .row .col-half {
        width: 100%;
    }
    .how-to-sponsor{
        margin: 0;
    }
    .accordion-common .at-title .tittle-name{
        width: 95%;
        font-size: 16px;
    }
}