@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap");

:root {
    --popp: 'Poppins', sans-serif;
}

body {
    background: url('bg2.webp');
    /* background: radial-gradient(#46d9d8, #244f67, #09182d); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    position: relative;
    /* backdrop-filter: blur(2px); */
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Syne", sans-serif;
}

a {
    text-decoration: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

a:hover {
    color: #444;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

/* Logo */
.header_area .logo h2 {
    display: inline-block;
    border-bottom: 1px solid #666;
    font-weight: 700;
}

.header_area img {
    width: 160px;
    border-radius: 50%;
    outline: 1px solid #fffd;
    outline-offset: -5px;
}

/* Body Content */
.tagline>* {
    color: #000;
}

.tagline h1 {
    font-family: var(--popp);
    font-weight: 700;
    font-size: 3.5rem;
    color: #fffd;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.tagline h2 {
    color: #e31e25;
    font-weight: 600;
}

.content p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
}

/* Countdown Timer */
.countdown-timer {
    text-align: center;
    display: flex;
    margin: auto;
    padding-top: 17%;
    width: 1070px;
}

.timer {
    width: 330px;
    margin: 0 auto;
    height: 110px;
}

.countdown-container {
    display: flex;
}

.big-text {
    font-size: 4rem;
    font-family: cursive;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.countdown-container>div {
    margin: 0 2rem;
    text-align: center;
    /* border: 2px solid #00dcff; */
    padding: 0px 20px;
    border-radius: 12px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #000;
    min-width: 150px;
    backdrop-filter: blur(5px);
}

.countdown-container span {
    background: #00215282;
    padding: 14px;
    /* border: 1px solid #00dcff; */
    border-radius: 8px;
    color: #000;
    font-weight: 600;
}

/* Buttons */
.button-wrapperx {
    display: flex;
    margin-right: 10px;
}

.button-wrapperx button {
    background: transparent;
    color: #0900;
    padding: 10px 20px 14px 20px;
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

/* Sidebar Offcanvas */
#sidebarOffcanvas {
    background: #0032bf47;
}

.offcanvas-body h3 {
    font-size: 25px;
    font-family: 'Roboto Serif', serif;
    color: #000;
    font-weight: 700;
}

.offcanvas-body p {
    text-align: justify;
    color: #333;
}

.progress-bar {
    background: linear-gradient(45deg, #00dcff, transparent);
    color: #000;
    font-weight: 600;
}

.wrapper-ceo img {
    width: 30%;
    border: 4px solid #00dcff;
}

.contact_div * {
    color: #333;
    /* text-align: center; */
}

.contact_div h3 {
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-bottom: 1rem;
}

.contact_div h5 b {
    font-family: "Syne", sans-serif;
}

.contact_div h5 {
    font-family: var(--popp);
}

@media (max-width:992px) {
    .countdown-container>div {
        margin: 0 1rem;
    }
}

@media (max-width:767px) {
    html {
        font-size: 15px;
    }

    body {
        background-position: center;
        text-align: center;
    }

    .tagline h1 {}

    .countdown-container {
        flex-wrap: wrap;
    }

    .countdown-container>div {
        margin: 1rem auto;
        max-width: 150px;
    }

    .title {
        font-size: 1.5rem;
        line-height: 3.5rem;
        margin: 10px 0px;
    }

    .title span {
        font-size: 2rem;
        letter-spacing: 1rem;
    }

    footer {
        justify-content: center;
    }
}

.img1 {
    max-width: 25%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.socialbtn {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.socialbtn i {
    color: #fff;
}

.socialbtn.facebook {
    background-color: #3b5998;
}

.socialbtn.insta {
    background: -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.socialbtn:hover {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
}