/* Cairo font family */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

/* Montserrat font family */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* 
font-family: 'Cairo', sans-serif; 
font-family: 'Montserrat', sans-serif;
*/

@font-face {
    font-family: AgefinRegadtrial-Regular;
    src: url(../font-families/AgefinRegadtrial-Regular.otf);
}

@font-face {
    font-family: Helvetica-Regular;
    src: url(../font-families/Helvetica.ttf);
}

:root {
    --black: #000;
    --green: #16552b;
    --light-green: #b2f000;
    --white: #fff;
    --yellow: #ffd304;
}

/* general css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000;
    font-weight: 400;
    font-family: AgefinRegadtrial-Regular;
}

a:hover {
    text-decoration: none;
}

body {
    background: var(--green);
}

/* typography */
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: AgefinRegadtrial-Regular;
    font-weight: 400;
}

p {
    font-size: 16px;
}

a,
a:hover {
    text-decoration: none;
}

img {
    width: 100%;
}


/* sider scrollbar */

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: var(--green);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--green);
}

.container-resp,
.container {
    max-width: 90%;
}

/* general padding */

.p-100 {
    padding: 100px 0px;
}

.p-80 {
    padding: 80px 0px;
}

.p-70 {
    padding: 70px 0px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-70 {
    margin-top: 70px;
}

.c-black {
    color: #000;
}

.c-white {
    color: #fff;
}

/* font sizes */
.f-100 {
    font-size: 100px;
    line-height: 108px;
}

.f-75 {
    font-size: 75px;
    line-height: 85px;
}

.f-50 {
    font-size: 50px;
    line-height: 58px;
}

html {
    scroll-behavior: smooth;
}

/* header */

.header-main .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    position: relative;
}

.header-main {
    background: var(--yellow);
    z-index: 2;
    width: 100%;
    position: sticky;
    top: 0px;
}

.navbar-brand img {
    max-width: 145px;
}

.header-main .navbar-collapse {
    justify-content: flex-end;
}

.nav-link img {
    width: 10px;
}

.nav-link.active {
    color: #fff !important;
}

