.fo{
  font-family: "Oswald", sans-serif;
}
.fi{
  font-family: "Inter", sans-serif;
}
.nav-logo-text{
  color: #0D0847  ;
}
.hero-section .banner{
  width: 100%;
}
.nav-header{
  padding-top: 25px;
  padding-left: 110px;
  margin-bottom: 20px;
}
.nav-header .logo{
  display: flex;
}
.hero-section{
}
.section-one{
  margin-top: 100px;
  padding: 10px 60px;
}
.section-two{
  padding: 10px 60px;
  padding-top: 10px!important;
}

.hero-section .banner-title{
  font-size: 35px;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;
}
.hero-section .banner-description{
  font-weight: bold;
  font-size: 60px;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;
}
.banner-link{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -62px;
}
.box{
  background: white;
  padding: 35px 45px;
  position: absolute;
  padding-bottom: 15px;
  border-bottom: 4px solid #0d0847;
  border-top: 4px solid #0d0847;
  width: 286px;
  z-index: 10 ;
}
.section-one .left .box{
  left: 0;
  top: 100px;
}
.section-one .right .box{
  left: 100px;
  top: -55px;
}
.privacy-hero-section-div img{
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.section-two .right .box{
  right: 50px;
  top: -55px;
}

.section-two .left .box{
    right: 126px;
    top: 240px;
}
.section-three{
  padding-bottom: 40px;
}
.section-three .title{
  color: #0d0847;
  font-size: 50px;
}
.section-three .link{
  font-size: 25px;
  color: #0d0847;
}
.testimonials{
  padding: 10px 60px;
}
.testimonials-container{
  color: white;
  background: #0d0847;
}
.section-three .subtitle{
  font-size: 18px;
}
.section-three a{
  color: black;
  font-weight: bold;
}
.section-three .list{
  list-style: none;
  font-weight: bold;
  font-size: 18px;
}

.box-container{
  position: relative;
}
.section-one .box-container img{
  height: 740px!important;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-two .box-container img{
  height: 990px!important;
  object-fit: cover;
  object-position: 50% 50%;
}

.box h3{
  font-size: 25px;
  color: #0D0847;
  padding-bottom: 15px;
}
.banner-link-div{
  width: 55%;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 5px solid #0d0847;
  z-index: 9999!important;
}
.hero-overlay{
  position:relative;
}
.hero-overlay .hero-img img{
  width: 100%;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}
.hero-overlay .hero-img{
  width: 100%;
  padding: 10px 70px;

}
.hero-overlay .banner-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
  z-index: 9999!important;
}
.hero-overlay .banner-content{
  width: 70%;
}
.hero-overlay{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 438px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}
.banner-link .btn{
  background: #0d0847;
}
.banner-link .btn{
  background: #0d0847;
  font-size: 25px;
  color: white;
  text-align: center;
  border-radius: 0;
  padding: 25px 35px;
  font-weight: bold;
}

.banner-link .heading{
  font-size: 35px;
}
.banner-link .link{
  font-size: 20px;
}
.privacy-hero-section-div {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}

.hero-section-div {
  width: 100%;
}

/* Mobile image */
@media (max-width: 768px) {
  .hero-section-div {
  }
}


.language-dropdown {
  display: none;
}

.lang-selector.open .language-dropdown {
  display: block;
}

.lang-selector {
  width: 165px;
  z-index: 999999999!important;
  position: relative;
  font-family: Arial, sans-serif;
  color: #0d0847;
}
.lang-selector:hover {
  background: #cfceda;
}

.lang-selector .selected {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  border-width: 1px;
  border-color: #6e6b91;
  border-radius: 2px;
  border-style: solid;
}
.lang-selector .selected .icon img {
  height: 22px;
  -o-object-fit: cover;
  object-fit: cover;
}
.lang-selector .selected .arrow {
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(45deg);
  transition: 0.3s;

}
.lang-selector.open .selected {
  border-bottom: none;
}
.lang-selector.open .selected .arrow {
  transform: rotate(-135deg);
}
.lang-selector .options {
  position: absolute;
  width: 100%;
  border: none;
  padding: 0;
  display: none;
  z-index: 99;
}
.lang-selector .options li{
  list-style: none;

}
.lang-selector .options li a{
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  background: white;
  color: #0d0847;
  border: 1px solid #0d0847;
  border-bottom: 0;
}
.lang-selector .options li a:hover {
  background: #cfceda;
}
.lang-selector .options li .icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.lang-selector .options li:hover {
}

.testimonials .title{
  font-size: 16px;
  text-transform: uppercase;
}
.carousel-item h5{
  font-size: 35px;
  width: 565px;
  height: 165px;

}
.carousel-dark .carousel-indicators [data-bs-target]{
  background-color: white;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  margin-left: 8px;
  margin-right: 8px;
}
.carousel-item p{
  width: 250px;
}
.carousel-control-next{
  top: -20%;
  right: 10%;
}
.carousel-control-prev{
  top: -20%;
  left: 10%;
}
.custom-footer .content,.legal-box .content{
  color: black;
  font-size: 14px!important;
}

.cookies {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}

.cookies .text {
  display: flex;
  align-items: center;
}

.cookies .options a {
  text-decoration: underline;
}

.cookies .options .reject {
  border: 2px solid grey;
  text-wrap: nowrap;
}

.cookies .options button {
  margin-left: 10px;
  margin-right: 10px;
}

.cookie-footer {
  position: fixed;
  bottom: 5px;
  padding: 20px;
  z-index: 9999;
  padding-right: 35px!important;
  box-shadow: 0 32px 68px rgba(0, 0, 0, .3);
  background: white;
}

.whatsapp {
  padding: 15px;
  position: fixed;
  left: 50px;
  bottom: 70px;
  background-color: #0c27a0;
  border-radius: 50%;
}

.whatsapp img {
  filter: invert(1);
}
.cursor-pointer{
  cursor: pointer!important;
}
.privacy-main{
}
.privacy-main .container{
  padding-top: 50px;
}

.carousel-control-next, .carousel-control-prev{
  filter: invert(1);
  width: 50px;
}
.three-cookie-link{
  font-weight: bold!important;
  margin-right: 10px;
}
@media (max-width: 767px) {
  html, body{
    overflow-x: hidden!important;
  }
  .hero-overlay .hero-img{
    padding: 0;
  }
  .hero-overlay .banner-content{
    width: 75%;
  }
  .banner-link{
    margin-top: -25px;
  }
  .hero-overlay {
    width: 100%;
    height: 438px;
    object-fit: cover;
    object-position: 50% 0%;

  }
  .nav-header{
    padding-left: 0;
    margin-bottom: 0;
  }
  .nav-logo-text h4{
    font-size: 25px;
  }
  .nav-logo-text p{
    font-size: 20px;
  }
  .nav-header .logo{
    display: flex;
    justify-content: center;
  }
  .nav-header .logo img{
    width: 60px;
    height: 36px;
  }
  .tm-container {
    display: none;
  }
  .lang-selector {
    display: block;
    margin-top: 0;
    width: 100%;
  }
  .lang-selector .selected{
    justify-content: center;
    font-weight: bold;
  }
  .lang-selector .selected .arrow{
    margin-left: unset;
    position: absolute;
    right: 20px;
  }
  .nav-header .langu-section{
    padding: 0;
  }
  .hero-section{
    padding: 0;
  }
  .hero-section-div{
    min-height: 438px;
  }
  .hero-section .banner-title{
    font-size: 25px;
  }
  .hero-section .banner-description{
    font-size: 30px;
  }
  .banner-content{
    width: 70%;
  }
  .banner-link-div{
    width: 90%;
    display: unset;
  }
  .banner-link .heading{
    font-size: 25px;
    text-align: center;
  }
  .banner-link .link{
    font-size: 18px;
    word-break: break-word;
    text-align: center;
  }
  .banner-link .btn{
    font-size: 20px;
    padding: 5px 15px;
  }
  .section-one{
    padding: 0;
    margin-top: 25px;
  }
  .section-two{
    padding: 0;
  }
  .section-one .container-fluid{
    padding: 0;
  }
  .section-two .container-fluid{
    margin-top: -20px;
    padding: 0;
  }
  .box-container{
    overflow: hidden;
    height: 440px;

  }
  .box-container img{
    object-fit: cover;
    object-position: 50% 50%;
  }
  .section-two .box-container.left{
    height: 520px;
  }
  .section-two .box-container.right{
    height: 425px;
  }
  .section-two .box-container.right img{

  }
  .section-one .left .box
  {
    left:  calc(50% - 143px);
    top: 55px;
  }
  .section-two .left .box,
  .section-one .right .box,
  .section-two .right .box
  {
    left:  calc(50% - 143px);
    top: 20px;
  }

  .box h3{
    font-size: 22px;
  }
  .box p{
    font-size: 16px;
  }
  .box{
    padding: 20px 22px;
  }
  .section-three .title{
    font-size: 28px;
  }
  .sec-three-title{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
  }
  .section-three .link{
    font-size: 21px;
  }
  .sec-three-content{
    padding: 22px;
  }
  .section-three .subtitle{
    font-size: 18px;
  }
  .section-three .list{
    padding: 0;
  }
  .testimonials{
    padding: 0;
  }
  .carousel-item h5{
    font-size: 22px;
  }
  .carousel-item p{
    font-size: 18px;
  }
  .carousel-control-prev{
    left: 0%;
  }
  .carousel-control-next{
    right: 0%;
  }
  .carousel-item h5{
    height: unset;
    width: unset;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .carousel-item{
    padding-bottom: 70px;

  }
  .section5 .legal-box{
    padding: 15px;
  }
  .whatsapp{
    display: none!important;
  }
  .footer-logo.logo img{
    height:36px;
    width: 60px;
  }
  .footer-logo h4{
    font-size: 22px;
  }
  .footer-logo p{
    font-size: 17px;
    font-weight: normal;
  }
  .footer-copyright{
    display: flex; justify-content: center;
  }
  .privacy-hero-section-div{
    min-height: auto;
  }
  .privacy-hero-section-div img{
    height: auto;
  }
  .privacy-main{
    margin-top: 0;
  }
  .privacy-main .container{
    padding-top: 30px;
  }
  .privacy-main .legal-section  h2{
    font-size: 27px;
  }
  .privacy-main .legal-section{
    padding:15px;
  }
  .section-one .box-container.right{
    height: 425px !important;
  }
}
html:not([lang="en"]) .sec-three-title {
}
@media (max-width: 767px) {
  .cookie-footer .privacy-text-detailed, .cookie-footer .text-primary {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cookie-footer .container-fluid {
    border-radius: 0 !important;
    padding: 20px !important;
  }
  .col-md-6:has(.three-cookie-link) {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
  }
  .custom-footer .content, .legal-box .content{
    font-size: 16px!important;
  }
}