@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

/* Font color: #5b5b5b, #004a3d, #ffc000 */

:root {
    --primary-clr: #004a3d;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    /* overflow: scroll; */
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


body {
    margin: 0;
    padding: 0;
}

.banner {
    width: 100%;
    background-position: center;
    background-size: center;
}

/* navbar css */
.navbar {
    justify-content: center;
    width: 100%;
    padding: 0px;
    background: transparent;
}

.logo {
    float: left;
    width: 170px;
    margin-top: 2px;
    padding-top: 3px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-left: 10px;
    /* background-color: #ffc000; */
    margin-left: 80px;
    border-radius: 15px;
}

.navbar::after {
    content: '';
    clear: both;
    display: table;
}

.navbar ul {
    float: right;
    list-style: none;
    margin-right: 250px;
    position: relative;
}

.navbar ul li {
    float: none;
    display: inline-block;
    background: transparent;
    margin: 0px 12px;
}

.navbar ul li a {
    font-family: 'Quicksand', sans-serif;
    color: #520103;
    text-decoration: none;
    line-height: 70px;
    font-weight: 700;
    font-size: 18px;
    padding: 4px 10px;
    margin: 0;
}

.navbar ul li a:hover {
    color: #ffc000;
    /* outline: 3px solid #004a3d; */

    /* box-shadow: 0 0 5px #004a3d,
                0 0 5px #004a3d; */
}

.navbar ul ul {
    position: absolute;
    top: 90px;
    border: 3px solid #520103;
    opacity: 0;
    visibility: hidden;
    transition: top .3s;
    z-index: 999;
    backdrop-filter: blur(8px);
}

.navbar ul li:hover>ul {
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.navbar ul ul li {
    position: relative;
    width: 300px;
    float: none;
    display: list-item;
}

.navbar ul ul li a {
    font-size: 18px;
    line-height: 45px;
    width: 100%;
}

.navbar ul ul li a:hover {
    color: orange;
    box-shadow: none;
}


.show,
.icon,
input {
    display: none;
}

.main-box {
    border: 4px solid #ffc000;
    margin: 60px auto 60px;
    width: min(1050px, 90%);
    border-radius: 12px;
    color: #520103;
    text-align: center;
    padding: 15px;
    backdrop-filter: blur(8px);

}

.txt {
    font-size: 60px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.date {
    margin: 5px auto;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    font-family: 'Quicksand', sans-serif;
    background-color: #ffc000;
    width: 550px;
    padding: 5px 0;
    border-radius: 10px;

}

.date sup {
    /* font-family: 'Bebas Neue', Source Sans Pro;  */
    font-weight: 1000;
    font-size: 25px;
    text-transform: lowercase;
}

.year {
    margin: 5px auto;
    font-size: 30px;
    font-weight: 700;

    /* line-height: 1; */
    /* letter-spacing: 30px; */
    color: #520103;
    font-family: 'Open Sans', sans-serif;
}


.big video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: fit-content;
    filter: sepia(1) hue-rotate(290deg) saturate(3) brightness(0.9);
}

/* * {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
margin: 0;
} */


.max {
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
}

.title {
    color: #520103;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 5.5px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}

.countdown-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-right: 100px; */
}

.countdown-block:last-child {
    margin-right: 0;
}

.time-elem {
    position: relative;
    color: #520103;
    position: relative;
    height: 140px;
    width: 150px;
    background-color: #ffc000;
    border-radius: 8px;
    text-align: center;
    font-size: 5.5em;
    overflow: hidden;
    margin-bottom: 27px;
    line-height: 138px;
    -webkit-box-shadow: 0px 8px 0px 0px #16151d;
    box-shadow: 0px 8px 0px 0px #16151d;
}

.time-elem::before,
.time-elem::after {
    content: '';
    position: absolute;
    z-index: 6;
    top: calc(50% - 5px);
    background: #491e01;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.time-elem::before {
    left: -5px;
}

.time-elem::after {
    right: -5px;
}

.time-elem>span {
    position: absolute;
    left: 0;
    right: 0;
}

.top {
    z-index: 3;
    background-color: #ffc000;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: perspective(200px);
    transform: perspective(200px);
}

.time-elem .top::after,
.time-elem .bottom-back::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #491e01;
}

.bottom {
    z-index: 1;
}

.bottom::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #ffc000;
}

.bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background-color: #ffc000;
}

.bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.top,
.top-back {
    height: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top-back {
    z-index: 4;
    bottom: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    background-color: #ffc000;
    -webkit-transform: perspective(200px) rotateX(180deg);
    transform: perspective(200px) rotateX(180deg);
}

.top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
}

.fixed {
    background-image: url(bgImg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 30px;
}

.fixed h1 {
    margin-bottom: 7px;
    padding: 30px;
    text-align: center;
}

.fixed .cont-1 {
    margin: 0 250px;
    padding: 15px 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    text-align: justify;
}

.head {
    font-size: 40px;
}

.track {
    width: min(450px, 90%);
    margin: 80px auto;
}

.fixed .list li {
    font-size: 25px;
    margin: 10px 0;
    list-style: none;
    font-family: 'Quicksand', sans-serif;
}

.fixed .list li i {
    margin: 0 15px;
}

h1,
h2 {
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}

.container {
    max-width: 1100px;
    margin: 0px auto;
    padding-block: 30px;
}

.container .title-time {
    text-align: center;
    padding: 10px 0;
    font-size: 40px;
    margin-bottom: 50px;
}

.sub-btn {
    /* margin: 0 80px; */
    display: flex;
    flex-direction: center;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.sub-btn a {
    background-color: #ffc000;
    width: 300px;
    text-align: center;
    height: 80px;
    align-items: center;
    padding: 22px;
    border-radius: 5px;
    font-size: 24px;
    text-decoration: none;
    color: #520103;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    border: 2px solid #ffc000;
}

.sub-btn a:hover {
    background-color: transparent;
    border: 2px solid #ffc000;
    transition-duration: 200ms;
}

#timeline {
    font-size: 14px;
    width: min(900px, 80%);
    margin: 30px auto;
    line-height: 1.5em;
    position: relative;
    transition: all 0.3s;
}

#timeline,
#timeline *,
#timeline *::before,
#timeline *::after {
    box-sizing: border-box;
}

#timeline::before {
    content: " ";
    width: 3px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #520103;
}

#timeline .timeline-item {
    margin: 30px 0;
    position: relative;
    text-align: center;
}

#timeline .timeline-item p {
    text-align: center;
    font-size: 20px;
    padding: 8px;
    font-weight: 700;
}

#timeline .timeline-item .timeline-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -23px;
    border: 3px solid #520103;
    border-radius: 50%;
    background-color: #f9f9f9;
}

#timeline .timeline-item .timeline-icon img {
    width: 50%;
}

#timeline .timeline-item .timeline-content {
    width: 45%;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all 0.3s;
}

#timeline .timeline-item .timeline-content h2 {
    padding: 15px;
    color: #fff;
    margin: -20px -20px 0 -20px;
    /* font-size: 25px; */
    font-weight: 500;
    border-radius: 3px 3px 0 0;
    background-color: #520103;
}

#timeline .timeline-item .timeline-content .extend {
    color: red;
}

#timeline .timeline-item .timeline-content::before {
    content: " ";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 20px;
    right: -7px;
    display: block;
    border-radius: 3px;
    transform: rotate(45deg);
    background-color: #520103;

}

#timeline .timeline-item .timeline-content.right {
    float: right;
}

#timeline .timeline-item .timeline-content.right::before {
    left: -5px;
    right: inherit;
}

#timeline .timeline-item::after,
#timeline .timeline-item::before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.organize {
    margin: 30px 0;
    text-align: center;


}

.sabra img {
    width: min(250px, 80%);
}

footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    background-color: #520103;
    padding: 60px 10%;
}

.foot ul {
    list-style: none;
}

.footer-col {
    width: 33.3%;

}

.footer-col h4 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 22px;
    color: #ffc000;
    text-transform: capitalize;
}

.footer-col p {
    color: #c2c2c2;
    font-size: 17px;
}

.footer-col a {
    text-decoration: none;
    color: #c2c2c2;
    font-size: 19px;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    background-color: #ffc000;
    height: 2px;
    width: 40px;
}

.foot ul li:not(:last-child) {
    margin-bottom: 8px;
}

.foot ul li {
    display: block;
    font-size: 17px;
    color: #bdb6b6;
    text-decoration: none;
    transition: 0.4s;
}

.foot ul li a {
    display: block;
    font-size: 17px;
    color: #bdb6b6;
    text-decoration: none;
    transition: 0.4s;
}


