* {
}
body {
  font-family: "Century Gothic", "Lato", sans-serif;
}

a {
  text-decoration: none;
}

.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  text-align: center;
  /* padding: 0 2em; */
  background-size: 200% !important;
  background-position: right;
  transition: 4s;
}
.et-hero-tabs h1,
.et-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
}
.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {
  display: block;
  /* flex-direction: row; */
  position: fixed;
  width: max-content;
  height: max-content;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
  z-index: 10;
  direction: ltr;
  /* display: none; */
  display: flex;
  bottom: 60px;
  transition: 0.4s;
  top: auto;
  top: 98%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.et-hero-tabs-container--top {
  position: fixed;
  right: 14px;
  display: block;
  top: 50%;
  direction: rtl;
  right: 0;
  left: auto;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
  height: 8px;
  width: 20px;
  margin-bottom: 6px;
  background: #989393;
  border-radius: 66px;
}
.main_info_box_logo>p {
    margin: 0;
}
.et-hero-tab:hover {
  color: white;
  background: rgba(102, 177, 241, 0.8);
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66B1F1;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {
  .et-hero-tabs h1,
.et-slide h1 {
    font-size: 3rem;
  }
  .et-hero-tabs h3,
.et-slide h3 {
    font-size: 1rem;
  }

  .et-hero-tab {
    font-size: 1rem;
  }
}
a.et-hero-tab.active {
    width: 30px;
    background: red;
}

.scroll_bar {
    display: none;
}

.et-hero-tabs-container>a {
    margin: 0 16px;
}

.et-hero-tabs-container.et-hero-tabs-container--top>a {
    margin-bottom: 10px;
}
.header {
    position: fixed;
    width: 100vw;
    z-index: -1;
    opacity: 0;
}
.et-hero-tabs {
    position: absolute;
}








.main_info_box_logo {
    z-index: 3;
    position: absolute;
    margin-top: -5%;
    opacity: 0;
    font-size: 100px;
    color: white;
    text-shadow: -2px 4px 20px black, 0 0 0px black;
    font-family: fantasy;
    font-family: 'Impact';
    border: 11px solid white;
    padding: 0px 3vw;
    height: max-content;
    box-shadow: 0 0 20px black, 0 0 20px white;
    backdrop-filter: blur(33px);
    transition: 1s;
    transition-delay: 0.4s;
}

.main_text {
    position: absolute;
    background: linear-gradient(180deg, #33ff0000, white, white);
    color: #434343;
    background-size: 6666%;
    background-position: left;
    width: 27vw;
    height: 100vh;
    left: 30px;
    font-size: 27px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    font-family: 'Open Sans';
    transition: 2s;
    transition-delay: 0.6s;
    opacity: 0;
}
.main_text>p {
    height: max-content;
    position: inherit;
    top: auto;
    bottom: 0;
    transition: 1s;
    text-align: left;
    padding: 0 20px;
}

.for_img_box {
    display: flex;
    justify-content: center;
    word-break: break-all;
    flex-wrap: wrap;
    width: 100vw;
    height: 100vh;
}

.for_img_box>img {
    width: 50vw;
    height: 50vh;
    object-fit: cover;
}
.main_text_2_slide_head {
    font-size: 2vw;
    width: 30vw;
    top: 25%;
    bottom: 75%;
    right: 10%;
    left: auto;
    margin: auto;
    transition: 1s;
    transition-delay: 0.4s;
    height: 0;
}

.main_text_2_slide_main {
    font-weight: 400 !important;
    font-size: 2vw;
    line-height: 2.4vw;
    width: 43vw;
    top: 75%;
    bottom: 25%;
    right: auto;
    left: 3.5%;
    margin: auto;
    padding: 0;
    transition: 1s;
    transition-delay: 0.6s;
    height: 0;
}
.main_text_2_slide_head, .main_text_2_slide_main {
    position: absolute;
    font-family: 'Open Sans';
    font-weight: 900;
    border: 2px solid white;
    color: white;
    text-shadow: 0 0 20px black, 0 0 20px black;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    backdrop-filter: blur(11px) brightness(0.7);
    max-height: 49vh;
    opacity: 0;
    box-sizing: border-box;
}




img.slide_3_img {
    width: 60vw;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
}

.slide_3_text {
    font-size: 1.7vw;
    font-weight: 800;
    color: #5e5d5d;
    position: absolute;
    width: 40vw;
    height: 100vh;
    background: white;
    overflow: hidden;
    left: 0;
    /* padding: 0 146px; */
    box-sizing: border-box;
    /* border: 61px solid #581d1d; */
    text-align: left;
    transform: translateX(-350px);
}
section#slide3 {
    background: white;
}



section#slide4>svg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    fill: #ffffff;
    display: none;
}

.slide_4_text {
    position: absolute;
    right: 12px;
    bottom: -162px;
    color: black;
    z-index: 3;
    width: 725px;
    font-size: 39px;
    line-height: 37px;
    font-family: 'Open Sans';
    font-weight: 900;
    color: #454545;
    color: white;
    padding: 5px 13px;
    text-align: left;
    border: 2px solid white;
    background: #ffffff00;
    backdrop-filter: blur(303px);
    transition: 0.6s;
    transition-delay: 1s;
    opacity: 0;
    max-width: 100vw;
}

.scroll_top {
    display: none !important;
}

img.slide_4_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
    object-position: bottom;
    transition: 10s;
    transition-timing-function: cubic-bezier(0.94, 0.91, 1, 1);
}

.slide_5_logo>svg {
    width: 580px;
    max-width: 96vw;
    position: relative;
}
.slide_5_text {
    width: 800px;
    max-width: 98vw;
    box-sizing: border-box;
    border: 4px solid #f30000;
    padding: 46px;
    font-family: 'Open Sans';
    font-size: 31px;
    font-weight: 600;
    color: #ffffff;
    line-height: 35px;
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
    margin-top: 380px;
}

section#slide5 {
}

path {
    fill: white;
}

.slide_5_logo>svg>text>.amod_st_2 {
    fill: #fff9f9 !important;
}

.slide_5_logo>svg>path {
    fill: white;
}
.slide_5_logo {
    position: absolute;
    margin-top: -400px;
    transition: 1s;
    transition-delay: 0.6s;
    opacity: 0;
}
.amod_st_1, .amod_st_4 {
    fill: white !important;
    transition: 2s;
    transition-delay: 0.7s;
}
.amod_logo_letter_red {
    fill: red !important;
}
img.slide_3_img, .slide_3_text {
    transition: 0.8s;
    transition-delay: 0.2s;
}
.slide_3_text>p {
    padding: 0 7vw;
    font-size: 1.8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: max-content;
}
section#slide1 {
}
.main_text_2_slide_main.show {
    opacity: 1;
    height: 19.3vw;
    padding: 1vw;
}
.main_text_2_slide_head.show {
    height: 15vw;
    padding: 1vw;
    opacity: 1;
}
.main_text_2_slide_head>p, .main_text_2_slide_main>p {
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
}
foter {
    display: none;
}
.change_lang.btn {/* display: none; */}