@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    background: #feedb5;
    font-family: 'Noto Sans', sans-serif;

}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.header {
    padding: 12px 0;
}

.header .logo {
    width: 160px;
    display: block;
}

.header .menu ul {
    display: flex;
    justify-content: right;
    list-style: none;
    gap: 30px;
    margin: 0;
}

.header .menu ul li a {
    font-size: 20px;
    font-weight: 800;
    color: #ff379a;
    display: block;
    padding: 27px 0;
    text-decoration: none;
    transition: all 0.4s ease;
}

.header .menu ul li a:hover {
    color: #26d06b;
}

.anniversary_section {
    padding: 30px 0 0 0;
}

.title_sect {
    margin-bottom: 50px;
}

.title_sect h1 {
    color: #ff379a;
    font-weight: 300;
    font-size: 58px;
}

.title_sect h1 strong {
    font-weight: 900;
}

.title_sect h1 span {
    font-size: 80px;
}

.serv_box {
    width: 100%;
    padding: 30px;
    text-align: center;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 26px 25px -20px rgb(0 0 0 / 35%);
    transition: all 0.4s ease;
}

.serv_box:hover {
    transform: translateY(-10px);
}

.serv_box img {
    width: 100px;
    margin-bottom: 25px;
}

.serv_box h2 {
    color: #ff379a;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.serv_box h2:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #07cc62;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}

.serv_box:hover h2:before {
    width: 45px;
}

.events_section {
    padding: 60px 0 0 0;
}

.event_card {
    width: 100%;
    display: flex;
    align-items: end;
    position: relative;
    padding: 0;
    background-size: auto 104%;
    background-position: top;
    flex-direction: column-reverse;
    transition: all 0.5s ease;
    overflow: hidden;
}
.event_card_overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 25px;
    display: flex;
    flex-direction: column-reverse;
}

.event_card img {
    width: 100%;
    transition: all 0.5s ease;
}

.event_card:hover img {
    transform: scale(1.2);
}
.event_card:hover {
    background-size: auto 120%;
}

.event_card span.date {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    display: block;
}

.event_card h3 {
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    color: #FFF;
    font-weight: 300;
    font-size: 26px;
    text-align: right;
}

.event_card_wrap {
    padding: 10px;
}

.event_card_wrap .event_card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgb(255 55 154 / 19%), #000000);
    z-index: 2;
    opacity: 0.5;
    transition: all 0.4s ease;
}
.event_card:hover:before {
    opacity: 1;
}


.offers_card_section {
    padding: 50px 0 00px 0;
}

.offers_card {
    z-index: 1;
    width: 100%;
    display: flex;
    padding: 50px 40px;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    box-shadow: 0 26px 25px -20px rgb(0 0 0 / 15%);
    border-radius: 5px;
}

.offers_card .icon {
    z-index: 1;
    float: left;
    min-width: 80px;
    height: 60px;
    position: relative;
    border-radius: 5px;
    text-align: center;
    margin-right: 30px;
    font-size: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}

.offers_card .icon:before {
    top: -22px;
    left: -56px;
    width: 50px;
    content: '';
    z-index: -1;
    height: 51px;
    position: absolute;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f7f7f7;
    border-top: 0px solid #f7f7f7;
    border-left: 0px solid #f7f7f7;
    -webkit-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    -ms-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
}

.offers_card .icon:after {
    content: '';
    left: -56px;
    width: 50px;
    z-index: -1;
    height: 51px;
    bottom: -22px;
    position: absolute;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f7f7f7;
    border-right: 0px solid #f7f7f7;
    border-bottom: 0px solid #f7f7f7;
    -webkit-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    -ms-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
}

.offers_card .content p {
    font-size: 22px;
    margin: 0;
    line-height: 30px;
    font-weight: 400;
}

.offers_card .content p span {
    font-weight: 900;
    color: #ff379a;
}

.offers_card .icon img {
    width: 60px;
}

.offers_card:hover {
    box-shadow: 0 26px 25px -20px rgb(0 0 0 / 35%);
    transform: translateY(-10px);
}

