/*Defualt Style*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  font-family: "Poppins", sans-serif;
  list-style: none;
  
}

html {
  font-size: 62.5%;
}
/*Defualt Style END*/

/*Container*/
.container{
  width: 100%;
  height: 100%;
}
/*Navigation*/


.hamburger{
  display: none;
}

.logo a{
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 7rem;
  position: relative;
}

#logo{
  height: 100%;
  width: 100%;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;

}

.logo-text {
  display: flex;
  flex-direction: column;
  text-align: center;

}

.logo-text span:nth-child(1) {
  font-size: 1.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: rgb(240, 243, 255);
  margin-left: -0.4rem;

}


.logo-text span:nth-child(2) {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  color: rgb(240, 243, 255);
  margin-top: -1rem;
}
.navbar {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(10, 4, 60, 0.8);
  padding: 0 100px;
  border-bottom: 0.1rem solid rgba(255,255,255, 0.1);
}

.hamburger {
  display: none;
}

.navigation ul {
  display: flex;
}

.navigation ul li a {
  display: block;
  color: rgb(240, 243, 255);
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 50px;
  transition: 0.2s;
  margin: 0 5px;
}

.navigation ul li a:hover{
  color: rgb(21, 245, 186);
}

.navigation ul li a.active {
  color: rgb(21, 245, 186);

}


.language{
  display: absolute;
  margin-bottom: 30px;
  margin-right: 6rem;
  width: 100%;
}
.drop-down-body {
  position: absolute;
}

.drop-down-body a {
  text-decoration: none;
}

.drop-down-body li {
  list-style: none;
}
.language-img {
  display: block;
  position: relative;
  width: 35px;
  height: 20px;
  border-radius: 20%;
}

.language-title {
  font-family:"Poppins", sans-serif;
  font-size: 1.1rem;
  color: #211951;
  position: relative;
  padding-left: 5px;
  
  text-align: left;
  text-transform: uppercase;
  width: 80px;
}
.language-title2{
  font-family:"Poppins", sans-serif;
  font-size: 1.1rem;
  color: #211951;
  position: relative;
  padding-left: 5px;
  text-align: left;
  text-transform: uppercase;
  display: none;
  width: 80px;

}

.drop-down-btn {
  height: 32px;
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: rgb(240, 243, 255, 0.4);
  border-radius: 5px;
  color: #211951;
  border: 1px solid #06113C;
  cursor: pointer;
}

.language-menu {
  position: absolute;
  background-color: rgb(240, 243, 255, 0.3);
  border-radius: 5px;
  border: 1px solid #211951;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.language-menu a {
  display: flex;
  align-items: center;

}
.language-item {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 2px;
  transition: background-color 0.4s;
}

.drop-down-btn:hover + .language-menu,
.language-menu:hover{
  opacity: 1;
  visibility: visible;
}
.language-item:hover {
  background-color: rgb(240, 243, 255);
}

/*Navigation END*/

/*Landing*/
.landing {
  width: 100%;
  height: auto;
  position: relative;
}
picture {

  margin: 40px auto;

}

picture > * {
  max-width: 100%;
}

footer {
  width: 100%;
  height: 100%;
  background-color: #06113C;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.copyright {
  font-size: 1.2rem;
  color: rgb(240, 243, 255);
}
@media(max-width:1300px){

}
.swiper {
  width: 100%;
  height: 95%;
  position: relative;
}

.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  opacity: 1;
  margin-right: 1.5rem !important;
  background-color: rgb(240, 243, 255, 0.2);
  position: relative;

}

span.swiper-pagination-bullet::after{
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 0.2rem solid rgb(240, 243, 255, 0.2);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(240, 243, 255);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border: 0.2rem solid rgb(240, 243, 255);
}

.landing-contact {
  position: relative;
  left: 0;
  width: 100%;
  height: 15vh;
  background-color: #06113C;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: rgb(240, 243, 255);
  padding: 10px;
}

.details {
  display: flex;
  align-items: center;
  margin-left: 60px;

}

.details i {
  font-size: 2rem;
  color: rgb(21, 245, 186);
  margin-right: 2rem;
}

.details div {
  display: flex;
  flex-direction: column;
}

.details div span {
  font-size: 1.6rem;
  color: rgb(240, 243, 255);
  width: 25rem;
  position: center;
  
}



/*Landing END*/






/*Container END*/

@media(max-width:1500px){
  html{
    font-size: 55%;
  }
  .navbar {
    font-size: 20px;
  }
  .swiper {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    align-items: stretch;
  }

  .swiper-wrapper img {
    display: flex;
    justify-content: center;
    flex: 45%;
  }

}

