@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Roboto", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* font-family: "PT Serif", serif; */

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/*  font-family: "Playfair", serif; */

body {
    margin: 0 auto;
}

.header {
    background-color: #012D63;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header-content {
    display: flex;
    padding: 20px;
    cursor: pointer;
}

.header-nav ul,
.header-lang ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-nav {
    display: flex;
    align-items: center;
}

.header-lang {
    display: flex;
    align-items: center;
    padding-left: 65px;
    gap: 15px;
}

.header-lang-list {
    gap: 15px;
}

.header-logos {
    margin-right: 100px;
}

.header-logo {
    width: 100px;
    height: 80px;
}

.header-links {
    display: flex;
    padding-top: 25px;
    padding-bottom: 10px;
    gap: 30px;
}

.header-link:hover {
    font-weight: 400;
}

.header-link {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #C7C7C7;
    position: relative;
}

.header-lastlink {
    margin-left: 50px;
    display: flex;
    gap: 20px;
    position: relative;
}

.header-link::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: white;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.6s;
}

.header-link:hover::after {
    transform: scaleX(1);
}



.hero-block {
    background-image: url("../src/imgs/nikemain-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 250px;
    margin-top: 50px;
}


.container {
    width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

.hero-block-logo {
    width: 160px;
    height: 120px;
}

.hero-block-logo-text {
    color: white;
    font-family: "PT Serif", serif;
    font-size: 48px;
    font-weight: 400;
    margin-left: 20px;
}

.hero-block-heading {
    color: white;
    font-family: "Playfair", serif;
    font-size: 144px;
    font-weight: 400;
}

.hero-block-maintext {
    color: white;
    font-family: "Playfair", serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 40px;
}

.hero-block-text {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 530px;
    line-height: 20px;
    margin-bottom: 40px;
}

.hero-block-textspan1 {
    display: block;
}

.hero-block-textspan2 {
    display: block;
}

.page-button {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    background-color: #8E32C6;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.page-button:hover {
    background-color: transparent;
    border-color: #8E32C6;
}

.hero-block-logotype {
    line-height: 5px;
    padding-top: 100px;
    padding-bottom: 30px;
}



.block-description-content-subtitle {
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}

.small-card1,
.small-card2 {
    border-right: 1px white solid;
}

.small-card2 {
    padding-left: 95px;
    padding-right: 95px;
}

.small-card1 {
    padding-right: 50px;
}

.small-card3 {
    padding-left: 50px;
}

.small-card1::after {
    content: "";
    display: block;
    background-image: url("../src/imgs/rating-stars.png");
    background-size: cover;
    height: 240px;
    width: 240px;
}

.small-card2::before {
    content: "";
    display: block;
    background-image: url("../src/imgs/paint.png");
    background-size: cover;
    height: 240px;
    width: 240px;
}

.small-card3::after {
    content: "";
    display: block;
    background-image: url("../src/imgs/deliverycar.png");
    background-size: cover;
    height: 240px;
    width: 240px;
}

.block-description-content {
    display: flex;
    justify-content: center;
    padding: 25px 25px 25px 25px;
}

.block-description {
    background-image: url("../src/imgs/bggradient1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 105px;
    border-bottom: solid 2px white;
}

.block-description-content {
    border: solid 5px rgba(142, 50, 198, 1);
}






.cardsection {
    background-image:
        url("../src/imgs/flowers.png"),
        url("../src/imgs/bggradient2.png");

    background-repeat:
        no-repeat,
        no-repeat;

    background-size:
        300px 380px,
        cover;

    background-position:
        left bottom,
        center center;

    border-bottom: solid 2px white;
}

.cardsection-heading {
    color: white;
    font-family: "Playfair", serif;
    font-size: 48px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}


.card-header {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    width: 230px;
    line-height: 30px;
}

.card-date {
    color: #D8D8D8;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 50px;
}

.card-photo {
    width: 30px;
    height: 30px;
}

.card-name {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

.card-postdate {
    color: #D8D8D8;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
}

.card-details {
    display: flex;
}

.cards-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
    padding-bottom: 100px;
}


.card-people-information {
    line-height: 20px;
}

.card-details {
    display: flex;
    align-items: center;
}

.cardsection-card1 {
    background: linear-gradient(137deg, #00e5e6 7.29%, #00a8f7 26.04%, #9a76f9 62.5%, #cc5ec2 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
    box-shadow: 0 15px 0 -4px #7d42c4, 0 32px 0 -12px #5c308f;
}

.cardsection-card2 {
    background: linear-gradient(135deg, #ff68b4 0%, #ff45e1 26.04%, #ce3aff 62.84%, #8961ff 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
    box-shadow: 0 14px 0 -5px #9159b1, 0 30px 0 -13px #61337c;
}

.cardsection-card3 {
    background: linear-gradient(135deg, #ffe128 0%, #ff9b5c 30.21%, #ff8381 63.29%, #ff5489 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
    box-shadow: 0 14px 0 -5px #b95a4c, 0 30px 0 -13px #732f26;
}



.order-block {
    background-image: url("../src/imgs/bgleaves.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.order-block-heading {
    color: white;
    font-family: "Playfair", serif;
    font-size: 48px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.forms {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.form {
    background-color: #fff;
    border-radius: 100px;
    padding-left: 25px;
    padding-right: 400px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #959595;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    border: none;
}

.form-special {
    background-color: #fff;
    border-radius: 100px;
    padding-left: 25px;
    padding-right: 400px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #959595;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 400;
    border: none;
}

.form-button-placement {
    background-color: #fff;
    border-radius: 100px;
    padding-left: 25px;
    padding-right: 400px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #959595;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    border: none;
    margin-right: 120px;
    margin-left: 120px;
}

.form-button-placement:hover {
    scale: 1.2;
    transition: all 0.5s ease;
}

.form:hover {
    scale: 1.2;
    transition: all 0.5s ease;
}

.form-special:hover {
    scale: 1.2;
    transition: all 0.5s ease;
}

.order-button {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    background-color: #8E32C6;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.order-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.order-button:hover {
    background-color: transparent;
    border-color: #8E32C6;
}




.footer {
    background-color: #021635;
}

.footer-question {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    position: relative;
    transition: all 0.3s ease;
}

.footer-links {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 40px;
    position: relative;
    transition: all 0.3s ease;
}

.footer-question:hover {
    scale: 1.1;
}


.footer-information {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 30px;

}

.footer-photo {
    width: 100px;
    height: 80px;
}

.footer-logo-text {
    color: white;
    font-family: "PT Serif", serif;
    font-size: 24px;
    font-weight: 400;
}

.footer-logo {
    display: flex;
    flex-wrap: wrap;
    width: 120px;
    justify-content: center;
}

.footer-maintext {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 20px;
    gap: 400px;
    border-bottom: 2px solid #9B9B9B;
}

.footer-maintext-group2 {
    width: 100px;
    direction: rtl;
    padding-left: 346px;
}

.footer-downpart {
    display: flex;
    justify-content: center;
    gap: 800px;
    padding-top: 20px;
    padding-bottom: 30px;
}