.offers_card:hover .icon,
.offers_card:hover .icon:before,
.offers_card:hover .icon:after {
    background: #ff379a;
}

.offers_card:hover .icon {
    border-color: #ff379a;
}

.giveaway_section {
    padding-top: 30px;
    padding-bottom: 50px;
}

.awards_card {
    background: #232323;
    padding: 30px;
    margin-bottom: 30px;
    height: 300px;
    display: flex;
    align-items: flex-end;
    position: relative;
    box-shadow: 0 26px 25px -20px rgb(0 0 0 / 35%);
    transition: all 0.4s ease;
}


.awards_card:hover {
    box-shadow: 0 26px 25px -20px rgb(0 0 0 / 35%);
    transform: translateY(-10px);
}

.awards_card h2 {
    color: #FFF;
    font-size: 32px;
    font-weight: 200;
}

.awards_card h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 300;
}

.awards_card h4 {
    color: #ff379a;
    font-size: 39px;
    font-weight: 800;
}

.awards_card p {
    color: #FFF;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.awards_card .link {
    width: 10px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    left: 30px;
    top: 30px;
}

.awards_card .link:after {
    content: '';
    width: 22px;
    height: 100%;
    background: #feedb5;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 5px;
}

.awards_card img {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.1;
    width: 170px;
    z-index: 0;
}
.event_card_overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background: rgb(0 0 0 / 45%);
    z-index: 2;
    color: #07cc61;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}


.footer {
    border-top: 1px solid #00000012;
    padding: 13px 0;
}

.footer .copyright {
    display: flex;
    justify-content: space-between;
}

.footer .copyright p {
    margin: 0;
    color: #000;
    font-size: 13px;
}

.footer .copyright p a {
    color: #ff379a;
}
@media (max-width:1350px) {
    .title_sect h1 {
        font-size: 45px;
    }
    .serv_box h2 {
        font-size: 22px;
    }
    .serv_box {
        padding: 30px 15px;
    }
    .serv_box img {
        width: 77px;
    }
    .awards_card h4 {
        font-size: 32px;
    }
}

@media (max-width:1199px) {
    .title_sect h1 {
        font-size: 38px;
    }
    .serv_box h2 {
        font-size: 19px;
    }
    .offers_card .content p {
        font-size: 20px;
        margin: 0;
        line-height: 30px;
        font-weight: 400;
    }
    .offers_card {
        align-items: center;
        min-height: 190px;
    }
    .awards_card {
        height: 320px;
    }
    .awards_card h2 {
        font-size: 28px;
    }
    .awards_card h3 {
        font-size: 21px;
    }
    .awards_card h4 {
        font-size: 33px;
    }
    .offers_card {
        display: flex;
        align-items: center;
        min-height: 220px;
    }
    .awards_card img {
        width: 135px;
    }
}


@media (max-width:991px) {
    .header .logo {
        width: 120px;
        display: block;
    }
    .awards_card h4 {
        font-size: 30px;
    }
    .serv_box {
        padding: 30px 15px;
    }
    .serv_box h2 {
        font-size: 19px;
    }
    .serv_box img {
        width: 76px;
    }
    .awards_card {
        height: 275px;
    }
}

@media (max-width:767px) {
    .header .menu ul li a {
        font-size: 16px;
        padding: 19px 0;
    }
    .title_sect h1 {
        font-size: 34px;
    }
    .serv_box {
        margin-bottom: 30px;
    }
    .title_sect {
        margin-bottom: 30px;
    }
    .events_section {
        padding: 20px 0 0 0;
    }
    .offers_card_section {
        padding: 30px 0 00px 0;
    }
    .giveaway_section {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .footer .copyright {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width:479px) {
    .header .logo {
        width: 90px;
    }
    .header .menu ul {
        gap: 12px;
    }
    .header .menu ul li a {
        font-size: 14px;
        font-weight: 600;
    }

    .title_sect h1 {
        font-size: 27px;
    }
    .offers_card {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }

    .offers_card .icon {
        margin-right: 0;
    }

}