.navbar-nav li:last-child a.active {
    background: transparent !important;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav li a {
    font-size: 27px;
    color: #000;
    margin: 0px 3px;
    opacity: 1;
    padding: 0px;
    text-transform: uppercase;
}

.navbar-nav li:last-child a {
    border-radius: 13px;
    border: 2px solid #000;
    padding: 0px 10px;
    background: #fff;
    box-shadow: 0px 3px #000;
    transition: all 0.2s linear;
    line-height: initial;
}

.navbar-nav li:last-child a:hover {
    background: transparent;
    color: #000;
}

.navbar-nav .nav-link:hover {
    color: var(--white);
}

/* header end */

/* 1st banner section */
.banner-logo {
    /* max-width: 400px; */
    max-width: 350px;
    margin: 0 auto;
}

.crowd-img img {
    margin-top: -80px;
}

.banner-date {
    font-size: 30px;
    font-family: 'Cairo', sans-serif;
    width: fit-content;
    background: var(--yellow);
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 3px 3px 0 2px #000;
    margin: 50px auto 35px auto;
    transform: rotate(352deg);

}

.banner-date sup {
    font-family: 'Cairo', sans-serif;
}

.banner-date span {
    font-size: 30px;
    font-family: AgefinRegadtrial-Regular;
}

/* 2nd section creative section  */
.creative-pill {
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    box-shadow: 0px -1px 0 3px #000;
    margin-bottom: 30px;
}

.pills-wrap .creative-pill:last-child {
    margin-bottom: 0px;
}

.v-center {
    display: flex;
    align-items: center;
}

.creative-left {
    align-items: center;
}

.creative-left h2 {
    font-size: 65px;
}

.creative-left p {
    font-size: 24px;
    margin-left: 25px;
    font-family: 'Montserrat', sans-serif;
}

.creative-right {
    height: 90px;
    width: auto;
}

.pills-wrap {
    max-width: 960px;
    margin: 0 auto;
}

.creative-sec,
.story-sec {
    position: relative;
}

.creative-img-left,
.creative-img-right {
    position: absolute;
    max-width: 190px;
    z-index: -1;
    bottom: 0px;
}

.creative-img-left,
.story-img-left {
    left: 0px;
}

.creative-img-right,
.story-img-right {
    right: 0px;
}

/* 3rd section creative section  */
.top-h-1 {
    color: var(--yellow);
    font-size: 120px;
    line-height: initial;
    text-transform: uppercase;
}

.story_content {
    max-width: 820px;
    margin: 0 auto;
}

.story_content p {
    font-size: 20px;
    font-family: Helvetica-Regular;
    color: #fff;
    margin: 50px 0px 50px 0px;
}

.story_content h2 {
    font-size: 80px;
    color: #fff;
}

.story-img-left,
.story-img-right {
    position: absolute;
    max-width: 220px;
    z-index: -1;
    bottom: 50px;
}

/* 4rt section lineup section  */

.line-up-sec {
    background: #99d20e;
}

.line-up-sec .top-h-1 {
    color: #000;
}

.line-img-1,
.line-img-2 {
    position: absolute;
    bottom: -69px;
    max-width: 320px;
}

.line-up-container {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}

.line-img-1 {
    left: 0px;
}

.line-img-2 {
    right: 0px;
}

/* fifth sec */
.creative-sec.fifth-sec {
    background: #fff;
}

.fifth-text h4 {
    font-size: 40px;
    margin-bottom: 12px;
}

.fifth-text h4:last-child {
    margin-bottom: 0px;
}

.fifth-sec .creative-img-left,
.fifth-sec .creative-img-right {
    z-index: 0;
}

.fifth-sec .creative-img-right {
    bottom: auto;
    top: 80px;
}

.fifth-sec .creative-img-left {
    bottom: -40px;
    z-index: 1;
    max-width: 150px;
}

/* 8th section contact us */
.contact-links p {
    display: inline-block;
    margin-left: 25px;
    font-size: 30px;
}

.contact-links {
    align-self: center;
}

.contact-content h2 {
    font-size: 55px;
    text-transform: uppercase;
}

.contact-content {
    justify-content: center;
}

.contact {
    padding: 10px;
    background: var(--light-green);
}

/* 9th section contact us */
.ticket-sec {
    background: #fff;
    padding: 70px 0px 10px 0px;
}

.ticket-sec .story-img-left,
.ticket-sec .story-img-right {
    position: absolute;
    z-index: 0;
    bottom: -20px;
}

.ticket-sec .story-img-left {
    max-width: 270px;
}

.ticket-sec .story-img-right {
    max-width: 250px;
}

.ticket-sec .top-h-1 {
    color: #000;
}

.big_btn {
    font-size: 70px;
    width: 765px;
    margin: 0 auto;
    background: var(--yellow);
    border-radius: 15px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 12px 0 0px #000;
    padding: 0px 30px;
    margin-bottom: 50px;
    border: 3px solid #000;
}

.ticket_content .big_btn:last-child {
    margin-bottom: 0px;
}

.big_btn .amounts {
    font-size: 30px;
}

.big_btn .amounts span {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.ticket_content {
    margin: 40px 0px;
}

/* 6th section program section  */

.programe-sec {
    background: #fff;
    padding: 100px 0px 80px 0px;
    position: relative;
    margin-top: -2px;
}

.programe-sec .top-h-1 {
    color: var(--green);
}

.program-wraper .owl-item.center::before {
    border: 10px solid #fff;
    border-radius: 40px;
    position: absolute;
    left: -5px;
    top: 0px;
    z-index: 0;
    content: '';
    width: 104%;
    height: 101%;
}

.program-wraper .owl-stage-outer {
    padding-top: 110px;
}

.program-wraper .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 40px;
}

.program-wraper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-left: 73px;
}

