@import url("./owl.carousel.min.css");
@import url("./owl.theme.default.min.css");
@import url("./hamburgers.css");
@import url("./animation.min.css");
@import url("./nice-select.css");
@import url("./fancybox.css");
@import url("./font-awesome_6.4.2_css_all.min.css");

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-SemiBold.ttf");
  font-weight: 600;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
  font-family: Inter;
}
.container{
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 0 20px;
}
.dropdown{
  transition: .2s ease-in-out;
}
.has-dropdown:hover .dropdown{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: .2s ease-in-out;
}
.services-modal .modal-content{
  transform: translateY(-100px);
  transition: 0.5s ease-in-out;
}
.services-modal .modal-container{
  padding: 30px;
}
.services-modal .modal-content.active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.5s ease-in-out;
}
.modal-content ul{
  margin-top: 10px;
}
.modal-content ul li{
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.modal-content ul li:before{
  position: absolute;
  content: '-';
  left: 0px;
}
.modal-content ol{
  list-style: decimal;
  padding-left: 30px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.modal-content ol li{
  margin-bottom: 5px;
  width: 50%;
}
@media (min-height: 701px){
  .modal-container{
    align-items: center;
  }
}
.partners .carousel{
  height: 80px;
}
.partners .carousel a img{
  max-height: 80px;
  max-width: 150px;
  object-fit: contain;
  filter: grayscale(1);
  transition: .1s ease-in-out;
}
.partners .carousel a:hover img{
  filter: grayscale(0);
  transition: .1s ease-in-out;
}
.partners .owl-stage{
  display: flex;
}
.partners .owl-carousel.owl-drag .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-works a p{
  display: block;
}
.owl-prev,
.owl-next{
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.8) !important;
  border: 1px solid rgba(173,30,30,1) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: rgba(173,30,30,1) !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  transition: .2s ease-in-out;
}
.owl-prev:hover,
.owl-next:hover{
  background: rgba(173,30,30,1) !important;
  color: #fff !important;
  transition: .2s ease-in-out;
}
.owl-prev{
  left: 0;
}
.owl-next{
  right: 20px;
}
.header.is-sticky {
  position: fixed;
  background: rgba(0,0,0,.5);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0px 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-animation: slideDown 0.35s ease-out;
  animation: slideDown 0.35s ease-out;
}
.header.is-sticky .top-header{
  display: none;
}
.header.is-sticky .main-header{
  border: none;
}
.header.is-sticky .main-header .search-panel{
  display: none;
}
@media (max-width: 992px) {
  .header.is-sticky {
    padding: 0px 0px;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header.is-sticky .dropdown{
  border-top: 2px solid rgba(0,0,0,.1);
  background: rgba(0,0,0,.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.mobile-menu .languages a.active{
  pointer-events: none;
  background: rgba(255,255,255,.3);
}
.mobile-menu.active {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  opacity: 1 !important;
}
@media (max-width: 600px){
  .services-modal .modal-container{
    padding: 0;
  }
  .services-modal .modal-content{
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }
  .services-modal .modal-content > img{
    border-radius: 0;
  }
  .services-modal .description{
    padding-left: 20px;
    padding-right: 20px;
  }
  .services-modal .close{
    right: 10px;
    top: 10px;
  }
}
@media (max-width: 767px){
  .our-works .list{
    padding-left: 0px;
    padding-right: 20px;
    justify-content: space-between;
  }
  .our-works .list a{
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media (max-width: 600px){
  .our-works .list a{
    width: 100%;
  }
  footer a{
    font-size: 14px;
  }
}
.nice-select .option {
  background: transparent;
  color: #fff;
  padding: 0px 15px;
  border-bottom: 1px solid #fff;
}
.nice-select .option:last-child{
  border-bottom: none;
}
.nice-select .option, .nice-select .option.focus, .nice-select .option.selected.focus{
  background: transparent;
}
//.nice-select .option.selected{
//  pointer-events: none !important;
//}
.nice-select .option:hover,
.nice-select .option.focus:hover,
.nice-select .option.selected.focus:hover{
  background: #ad1e1e !important;
}
.nice-select .list{
  background: #000;
  border: 1px solid #fff;
  margin-top: 0px;
  left: 10px;
}
.nice-select:active, .nice-select.open, .nice-select:focus, .nice-select{
  background: transparent;
  border: none;
  padding: 0 0px 0 35px !important;
  width: 60px;
  text-align: right !important;
}
.nice-select.open:after,
.nice-select:after{
  display: none;
}
.breadcrumb{
  font-size: 14px;
}
.breadcrumb a:not(:last-child):after{
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  background: url('../images/right.svg');
  background-size: cover;
  right: -21px;
  top: 3px;
}
.project-slider a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-slider a img{
  height: 500px;
  width: fit-content !important;
}
.project-slider .owl-next{
  position: absolute;
  right: 20px;
}
.project-slider .owl-prev{
  position: absolute;
  left: 20px;
}
.project-slider .owl-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}