img{
    max-width: 100%;
    height: auto;
}
.offer-img{
    width: 146px;
    height: 83px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    background-color: #112E48;
    border-radius: 19px;
}
@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins/Poppins-Light.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url("../fonts/Source Sans Pro/SourceSansPro-Light.ttf");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url("../fonts/Source Sans Pro/SourceSansPro-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}
body{
    background-color: #001B64;
}
body {
    background-image:
            radial-gradient(circle at 20% 30%, rgba(255, 0, 150, 0.5), transparent 70%),
            radial-gradient(circle at 70% 60%, rgba(0, 200, 255, 0.5), transparent 60%),
            radial-gradient(circle at 40% 80%, rgba(0, 255, 100, 0.5), transparent 50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
*{
    box-sizing: border-box;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    padding: 16px;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: 700;
}
.logo{
    font-size: 32px;
}

.navigation-menu ul{
    display: flex;
}
.navigation-menu ul li{
    padding-left: 50px;
    font-size: 20px;
}
.hamburger-menu {
    display: none;
    font-size: 30px;
    cursor: pointer;
}
.title-container{
    display: flex;
    justify-content: center;
    margin-top: 54px;
}
.title{
    text-align: center;
    color: white;
    width: 823px;
}
.title h1{
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
}
.title p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 32px;
}
.cards-container {
    padding: 32px 46px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    justify-items: center;
}
.card{
    padding: 4px;
    background-color: #101010;
    border-radius: 20px;
}
.card-banner{
    display: flex;
    align-items: center;
    background-color: #0057A2;
    border-radius: 19px;
    position: relative;
}
.card-banner-title{
    text-align: center;
    padding-left: 6px;
}
.card-banner-title-1{
    text-align: center;
}
.card-banner p{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding-left: 20px;
    color: #FFFFFF;
}
.top:before {
    content: 'Top';
    position: absolute;
    color: #3FFC14;
    font-family: 'Poppins', sans-serif;
    padding-left: 8px;
    padding-top: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    top: 0;
    right: 0;
    width: 43px;
    height: 22px;
    background-color: #101010;
    border-radius: 0 25px 0 50px;
}
.hot:before {
    content: 'Hot';
    position: absolute;
    color: #FC146D;
    font-family: 'Poppins', sans-serif;
    padding-left: 8px;
    padding-top: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    top: 0;
    right: 0;
    width: 43px;
    height: 22px;
    background-color: #101010;
    border-radius: 0 25px 0 50px;
}
.card-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 4px;
}
.card-info-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.card-info-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
}
.card-info-title p{
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #7B7B7B;
    padding-bottom: 6px;
}
.card-info-title span{
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #FFEA00;
}
.card-info-title span:first-of-type {
    padding-right: 20px;
}
.card-info-btn button{
    padding: 10px 18px;
    background-color: #FFFFFF;
    color: #000AFE;
    border-radius: 40px;

}
.card-info-btn button:hover{
    background: linear-gradient(0deg, rgba(0, 10, 254, 0.2), rgba(0, 10, 254, 0.2));

}
.card-info-btn button a{
    font-family: Source Sans Pro, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 23.81px;
    letter-spacing: -0.03em;
}
.vector{
    background: linear-gradient(148.17deg, #212121 27.08%, #101010 83.41%);
    width: fit-content;
    padding: 5px;
    border-radius: 100px;
}
.grey-text{
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #7B7B7B;
}
.card-info-bottom{
    border-top: 1px solid #70707066;
}
.card-info-bottom-1, .card-info-bottom-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    padding-top: 12px;
}
.card-info-bottom-smile{
    display: flex;
    align-items: center;
}
.yellow-text{
    color: #FFEA00;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
}
.space{
    padding-left: 12px;
}
.yellow-text span{
    font-size: 12px;
}
.text{
    padding: 16px;
}
.text h2{
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    padding-bottom: 6px;
}
.text p, .text ul{
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 6px;
}
.text h3{
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 6px;
}
.text h4{
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 6px;
}
.main-text{
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #001B64;
    border-radius: 20px 20px 0 0;
    padding: 16px;
}

.main-text h2{
    font-size: 32px;
    padding: 16px;
    line-height: 30px;
}
.main-text p{
    font-size: 20px;
    padding-left: 16px;
    line-height: 20px;
}

.main-container{
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #001B64;
    padding: 16px;
}

.col-md-12 h2{
    font-size: 25px;
    padding: 16px;
    line-height: 30px;
}

.col-md-12 p{
    font-size: 16px;
    padding-left: 16px;
    line-height: 20px;
}
.footer-img-section {
    justify-content: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.logo-gam img.bga {
    max-width: 80px;
}
.logo-gam img.disc {
    max-width: 80px;
}
.footer-text-section{
    text-align: center;
    padding: 16px;
}
.link-section{
    display: flex;
    justify-content: center;
    padding: 16px;
}
.link-section a{
    padding: 25px;
    font-size: 16px;
}

.footer__nav{
    font-size: 16px;
    display: flex;
    justify-content: space-evenly;
}
.footer__nav a{
    padding-right: 12px;
}
.footer__copyright{
    font-size: 16px;
    text-align: center;
    margin-top: 16px;
    padding: 16px;
    border-top: 2px solid #70707066;
}

@media (max-width: 767px) {
    .footer-img-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .link-section{
        flex-wrap: wrap;
    }
    .footer__nav{
        flex-wrap: wrap;
    }
    .title h1{
        font-size: 54px;
    }
    .hamburger-menu {
        display: block; /* Відображаємо іконку гамбургера на мобільних пристроях */
    }
    .navigation-menu ul {
        display: none; /* Ховаємо основне меню на малих екранах */
        flex-direction: column; /* Вертикальне меню для мобільної версії */
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #001B64;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    /* Коли меню відкрите */
    .navigation-menu.active ul {
        display: flex;
    }
}
.clearfix::after{content:"";display:table;clear:both}
