@import url(./fonts.css);

:root {
    --fonts: 'Montserrat';
    --text: #ffffff;
    --background: #000000;
    --header:#282828;  
}
body {
    font-family: var(--fonts);
    color: var(--text);
    background-color: var(--background);
}
*{
	margin: 0;
	padding:0;
	box-sizing: border-box;
}
/* NAV */
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
.container{
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
}
.nav__content{
    display: flex;
	justify-content: space-between;
}
.nav__logo{
    max-width: 100px;
    width: 100%;
    height: 53px;
}
.nav{
    background-color:var(--header);
    justify-content: space-between;
}
.nav__ul{
    display: flex;
    align-items: center;
    padding-top: center;
}
.nav__li1{
    width: 10px;
    height: 24px;
    padding-top: center;
    padding-left: 40px;
    font-family: var(--fonts);
}
.nav__li2{
    width: 50px;
    height: 24px;
    padding-top: center;
    padding-left: 60px;
    font-family: var(--fonts);
}
.nav__li3{
    width: 50px;
    height: 24px;
    padding-top: center;
    padding-left: 60px;
    font-family: var(--fonts);
}
.nav__search__icon{
    padding-left: 800px;
}
.nav__shop__icon{
    padding-left: 20px;
}
/* NAV */
/* HEADER */
    .header {
    width: 100%;
    height: 100vh;
    background: #000 url('../img/backround rasm.jpg') no-repeat center center / cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 80px;
}

.header__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.header__title {
    color: white;
    font-size: 48px;
    font-weight: 500;
    margin: 0;
}

.header__btn {
    display: inline-block;
    padding: 10px 50px;
    background-color: white;
    color: black;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    transition: 0.3s;
}

.header__btn:hover {
    background-color: #f0f0f0;
    transform: scale(1.05);
}
/* MAIN */
.main{
    background-color:black;
}
.section{
    background-color:black;
}
.section__content__mold1{
    display: flex;
    column-gap: 20px;
}
.section__content__mold1__img{
    max-width: 552px;
    width: 100%;
    max-height: 335px;
    height: 100%;
    padding-top: 59px;
    padding-left: 78px;    
}
.section__content__mold1__p{
    font-family: var(--fonts);
    width: 500px;
}
.section__content__mold2{
    display: flex;
    column-gap: 20px;
}
.section__content__mold2__p{
    max-width:  540px;
    width: 100%;
    max-height: 107px;
    height: 100%;
    padding-top: 112px;
}
.section__content__mold2__img{
    max-width: 562px;
    width: 100%;
    max-height: 408px;
    height: 100%;
    padding-left: 0px;
    padding-top: 0px;
}
.section__content__mold3{
    display: flex;
    column-gap: 20px
}
.section__content__mold3__img{
    max-width: 268px;
    width: 100%;
    max-height: 375px;
    height: 100%;
    padding-top: 50px;
}
.section__content__mold3__p1{
    max-width: 333px;
    width: 100%;
    max-height: 120px;
    height: 100%;
    padding-top: 195px;
}
.section__content__mold3__p2{
    max-width: px;
    width: 100%;
    max-height: 144px;
    height: 100%;
    padding-top: 195px;    
}
.section__content__mold3__line1{
    max-width: 61px;
    width: 100%;
    max-height: 1px;
    height: 100%;
    padding-top: 255px;
    padding-left: 13px;
    padding-right: 14px;
    padding-bottom: 248px;
    color:#C4C4C4;
}
.section__content__mold3__line2{
    max-width: 61px;
    width: 100%;
    max-height: 1px;
    height: 100%;
    padding-top: 255px;
    padding-left: 14px;
    padding-right: 11px;
    padding-bottom: 249px;
    color:#C4C4C4;
}
.section__content{
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 80px 0;
}
.section__content__card{
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px 20px;
    display: flex;
        flex-direction: column;
    align-items: center;
    text-align: center;
    width: 255px;
    height: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.section__content__card__title{
    max-width: 138px;
    width: 100%;
    font-family: 'Monstserrat';
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}
.section__content__card__img{
    max-width: 127px;
    height: auto;
    margin-bottom: 30px;
}
.section__content__card__img2{
    max-width: 103px;
    height: auto;
    margin-bottom: 30px;
}
.section__content__card__img3{
    max-width: 90px;
    height: auto;
    margin-bottom: 30px;
}
.section__content__card__img4{
    max-width: 105px;
    height: auto;
    margin-bottom: 30px;
}
.section__content__card__price{
    font-family: 'Monstserrat';
    font-size: 18px;
    color: #333;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
.section__content__card__btn{
    display: inline-block;
    background-color: #111111;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 60px;
    font-weight: bold;
    font-size: 18px;
    width: 80%; 
    transition: background-color 0.3s ease;
}
.section__content__card__btn:hover{
    background-color: #333333;
}
/* MAIN */
/* FOOTER */
.footer{
    background-color: rgba(40, 40, 40, 1);
    padding: 40px 0;
    text-align: center;
    font-family: var(--fonts);
}
.footer__content{
    display: flex;
    justify-content: space-between;
}
.footer__content__logo{
    max-width: 100px;
    width: 100%;
    height: 53px;
}
.footer__content__list{
    display: flex;
    align-items: center;
    padding-top: center;
}
.footer__content__li1{
    width: 10px;
    height: 24px;
    padding-top: center;
    padding-left: 40px;
    font-family: var(--fonts);
}
.footer__content__li2{
    width: 50px;
    height: 24px;
    padding-top: center;
    padding-left: 60px;
    font-family: var(--fonts);
}
.footer__content__li3{
    width: 50px;
    height: 24px;
    padding-top: center;
    padding-left: 60px;
    font-family: var(--fonts);
}   
.footer__content__icon1{
    width: 70px;
    height: 55px;
    padding-right: 0px;
}
.footer__content__icon2{
    width: 70px;
    height: 55px;
    padding-left: 10px;
}
/* FOOTER */