*{
    margin: 0;
    padding: 0;
}
body{
    background: black;
}


header{
    padding: 10px 0px 10px;
    /* background: linear-gradient(to right, rgb(222, 59, 2, 50%), rgb(166, 166, 166, 5%), rgb(127, 128, 128, 5%), rgb(222, 59, 2, 50%)); */

    background: linear-gradient(to right, rgba(222, 59, 2, 0.5) 0%, rgba(166, 166, 166, 0.1) 20%, rgba(127, 128, 128, 0.1) 80%, rgba(222, 59, 2, 0.5) 100%);
    position: relative;
    width: 100%;
    z-index: 1020;
    margin-bottom: -210px;

}
header .logo{
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
}


.banner{
    background-image: url(../img/banner__bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100dvh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
}
.banner h1{
    font-size: 64px;
    font-family: "Montserrat";
    font-weight: 800;
    color: white;
}
.banner h1 span{
    color: #DE3B02;
}
.banner p{
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
    width: 100%;
    max-width: 80%;
}
.banner .box{
    background-color: #58595B;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 25%);
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px 5px;
    width: 100%;
    min-height: 100px;
    align-content: center;
}
.banner .box h6{
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 600;
    color: white;
    margin: 0;
}
.banner .box p{
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
    margin: 0;
}


.partnership__works{
    background: linear-gradient(to right, rgba(222, 59, 2, 0.6) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.1) 90%, rgba(222, 59, 2, 0.6) 100%);
    position: relative;
    overflow: hidden;
    padding: 60px 0px;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 25%);
    border: 2px solid white;
    border-radius: 10px;
    margin: 40px 0px 40px;
}
.partnership__works .heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
}
.partnership__works .heading h2{
    font-size: 48px;
    font-family: "Montserrat";
    font-weight: 600;
    color: white;
}
.partnership__works .heading p{
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
    text-align: center;
    margin: 0;
}
.partnership__works .box{
    background-color: #58595B;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 25%);
    border: 1px solid white;
    border-radius: 5px;
    padding: 20px 10px 10px;
    width: 100%;
    margin-top: 20px;
}
.partnership__works .box h6{
    font-size: 22px;
    font-family: "Montserrat";
    font-weight: 600;
    color: white;
}
.partnership__works .box p{
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
    margin: 0;
}
.partnership__works .favIcon{
    width: 100%;
    max-width: 60%;
    position: absolute;
    top: 25%;
    left: 20%;
}


