/***************************************************************
                           FONTS
***************************************************************/

/* rubik-regular - latin */
@font-face {
    font-display: swap;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    src: url("assets/fonts/rubik-v28-latin-regular.woff2") format("woff2");
}

/***************************************************************
                           ROOT
***************************************************************/

:root {
    --font-primary: "Rubik", sans-serif;
    --primary-color: #ffffff;
}

/***************************************************************
                      BODY AND HTML
***************************************************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    height: 1920px;
    width: 1080px;
    font-family: var(--font-primary);
    background: url(assets/images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
    color: var(--primary-color);
}

body.screen-1{
    padding-bottom: 69.6px;
}

body.landscape-body {
    width: 1920px;
    height: 1080px;
    padding: 70px;
}

body.landscape-body.double{
    padding: 58.25px 81.666px;
}

nav {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 140px;
}

body.landscape-body.double nav {
    margin-bottom: 70px;
    height: 67.5px;
}

body.landscape-body.single nav{
    margin-bottom: 70px;
}

body.screen-1 nav {
    margin-bottom: 69.6px;
    height: 67.5px;
}

body.screen-1 nav img {
    padding-left: 32px;
}

body.landscape-body.double nav img{
    padding-left: 81.666px;
}

nav img {
    height: 100%;
    width: auto;
}

body.screen-2-sm{
    width: 800px;
    height: 1280px;
    padding: 74px;
}

body.screen-2-sm .content-container img {
    width: 100%;
    /* aspect-ratio: 16/9; */
    aspect-ratio: 4/3;
    height: auto;
    /* object-fit: cover; */
    margin-top: 22px; /* Proportional margin */
    margin-bottom: 22px; /* Proportional margin */
    max-height: 100%;
}

body.screen-2-sm nav {
    height: 33px; /* Proportional height */
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 104px; /* Proportional margin */
}

body.screen-2-sm .content-container h1 {
    font-size: 27px; /* Proportional font size */
    margin-bottom: 15px; /* Proportional margin */
    line-height: 1.2;
}

body.screen-2-sm .content-container p,
body.screen-2-sm .content-container ul,
body.screen-2-sm .content-container ol,
body.screen-2-sm .content-container a,
body.screen-2-sm .content-container div,
body.screen-2-sm .content-container span,
body.screen-2-sm .content-container strong,
body.screen-2-sm .content-container u {
  font-size: 21px !important; /* Proportional font size */
  line-height: 1.2 !important;
  color: #fff !important;
  text-decoration: none !important;
  background: transparent !important;
  font-weight: 400 !important;
}

body.screen-2-sm .content-container{
    width: 100%;
    height: 1023px;
    padding: 0px 44px 44px 44px;
}

.content-container {
    width: 100%;
     height: 1535px;
    padding: 0px 60px 60px 60px;
    text-align: center;
}

.image-container {
    max-width: 455px;
    /* aspect-ratio: 4/3; */
    margin-bottom: 30px;
    margin-inline: auto;
}

body.screen-1 .image-container {
/*  max-width: 351px;*/
    margin-bottom: 0;
    margin-right: 70px;
}

body.landscape-body.single .image-container img {
    /* width: 714px; */
}

.content-container .text-block {
    max-height: 983px;
    height: auto;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    text-align: start;
}

.text-block::-webkit-scrollbar {
    display: none;
}

body.landscape-body .content-container {
    width: 100%;
    height: 100%;
    padding: 0px 140px 0px 140px;
    display: flex;
}
body.landscape-body.double .content-container {
    width: 100%;
    padding: 0px 81.666px 0px 81.666px;
    display: block;
}

body.landscape-body.double .swiper-block {
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

body.landscape-body.double .first-swiper,
body.landscape-body.double .second-swiper {
    flex: 1;
    max-width: 50%;
}

body.landscape-body.double .swiper-container {
    width: 100%;
    height: 100%;
}

body.landscape-body.double .swiper-slide {
    text-align: start;
}

body.screen-1 .content-container {
    padding: 69.6px 32px;
    height: 806.65px;
}

.content-container img {
    width: 100%;
    /* aspect-ratio: 16/9; */
    aspect-ratio: 4/3;
    height: auto;
    object-fit: contain;
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 100%;
}
body.landscape-body.double .content-container img {
    height: auto;
    width: 100%;
    /* margin-bottom: 30px; */
    margin-right: 0px;
}
body.landscape-body .content-container img {
    margin-top: 0px;
    /* width: 400px; */
    margin-right: 70px;
    margin-bottom: 0px;
    /* height: 825px; */
}

body.landscape-body.double .content-container .text-block {
    max-height: 390px;
    width: 715px;
}
body.landscape-body .content-container .text-block {
    max-height: 825px;
    width: 1030px;
}
body.screen-1 .content-container img {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 32px;
    /*width: 300px; */
}

body.screen-1 .content-container {
    display: flex;
}
body.screen-1 .content-container .text-block {
    width: 484px;
}
.content-container h1 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2; /* Add line-height property */
}

body.screen-1-sm nav {
    margin-bottom: 51px; /* Proportional margin-bottom */
    height: 50px; /* Proportional height */
}

.content-container p,
.content-container ul,
.content-container ol,
.content-container a,
.content-container div,
.content-container span,
.content-container strong,
.content-container u {
    font-size: 28px !important;
    line-height: 1.2 !important; /* Add line-height property */
    color: #fff !important;
    text-decoration: none !important;
    background: transparent !important;
    font-weight: 400 !important;
}


body.screen-1-sm{
    width: 800px;
    height: 1280px;
    padding: 51px;
}

body.screen-1-sm .content-container {
    padding: 51px 24px; /* Proportional padding */
    height: 539px; /* Proportional height */
}

body.screen-1-sm .content-container img {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 24px; /* Proportional margin-right */
    width: 222px; /* Proportional width */
}

body.screen-1-sm .content-container .text-block {
    width: 359px; /* Proportional width */
}

body.screen-1-sm .content-container .text-block {
    max-height: 655px; /* Proportional max-height */
    height: auto;
    overflow: auto;
    -ms-overflow-style: none; /* Hides scrollbar in IE */
    scrollbar-width: none; /* Hides scrollbar in Firefox */
}

body.screen-1-sm .content-container h1 {
    font-size: 27px; /* Proportional font size */
    margin-bottom: 15px; /* Proportional margin-bottom */
    line-height: 1.2;
}

body.screen-1-sm .content-container p,
body.screen-1-sm .content-container ul,
body.screen-1-sm .content-container ol,
body.screen-1-sm .content-container a,
body.screen-1-sm .content-container div,
body.screen-1-sm .content-container span,
body.screen-1-sm .content-container strong,
body.screen-1-sm .content-container u {
    font-size: 21px !important; /* Proportional font size */
    line-height: 1.2 !important;
    color: #fff !important;
    text-decoration: none !important;
    background: transparent !important;
    font-weight: 400 !important;
}

