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

*{
    padding: 0;
    margin: 0;
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: black;
    font-size: 20px;
    background-color: #1f629e;
}

a {
    text-decoration: none;
}

img{
    max-width: 100%;
}

/*дисклеймер*/

.discleimer {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin: 15px;
}

.discleimer h1 {
    text-align: center;
    margin-bottom: 10px;
}

.close-btn {
    background: #991515;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

.discleimer h1{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
}


/*шапка*/
.wrapper{
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 157, 166, 1) 100%);
    width: 100%;
    min-height: 100vh; 
    overflow-x: hidden;
}

.container{
    width: 1300px;
    margin: 0 auto;
}

header{
    padding: 50px 0;
    display: flex; 
    justify-content: space-between;
    align-items: center;
}

header .logo 
,footer .blocks .logo{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
}

header nav{
    width: 40%;
}

header nav ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}

header nav ul li{
    display: inline-block;
}

header nav ul li.active::after{
    content: '';
    display : block;
    width: 30px;
    height: 5px;
    background: #991515;
    border-radius: 10px;
}

header nav ul li a{
    color: #fff;
}

header nav ul li:not(.active):not(.butt) a:hover{
    border-bottom: 5px solid #1a2b8c;
}

header nav ul li.btn a , 
.email .block button:hover{
    background: #991515;
    padding: 9px 19px;
    transition: all 200ms ease;
    border-radius: 5px; 
}

header nav ul li.butt a:hover{
    background: #A65050;
}
 /*секция презентации*/