.apply_btn{
    padding: 0px 0 60px;
}
.apply_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px dashed #C53402;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
    padding: 20px 0;
    text-decoration: none;
}
.apply_btn a p{
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.apply_btn a p span{
    font-size: 46px;
    font-weight: 600;
}
.apply_btn a:hover{
    background-color: #DE3B02;
}


.how__it__works{
    padding: 20px 0 60px;
    position: relative;
    overflow: hidden;
}
.how__it__works .heading{
    font-size: 48px;
    font-family: "Montserrat";
    font-weight: 600;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto 80px;
    padding: 20px;
}
.how__it__works .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.how__it__works .box.down__box{
    margin-top: 80px;
}
.how__it__works .box h2{
    position: absolute;
    top: -15%;
    left: 10%;
    font-size: 30px;
    font-family: "Montserrat";
    font-weight: 800;
    color: #DE3B02;
    background-color: white;
    border: 1px solid #DE3B02;
    border-radius: 10px;
    padding: 10px;
}
.how__it__works .box .content__box{
    background-color: transparent;
    border: 1px solid #DE3B02;
    border-radius: 10px;
    text-align: center;
    padding: 60px 10px;
}
.how__it__works .box .content__box h6{
    font-size: 24px;
    font-family: "Montserrat";
    font-weight: 600;
    color: white;
}
.how__it__works .box .content__box p{
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
    margin: 0;
}
/* Hover effects */
.how__it__works .box:hover .content__box {
    background-color: #DE3B02;
    border-color: white;
}
.how__it__works .box:hover h2 {
    background-color: #414042;
    color: white;
    border-color: white;
}


footer{
    border: 2px solid white;
    border-radius: 30px 30px 0px 0px;
    padding: 30px 0 0px;
}
footer .footer__logo{
    width: 100%;
    max-width: 100%;
}
footer .footer__menu h2{
    font-size: 32px;
    font-family: "Montserrat";
    font-weight: 500;
    color: white;
    text-align: center;
}
footer .footer__menu ul li{
    list-style: none;
    text-align: center;
}
footer .footer__menu ul li + li{
    margin-top: 10px;
}
footer .footer__menu ul li a{
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
}
footer .footer__menu .social__icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footer__menu .social__icon li + li{
    margin-top: 0;
}
footer .accordion-item{
    max-width: 40%;
    margin: 0 auto 30px;
    border: 1px solid white;
    border-radius: 10px;
    padding: 20px;
}
footer .accordion-item .accordion-header{
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .accordion-item .accordion-header button{
    margin: 10px auto;
    width: 100%;
    background-color: transparent;
    color: white;
    text-align: start;
    border: none;
    position: relative;
    font-size: 30px;
    font-family: "Montserrat";
    font-weight: 500;
    color: white;
}
footer .accordion-item .accordion-header button:focus{
    border: none!important;
    outline: none!important;
}
footer .accordion-item .accordion-header button::before{
    position: absolute;
    content: "";
    top: 30%;
    right: 2%;
    width: 100%;
    height: 100%;
    background-image: url(../img/accordion_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    max-width: 30px;
    max-height: 30px;

}
footer .accordion-item .accordion-body{
    font-size: 24px;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
}

footer .links{
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
    margin: 0 auto;
}
footer .links span img{
    margin-right: 5px;
}
.page__link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 30px;
}
.page__link li{
    list-style: none;
}
.page__link li a{
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
}
footer .copyRight{
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 500;
    color: white;
    text-align: center;
    margin-top: 20px;
}


@media(max-width: 1441px){
    header{
        margin-bottom: -144px;
    }
    header .logo {
        max-width: 200px;
    }
    .banner {
        padding-top: 200px;
    }
    .banner h1{
        font-size: 50px;
    }
    .banner p {
        font-size: 18px;
    }


    .partnership__works .heading h2 {
        font-size: 40px;
    }
    .partnership__works .heading p {
        font-size: 16px;
    }

    .partnership__works .box h6 {
        font-size: 20px;
    }
    .partnership__works .box p {
        font-size: 16px;
    }

    .apply_btn a p span {
        font-size: 40px;
    }

    .how__it__works .heading {
        font-size: 40px;
    }
    .how__it__works .box .content__box h6 {
        font-size: 20px;
    }
    .how__it__works .box h2 {
        font-size: 24px;
    }

    footer .footer__menu ul li a {
        font-size: 14px;
    }

    .page__link li a {
        font-size: 16px;
    }
    footer .copyRight {
        font-size: 16px;
    }
}

@media (max-width: 992px){
    body{
        font-size: 14px;
    }
    .apply_btn span img {
        display: none;
    }
    
    .apply_btn a {
        width: 100%;
    }
    
    .how__it__works .box .content__box {
        width: 100%;
    }
    
    .how__it__works .box {
        margin-top: 40px!important;
    }
    
    footer .footer__logo {
        width: auto;
        margin: 0 auto 40px;
        display: block;
    }
    footer .accordion-item{
        max-width: 100%;
    }
    .page__link {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 768px){
    .banner h1 {
        font-size: 35px;
    }
    
    .banner p {
        max-width: 100%;
    }
    
    .banner {
        padding-top: 200px;
    }
    
    .banner .box {
        min-height: fit-content;
    }
    
    header .logo {
        max-width: 200px;
    }
    
    .partnership__works .heading {
        text-align: center;
        margin-bottom: 0px;
    }
    
    .partnership__works .heading h2 {
        font-size: 24px;
    }
    .how__it__works .heading{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-size: 22px;
    }
    .apply_btn a p span {
        font-size: 22px;
    }
    .partnership__works .heading p{
        font-size: 14px;
    }
}