.program-wraper::after {
    content: '';
    width: 80px;
    height: 101%;
    right: 0px;
    top: 0px;
    background: #fff;
    position: absolute;
    z-index: 1;
}

.program-wraper .owl-item.center {
    /* transform: scaleX(1.1); */
    z-index: 1;
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
    transition: all 0.5s linear;
}

.program-wraper .owl-item p {
    font-size: 34px;
    text-align: center;
    position: absolute;
    top: -90px;
    line-height: initial;
    left: 50%;
    transform: translateX(-50%);
    min-width: 275px;
}

.program-wraper .owl-item {
    cursor: pointer;
}

.programe-img-left,
.programe-img-right {
    position: absolute;
}

.programe-img-left {
    max-width: 360px;
    left: -140px;
    top: 45%;
    transform: translateY(-50%);
}

.programe-img-right {
    max-width: 290px;
    right: -130px;
    bottom: 50px;
}

/* 7th section galley section */
.gallery_slider .carousel-item,
.gallery_slider .carousel-item img {
    border-radius: 20px;
}

.gallery_slider .carousel-item img {
    max-width: 880px;
    max-height: 437px;
    object-fit: cover;
}

.gallery_slider .carousel-inner {
    box-shadow: 0px 6px 0 0px var(--yellow);
    border-radius: 20px;
    border: 2px solid #000;
}

.gallery_slider {
    box-shadow: 0px 7px 0 2px #000000;
    border-radius: 20px;
    margin-top: 50px;
}

.icon-a {
    height: fit-content;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0 !important;
}

.gallery_slider:hover .icon-a {
    opacity: 1 !important;
}

.icon-a img {
    border-radius: 60px;
}

.gallery_slider .carousel-control-next {
    margin-right: 20px;
}

.gallery_slider .carousel-control-prev {
    margin-left: 20px;
}

.gallery_sec .story-img-left {
    bottom: 250px;
}

.gallery_sec .story-img-right {
    bottom: 20px;
}

/* 10th section Logo section */

.partner-slider {
    background: var(--light-green);
}

.logo-slider {
    padding: 20px 0px;
    width: 95%;
    margin: 0 auto;
}