.hero{
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.hero--info{
    width: 530px;
    padding-top: 90px;
}

.hero--info h2{
    color:#991515;
    font-size: 40px;
    font-weight: 600;
}

.hero--info h1{
    font-size: 30px;
    font-weight: 600;
}

.hero--info p{
    font-weight: 500;
    line-height: 140%;
    margin: 30px;
}

.hero--info .butt , .hero-about .info .btn{
    background: #1a2b8c;
    color: #A65050;
    border-radius: 40px;
    padding: 15px 30px;
    border: 0;
    transition:all 500ms ease;
    font-size: 15px;
}

.hero--info .butt:hover ,.hero-about .info .btn:hover{
    cursor: pointer;
    transform: scale(1.9);
}

.hero img{
    position: absolute;
    top: 90px;
    right: 0px;
}

/*Секция с хрусталём )))*/

.trending{
    margin-top: 300px; 
}

.trending h3{
    font-weight: 700;
    font-style: 29px;

}

.trending img {
    width: 300px;
    height: 400px;
    border-radius: 10px;
}

.trending span img {
    width: 20px;
    height: 20px;
}

.trending .see-all{
    color: #fff;
    background: #A65050;
    border-radius: 6px;
    padding: 12px 23px;
    float: right;
    display: block;
    transition: all 500ms ease;
}

.trending .see-all:hover{
    transform: scale(1,5);
}

.trending .games{
    display: flex;
    justify-content: space-between;
    gap: 40px; 
    width: 100%;
    padding: 50px 0; 
}

.trending .games span{
    display: block;
    text-align: center;
    margin-top: 20px;
}

.trending .games span img{
    position: relative;
    top: 3px;
    margin-right: 2px;
}

.big-text{
    padding: 50px 0;
    font-style: 35px;
    font-weight: 600;
    text-align: center;
    width: 700px;
}

/*баннер */

.banner{
    padding: 90px 0;
}

.banner h3{
    font-style: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}

.banner p{
    line-height: 140%;
    margin-bottom: 20px;
    width: 550px;
}

.banner img{
    width: 100%;
    margin-bottom: 30px;
}

.features{
    background: url('/img/i.webp') no-repeat center center fixed;
    background-size: cover;
    padding: 80px 0;
}

.features h3,
.features p{
    margin-bottom: 20px;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.features h3{
    font-size: 40px;
}
.features p{
    font-size: 30px;
}
.features .info{
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    gap: 20px; 
}

.features .block {
    display: flex;
    align-items: center; 
    gap: 30px; 
    margin: 30px 0;
    padding: 20px;
}

.features .block img {
    width: 300px; 
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0; 
}

.features .text-content {
    flex: 1; 
}

.features .text-content p {
    margin: 0;
    line-height: 1.6;
}

/*Мои будущие проэкты*/

.projects h3{
    font-style: 30px;
    text-align: center;
}

.projects p{
    margin: 40px 0;
    text-align: center;
}
.projects{
    padding: 100px 0;

}

.projects .images {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.projects .images img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.projects .see-all{
    color: #fff;
    background: #A65050;
    border-radius: 6px;
    padding: 12px 23px;
    float: none;
    display: block;
    transition: all 500ms ease;
}

.projects .see-all{
    transform: scale(1.2);
    width: 150px;
    text-align: center;
    margin: 0 auto;
}
/*.projects h3 ,
.projects p{

    margin-bottom: 20px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}*/

/*Нижняя часть с вводом имейла*/


.email{
    padding: 80px 0 120px 0;
}

.email h3{
    font-size: 30px;
    margin-top: 0; 
    margin-bottom: 30px; 
    text-align: center; 
}

.email .block{
    background: #A9A9A9;
    margin-top: 30px;
    border-radius: 10px;
    padding: 40px 3%;
    width: 94%;
    display: flex;
    align-items: center; 
    max-width: 100%; 
    box-sizing: border-box;
    justify-content: space-between; 
}

.email .block .input-group {
    display: flex;
    align-items: center; 
    gap: 10px; 
}

.email .block h4{
    font-size: 30px;
    font-weight: 400;
    margin: 0; 
}

.email .block p{
    width: 500px;
    margin: 10px; 
}

.email .block input{
    background: #fff;
    outline: none;
    border: 0;
    border-radius: 4px;
    width: 380px;
    padding: 20px 30px;
    height: 20px; 
    position: relative;
    right: -120px;
    z-index: 1;
    padding-right: 120px;
}

.email .block button{
    cursor: pointer;
    border: none;
    padding: 20px 30px; 
    background: #991515;
    color: white;
    border-radius: 4px;
    height: 60px; 
    box-sizing: border-box;
    transition: all 1000ms ease;
    position: relative;
    z-index: 2;
}

.email .block button:hover{
    background: #A65050;
}

/*Footer*/
footer{
    background: #000;
    padding: 50px 0;
    color: white;
}

footer .blocks{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap; 
}

footer .blocks > div {
    flex: 1;
    min-width: 300px; 
}

footer .blocks p{
    width: 100%; 
    margin: 15px 0;
    line-height: 1.6;
    opacity: 0.8;
}

footer .blocks ul {
    list-style: none;
    margin: 15px 0;
}

footer .blocks ul li {
    margin-bottom: 8px;
    opacity: 0.8;
}

footer .blocks h4 {
    color: #991515;
    margin-bottom: 15px;
    font-size: 20px;
}

footer > .container > p {
    text-align: center;
    opacity: 0.7;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

/*СТАРНИЦА О НАС*/

.hero-about{
    position: relative;
}

.hero-about img{
    position: absolute;
    right: 100px;
    top: 230px;
    transform: scale(2.5);
}

.hero-about .info{
    width: 500px;
    padding: 100px 0;
}

.hero-about .info h1{
    margin-bottom: 15px;
    font-size: 30px;
}

.hero-about .info .btn{
    margin-top: 20px;
}

/*Блок Ворк*/

.work{
    padding: 80px;

}

.work h2{
    font-style: 90px;
    margin-bottom: 30px;
}

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

.work .blocks .block{
    border-radius: 10px;
    width: 25%;
    padding: 50px 35px;
    background: #965024;
}

.work .blocks .block h3{
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.work .blocks .block .badge{
    border-radius: 5px;
    padding: 10px 20px;
}

.work .blocks .block .badge .green{
    background: green;
}
.work .blocks .block .badge .orange{
    background: orange;
}
.work .blocks .block .badge .purple{
    background: purple;
}

/*страница контакты */

.hero-contacts h1{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 30px;
}
.hero-contacts p{
    text-align: center;
}
.hero-contacts img{
    width: 70%;
    margin: 100px 200px;
}

.feedback{
    padding: 70px;
    background-color: #dc7474;
}
.feedback h2{
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}
.feedback p{
    text-align: center;
    margin-top: 10px;
}


.feedback .inline {
    margin: 80px auto;
    width: 600px;
}

.feedback .inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback .inline > div {
    width: 48%; 
}

.feedback label {
    color: #fff; 
    font-size: 14px;
    display: block; 
}

.feedback input,
.feedback textarea {
    background: #2C2420;
    border-radius: 10px;
    border: 0.6px solid #cecece;
    display: block;
    width: 100%; 
    padding: 15px;
    outline: none;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.feedback form button{
    background: #1a2b8c;
    border-radius: 7px;
    border:none;
    float: right;
    cursor: pointer;
    color: #ddd;
    padding: auto;
    transition: all 500ms ease;
}

.feedback form button:hover{
    background: #991515;
}

/*портфолио*/

.tovar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.tovar-item {
    background: white;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.tovar-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.price {
    font-size: 24px;
    font-weight: bold;
    color: #991515;
    display: block;
    margin: 15px 0;
}

.buy-btn {
    background: #991515;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
}

/*Анимация скролла*/
.image-scroll {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    border-radius: 10px;
    margin-bottom: 15px;
}

.image-scroll img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    flex-shrink: 0;
    scroll-snap-align: start;
    border-radius: 10px;
}

/* Аниация кнопки*/
.buy-btn {
    background: #991515;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
}

.buy-btn:hover {
    background: #A65050;
    transform: translateY(-2px);
}

.buy-btn.bought {
    background: #808080 !important;
    color: #ccc !important;
    cursor: not-allowed;
    transform: none;
}

.buy-btn.bought:hover {
    background: #808080 !important;
    transform: none;
}

/*новости*/
.novosty .nowdna{
    text-align: center;
}

.novosty .nowdna h1{
    font-size: 40px;
}

.novosty .nowdna p{
    font-size: 30px;
}

.novosty .anekdoty .anek{
    padding-top: 10px;
    margin: 20px 8px;
}



