@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../../../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Arastin-Std';
    src: url('../../../fonts/Arastin-Std.ttf');
}

html {
    overflow-x: hidden;
    height: 100vh;
    font-size: 16px;
    color: #fff;
}

a, a:focus, a:hover {
    /* color: #808184; */
    color: #fff;
    font-family: 'Roboto-Regular';
    text-decoration: none;
}

a:hover, .text-underline {
    text-decoration: underline;
}

body {
    font-family: 'Roboto-Regular';
    background: #fff;
    color: #fff;
    /* color: #808184; */
    overflow-x: hidden;
}
 .nav > button {
    font-family: 'Roboto-Bold';
}

h1, h2, h3, h4, h5 {
    font-family: 'Arastin-Std';
}

img {
    /* width: auto; */
    /* width: 100%;
    max-width: 100%;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none; */
}

.text-white {
    color: #fff;
}

.small {
    font-size: 10px;
}

.header-icon {
    width: 80px;
}
.header {
    font-size: 14px;
}

.top-menu-div {
    border-top: 2px #fff solid;
}

#section-header {
    z-index: 1042;
    padding:  0;
    background-image: url('/assets/web/images/header-bg.png');
    /* height: 238px; */
}

#section-header .container {
    padding: 15px 0;
    transition: .2s ease all;
}

#top-menu-section,
.desktop-header .header-icon {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
#top-menu-section a {
    margin-right: 20px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

.logo {
    max-width: 90px;
}

.sidebar-logo {
    max-width: 105px;
}

#section-footer {
    background-image: url('/assets/web/images/header-bg.png');
}

.footer-title {
    font-size: 9px;
}

.copyright-text {
    font-size: 8px;
}
#desktop-loading-screen {
    height: 100vh;
    width: 100vw;
}

#desktop-header, #desktop-footer, #desktop-loading-screen {
    display: block;
   
}
#desktop-loading-screen img.position-relative {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}
#mobile-header, #mobile-footer, #mobile-loading-screen {
    display: none;
}

.footer-icon {
    width: 18px;
}

.menu {
    display: none;
}

.menu .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.menu .hamburger {
    font-size: 20px;
    color: #808184;
    text-transform: uppercase
}

.menu .right-content {
    margin-top: 15px;
    text-align: right;
}

.menu .right-content button {
    background:none;
    color: #808184;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 0 20px 0 25px;
    margin-bottom: 5px;  
}

#left {
    background-image: url('/assets/web/images/header-bg.png');
}

.nav {
    position: fixed;
    width: 300px;
    top: 0;
    bottom: 0;
    padding: 2em;
    background-color: #fff;
    color: #808285;
    height: 100vh;
    z-index: 1043;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    overflow: auto;
    display: block;
}

.nav.left {
    left: -300px;
    transition: 0.2s ease;
}

.nav.left.active {
    left: 0;
    box-shadow: 3px 0 5px -2px #888;
}

.nav::-webkit-scrollbar {
    display: none;
}

.nav-open .page:after {
    content: '';
    height:100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    z-index: 1042;
}

.nav-open .menu .top-menu {
    z-index: 1042;
}

aside.left .top-part {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.close-btn {
    font-size: 20px;
    cursor: pointer;
}

ul li {
    list-style: none;
}

aside.nav ul {
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
}

aside.nav ul li{
    margin-bottom: 10px;
}

aside.nav ul li a {
    display: block;
}

.menu-list>li {
    font-weight: initial;
}

.menu-list>li:hover {
    color: rgb(124, 5, 5);
    font-weight: bold;
}

.language {
    margin-top: auto;
    /* margin-top: -40px; */
}

aside.nav .language ul{
    display: flex;
}

aside.nav .language ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #808184;
    border-radius: 100%;
    margin-right: 10px;
    transition: 0.5s;
}
  
aside.nav .language ul li a:hover {
    background: rgb(124, 5, 5);
    color: #fff;
    transition: 0.5s;
}

#desktop-loading-screen-logo {
    top: -200px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 30vh;
    margin: auto;
    opacity: 0;
    animation: zoomInAndFade 1s ease-out 1s forwards;
}

#mobile-loading-screen-logo {
    top: 43vh;
    left: 34vw;
    width: 30vw;
    margin: auto;
}

#loading-gif {
    left: 0;
    top: 0;
    width: 100%;;
    height: 100%;
    object-fit: cover;
}

