:root {
--main-white-color: #FFFFFF;
--main-gray-color: #141414;
--main-black-color: #000000;
--main-primari-color: #26C7EA;
--main-blue-darck-color: #0B0E66;
--main-blue-darck2-color: #0a0d58bd;
--main-deep-blue: #0A3853;
--main-border-color: rgba(43, 74, 97, 0.87);
--main-light-blue: #94CFFF;
--main_gray2-color: #ffffffc3;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
}

.btn {
  margin: 0;
  font-family: "Headland One", sans-serif;
   width: 107px;
  height: 35px;
  border-radius: 35px 0px 35px 0px;
  border-color: var(--main-primari-color);
  background-color: var(--main-blue-darck-color);
  color: var(--main-primari-color);
}

.container {
  max-width: 1062px;
  padding: 0 15px;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 150px;
  padding-top: 39px;
 background-image: linear-gradient(rgba(43, 74, 97, 0.87), rgba(43, 74, 97, 0.87)),
 url(../img/bacground-header.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 
}

.header-logo {
  filter: brightness(90%);
}

.header_btn {
  width: 107px;
  height: 35px;
  border-radius: 35px 0px 35px 0px;
  border-color: var(--main-primari-color);
  background-color: var(--main-blue-darck-color);
  color: var(--main-primari-color);
}

.header_btn:hover {
  background-color: var(--main-blue-darck-color);
  cursor: pointer;
}

.languae_switch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  gap: 10px;
  top: 78px;
  bottom: 2000px;
  right: 80px;
  color: var(--main-white-color);
}

.swith {
  width: 36px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid var(--main-white-color);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 4px;
}

.swith_eng {
  width: 36px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid var(--main-white-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
}


.swith_a {
  color: var(--main-white-color);
  text-decoration: none;
}

.swith_dot {
  width: 12px;
  height: 12px;
  background-color: var(--main-white-color);
  border-radius: 50%;
}



.hero {
  width: 100%;
  height: 740px;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url(../img/hero-bacground.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--main-white-color);
  top: 0.01px;
}



.hero .container {
  flex-grow: 1;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.hero_title {
  color: var(--main-white-color);
  font-size: 20px;
}


 
.hero_socials {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.hero_img {
  padding-left: 55px;
}

.hero_btn{
    width: 190px;
  height: 55px;
}

.hero_btn:hover {
  background-color: var(--main-blue-darck-color);
  cursor: pointer;
}


.nav_list {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.nav_list_item a {
  text-decoration: none;
  color: inherit;
  justify-content: center;
}

.nav_list_item {
  color: var(--main_gray2-color);
  font-size: 20px;
}
.nav_list_item:hover {
  color: var(--main-light-blue);
  cursor: pointer;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.quote {
  width: 100%;
  height: 350px;
}

.quote_text_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quote_img {
  width: 400px;
  height: 120px;
}

.quote_h2 {
  text-align: center;
  color: var(--main-deep-blue);
  margin-top: 70px;
}

.trailer {
  width: 100%;
  height: 741px;
}

.trailer {
  background-image: url(../img/trailer.png);
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trailer_btn_div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.trailer_btn:hover {
  cursor: pointer;
}


.trailer_btn {
    width: 210px;
  height: 60px;
}




.language {
  width: 100%;
  height: 704px;
}

.language {
  background-image: url(../img/bacground_language.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.list_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.language_h2 {
  display: flex;
  justify-content: center;
  margin: 0;
  font-family: "Headland One", sans-serif;
  font-size: 28px;
  padding-top: 60px;
}


.language_img {
  width: 152px;
  height: 40px;
}


.language_list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 30px;
    list-style: none;
    font-size: 24px;
}

.language_card {
  
  width: 320px;
  height: 240px;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


footer {
  width: 100%;
  height: 223px;
}

footer {
  padding: 60px 0;
  background-image: linear-gradient(rgba(43, 74, 97, 0.87), rgba(43, 74, 97, 0.87)),
    url(../img/footer_bacground.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}

.footer_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

.footer_left {
  position: relative;
  padding-right: 70px;
}

.footer_left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 130px;
  background: rgba(255,255,255,0.6);
}

.footer_logo {
  height: 80px;
  display: block;
}

.footer_info {
  color: var(--main-white-color);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 480px;
}

.footer_row {
  display: flex;
  align-items: center; 
  gap: 10px; 
  font-size: 18px;
}

.footer_label {
  white-space: nowrap; 
}

.footer_dash {
  flex: 1;
  border-bottom: 2px dashed rgba(255,255,255,0.7);
  margin: 0 10px; 
}

.footer_mail {
  white-space: nowrap; 
}

.footer_copy {
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.8;
}