@media(max-width:1320px){
  html{
  }
  .navbar {
    padding: 0 90px 0 10px;
  }


  .navigation ul li a {
    font-size: 17px;
    padding: 10px;
}
.landing{
  display: flex;
  width: 100%;
  flex-direction: column;
}

}
@media(max-width:1200px){

 
}
@media(max-width:1100px){
  html{
    font-size: 45%;
  }

.navigation ul li a {
  font-size: 15px;
  padding: 8px;
}
.logo a{
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 5rem;
  position: relative;
}

#logo{
  height: 100%;
  width: 100%;
  margin-right: 0.7rem;

}

.logo-text {
  display: flex;
  flex-direction: column;
  text-align: center;

}

.logo-text span:nth-child(1) {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.13rem;
  color: rgb(240, 243, 255);
  margin-left: -0.6rem;
  margin-bottom: 2px;

}


.logo-text span:nth-child(2) {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.7rem;
  color: rgb(240, 243, 255);
}
}

@media only screen and (max-width: 900px) {
  .navbar{
    height: 60px;
  }

  .navigation {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: rgb(21, 0, 80, 0.8);
    border-bottom: 0.1rem solid rgba(255,255,255, 0.1);
    transition: 0.2s;
    height: 0;
    overflow: hidden;
  }
  .navigation ul {
    display: block;
    width: fit-content;
    margin: 30px auto 0 auto;
    text-align: center;
    transition: 0.1s;
    opacity: 0;
    
  }
  .navigation ul li a {
    margin-bottom: 12px;
    color: rgb(240, 243, 255, 0.8);
    border-bottom: 0.3rem solid rgb(240, 243, 255, 0.4);
  }

  .navigation.active {
    height: 400px;
  }
  .navigation.active ul {
    opacity: 1;
  }
  .swiper {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    align-items: stretch;
  }

  .swiper-wrapper img {
    display: flex;
    justify-content: center;
    flex: 45%;
  }

  .landing-contact{
    height: 30rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .details div {
    width: 20rem;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    margin-left: 73%;
  }
  .hamburger .line {
    width: 30px;
    height: 3px;
    background: #fefefe;
    margin: 6px 0 4px 10px;
  }

} 
@media screen and (max-width:600px){
  html {
    font-size: 45%;
  }
 
  .swiper {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    align-items: stretch;
  }

  .swiper-wrapper img {
    display: flex;
    justify-content: center;
    flex: 45%;
  }

 

  .details div {
    width: 20rem;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    margin-left: 73%;
  }
  .hamburger .line {
    width: 30px;
    height: 3px;
    background: #fefefe;
    margin: 6px 0 0 20px;
  }
  
 
  .language{
    margin-right: 0;
  }
  .language-img {
    display: flex;
  }
  .language-title{
    display: none;
  }
.drop-down-body{
  margin-left: 10px;
}
}

@media only screen and (max-width:420px){
  
  .hamburger .line {
    width: 20px;
    height: 2px;
    background: #fefefe;
    margin: 6px 0 0 20px;
  }
  .landing{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 400px) {
  .navbar{
    width: 100%;
    height: 50px;
  }
  .logo a {
    width: 30px;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    text-align: center;
  
  }
  
  .logo-text span:nth-child(1) {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
    color: rgb(240, 243, 255);
    margin-left: -0.4rem;
    margin-bottom: 2px;
  
  }
  
  
  .logo-text span:nth-child(2) {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    color: rgb(240, 243, 255);
  }
  .language{
    margin-right: 0;
  }
.language-img{
  width: 100%;
  height: 70%;

}
.drop-down-btn{
  padding: 2px 4px;
  height: 30px;
}
.navigation {
  position: absolute;
  width: 100%;
  top: 49px;
  left: 0;
  right: 0;
  background: rgb(21, 0, 80, 0.8);
  border-bottom: 0.1rem solid rgba(255,255,255, 0.1);
  transition: 0.2s;
  height: 0;
  overflow: hidden;
}
.hamburger .line {
 
  margin: 4px 0 0 50px;
}
.landing-contact {
  left: 0;
  width: 100%;
  height: 15vh;
  background-color: #06113C;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: rgb(240, 243, 255);
  padding: 10px;
}

.details {
  display: flex;
  align-items: center;
  margin-left: 90px;
}

.details i {
  font-size: 1.5rem;
  color: rgb(21, 245, 186);
  margin-right: 2rem;
}

.details div {
  display: flex;
  flex-direction: column;
}

.details div span {
  font-size: 1rem;
  color: rgb(240, 243, 255);
  width: 10rem;
  position: center;
  
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */