@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body{
    font-family: 'Dela Gothic One', sans-serif;
    font-family: 'Montserrat', sans-serif;
    margin:0;
    padding:0;
}
.logo{
    font-weight:800;
    color: #FFEA2B;
    font-size: 24px;
    margin-left: 124px;
    font-family: 'Dela Gothic One', sans-serif;
}
.header{
    display: flex;
    justify-content: space-between;
    background-color: black;
    height: 99px;
    align-items: center;
}
.wr{
    display: flex;
    justify-content: space-around;
    gap:50px;
    margin-right: 120px;
    flex-wrap: wrap;
}
a{
    font-weight: 800;
    font-size: 18px;
    color: white;
    padding: 5px;
    font-family: 'Dela Gothic One', sans-serif;
    text-decoration: none;
    
}
a:hover{
    background-color:#FFEA2B;
    border-radius: 10px;
    color: black;
    transition: 0.5s;
}
.photo{
    background-color:#FFEA2B;
    border-radius: 30px 0px 0px 30px;
    width: 1200px;
    height: 130%;
    position: relative;
}
.main{
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
}
.text{
    font-weight: 800;
    font-size: 50px;
    text-align: left;
    padding-left: 100px;
    padding-top: 50px;
    width: 40%;
    font-family: 'Dela Gothic One', sans-serif;
}
.daster{
    width: 100%;
    animation-name: daster;
    animation-duration: 2s;
    position: absolute;
  top: 15%;
  left:0px; 
}
.wrapper{
    position: relative;
}
@keyframes daster{
    from{
        left: 800px;
    }
    to{
        left: 0px;
    }
}
h2{
    font-weight: 800;
    font-size: 50px;
    margin-left: 10%;
    font-family: 'Dela Gothic One', sans-serif;
}
.company{
    margin-top: 506px;
}
.comp{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.txt{
    color: #000;
    font-family: Montserrat;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    width: 70%;
    line-height: normal;
    

}
.img1{
    width: 35%;
    margin-left: 10%;
}
.block{
    width: 35%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.news{
    margin-top: 166px;
}
.all{
    display: flex;
    justify-content: space-between;
    margin-top: 92px;
}
.new1{
    width: 35%;
    margin-left: 10%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}
.new2{
    width: 35%;
    margin-right: 10%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}
.zag{
    color: #000;
text-align: center;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.car{
    border-radius: 30px;
    
}
.im{
    text-align: center;
}
.textu{
    color: #000;
text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 26px 87px 26px 87px;
}
.texti{
    display: flex;
    justify-content: center;
    align-items: center;
}
.t{
    font-size: 10px;
}
.con{
    margin-top: 166px;
}
.contacts{
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
}
.shop{
    width: 35%;
    margin-left: 15%;
}
.about{
    width: 35%;
    margin-right: 10%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}
.one{
    display: flex;
    gap: 24px;
    align-items: center;
    margin-left: 5%;
}
.imgg{
    width: 5%;
    height: 5%;
}
.contact{
    color: #000;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.footer{
    margin-top: 180px;
    background-color: black;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.textfoot{
    color: white;
}
@media (max-width:500px){
    body{
        margin: 0;
        padding: 0;
    }
    .photo{
        width: 200px;
        height: 30%;
    }
    .text{
        font-size: 20px;
        padding-top: 0px;
        width: 100%;
        display: block;
        padding-left: 0px;
        text-align: center;
    }
    .main{
        margin-top: 40px;
        display: block;
    }
    .wr{
        gap: 10px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    a{
        font-size: 13px;
    }
    a:hover{
        border-radius: 2px;
    }
    .header{
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }
    .logo{
        font-size: 23px;
        margin: 0;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    h2{
        font-size: 40px;
    }
    .company{
        margin-top: 400px;
    }
    .comp{
        display: block;
        margin-top: 30px;
    }
    .img1{
        width: 100%;
        margin:auto;
    }
    .txt{
        font-size: 20px;
    }
    .block{
        width: 100%;
        margin-top: 10px;
    }
    .news{
        margin-top: 100px;
    }
    .all{
        display: block;
    }
    .new1, .new2{
        width: 100%;
        margin: auto;
    }
    .car{
        width: 100%;
    }
    .zag{
        font-size: 25px;
    }
    .textu{
        font-size: 15px;
        padding: 26px 20px 26px 20px;
    }
    .t{
        font-size: 10px;
        text-align: center;
    }
    .con{
        margin-top: 100px;
    }
    .contacts{
        display: block;
    }
    .shop{
        width: 100%;
        margin: auto;
    }
    .about{
        width: 100%;
        margin-top: 10px;
    }
    .contact{
        font-size: 18px;
        width: 100%;
    }
    .one{
        margin:2px,0px,2px,0px;
    }
    .footer{
        margin-top: 100px;
        height: 100px;
    }
}
@media (501px < width <= 1440px){
    body{
        margin: 0;
        padding: 0;
    }
    .photo{
        width: 200px;
        height: 30%;
    }
    .text{
        font-size: 40px;
        padding-top: 0px;
        width: 100%;
        display: block;
        padding-left: 0px;
        text-align: center;
    }
    .main{
        margin-top: 40px;
        display: block;
    }
    .wr{
        gap: 10px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    a{
        font-size: 13px;
    }
    a:hover{
        border-radius: 2px;
    }
    .header{
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }
    .logo{
        font-size: 25px;
        margin: 0;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 30px;
    }
    h2{
        font-size: 40px;
    }
    .company{
        margin-top: 700px;
    }
    .comp{
        display: block;
        margin-top: 30px;
    }
    .img1{
        width: 100%;
        margin:auto;
    }
    .txt{
        font-size: 30px;
    }
    .block{
        width: 100%;
        margin-top: 10px;
    }
    .news{
        margin-top: 100px;
    }
    .all{
        display: block;
    }
    .new1, .new2{
        width: 100%;
        margin: auto;
    }
    .car{
        width: 100%;
    }
    .zag{
        font-size: 35px;
    }
    .textu{
        font-size: 25px;
        padding: 26px 20px 26px 20px;
    }
    .t{
        font-size: 10px;
        text-align: center;
    }
    .con{
        margin-top: 100px;
    }
    .contacts{
        display: block;
    }
    .shop{
        width: 100%;
        margin: auto;
    }
    .about{
        width: 100%;
        margin-top: 10px;
    }
    .contact{
        font-size: 25px;
        width: 100%;
    }
    .one{
        margin:2px,0px,2px,0px;
    }
    .footer{
        margin-top: 100px;
        height: 100px;
    }
}
@media (1399px < width <= 1440px){
    .company{
        margin-top: 900px;
    }
}