.logo-img {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

.logo-img img {
    height: 100%;
    object-fit: contain;
}

.partner-wrap {
    background: #fff;
    padding-top: 89px;
    margin-top: -1px;
}

/* ========= Footer ========= */

footer {
    background: var(--green);
    padding: 100px 0px 50px 0px;
    position: relative;
}

.footer-img-left,
.footer-img-right {
    position: absolute;
    max-width: 220px;
    bottom: 50px;
}

.footer-img-left {
    left: 5%;
}

.footer-img-right {
    right: 5%;
}

.social_icons {
    display: flex;
    margin: 50px 0px;
    align-items: center;
    justify-content: center;
}

.social_icons img {
    width: 85px;
    margin: 0px 10px;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-links a {
    color: #fff;
    display: inline-block;
    margin: 0px 20px;
    font-size: 35px;
    transition: all 0.2s linear;
}

.footer-links a:hover {
    color: var(--yellow);
}

.program-wraper .owl-dots {
    display: none;
}

/* extra animations */

.speed-1_5 {
    animation-duration: 1.5s;
}
.delay_0_5 {
    animation-delay: 1.9s;
}
.banner-date {
    -webkit-animation: banner-date_tilt 12s infinite linear;
}

@-webkit-keyframes banner-date_tilt {
    0% {
        -webkit-transform: rotate(-10deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-10deg);
    }
}


/* gettar-animation */
.gettar-animation {   
    -webkit-animation: gattar-anim 12s infinite linear;
}

@-webkit-keyframes gattar-anim {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.guy-animation{
    -webkit-animation: float 20s ease-in-out infinite;
    animation: guy-anim 20s ease-in-out infinite;
}

@keyframes guy-anim {
    0% {
        transform: translatey(-100px);
    }

    50% {
        transform: translatey(-5px);
    }

    100% {
        transform: translatey(-100px);
    }
}

/* ========== story section aniomation ============ */

.tree-left{
    -webkit-animation: float 20s ease-in-out infinite;
    animation: tree-left-anim 20s ease-in-out infinite;
}

@keyframes tree-left-anim {
    0% {
        transform: translatey(-75px);
    }

    50% {
        transform: translatey(0px);
    }

    100% {
        transform: translatey(-75px);
    }
}
.tree-right{
    -webkit-animation: float 20s ease-in-out infinite;
    animation: tree-right-anim 20s ease-in-out infinite;
}

@keyframes tree-right-anim {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-90px);
    }

    100% {
        transform: translatey(0px);
    }
}

/* progreame-sec-animation */
.programe-sec{
    overflow-x: hidden;
    overflow-y: hidden;
}

/* programe section animation */

.sun-animation-1{
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-name: clockwiseSpin-1;
    animation-timing-function: linear;
}

@keyframes clockwiseSpin-1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.sun-animation-2{
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-name: clockwiseSpin-2;
    animation-timing-function: linear;
}

@keyframes clockwiseSpin-2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* footer animation */

.footer-anim-1{
    -webkit-animation: footer-animation-1 10s infinite linear;
}

@-webkit-keyframes footer-animation-1 {
    0% {
        -webkit-transform: rotate(-4deg);
    }

    50% {
        -webkit-transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(-4deg);
    }
}
.footer-anim-2{
    -webkit-animation: footer-animation-2 10s infinite linear;
}

@-webkit-keyframes footer-animation-2 {
    0% {
        -webkit-transform: rotate(8deg);
    }

    50% {
        -webkit-transform: rotate(-4deg);
    }

    100% {
        -webkit-transform: rotate(8deg);
    }
}










/* ============= responsive ============= */

/* min media query for matching the design */
@media only screen and (min-width: 1600px) {

    .container-resp,
    .container {
        max-width: 1225px;
    }

    /* 2nd section creative section  */
    .creative-left h2 {
        font-size: 75px;
    }

    .creative-left p {
        font-size: 30px;
        margin-left: 25px;
        font-family: 'Montserrat', sans-serif;
    }

    .pills-wrap {
        max-width: 1020px;
        margin: 0 auto;
    }

    .creative-img-left,
    .creative-img-right {
        max-width: 225px;
    }

    /* 3rd section creative section  */
    .top-h-1 {
        font-size: 144px;
    }

    .story_content {
        max-width: 880px;
        margin: 0 auto;
    }

    .story_content p {
        font-size: 24px;
        font-family: Helvetica-Regular;
        color: #fff;
        margin: 50px 0px 50px 0px;
    }

    .story_content h2 {
        font-size: 95px;
        color: #fff;
    }

    /* line up */
    .line-img-1,
    .line-img-2 {
        max-width: 380px;
    }

    .line-up-container {
        max-width: 1400px;
    }

    /* fifth sec */
    .fifth-text h4 {
        font-size: 50px;
    }

    .fifth-sec .creative-img-left {
        max-width: 190px;
    }

    .ticket-sec .story-img-left {
        max-width: 290px;
    }

    .story-img-left,
    .story-img-right {
        max-width: 290px;
    }

    /* programe section */
    .programe-img-left {
        max-width: 410px;
    }

    .programe-img-right {
        max-width: 380px;
    }

    /* footer */
    .footer-img-left {
        left: 10%;
    }

    .footer-img-right {
        right: 10%;
    }
}

@media only screen and (min-width: 1920px) {

    .story-img-left,
    .story-img-right {
        max-width: 370px;
    }

    .fifth-sec .creative-img-left {
        bottom: -70px;
        max-width: 230px;
    }

    .fifth-sec .creative-img-right {
        max-width: 300px;
    }

    .programe-img-left {
        max-width: 470px;
        top: 33%;
    }

    .programe-img-right {
        max-width: 410px;
    }

    .ticket-sec .story-img-right {
        max-width: 290px;
    }

    .ticket-sec .story-img-left {
        max-width: 350px;
    }

    .footer-img-left,
    .footer-img-right {
        max-width: 270px;
    }
}

/* max media query */

@media only screen and (max-width: 1365px) {
    .p-100 {
        padding: 70px 0px;
    }

    .mt-100 {
        margin-top: 70px;
    }

    /* 1st banner section */
    .banner-logo {
        max-width: 250px;
        margin: 0 auto;
    }

    /* 2nd section creative section */
    .creative-left h2 {
        font-size: 50px;
    }

    .creative-left p {
        font-size: 20px;
    }

    .pills-wrap {
        max-width: 750px;
    }

    .creative-img-left,
    .creative-img-right {
        max-width: 150px;
    }

    /* 3rd section story section */
    .top-h-1 {
        font-size: 95px;
    }

    .story_content {
        max-width: 690px;
    }

    .story_content p {
        font-size: 18px;
        margin: 30px 0px 30px 0px;
    }

    .line-up-sec {
        padding: 30px 0px;
    }

    .line-img-1,
    .line-img-2 {
        max-width: 310px;
    }

    /* 4rth section programe section */
    .programe-img-left {
        max-width: 280px;
        left: -116px;
    }

    .programe-img-right {
        max-width: 170px;
        right: -84px;
    }

    /* 7th section galley section */
    .gallery_sec .story-img-left,
    .gallery_sec .story-img-right {
        max-width: 140px;
    }

    .gallery_sec .story_content {
        max-width: 800px;
    }

    /* 8th section lineup section */
    .contact-links p {
        font-size: 22px;
    }

    .contact-content {
        justify-content: space-between;
    }

    .big_btn {
        font-size: 52px;
        max-width: 645px;
    }

    .ticket-sec .story-img-left {
        max-width: 200px;
    }

    .ticket-sec .story-img-right {
        max-width: 200px;
    }

    .big_btn .amounts {
        margin-left: 20px;
    }

    /* footer */
    .footer-img-left,
    .footer-img-right {
        max-width: 160px;
    }

    .social_icons img {
        width: 65px;
    }

    .footer-links a {
        margin: 0px 20px;
        font-size: 24px;
    }

    footer {
        padding: 70px 0px 50px 0px;
    }

    .social_icons {
        margin: 40px 0px;
    }
}

@media only screen and (max-width: 1199px) {

    /* header */
    .navbar-nav li a {
        font-size: 22px;
    }

    .crowd-img img {
        margin-top: -50px;
    }

    /* section 1 */
    .banner-date {
        font-size: 25px;
        margin: 35px auto 25px auto;
        transform: rotate(354deg);
    }

    /* section 2 */
    .creative-left h2 {
        font-size: 40px;
    }

    .pills-wrap {
        max-width: 680px;
    }

    .creative-img-left,
    .creative-img-right {
        max-width: 120px;
    }

    .top-h-1 {
        font-size: 85px;
    }

    /* section our story */
    .story-img-left,
    .story-img-right {
        max-width: 140px;
    }

    .story_content h2 {
        font-size: 65px;
    }

    .line-img-1,
    .line-img-2 {
        max-width: 250px;
    }

    /* 5th  section */
    .fifth-text h4 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .fifth-sec .creative-img-right {
        max-width: 155px;
    }

    /* programe section */
    .programe-img-left {
        max-width: 250px;
        top: 48%;
    }

    .program-wraper {
        max-width: 890px;
        padding-left: 73px;
    }

    .program-wraper .owl-item p {
        font-size: 28px;
        top: -70px;
    }

    .programe-img-right {
        bottom: auto;
        top: 30px;
        max-width: 170px;
        right: -74px;
    }

    /* contact us */

    .contact-content h2 {
        font-size: 50px;
    }

    /* ticket section */
    .big_btn {
        font-size: 42px;
        max-width: 555px;
    }

    .ticket-sec .story-img-right {
        max-width: 150px;
    }

    /* logo slider */
    .logo-slider {
        width: 100%;
    }

    /* footer */
    .social_icons img {
        width: 50px;
    }

    .footer-links a {
        margin: 0px 15px;
        font-size: 22px;
    }

    .social_icons {
        margin: 30px 0px;
    }
}

@media only screen and (max-width: 991px) {

    .header-main .navbar-collapse {
        max-width: 100%;
        margin: 0 auto;
        background: transparent;
    }

    .navbar-nav li.nav-item:first-child {
        margin-top: 10px;
    }

    .header-main .navbar {
        padding: 0px 0px;
    }

    .navbar-nav li {
        border-bottom: 1px solid #000;
        width: 100%;
        padding: 9px 0px;
    }

    .navbar-nav li:last-child a {
        width: fit-content;
        margin-top: 6px;
    }

    .navbar-nav li a {
        font-size: 24px;
        justify-content: space-between;
        display: flex;
    }

    .nav-link img {
        width: 13px;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .navbar-nav li.nav-item:last-child {
        border-bottom: none;
        margin-bottom: 20px;
    }

    .navbar-toggler {
        padding: 0px;
        border: none;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active:focus {
        box-shadow: none;
        outline: none;
        border: none;
    }

    .navbar-toggler svg {
        stroke: var(--green);
        width: 40px;
        height: 40px;
    }

    /* home section 1 */

    .crowd-img img {
        margin-top: 0px;
    }

    .creative-left h2 {
        font-size: 32px;
    }

    .creative-pill {
        padding: 10px 20px;
    }

    .pills-wrap {
        max-width: 600px;
    }

    /* second section */
    .creative-right {
        height: 60px;
        width: auto;
    }

    .creative-right img {
        height: 100%;
    }

    .creative-left p {
        font-size: 18px;
        margin-left: 15px;
    }


    /* programe section */
    .program-wraper {
        max-width: 100%;
        padding-left: 0px;
    }

    .program-wraper::after {
        display: none;
    }

    .program-wraper .owl-item.center {
        margin-left: 0px;
        transform: scale(1.1);
        margin-right: 0px;
    }

    .programe-img-left {
        display: none;
    }

    .p-100 {
        padding: 60px 0px;
    }

    .mt-100 {
        margin-top: 60px;
    }

    /* story content */
    .story_content {
        max-width: 560px;
    }

    /* line section */
    .line-img-1,
    .line-img-2 {
        max-width: 210px;
        bottom: -49px;
    }

    .top-h-1 {
        font-size: 70px;
    }

    .line-up-container {
        max-width: 93%;
        margin: 0 auto;
    }

    /* fifth section */
    .fifth-sec .creative-img-left {
        max-width: 110px;
    }

    .fifth-sec .creative-img-right {
        max-width: 115px;
    }

    /* programe */
    .programe-sec {
        padding: 70px 0px 80px 0px;
    }

    /* gallery section */
    .icon-a {
        width: 40px;
    }

    .contact-content h2 {
        font-size: 36px;
    }

    .contact-links p {
        font-size: 17px;
    }

    .contact {
        padding: 10px 0px;
    }

    .ticket-sec .container {
        position: relative;
        z-index: 1;
    }

    .ticket-sec .story-img-left {
        z-index: 0;
    }

    /* footer */
    .footer-img-left,
    .footer-img-right {
        max-width: 100px;
    }

    .footer-links a {
        margin: 0px 13px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-logo {
        max-width: 200px;
    }

    .banner-date {
        font-size: 19px;
        margin: 25px auto 15px auto;
        padding: 0px 10px;
        align-items: center;
        display: flex;
    }

    .creative-img-left,
    .creative-img-right,
    .story-img-left,
    .story-img-right {
        display: none;
    }

    .creative-left h2 {
        font-size: 28px;
    }

    .creative-left p {
        font-size: 16px;
        margin-left: 15px;
    }

    .top-h-1 {
        font-size: 55px;
    }

    .story_content h2 {
        font-size: 50px;
    }

    .line-img-1,
    .line-img-2 {
        max-width: 140px;
        bottom: -17px;
    }

    .fifth-text h4 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .programe-img-right {
        /* top: 3px;
        max-width: 110px;
        right: 20px; */
        display: none;
    }

    .program-wraper .owl-item.center {
        transform: none;
    }

    .program-wraper .owl-item.center::before {
        left: -5px;
        top: -12px;
        width: 104%;
        height: 106%;
    }

    .programe-sec {
        padding: 50px 0px 80px 0px;
    }

    .p-100 {
        padding: 50px 0px;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .gallery_slider .carousel-control-next {
        margin-right: 10px;
    }

    .gallery_slider .carousel-control-prev {
        margin-left: 10px;
    }

    .contact-content {
        flex-direction: column;
        text-align: center;
    }

    .contact-links p {
        margin: 3px 25px;
        font-size: 30px;
    }

    .ticket-sec {
        background: #fff;
        padding: 50px 0px 10px 0px;
    }

    .big_btn {
        font-size: 36px;
        max-width: 100%;
    }

    .ticket_content {
        margin-bottom: 0px;
    }

    .footer-img-left,
    .footer-img-right {
        display: none;
    }

    footer {
        padding: 50px 0px 50px 0px;
    }

    .navbar-brand img {
        max-width: 115px;
    }

    .banner-date span {
        font-size: 24px;
        margin-left: 10px;
    }
}


@media only screen and (max-width: 575px) {

    .container-resp,
    .container {
        max-width: 95%;
    }

    .f-50 {
        font-size: 40px;
        line-height: 58px;
    }

    .creative-left {
        flex-direction: column;
    }

    .creative-left p {
        font-size: 16px;
        width: 100%;
        margin: 5px 0px 0px 0px;
    }

    .creative-left h2 {
        width: 100%;
    }

    .story_content h2 {
        font-size: 42px;
    }

    .line-img-1,
    .line-img-2 {
        display: none;
    }

    .fifth-text h4 {
        font-size: 24px;
    }

    .contact-links p {
        margin: 3px 0px;
        font-size: 20px;
    }

    .big_btn {
        font-size: 28px;
        flex-direction: column;
    }

    .big_btn .amounts {
        margin-left: 0px;
    }

    .footer-links a {
        font-size: 16px;
    }

    .logo-img {
        padding: 0px 60px;
    }

    .partner-wrap {
        padding-top: 69px;
    }
}

@media only screen and (max-width: 424px) {

    .top-h-1 {
        font-size: 45px;
    }

    .pills-wrap.text-center {
        text-align: left !important;
    }

    .fifth-text h4 {
        font-size: 20px;
    }

    .footer-links {
        flex-wrap: wrap;
    }

    .footer-links a {
        font-size: 17px;
        width: 41%;
        margin: 6px 0px;
    }

    .social_icons img {
        width: 32px;
    }

    .creative-right {
        margin-left: 10px;
    }

    .story_content p {
        font-size: 16px;
    }

    .navbar-nav li a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 374px) {
    .creative-left p {
        font-size: 15px;
    }

    .creative-left h2 {
        font-size: 22px;
    }

    .story_content h2 {
        font-size: 36px;
    }

    .big_btn {
        font-size: 25px;
    }

    .big_btn .amounts {
        font-size: 26px;
    }

}