/* arabic */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIkTpu0xg.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIkTpu0xg.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIkTpu0xg.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #D024B2;
}

p {
    color: #FFFFFF;
}

b,
strong {
    color: #FFFFFF;
    font-weight: 600;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

html,
body {
    font-family: Cairo, Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #15001a;
    direction: rtl;
    color: #FFFFFF;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

::marker {
    color: #FFFFFF;
    font-size: 19px;
}

p {
    color: #FFFFFF;
}

h1,
h2,
h3 {
    font-family: Cairo, Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
}

b {
    color: #FFFFFF;
    font-weight: 700;
}

.loading-container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 0, 47, 0.9);
    /* Semi-transparent white background */
    justify-content: center;
    align-items: center;
    z-index: 999;
    /* Make sure it's on top of other elements */
}

.loading-container img {
    width: 220px;
    /* Adjust the size of the loading gif */
    height: auto;
    animation: curvyCircularMotion 4s linear infinite;

}

@keyframes curvyCircularMotion {
    0% {
        transform: translateX(0) rotate(0deg);
    }

    50% {
        transform: translateX(10px) rotate(180deg);
    }

    100% {
        transform: translateX(0) rotate(360deg);
    }
}

.header {
    padding: 20px 80px;
    height: 110px;
    position: absolute;
    z-index: 100;
    width: 100%;
    display: flex;
    transition: all .25s ease;
    justify-content: space-between;
    align-items: center;
}

.header .header-row {
    display: flex;
    transition: all .25s ease;
    justify-content: space-between;
    align-items: center;
}

.header .header-row .right .logo {
    display: block;
    height: 62px;
    transition: all 0.2s ease 0s;
}


.header .header-row .left {
    display: flex;
    align-items: center;
}


.header .header-row .left .details-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.header .header-row .left .details-item .icon {
    display: flex;
    align-items: center;
}

.header .header-row .left .details-item .icon img {
    height: 22px;
    width: auto;
}

.header .header-row .left .details-item .info {
    margin-right: 10px;
}

.header .header-row .left .details-item .info a p {
    color: #FFFFFF;
}

.header .header-row .left .details-item .info p {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}

.header .header-row .left .booking-btn {
    margin-right: 40px;
}

.header .header-row .left .booking-btn a {
    display: block;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 16px;
    padding: 9px 34px;
    transition: all 0.2s ease 0s;
    background: #D024B2;
    border-radius: 50px;
    text-transform: uppercase;
}

.header .header-row .left .booking-btn a:hover {
    color: #D024B2;
    background: #FFFFFF;
}

.header.sticky {
    background: #1100147d;
    position: fixed;
    height: 90px;
    backdrop-filter: blur(2px);
}

.intro {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.intro #video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%) scale(1);
    z-index: 10;
}

.intro::before {
    content: "";
    background: #15001a;
    background: linear-gradient(to top, #15001a, rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.intro .ramadan-raid {
    margin: auto;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 40;
}

.intro .ramadan-raid img {
    height: 200px;
}

.intro .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 60px;
    z-index: 40;
    /*change with size of arrow to make sit on bottom */
    /*   background-image: url(); */
    /*   background-size: contain; */
}

.intro .arrow svg {
    fill: #FFFFFF;
    height: 32px;
}

.intro .event-details {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin-left: -50px;
    z-index: 40;
}

.intro .event-details b {
    font-size: 18px;
    color: #FFFFFF;
}

.intro .bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


.section-1 {
    position: relative;
    padding: 120px 0;
    width: 100%;
}


.section-1 .content-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-1 .content-block .title {
    max-width: 960px;
}

.section-1 .content-block .title h2 {
    font-size: 38px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 250ms ease;
}

.section-1 .content-block .description {
    max-width: 960px;
}

.section-1 .content-block .description p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.section-1 .content-block .line {
    display: block;
    height: 4px;
    width: 90px;
    margin: 14px auto;
    margin-bottom: 24px;
    background: #02F6EB;
}

.section-1 .content-block .loction {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.section-1 .content-block .loction .icon {
    display: flex;
    align-items: center;
}

.section-1 .content-block .loction .icon img {
    height: 24px;
    width: auto;
}

.section-1 .content-block .loction .info {
    margin-right: 14px;
}

.section-1 .content-block .loction .info a p {
    color: #02f6eb;
}

.section-1 .content-block .loction .info p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    display: inline;
}

