@import url(./fonts.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    list-style: none;
}

body{
    min-width: 320px;
}

.header {
    background: #3E8989;
    padding: 37px 0;
}

.container {
    max-width: 1110px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.header__nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header__nav-list {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    gap: 30px;
}


.header__nav-list_item-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    font-family: "rubik-medium";
    align-items: flex-end;
}




.line {
    display: block;
    width: 103%;
    height: 3px;
    background: transparent;
    border-radius: 5px;
    transition: 0.3s;
    margin-top: 5px;
}

.header__nav-list_item-link:hover .line {
    background: #fff;
}

.search-bar {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.search-input {
    border: none;
    padding: 8px 20px;
    font-size: 16px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.search-button {
    background-color: #295E5E;
    color: white;
    border: none;
    padding: 9px 14px;
    font-weight: 500;
    cursor: pointer;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: 0.3s ease;
}

.search-button:hover {
    background-color: #1e4444;
}

.banner {
    width: 100%;
    height: 800px;
    padding: 0 auto;
    margin: 0 auto;
    background: url(../img/banner.png) no-repeat center bottom/ cover;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-direction: column;


}

.banner__desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.banner__title {
    font-family: "rubik-semibold";
    font-weight: 600;
    font-size: 80px;
    line-height: 100%;
    color: #fff;
}

.banner__text {
    font-family: "rubik-medium";
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: #fff;
}

.banner__link {
    font-size: 18px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.banner__link-item {
    font-family: "inter";
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    transition: 0.3s;
    background: #B4436C;
    border: 200px 50px;
    display: inline-block;
    width: 200px;
    height: 50px;
    border: 2px;
    border-radius: 30px;

}

.banner__link-item:hover {
    background: #fff;
    color: #B4436C;
}

.about {
    display: flex;
    justify-content: center;
    font-family: "inter";
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    color: #3E8989;

}

.about__content {
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-direction: column;
    padding: 80px 0 97px 0;
}

.about__content-desc {
    display: flex;
    gap: 20px;
}

.about__desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: "rubik-regular";
    font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
}



.catalog {
    font-family: "inter";
    font-weight: 600;
    font-size: 40px;
    display: flex;
    justify-content: center;
    color: #3E8989;
}

.catalog__cards {
    padding: 0 auto;
    margin: 0 auto;
    display: flex;
    gap: 53px;
    flex-direction: column;
    padding: 97px 0 100px 0;
}


.catalog__cards-cards{
    display: flex;
    gap: 20px;
}


.catalog__cards-card-content {
    width: 263px;
    height: 300px;
    background: #EFEFEF;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    align-items: center;
    flex-direction: column;
}

.catalog__cards-card-link {
    font-family: "inter";
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.catalog__cards-card:hover .catalog__cards-card-link {
    color: #B4436C;
}

.catalog__cards-card-content img {
    transition: transform 0.3s ease;
}

.catalog__cards-card:hover .catalog__cards-card-content img {
    transform: scale(1.05);
}

.contacts {
    font-family: "inter";
    font-weight: 600;
    font-size: 40px;
    color: #3E8989;


}

.contacts__desc {
    display: flex;
    justify-content: space-between;
    font-family: "rubik-regular";
    font-weight: 400;
    font-size: 20px;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 104px;
}

.contacts__desc-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contacts__desc-content{
    display: flex;
    gap: 388px;
}

.tell {
    font-family: "rubik-regular";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    transition: 0.3s;
}

.mail {
    font-family: "rubik-regular";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    transition: 0.3s;
}

.mail:hover {
    color: #B4436C;
}

.tell:hover {
    color: #B4436C;
}

.footer {
    background: #3E8989;
}

.footer__nav {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 48px 0 15px 0;

}

.footer__list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

.footer__desc {
    display: flex;
    justify-content: center;
    font-family: "rubik-regular";
    font-weight: 400;
    font-size: 14px;
    color: #fff;

}

.footer__list-text-link {
    font-family: "rubik-medium";
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.footer__list-text-link:hover {
    color: #B4436C;
}

html {
    scroll-behavior: smooth;
}