@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    direction: rtl;
    background: linear-gradient(180deg, #173111 0%, #2C4A66 100%);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
      
}

a {
    text-decoration: none;
}

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

.header {
    min-height: 260px;
    display: flex;
    align-items: center;
    background: url('../images/bg.webp') no-repeat center/cover;
}

.header__link {
    max-width: 540px;
    min-height: 110px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 50px;

    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 
        -3px -3px 0 #173111,
         3px -3px 0 #173111,
        -3px  3px 0 #173111,
         3px  3px 0 #173111;
}

.link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    min-height: 85px;
    margin: 40px auto 0;
    background: linear-gradient(180deg, #80FFE6 7.65%, #2E8962 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 50px;

    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #173111;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px -1px 4px #80FFE5;
}
.link:hover {
    background: linear-gradient(180deg, #2E8962 7.65%, #80FFE6 100%);
}
.section-1  {
    padding: 40px 0;
}

.section-1 .text {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #FFFFFF;
}

.block {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: linear-gradient(96.53deg, rgba(130, 166, 141, 0.5) 15.09%, rgba(47, 81, 57, 0.5) 61.98%);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    padding: 30px;

}
.block-2 {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    padding: 0 30px;
}
.block-3 {
    margin-top: 60px;
    margin-bottom: 60px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}

.block__img {
    max-width: 360px;
    height: 360px;
}

.block__img,
.block-2__img,
.block-4__img {
    width: 100%;
    object-fit: cover;
    order: 1;
}

.block__text,
.block-2__text,
.block-3 {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
}

.block__text h2,
.block__text ul,
.block-3 h2,
.block-3 ul {
    padding-bottom: 10px;
}
.block-3 h2,
.block-3 p {
    padding-left: 30px;
    padding-right: 30px;
   
}
.block-3 p {
    padding-top: 30px;
}
.block-2__text h2,
.block-2__text ul,
.block-3 h2,
.block-3 ul,
.block-4__text h2,
.block-4__text ul,
.block-4__text p {
    padding-bottom: 10px;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
}

.block__text ul,
.block-2__text ul {
    padding-right: 15px;    
    list-style: disc;
}
.block-4__text ul {
    list-style: none;
}
.block-3 ul  {
    padding-right: 45px;
    padding-bottom: 30px;
}
.block-3 li {
    padding-left: 30px;
    margin-bottom: 10px;
}
.block-3 li:nth-child(odd) {
    background: rgba(255, 255, 255, 0.05);
}

.block-2__img {
    max-width: 430px;
    height: 212px;
}

.block-4 {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.block-4__img {
    max-width: 329px;
    height: 329px;
}