.section-1 .content-block .booking-btn {
    display: flex;
    margin-top: 40px;
}

.section-1 .content-block .booking-btn .btn {}

.section-1 .content-block .booking-btn .btn a {
    display: block;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 17px;
    padding: 12px 34px;
    transition: all 0.2s ease 0s;
    background: #D024B2;
    border-radius: 50px;
    text-transform: uppercase;
}

.section-1 .content-block .booking-btn .btn a:hover {
    color: #D024B2;
    background: #FFFFFF;
}

.section-1 .content-block .booking-btn .outline-btn {
    margin-right: 20px;
}

.section-1 .content-block .booking-btn .outline-btn a {
    display: block;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 17px;
    padding: 12px 34px;
    transition: all 0.2s ease 0s;
    border: 2px solid #D024B2;
    border-radius: 50px;
    text-transform: uppercase;
}

.section-1 .content-block .booking-btn .outline-btn a:hover {
    color: #FFFFFF;
    background: #D024B2;
}


.section-2 {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.section-2 .sponsors .title h2 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-2 .sponsors .sponsors-logos {
    padding-right: 70px;
}

.section-2 .sponsors .sponsors-logos .logo {
    padding: 10px;
    text-align: center;
}

.section-2 .sponsors .sponsors-logos .logo img {
    height: 116px;
    max-width: 100%;
}

.section-3 {
    position: relative;
    overflow: hidden;
    background: rgb(21 0 26);
    background: linear-gradient(90deg, rgb(21 0 26) 10%, rgba(82, 0, 102, 1) 50%, rgb(21 0 26) 90%);
}

.section-3 .section-pading {
    padding: 140px 0;
}

.section-3 .gaming-bg {
    background: url(images/gaming-pattern.svg);
    overflow: hidden;
    background-size: 50%;
    background-repeat: repeat;
    background-position: bottom;
    background-attachment: fixed;
}

.section-3 .content-block {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.section-3 .content-block .title {}

.section-3 .content-block .title h2 {
    font-size: 38px;
    line-height: 52px;
    text-align: center;
    max-width: 400px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 250ms ease;
}

.section-3 .activities {}

.section-3 .activities .card {
    padding: 20px 30px;
}

.section-3 .activities .card .empty-tanoura {
    position: relative;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
}


.section-3 .activities .card .empty-tanoura .tanoura {
    animation: circularMotion 4s linear infinite;
}

.section-3 .activities .card-hover:hover .card .empty-tanoura .tanoura {
    animation-play-state: paused;
}

.section-3 .activities .card-hover:hover .card .empty-tanoura .icon svg path {
    fill: #02F6EB;
}

@keyframes circularMotion {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.section-3 .activities .card .empty-tanoura .tanoura {}

.section-3 .activities .card .empty-tanoura .icon {
    position: absolute;
}

.section-3 .activities .card .empty-tanoura .icon img {
    height: 64px;
}

.section-3 .activities .card .empty-tanoura .icon svg {
    height: 64px;
}

.section-3 .activities .card .empty-tanoura .icon svg path {
    fill: #FFFFFF;
    transition: all 0.2s ease 0s
}

.section-3 .activities .card .title {}

.section-3 .activities .card .title h3 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}





.section-tickets {
    position: relative;
    overflow: hidden;
    background: #15001a;
}

.section-tickets .section-pading {
    padding: 140px 0;
}

.section-tickets .tickets-bg {
    background: url(images/ilamic-bg.png);
    overflow: hidden;
    background-size: 50%;
    background-repeat: repeat;
    background-attachment: fixed;
}

.section-tickets .content-block {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
}

.section-tickets .content-block .title {
    max-width: 960px;
}

.section-tickets .content-block .title h2 {
    font-size: 38px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 250ms ease;
}

.section-tickets .content-block .line {
    display: block;
    height: 4px;
    width: 90px;
    margin: 14px 0;
    margin-bottom: 24px;
    background: #02F6EB;
}

.section-tickets .content-block .description {
    max-width: 960px;
}

.section-tickets .content-block .description p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.section-tickets .tickets {}


.section-tickets .tickets .ticket {
    position: relative;
    display: table;
    width: 100%;
    padding-bottom: 54px;
    background: #2c1b31;
}

.section-tickets .tickets .ticket .ticket-header {
    display: flex;
    position: relative;
    padding: 16px 26px;
    align-items: center;
    justify-content: space-between;
}


.section-tickets .tickets .ticket .ticket-header .right {
    text-align: right;
}

.section-tickets .tickets .ticket .ticket-header .right .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #09E1DF;
}

.section-tickets .tickets .ticket .ticket-header .right .date {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    direction: ltr;
}

.section-tickets .tickets .ticket .ticket-header .left .ticket-price {
    position: relative;
    text-align: center;
}

.section-tickets .tickets .ticket .ticket-header .left .ticket-price b {
    display: block;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
}

.section-tickets .tickets .ticket .ticket-header::before {
    content: "";
    position: absolute;
    top: 81%;
    left: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #15001a;
}

.section-tickets .tickets .ticket .ticket-header::after {
    content: "";
    position: absolute;
    top: 81%;
    right: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 17px solid #15001a;
}

.section-tickets .tickets .ticket .ticket-member {
    padding: 36px 12px;
    border-top: 2px dashed rgb(21 0 26);
}

.section-tickets .tickets .ticket .ticket-member .icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-tickets .tickets .ticket .ticket-member .icons .icon svg {
    height: 24px;
    margin: 0 4px;
    fill: #02F6EB;
}

.section-tickets .tickets .ticket .ticket-member .title {
    text-align: center;
}

.section-tickets .tickets .ticket .ticket-member .title b {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
}

.section-tickets .tickets .ticket .ticket-content {
    padding-bottom: 28px;
    padding-top: 26px;
    border-top: 2px dashed rgb(21 0 26);
}

.section-tickets .tickets .ticket .ticket-content ul {
    margin-right: 40px;
}

.section-tickets .tickets .ticket .ticket-content ul li {
    font-size: 16px;
    line-height: 28px;
}

/* .section-tickets .tickets .ticket .ticket-price::before {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #15001a;
}

.section-tickets .tickets .ticket .ticket-price::after {
    content: "";
    position: absolute;
    top: -29%;
    right: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 17px solid #15001a;
} */


.section-tickets .tickets .ticket .button {
    display: block;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    font-size: 17px;
    font-weight: 700;
    padding: 0;
    line-height: 54px;
    text-align: center;
    border-radius: 0;
    background-color: #D024B2;
    transition: all 0.2s ease 0s;
}

.section-tickets .tickets .ticket .button::before {
    content: "";
    position: absolute;
    top: -10px;
    left: calc(50% - 16px);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 10px solid #D024B2;
    transition: all 0.2s ease 0s;
}




.section-tickets .tickets .ticket .button:hover {
    color: #D024B2;
    background-color: #FFFFFF;
}

.section-tickets .tickets .ticket .button:hover::before {
    border-bottom: 10px solid #FFFFFF;
}

.section-4 {
    padding: 140px 0;
    position: relative;
    display: flex;
    min-height: 680px;
    align-items: center;
    overflow: hidden;
}


.section-4 .activities-bg {}

.section-4 .activities-bg img {
    max-width: 100%;
    width: 90%;
}

.section-4 .block {}

.section-4 .block .content {
    max-width: 670px;
    margin: auto;
}


.section-4 .block .content .title {}

.section-4 .block .content .title h2 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.section-4 .block .content .description {}

.section-4 .block .content .line {
    display: block;
    height: 4px;
    width: 90px;
    margin: 14px 0;
    margin-bottom: 24px;
    background: #02F6EB;
}

.section-4 .block .content .description p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.section-5 {
    background: rgb(82, 0, 102);
    background: linear-gradient(90deg, rgba(82, 0, 102, 0.196516106442577) 22%, rgb(21 0 26) 100%);
    padding: 140px 0;
    position: relative;
    display: flex;
    min-height: 680px;
    align-items: center;
    overflow: hidden;
}


.section-5 .activities-bg {
    text-align: left;
}

.section-5 .activities-bg img {
    max-width: 100%;
    width: 90%;
}

.section-5 .block {}

.section-5 .block .content {
    max-width: 670px;
    margin: auto;
}


.section-5 .block .content .title {}

.section-5 .block .content .title h2 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.section-5 .block .content .description {}

.section-5 .block .content .line {
    display: block;
    height: 4px;
    width: 90px;
    margin: 14px 0;
    margin-bottom: 24px;
    background: #02F6EB;
}

.section-5 .block .content .description p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}