.webflow-loader {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

#wave {
    opacity: 0;
    animation: fadeInFromLeft 1.5s ease-out forwards;
    left: -250px;
    bottom: 0
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: white;
    animation: backgroundChange .5s linear 3s forwards;
  }
  
  .load-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 5.8vmax;
    width: fit-content;
    display: flex;
    font-family: 'Arastin-Std';
    color: #484847;
    animation: colorChange .5s linear 3s forwards;
  }
  
  .loaded-text {
    transform: scale(2);
    animation: scaleText .5s linear .5s forwards;
  }
  
  .loading-text {
    width: 0;
    overflow: hidden;
    animation: expand 1s linear 1.5s forwards;
    white-space: nowrap;
  }
  
  @keyframes scaleText {
    from {transform: scale(2)}
    to {transform: scale(1)}
  }
  
  @keyframes expand {
    from {width: 0;}
    to {width: 75vmax;}
  }
  
  @keyframes fadeOut {
    from {opacity: 1}
    to {
      opacity: 0; 
      z-index: -1;
    }
  }

  .bounce-position-fixed {
    position: fixed;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
  }   

  .bounce-loader {
    width: 340px;
    height: 340px;
    position: relative;
    margin: auto;
  }
  .bounce-loader .logo {
    width: 50%;
    max-width: 100%;
    position: absolute;
    left: 25%;
    top: 25%;
    animation: scale 0.5s ease-in-out;


  }
  .bounce-loader .logo img {
    width: 100%;
    z-index: 5;
  }
  
  .bounce1,
  .bounce2,
  .bounce3 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: spreadout 2.7s infinite ease-in-out;
    animation: spreadout 2.7s infinite ease-in-out;
  }
  
  .bounce2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .bounce3 {
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
  }
  

  @keyframes spreadout {
    0% {
      -webkit-transform: scale(0.3);
      transform: scale(0.3);
    }
    80% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes scale {
    0% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
  
    }
  }

  @keyframes backgroundChange {
    from {background: rgba(255, 255, 255, 1)}
    to {background: rgba(255, 255, 255, 0)}
  }

  @keyframes colorChange {
    from {color: #484847;}
    to {color: white}
  }



  
  

.nav-language-selected {
    background: rgb(124, 5, 5);
    text-decoration: underline;
}


/* Responsive Iframe */
.responsive-iframe {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* Aspect ratio (16:9) */
    height: 0;
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Home About */
.content-container {
    overflow: hidden;
}
.content {
    transition: height 0.3s ease;
}
.section-padding {
    padding: 100px 20px;
}
.section-2 {
    background-image: url('/assets/web/images/homepage/about-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.section h2 {
    padding-top: 50px;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 5px;
}
.section p {
    padding: 50px 0;
}
.section button {
    background: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-style: italic;
    font-weight: bold;
}
.section img {
    max-width: 100%;
    width: auto;
}
.break {
    height: 1px;
    background: #fff;
    width: 200px;
    margin: auto;
}

/* Home Banner */
.section .slick-dots {
    display: flex !important;
    justify-content: center;
    padding: 0;  
    bottom: 20px;
    z-index: 999;
    width: 100%;
}
.section .slick-dots li button:before {
    color: #fff !important;
    font-size: 14px !important;
    padding: 0 !important;
    opacity: 0.5 !important
}
.section .slick-dots li button,
.section .slick-next,
.section  .slick-prev {
    font-style: normal;
}
.section  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

/* Section 4 */
.section-4 {
    background-image: url('/assets/web/images/homepage/section-4-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.section-4 br + p {
    padding-bottom: 0;
}

.download-btn {
    display: flex;
    justify-content: center;
}
.download-btn .box {
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    overflow: hidden;

}
.download-btn .box a {
    padding: 10px 30px;
    transition: .2s ease all;
    border-radius: 0;
}
.download-btn .box a:first-child {
    border-right: 1px solid;
}
.download-btn .box a:hover {
    text-decoration: none;
    background: #fff;
    color: #5F1218;
}

/* Home Section 5 */
.section .nav {
    position: relative;
    width: auto;
    height: auto;
    background: none;
    flex-direction: row;
    padding: 0;

}
.section-6 .section-padding, .section-7{
    background-image: url('/assets/web/images/homepage/normal-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #fff;
    color: #808184;
} 

/* Section 6 */
.section-6 p {
    padding: 0
}
#gallery a.slick-slide {
    overflow: hidden;
    margin: 10px;
}

#gallery img:hover {
    transform: scale(1.05);
    transition: .2s ease all;
}

#gallery img {
    /* padding: 3%; */
    /* margin: 3%; */
    height: 240px;
    width: 100%;
    object-fit: cover;
    transition: .2s ease all;
}

/* Section 8 */
.section-8 {
    background-image: url('/assets/web/images/homepage/section-8-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #484847;
}
.section-8 p {
    padding-bottom: 0px;
}
.section-8 .padding-bottom-small {
    padding-bottom: 25px;
}
.section-8 .action-btn {
    margin: 50px 0;
}
.section-8 .action-btn a {
    background: #5F1218;
    padding: 10px 30px;
    border-radius: 20px;
}

/* Section 9 */
.section-9 {
    background-image: url('/assets/web/images/homepage/section-9-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
#contact-form {
    background: rgba(79,78,78, 0.7);
    border: 3px solid #5F1218;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5)
}

#contact-form p {
    padding: 20px;
}
#contact-form input,
#contact-form textarea{
    width: 100%;
    background: none;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
#contact-form input::placeholder,
#contact-form textarea::placeholder{
    color: #fff;   
}
#contact-form .d-flex a {
    padding: 0 5px;
}
#contact-form button {
    margin-top: 20px;
    font-style: normal;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    background: #5F1218;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px; 
}


@media (max-width: 767px) {
    .mobile-hide {
        display: none;
    }
    .menu {
        display: block;
    }

    .section-padding {
        padding: 50px 20px;
    }

    #desktop-header, #desktop-footer {
        display: none;
    }

    #mobile-header, #mobile-footer, #mobile-loading-screen {
        display: block;
    }

    #contact-form {
        padding: 25px;
    }

    h3 {
        font-size: 1.5rem;
    }
    .section h2 {
        font-size: 24px;
    }
    html {
        font-size: 14px;
    }

    .section-4 p.pb-0 {
        padding-top: 0
    }

    .section-4 p {
        padding-bottom: 0;
    }

    .section-2 h2 {
        padding-top: 0;
    }

    /* #loading-gif {
        object-fit: contain;
    } */
    
}