/* width: 100vw; height: 100vh; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1; filter: brightness(0.6) */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700');

*{
    box-sizing: border-box;
}
ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus, input:focus, textarea:focus, button:focus {
	text-decoration: none;
	outline: none;
}

a:focus, a:hover {
	text-decoration: none;
}
.navbar-scrolled {
    background-color: rgb(43, 43, 43);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.navbar-unscrolled {
    background-color: #075a49;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.navbar {
    transition: all 0.5s;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active {
    box-shadow: none;
}

.navbar-toggler:hover{
    border-color: white;
}

.header {
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    background-image: url('../images/gate1.jpg'); /*  https://mdbcdn.b-cdn.net/img/new/slides/041.webp */
    height: 100vh;
}

.carousel-item img{
    height: 100vh;
    object-fit: cover;
}

.carousel-indicators [data-bs-target] {
    background-color: #075a49;
}


.carousel-indicators{
    bottom: 80px !important;
}

.carousel-indicators button{
    border-radius: 15px;
    height: 10px !important;
}

.section-rule-line {
    width: 100px; 
    border-top: 2px solid #075a49;
    opacity: 1;
}

.footer-top{
    background-color: #075a49;
}

.footers-about {
	padding-right: 50px;
}
.footer-about p{
    color: #fff;
    padding-top: 15px;
}

.footer-title h6{
    font-size: 18px;
    color: #fff;
}

.footer-link{
    overflow: hidden;
}
.footer-links ul{
    width: 50%;
    float: left;
    overflow: hidden;
}
.footer-link ul li{
    line-height: 35px;
}
.footer-link ul li a{
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-link ul li a i{
    margin-right: 8px;
    color: #ff6600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-link ul li a:hover {
    color: #ff6600;
}
.footer-link ul li a:hover i{
    margin-right: 15px;
}

.support ul{
    float: none;
    width: 100%;
}

.footer-address ul li{
    position: relative;
    margin-bottom: 10px;
}
.footer-address ul li:last-child{
    margin-bottom: 0;
}

.footer-address ul li .icon i{
    font-size: 18px;
    color: #ff6600;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-address ul li .cont{
    padding-left: 35px;
}
.footer-address ul li .cont p{
    color: #fff;
}

.footer-copyright{
    background-color: #021d3a;
}
.footer-copyright .copyright p{
    color: #fff;
}
.footer-copyright .copyright p span{
    font-weight: 600;
}

.py-6 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!important
}

.py-7 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
}

.py-8 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important
}

.py-9 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important
}