.section-6 {
    background: rgb(21 0 26);
    background: linear-gradient(90deg, rgb(21 0 26) 10%, rgba(82, 0, 102, 1) 50%, rgb(21 0 26) 90%);
    padding: 140px 80px;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.section-6 .block {}

.section-6 .block .content {
    max-width: 670px;
    margin: auto;
}


.section-6 .block .content .title {}

.section-6 .block .content .title h2 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.section-6 .block .content .btn {
    margin-top: 60px;
    text-align: center;
}

.section-6 .block .content .btn a {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 17px;
    padding: 12px 34px;
    transition: all 0.2s ease 0s;
    background: #D024B2;
    border-radius: 50px;
    text-transform: uppercase;
}

.section-6 .block .content .btn a:hover {
    color: #D024B2;
    background: #FFFFFF;
}

.footer {
    overflow: hidden;
    padding: 90px 80px;
}

.footer .footer-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-row .left {
    display: flex;
    flex-direction: row-reverse;
}

.footer .footer-row .left .logo {
    margin-right: 14px;
}

.footer .footer-row .left .logo img {
    display: block;
    height: 62px;
    transition: all 0.2s ease 0s;
}


.footer .footer-row .left .content h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.footer .footer-row .right {}

.footer .footer-row .right .title h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.footer .footer-row .right .social-media {
    display: flex;
}

.footer .footer-row .right .social-media svg {
    height: 36px;
    margin-right: 20px;
    fill: #FFFFFF;
}

.footer .footer-row .right .social-media svg:hover {
    fill: #D024B2;
}


@media (max-width: 1024px) {
    body {}

    .loading-container img {
        width: 160px;
    }

    .header {
        height: 70px;
        padding: 0;
    }

    .header .header-row .right .logo {
        height: 48px;
    }

    .header.sticky {
        height: 70px;
    }

    .header .header-row .left .details-item {
        display: none;
    }

    .header .header-row .left .booking-btn a {
        display: block;
        color: rgb(255, 255, 255);
        font-weight: 700;
        font-size: 14px;
        padding: 7px 24px;
        transition: all 0.2s ease 0s;
        background: #D024B2;
        border-radius: 50px;
        text-transform: uppercase;
    }

   

    .intro {
        height: 480px;
    }

    .intro .ramadan-raid img {
        height: 128px;
    }

    .intro .event-details b {
        font-size: 16px;
        color: #FFFFFF;
    }

    .intro .event-details {
        margin-left: -44px;
    }

    .intro .arrow svg {
        height: 26px;
    }


    .section-1 {
        padding: 80px 0;
    }

    .section-1 .content-block .title h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .section-1 .content-block .description p {
        font-size: 16px;
        line-height: 24px;
    }

    .section-1 .content-block .loction .info p {
        font-size: 16px;
        line-height: 24px;
    }

    .section-1 .content-block .loction {
        margin-top: 10px;
    }

    .section-1 .content-block .booking-btn {
        margin-top: 30px;
        flex-direction: column;
    }

    .section-1 .content-block .booking-btn .btn a {
        font-size: 16px;
        padding: 8px 34px;
        text-align: center;
    }

    .section-1 .content-block .booking-btn .outline-btn a {
        font-size: 16px;
        padding: 8px 34px;
        text-align: center;
    }

    .section-1 .content-block .booking-btn .outline-btn {
        margin-right: 0;
        margin-top: 16px;
    }

    .section-tickets .section-pading {
        padding: 80px 0;
    }

    .section-tickets .tickets-bg {
        background-size: 100%;
        background-attachment: inherit;
    }

    .section-tickets .content-block .title h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .section-tickets .content-block .description p {
        font-size: 16px;
        line-height: 24px;
    }

    .section-tickets .tickets .ticket {
        margin-bottom: 30px;
    }

    .section-tickets .tickets .ticket .ticket-header .left .ticket-price b {
        font-size: 20px;
    }

    .section-tickets .tickets .ticket .ticket-header .right .title {
        font-size: 18px;
    }

    .section-tickets .tickets .ticket .ticket-header .right .date {
        font-size: 18px;
    }

    .section-tickets .tickets .ticket .ticket-content ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .section-tickets .tickets .ticket .ticket-date b {
        font-size: 17px;
        padding: 16px 0;
    }

    .section-tickets .tickets .ticket .button {
        height: 46px;
        font-size: 16px;
        line-height: 46px;
    }

    .section-2 .sponsors .title h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
        text-align: center;
    }

    .section-2 .sponsors .sponsors-logos {
        padding-right: 0;
        margin-top: 20px;
    }

    .section-2 .sponsors .sponsors-logos .logo {
        padding: 14px;
        text-align: center;
    }

    .section-2 .sponsors .sponsors-logos .logo img {
        height: 73px;
        max-width: 100%;
    }

    .section-3 .section-pading {
        padding: 80px 0;
    }

    .section-3 .gaming-bg {
        background-size: 100%;
        background-attachment: inherit;
    }

    .section-3 .content-block .title h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
        text-align: center;
    }

    .section-3 .content-block {
        margin-bottom: 20px;
    }

    .section-3 .activities .card {
        padding: 10px 15px;
    }

    .section-3 .activities .card .empty-tanoura .tanoura {
        height: 140px;
    }

    .section-3 .activities .card .empty-tanoura .icon svg {
        height: 48px;
    }

    .section-3 .activities .card .title h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .section-4 {
        padding: 80px 0;
        min-height: inherit;
    }

    .section-4 .activities-bg img {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
    }

    .section-4 .block .content .title h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
        text-align: center;
    }

    .section-4 .block .content .line {
        display: block;
        height: 4px;
        width: 90px;
        margin: 14px auto;
        margin-bottom: 24px;
    }

    .section-4 .block .content .description p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .section-5 {
        padding: 80px 0;
        min-height: inherit;
    }

    .section-5 .activities-bg img {
        width: 100%;
        padding: 20px;
        margin-bottom: 0;
    }

    .section-5 .block .content .title h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
        text-align: center;
    }

    .section-5 .block .content .line {
        display: block;
        height: 4px;
        width: 90px;
        margin: 14px auto;
        margin-bottom: 24px;
    }

    .section-5 .block .content .description p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .section-6 {
        padding: 80px 0px;
        min-height: auto;
    }

    .section-6 .block .content {
        max-width: initial;
        margin: auto;
    }

    .section-6 .block .content .title h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .section-6 .block .content .btn {
        margin-top: 40px;
    }

    .section-6 .block .content .btn a {
        font-size: 16px;
        padding: 8px 34px;
        text-align: center;
    }

    .footer {
        padding: 46px 0;
    }

    .footer .footer-row {
        flex-direction: column;
        align-items: flex-end;
    }


    .footer .footer-row .left .logo img {
        height: 48px;
    }

    .footer .footer-row .left .content h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .footer .footer-row .right .social-media {
        justify-content: flex-end;
    }

    .footer .footer-row .right .title h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .footer .footer-row .right .social-media svg {
        height: 24px;
        margin-left: 0;
        margin-right: 12px;
    }
}


@media (min-width: 768px) and (max-width: 1200.98px) {
    .header .header-row .left {
        display: flex;
    }
    

    .header .header-row .left .details-item {
        display: none;
    }

    .section-4 .block .content .title h2 {
        text-align: right;
    }

    .section-4 .block .content .line {
        margin: 14px 0;
    }

    .section-4 .block .content .description p {
        font-size: 16px;
        line-height: 24px;
        text-align: right;
    }

    

    .section-5 .block .content .title h2 {
        text-align: right;
    }

    .section-5 .block .content .line {
        margin: 14px 0;
    }

    .section-5 .block .content .description p {
        font-size: 16px;
        line-height: 24px;
        text-align: right;
    }

    .footer .footer-row {
        flex-direction: row-reverse;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 992px) {}