.foot ul li a:hover {
    color: white;
    padding-left: 2px;
}

.foot .links a {
    display: inline-block;
    height: 44px;
    width: 44px;
    color: white;
    background-color: rgba(40, 130, 214, 0.8);
    margin: 0 8px 8px 0;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: 0.4s;
}

.foot .links a:hover {
    color: #4d4f55;
    background-color: white;
}

@media(min-aspect-ratio: 16/9) {
    .banner video {
        width: 100%;
        height: auto;
    }
}

@media(max-aspect-ratio: 16/9) {
    .banner video {
        width: auto;
        height: 100%;
    }
}

@media(max-width: 740px) {
    .main-box .footer-col {
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
    }

    .footer-col h4::before {
        all: unset;
    }

}

@media(max-width: 555px) {
    .footer-col {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .sub-btn a {
        width: 200px;
        height: 60px;
        padding: 15px;
        font-size: 18px;
    }

    .head {
        font-size: 32px;
    }
}


@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0;
    }

    #timeline::before {
        left: 0;
    }

    #timeline .timeline-item .timeline-icon {
        left: 0;
    }

    #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
    }

    #timeline .timeline-item .timeline-content::before {
        left: -5px;
        right: inherit;
    }
}

/*# sourceMappingURL=main.css.map */
@media all and (max-width:968px) {
    .navbar ul {
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .navbar .logo {
        padding-left: 30px;
    }

    .navbar ul li,
    .navbar ul ul li {
        display: inline-block;
        width: 100%;
        /* float: none; */
        color: #fff !important;
        background-color:#520103 !important;
        margin: 0;
    }

    .navbar ul li {
        padding: 0 20px;
    }

    .navbar ul li a {
        color: #fff;
        padding: 0;
    }

    .navbar ul ul {
        top: 70px;
        position: static;
        border-top: none;
        float: none;
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .navbar ul ul a {
        /* padding: 40px; */
    }

    .navbar ul ul li {
        border-bottom: 0px;
    }

    .show {
        display: block;
        font-size: 18px;
        /* padding: 0 20px; */
        line-height: 70px;
        cursor: pointer;
        z-index: 2;
        color: #fff;
    }

    .show:hover {
        color: #ffc000;
    }

    .icon {
        display: block;
        color:#520103;
        position: absolute;
        right: 40px;
        line-height: 70px;
        font-size: 25px;
        cursor: pointer;
    }

    .navbar ul li a:hover {
        box-shadow: none;
    }

    .show+a,
    .navbar ul {
        display: none;
    }

    .max {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-ul {
        display: block;
    }

    [id^=btn]:checked+ul {
        display: block;
    }

    [id^=btn]:checked+.content {
        visibility: hidden;
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 8px;
    }

    .max {
        padding-top: 3vh;
    }

    .main-box {
        margin: 40px auto 0;
        /* width: 400px; */
        border-radius: 10px;
        padding: 5px;
        margin-bottom: 10px;
    }

    .head {
        font-size: 24px;
    }

    .title-time {
        font-size: 24px !important;
    }

    .fixed .cont-1 {
        margin: 0 40px;
        padding: 15px 0;
        font-size: 15px;
        text-align: justify;
    }

    .txt {
        font-size: 30px;
        font-family: 'Poppins', Source Sans Pro;
        font-weight: bold;
    }

    .date {
        margin: 5px auto;
        /* font-size: 25px; */
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 1px;
        font-family: 'Quicksand', sans-serif;
        /* background-color: #004a3d; */
        width: min(300px, 90%);
        padding: 5px 5px;
        border-radius: 10px;
        /* color: #fff; */

    }

    .year {
        margin: 5px auto;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        /* letter-spacing: 30px; */
        font-family: 'Poppins', Source Sans Pro;
    }

    .countdown-block {

        /* margin-right: 16px; */
        &:last-child {
            margin-right: 0;
        }
    }

    .title {
        font-size: 0.9em;
        letter-spacing: 3px;
    }

    .time-elem {
        height: 66px;
        width: 70px;
        font-size: 4.5em;
        line-height: 66px;
        margin-bottom: 17px;
    }

    .fixed .list li {
        font-size: 14px;
    }

    .heading {
        font-size: 20px !important;
    }

    #timeline .timeline-item .timeline-content h2 {
        font-size: 18px;
    }

    #timeline .timeline-item p {
        font-size: 16px;
    }
}