.py-10 {
    padding-top: 7rem!important;
    padding-bottom: 7rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pt-6 {
    padding-top: 3.5rem!important
}

.pt-7 {
    padding-top: 4rem!important
}

.pt-8 {
    padding-top: 5rem!important
}

.pt-9 {
    padding-top: 6rem!important
}

.pt-10 {
    padding-top: 7rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pe-6 {
    padding-right: 3.5rem!important
}

.pe-7 {
    padding-right: 4rem!important
}

.pe-8 {
    padding-right: 5rem!important
}

.pe-9 {
    padding-right: 6rem!important
}

.pe-10 {
    padding-right: 7rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.pb-6 {
    padding-bottom: 3.5rem!important
}

.pb-7 {
    padding-bottom: 4rem!important
}

.pb-8 {
    padding-bottom: 5rem!important
}

.pb-9 {
    padding-bottom: 6rem!important
}

.pb-10 {
    padding-bottom: 7rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

.ps-6 {
    padding-left: 3.5rem!important
}

.ps-7 {
    padding-left: 4rem!important
}

.ps-8 {
    padding-left: 5rem!important
}

.ps-9 {
    padding-left: 6rem!important
}

.ps-10 {
    padding-left: 7rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.4rem + 1.8vw)!important
}

.fs-2 {
    font-size: calc(1.345rem + 1.14vw)!important
}

.fs-3 {
    font-size: calc(1.3175rem + .81vw)!important
}

.fs-4 {
    font-size: calc(1.29rem + .48vw)!important
}

.fs-5 {
    font-size: calc(1.2625rem + .15vw)!important
}

.fs-6 {
    font-size: 1.1rem!important
}

.fs-7 {
    font-size: 90%!important
}

.fs-8 {
    font-size: 80%!important
}

.fs-9 {
    font-size: .8125rem!important
}

.fs-xs {
    font-size: .6875rem!important
}

.m-6 {
    margin: 3.5rem!important
}

.m-7 {
    margin: 4rem!important
}

.m-8 {
    margin: 5rem!important
}

.m-9 {
    margin: 6rem!important
}

.m-10 {
    margin: 7rem!important
}

.m-auto {
    margin: auto!important
}

.mx-6 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
}

.mx-7 {
    margin-right: 4rem!important;
    margin-left: 4rem!important
}

.mx-8 {
    margin-right: 5rem!important;
    margin-left: 5rem!important
}

.mx-9 {
    margin-right: 6rem!important;
    margin-left: 6rem!important
}

.mx-10 {
    margin-right: 7rem!important;
    margin-left: 7rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-6 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!important
}

.my-7 {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
}

.my-8 {
    margin-top: 5rem!important;
    margin-bottom: 5rem!important
}

.my-9 {
    margin-top: 6rem!important;
    margin-bottom: 6rem!important
}

.my-10 {
    margin-top: 7rem!important;
    margin-bottom: 7rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-6 {
    margin-top: 3.5rem!important
}

.mt-7 {
    margin-top: 4rem!important
}

.mt-8 {
    margin-top: 5rem!important
}

.mt-9 {
    margin-top: 6rem!important
}

.mt-10 {
    margin-top: 7rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-6 {
    margin-right: 3.5rem!important
}

.me-7 {
    margin-right: 4rem!important
}

.me-8 {
    margin-right: 5rem!important
}

.me-9 {
    margin-right: 6rem!important
}

.me-10 {
    margin-right: 7rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-6 {
    margin-bottom: 3.5rem!important
}

.mb-7 {
    margin-bottom: 4rem!important
}

.mb-8 {
    margin-bottom: 5rem!important
}

.mb-9 {
    margin-bottom: 6rem!important
}

.mb-10 {
    margin-bottom: 7rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-6 {
    margin-left: 3.5rem!important
}

.ms-7 {
    margin-left: 4rem!important
}

.ms-8 {
    margin-left: 5rem!important
}

.ms-9 {
    margin-left: 6rem!important
}

.ms-10 {
    margin-left: 7rem!important
}

.ms-auto {
    margin-left: auto!important
}

.m-n6 {
    margin: -3.5rem!important
}

.m-n7 {
    margin: -4rem!important
}

.m-n8 {
    margin: -5rem!important
}

.m-n9 {
    margin: -6rem!important
}

.m-n10 {
    margin: -7rem!important
}

.mx-n6 {
    margin-right: -3.5rem!important;
    margin-left: -3.5rem!important
}

.mx-n7 {
    margin-right: -4rem!important;
    margin-left: -4rem!important
}

.mx-n8 {
    margin-right: -5rem!important;
    margin-left: -5rem!important
}

.mx-n9 {
    margin-right: -6rem!important;
    margin-left: -6rem!important
}

.mx-n10 {
    margin-right: -7rem!important;
    margin-left: -7rem!important
}

.my-n6 {
    margin-top: -3.5rem!important;
    margin-bottom: -3.5rem!important
}

.my-n7 {
    margin-top: -4rem!important;
    margin-bottom: -4rem!important
}

.my-n8 {
    margin-top: -5rem!important;
    margin-bottom: -5rem!important
}

.my-n9 {
    margin-top: -6rem!important;
    margin-bottom: -6rem!important
}

.my-n10 {
    margin-top: -7rem!important;
    margin-bottom: -7rem!important
}

.mt-n6 {
    margin-top: -3.5rem!important
}

.mt-n7 {
    margin-top: -4rem!important
}

.mt-n8 {
    margin-top: -5rem!important
}

.mt-n9 {
    margin-top: -6rem!important
}

.me-n6 {
    margin-right: -3.5rem!important
}

.me-n7 {
    margin-right: -4rem!important
}

.me-n8 {
    margin-right: -5rem!important
}

.me-n9 {
    margin-right: -6rem!important
}

.me-n10 {
    margin-right: -7rem!important
}

.mb-n6 {
    margin-bottom: -3.5rem!important
}

.mb-n7 {
    margin-bottom: -4rem!important
}

.mb-n8 {
    margin-bottom: -5rem!important
}

.mb-n9 {
    margin-bottom: -6rem!important
}

.mb-n10 {
    margin-bottom: -7rem!important
}

.ms-n6 {
    margin-left: -3.5rem!important
}

.ms-n7 {
    margin-left: -4rem!important
}

.ms-n8 {
    margin-left: -5rem!important
}

.ms-n9 {
    margin-left: -6rem!important
}

.ms-n10 {
    margin-left: -7rem!important
}

.p-6 {
    padding: 3.5rem!important
}

.p-7 {
    padding: 4rem!important
}

.p-8 {
    padding: 5rem!important
}

.p-9 {
    padding: 6rem!important
}

.p-10 {
    padding: 7rem!important
}

.px-6 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!important
}

.px-7 {
    padding-right: 4rem!important;
    padding-left: 4rem!important
}

.px-8 {
    padding-right: 5rem!important;
    padding-left: 5rem!important
}

.px-9 {
    padding-right: 6rem!important;
    padding-left: 6rem!important
}

.px-10 {
    padding-right: 7rem!important;
    padding-left: 7rem!important
}

.news__ picture{
    height: 250px;
    overflow: hidden;
}

.news__ picture img{
    height: 100%;
    object-fit: cover;
}

.flip-container {
    perspective: 1000px; /* Enable 3D perspective for flip effect */
  }
  
.flipper {
position: relative;
transition: 0.5s; /* Adjust transition speed for flip animation */
}

.flipper:hover .front {
transform: rotateY(180deg); /* Flip the front image on hover */
}

.back {
position: absolute;
top: 0;
left: 0;
backface-visibility: hidden; /* Prevent flickering during flip */
width: 100%; /* Ensure back element fills image width */
height: 100%; /* Ensure back element fills image height */
text-align: center; /* Center the paragraph text */
display: flex;
align-items: center; /* Vertically center the paragraph */
justify-content: center; /* Horizontally center the paragraph */
background-color: rgba(0, 0, 0, 0.5); /* Optional background color for back */
color: white; /* Optional text color for paragraph */
}
  

.g-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
  }
  
  .g-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .g-card.active .g-card-inner {
    transform: rotateY(180deg);
  }
  
  .g-card img, .g-card-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top:0;left:0;right:0;
    object-fit: cover;
    cursor: pointer;
  }
  
  .g-card-img-overlay {
    transform: rotateY(180deg);
    background:blue;
    color:white;
  }

  .footer-logo{
    width: 100px;
  }

  .rounded.card img {
    transition: transform 0.5s;
  }

  .rounded.card:hover img{
    transform: scale(1.3);
  }

  .dropdown-item:hover{
    background-color: #075a49;
    color: white;
  }

  @media only screen and (max-width: 449px){
    .ratio.ratio-16x9 {
        --bs-aspect-ratio: 160%;
    }
    .dropdown-item{
        white-space: normal !important;
    }
  }

  @media only screen and (min-width: 450px) and (max-width: 991px){
    .ratio.ratio-16x9 {
        --bs-aspect-ratio: 130%;
    }
    .dropdown-item{
        white-space: normal !important;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px){
    .ratio.ratio-16x9 {
        --bs-aspect-ratio: 70%;
    }
  }
  
  .modal.lightbox.show {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

  .modal-backdrop {
    background: #11116c !important;
    opacity: 0.7 !important;
  }

  .map-link:hover {
    color: #ff6600 !important;
  }
  .link_arrow i{
    transition: all 0.5s;
  }
  .link_arrow:hover i{
    margin-left: 1rem;
  }

  .navbar-scrolled img{
    width: 40px;
    transition: all 0.5s;
  }
  .navbar-unscrolled img{
    width: 100px;
    transition: all 0.5s;
  }