@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*
font-family: "Raleway",sans-serif;
font-family: "Roboto", sans-serif;
font-family: "Poppins", sans-serif;
*/
:root {
    --main-color: #53758c;
    --peta-color: #658298;

}

body {

    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    font-size: 16px;
}

p {
    font-size: 16px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.all_btn {
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-weight: 800;
    background-color: #AF2344;
    width: 100%;
    max-width: 260px;
    margin: auto;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 50px;
    display: table;
    line-height: 51px;
    border: none;
}

.all_btn:hover {
    opacity: 0.9;
}

.header {
    margin: 30px 0;
}

.main_menu ul {
    display: flex;
    gap: 30px;
    justify-content: end;

}

.main_menu ul a {
    color: #74251e;
    font-weight: bold;
}



.banner_sec {
    background-image: url(../img/banner_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 84px 0 58px;
}

.home_banner {
    padding: 110px 0 184px;
}

.banner_wapper h1 {
    font-size: 129px;
    font-weight: bold;
    line-height: 120px;
    color: #fff;
    max-width: 630px;
    margin: auto;
}

.banner_wapper h1 img {
    margin-top: -17px;
}

.banner_wapper h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.count_down_wapper {
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 30px;
    box-shadow: 0 6px 12px 0px rgba(197, 37, 42, 0.3);
    margin-top: -135px;
    background: #fff;
    margin-bottom: 45px;
}

.count_box {
    text-align: center;
}

.count_box h2 {
    font-size: 64px;
    font-weight: bold;
    margin: 0;
    font-family: "Roboto", sans-serif;
    line-height: 64px;
    color: #000;
}

.count_box p {
    margin: 0;
    font-weight: 300;
    text-align: center;
}

.count_title h4 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    color: #000;
}

.sub_title_wapper h3 {
    color: #AF2344;
    font-size: 44px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    text-align: center;
}

.sub_title_wapper h2 {
    font-size: 53px;
    font-weight: 900;
    text-align: center;
    max-width: 800px;
    margin: auto;
    color: #000;

}

.page_content {
    margin-top: 70px;
}

.page_content h3 {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    background-color: #AF2344;
    width: 100%;
    max-width: 592px;
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
}

.page_content h4 {
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    width: 100%;
    max-width: 787px;
    margin: auto;
    text-align: center;
    color: #000;
    padding: 5px 0;
    margin-bottom: 10px;
    line-height: 40px;

}

.content_box {
    margin-bottom: 126px;
}

.support_sec {
    margin-bottom: 60px;
}

.support_wapper {
    width: 100%;
    max-width: 642px;
    margin: auto;
    text-align: center;
}

.support_sec h3 {
    font-size: 25px;
    font-weight: 900;
    font-family: "Raleway", sans-serif;
    margin-bottom: 10px;
}

.support_sec h2 {
    font-size: 50px;
    font-weight: 900;
    font-family: "Raleway", sans-serif;
    margin-bottom: 0px;
}

.support_sec p {
    font-weight: 900;
    font-family: "Raleway", sans-serif;
    margin-bottom: 0px;
}

.sponser_sec {
    margin-bottom: 113px;
}

.sponser_wapper {
    width: 100%;
    max-width: 642px;
    margin: auto;
    text-align: center;
}

.sponser_sec p {
    font-weight: 900;
    font-family: "Raleway", sans-serif;
    margin-bottom: 0px;
    margin-bottom: 30px;
}

.img_list {
    display: flex;
    justify-content: space-between;
}

.footer img {
    width: 100%;
}

.contact_sec {
    margin-bottom: 165px;
}

.contact_sec h3 {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    background-color: #AF2344;
    width: 100%;
    max-width: 592px;
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 30px;
}

.contact_form {
    width: 100%;
    max-width: 360px;
    margin: auto;
}

.contact_form .form-label {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #525252;
}

.contact_form .form-control {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #8B8B8B;
    border-radius: 4px;
    padding: 0 .75rem;
    line-height: 38px;
}

.contact_wapper p {
    color: #73251E;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    text-align: center;
}

.content_box table {
    width: 100%;
    max-width: 592px;
    margin: auto;
}

.content_box thead {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    background-color: #AF2344;
    width: 100%;
    max-width: 592px;
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 30px;
}

.content_box tbody {
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    width: 100%;
    max-width: 787px;
    margin: auto;
    text-align: center;
    color: #000;
    padding: 5px 0;
    margin-bottom: 10px;
    line-height: 40px;
}

.content_box ul {
    text-align: center;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.closebtn {
    font-size: 35px;
}

.openbtn {
    font-size: 35px;
    text-align: right;
}