@font-face {
    src: url("./assets/font/Montserrat-ExtraBold.ttf");
    font-family: Montserrat-ExtraBold;
    font-weight: 800;
}

@font-face {
    src: url("./assets/font/Montserrat-Medium.ttf");
    font-family: Montserrat-Medium;
    font-weight: 500;
}

@font-face {
    src: url("./assets/font/Montserrat-Regular.ttf");
    font-family: Montserrat-Regular;
    font-weight: 400;
}

/*
* {
    box-sizing: border-box;
}
*/

body, html {
    margin: 0;
    padding: 0;
}

.container > div {
    width: 1200px;
    margin: 0 auto;
}

.header{
    padding:20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-links-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-links-row > a {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.header-links-row > a:hover{
    color: rgba(0, 0, 0, 0.70);
}

.logo{
    width: 400px;
}

.banner-container{
    position: relative;
}

.bannerImage{
    width: 100%;
    object-fit: cover;
}

.banner-text-button-container{
    position: absolute;
    top: 40%;
    left:50%;
    transform: translate(-50%, -40%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner-text{
    font-family:"Montserrat-ExtraBold", sans-serif;
    color: #ffffff;
    font-size: 88px;
}

.planeTripButton-row{
    margin-top: 30px;
}

.planeTripButton {
    background-color: rgba(255, 0, 0, 1);
    border-radius: 6px;
    padding: 8px 16px;
    color: #ffffff;
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.planeTripButton:hover{
    background-color: rgba(255, 0, 0, 0.75);
}

.banner-small-images-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -180px !important;
}

.banner-small-images{
    width: 380px;
    z-index: 1;
}

.text-row{
    margin-top: 50px !important;
    border-bottom: 1px solid rgba(199, 199, 199, 1);
}

.text-row > div {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    color: rgba(29, 29, 27, 1);
    margin-bottom: 30px;
    text-align: justify;
}

.contactUsButton-row{
    margin-top: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactUsButton{
    background-color: #ffffff;    
    border-radius: 6px;
    padding: 8px 16px;
    color: rgba(173, 173, 173, 1);
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid rgba(173, 173, 173, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactUsButton:hover{
    background-color: #f7f7f7; 
}

.contactUsButton-icon{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.footer{
    padding: 40px 0 70px;
}

.footer-address-row{
    display: flex;
    justify-content: center;
}

.footer-address-row > div{
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 14px;
    color: rgba(29, 29, 27, 1);
}

.footer-vertical-line{
    margin: 0 15px;
    font-family: "Montserrat-Medium", sans-serif !important;
    font-size: 12px !important;
}

.social-row{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 30px;
}

.social-row-items{
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-row-items > a {
    background-color: rgba(197, 197, 197, 1);
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-row-items > a:hover{
    background-color: rgba(197, 197, 197, 0.75);
}

.social-icon{
    width: 24px;
    height: 24px;
}


/* SlideSHow */
.slideshow-container{
    width: 100%;
	margin-bottom: 40px !important;
}

.swiper{
    width: 100%;
}

.swiper-slide{
    height: unset !important;
    position: relative;
}

.qrCode{
    width: 100px;
    width: 24%;
    height: 10%;
    position: absolute;
    left: 41.6%;
    top: 60%;
    cursor: pointer;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.swiper .swiper-button-prev, .swiper .swiper-button-next{
    color: #000000;
    background: rgba(255, 255, 255, 0.85);
    padding: 8px;
    width: calc(var(--swiper-navigation-size)/ 44 * 50);
    height: calc(var(--swiper-navigation-size)/ 44 * 50);
    border-radius: 50%;
}

.swiper .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    margin-right: 16px !important;
    margin-left: 16px !important;
}

.swiper .swiper-pagination-bullet-active{
    background: #ffffff;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    top: 40px;
    bottom: unset !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: "" !important;
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-left: 6px solid rgba(169, 169, 169, 0.5);
    border-bottom: 6px solid rgba(169, 169, 169, 0.5);
    transform: rotate(45deg);
    margin-left: 8px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: "" !important;
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 6px solid rgba(169, 169, 169, 0.5);
    border-top: 6px solid rgba(169, 169, 169, 0.5);
    transform: rotate(45deg);
    margin-right: 8px;
}


/* language selector */
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px 16px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }

  .flags{
      width: 28px;
  }

  .caretIcon{
      width: 14px;
      margin-left: 5px;
  }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1;
    border-radius: 2%;
  }
  
  .dropdown-content a {
    float: none;
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .dropdown-content a:hover {
    opacity: .6;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 50px !important; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
      border-radius: 16px;
    position: relative;
    background-color: #fefefe;
    margin: auto !important;
    padding: 0 !important;
    border: 1px solid #888;
    max-width: 500px;
    width:90vw;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {transform:scale(0); opacity:0} 
    to {transform: scale(1); opacity:1}
  }
  
  @keyframes animatetop {
    from {transform:scale(0); opacity:0}
    to {transform: scale(1); opacity:1}
  }
  
  /* The Close Button */
  .close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 2px 16px !important;
    color: white;
    height: 20px;
  }
  
  
  .modal-body {padding: 30px 30px !important;}
  .modal-body img {
      width: 100%;
  }