@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --style-font: 'Cormorant Garamond', serif;
  --cultured-3: hsl(0, 0%, 95%);
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
   }
section {
  padding: 2.611rem 0;
}

.container { padding-inline: 15px; }

.section { padding-block: var(--section-padding); }
::selection {
  color: #c75054;

}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-thumb {
  background: #c75054;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Arial', serif;
}
li { list-style: none; }
a {
  color: inherit;
  text-decoration: none;
}
.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);

}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.flex {
  display: flex;
}
.lead {
  opacity: 0.8;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}
.black-bg {
  background-color: var(--black);
  color: var(--bs-gray-400);
}
h1 {
  font-size: 3.75rem;
  line-height: 4.25rem;
  font-weight: 700;
  color: white;
text-transform: uppercase;
  font-family: var(--secondary-font);
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.img-hover {
  transition: .2s ease-in;
}
.img-fluid {
  box-shadow: 8px 8px 4px var(--gold);
}
.img-hover:hover {
  transform: scale(.8);
}
header .navbar {
  background-color:white;
  padding: 20px;
}
header .navbar .navbar-nav li .nav-link {
  display: block;
  width: fit-content;
  color: #222222;
  font-weight: 700;

  border: none;
}
header .navbar .navbar-nav li .nav-link:hover {
  color: #d11e33;
  opacity: .8;
}
header .navbar ul li .nav-link.active {
  color: #e34254;
}
header .navbar .link-btn {
  margin-left: auto;
  margin-right: auto;
}
.container .link-btn,
.link-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #F23D49;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  color: white;
  cursor: pointer;
  z-index: 5;
  background-color: #F23D49;
  box-shadow: 0px 5px 16px 0px #f1c0c4;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
border-radius: .25rem;


}
.hover-underline {
  position: relative;
  max-width: max-content;

}

.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-block: 1px solid  #C75054;
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);
}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}

.link-btn:hover {
  background-color:rgba(255, 255, 255, 0.2);
  color:#F23D49;
  border-color: var(--gold) 1px;
}
.container .navbar .link-btn {
  padding: .4rem 1.3rem;
}
.section-subtitle {
  position: relative;
  top: -3px;
  display: inline-block;
  font-size: 16px;
  color:#F06B1C;

  letter-spacing: 0.1em;
  font-weight: 700;
}
.section-title {
  font-size: 40px;
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.about-title{
  position: relative;
  font-size: 48px;
  line-height: 1.2em;
  color: var(--theme-color1);
  font-weight: 700;
}
.banner_wrapper {
  height: 80vh;
}

.banner_wrapper .swiper {
  width: 100%;
  height: 100%;
}

.banner_wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
}

.banner_wrapper .swiper-slide::before {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);

  z-index: 0;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: .9375rem;
  height: .9375rem;
  background-color: white;
  border: .0625rem solid white;
}

.banner_wrapper .swiper .slide-caption {
  text-align: center !important;
  height: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center !important;
}

.banner_wrapper .swiper .slide-caption p {

  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto;
  color: white;
}
.title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  padding: 15px;
}
.textclient{
  font-size: 35px;
}
@media (max-width:991px) {

  section {
    padding: 1.675rem 0;
  }

  .banner_wrapper {
    height: 33.625rem;
  }
}



.jumbotron {
  background: linear-gradient(0deg, rgba(8, 32, 50, 0.6), rgba(8, 32, 50, 0.7)), url('images/air-conditioner-2-1.jpg') center/cover no-repeat fixed, #17191b;

  min-height: 50vh;
}

.jumbotron h2 {
 
  letter-spacing: 10px;
}

.im-img {
  width: 35%;
}
.bg-images {
  background: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-size: cover;

  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bg-images section {
  margin-top: 10vh;
}
.bg-images section h1 {
  font-weight: 600;
  font-family: var(--style-font);
  letter-spacing: 3px;
}
.swiper-arrow {
  color: var(--light-gold);
  font-size: medium;
  padding: 2rem 1.8rem 2rem;
  transition: .1s;
}

.swiper-arrow:hover {
  background-color: rgba(255, 255, 255, .4);
}

.swiper-button-prev {
  transform: translateX(-10px);
}
.swiper-button-next {
  transform: translateX(10px);
  padding-left: 2rem;
}
.contact section p {
  color: white;
  text-align: center;
}
.contact section a {
  text-decoration: none;
  color: inherit;
  transition: .1s;
  border-bottom: 1px solid transparent;
}
.contact section a:hover {
  border-color: var(--bs-secondary);
}

@media only screen and (min-width: 768px) {




  .hidden-mobile {
    display: block;
  }

  .show-mobile {
    display: none;
  }

  .contact section {
    width: 33%;
  }
}

@media only screen and (min-width: 992px) {

  header .navbar .link-btn {
    margin: 0;
    margin-left: auto;
  }

  .im-img {
    width: 28%;
  }
}
.custom-list {
  width: 100%;
}
.custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

.custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #3b5d50;
  position: absolute;
  left: 0;
  top: 8px;
}

.imageroom {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .section1 {
    text-align: center !important;
    align-items: center !important;

  }

  .imageroom {
    display: none;
  }
}
.footer_wrapper {
  background: transparent;
  background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url('images/5.jpg'), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #b6b7b9;
  padding: 6% 0 6% 0;
}
.footer_wrapper h5 {
  color: white;;
  margin-bottom: 1.25rem;
}
.footer_wrapper ul li {
  margin-bottom: .5rem;
  list-style: none;
}
.footer_wrapper .contact-info li a {
  color: white;
}
.footer_wrapper .link-widget li a,
.footer_wrapper p {
  color: white;
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer_wrapper .link-widget li a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}
.footer_wrapper .link-widget li a:hover {
  margin-left: .625rem;
  color: #C75054;
}

.footer_wrapper .social-network a {
  width: 2.1875rem;
  height: 2.1875rem;
  margin: .5rem;
  line-height: 2rem;
  font-size: .875rem;
  display: inline-block;
  border: .125rem solid #C75054;
  color: var(--text-gray);
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer_wrapper .social-network a:hover {
  background-color: white;
  border-color: var(--secondary-color);
  color: var(--text-white);
  box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
  transform: translateY(-0.1875rem);
}
.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}
.footer_wrapper .copyright-section {
  background-color: #0d0d0e;
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}
.footer_wrapper .copyright-section a {
  color:white;
}

@media (max-width: 767px) {
  .footer_wrapper>div {
    padding: 0 1.875rem;
  }
}

.home1 {
  padding: 0;
}

.home1 .slide {
  min-height: 35vh;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}

.swiper-button-next,
.swiper-button-prev {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: transparent;
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: transparent;
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}


.text-gold{
  color: crimson;
}

#gallery{
  -webkit-column-count:4;
  -moz-column-count:4;
  column-count:4;
  
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
@media (max-width:1200px){
  #gallery{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:800px){

  .container .link-btn,
  .link-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid#1E323D;
  padding: 0 25px;
  font-size: 12px;
  line-height: 35px;
  border: 1px solid #F23D49;
  color: white;
  background-color: #F23D49;
  box-shadow: 0px 5px 16px 0px #f1c0c4;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
border-radius: .25rem;


}
.textclient{
  font-size: 25px;
}
.about-title{
  
  position: relative;
  font-size: 28px;
  line-height: 1.2em;
  color: var(--theme-color1);
  font-weight: 700;
}
.services{
  text-align: center;
  display: flex;
  justify-content: center;
}
  #gallery{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:600px){
  #gallery{
  -webkit-column-count:1;
  -moz-column-count:1;
  column-count:1;
}  
}
#gallery img,#gallery video {
  width:100%;
  height:auto;
  margin: 4% auto;
  box-shadow:-3px 5px 15px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modal-img,.model-vid{
  width:100%;
  height:auto;
}

.blog-section {
  padding: 3rem 0 3rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

    .services {
      padding-bottom: 60px;
    }
    
    .services__item {
      margin-bottom: 40px;
    }
    
    .services__item h4 {
      color: #19191A;
      margin-top: 25px;
      margin-bottom: 15px;
      font-size: 18px;
    }
    
    .services__item p {
      margin-bottom: 0;
    }


  .clients {
    padding-top: 30px;
  }

  .service-card .card-title .span {
    display: inline-block;
    color: var(--dark-orange);
    font-size: 3rem;
    margin-inline-end: 15px;
}

  .service :is(.section-subtitle, .section-title, .section-text) { text-align: center; }
  
  .service .section-title { margin-block-end: 20px; }
  
  .service .section-text { margin-block-end: 50px; }
  
  .service-card {
    background-color: var(--white);
    padding: 30px;
    border: 20px solid var(--cultured-3);
    transition: var(--transition);
  }
  
  .service-card:is(:hover, :focus-within) { border-color: var(--dark-orange); }
  
  .service-card .card-icon { margin-block-end: 30px; }
  
  .service-card .card-title .span {
    display: inline-block;
    color: var(--dark-orange);
    font-size: var(--fs-3);
    margin-inline-end: 15px;
  }
  
  .service-card .card-text { margin-block: 10px 20px; }
  
  .feature .title-wrapper { margin-block-end: 30px; }
  
  .feature .section-text { margin-block: 20px 40px; }
  
  .feature-card {
  
    position: relative;
    padding: 30px;
    text-align: center;
    border: 1px solid var(--alice-blue);
    transition: var(--transition);
  }
  
  .feature-card:is(:hover, :focus-within) { box-shadow: var(--shadow-3); }
  
  .feature-card::before {
    content: var(--card-number);
    color: var(--cultured-1);
    font-family: var(--ff-oswald);
    font-size: var(--fs-1);
    font-weight: var(--fw-700);
    line-height: 1;
    transition: var(--transition);
  }
  
  .feature-card:is(:hover, :focus-within)::before { color: var(--dark-orange); }
  
  .feature-card .card-icon {
    background-color: var(--alice-blue);
    width: 170px;
    height: 170px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    margin-inline: auto;
    margin-block-end: 30px;
  }
  
  .feature-card .card-text { margin-block: 20px 40px; }
  
  .feature-card .card-btn {
    color: var(--prussian-blue);
    font-size: 24px;
    border: 2px solid var(--prussian-blue);
    max-width: max-content;
    margin-inline: auto;
    padding: 10px 18px;
  }
  .grid-list {
    display: grid;
    gap: 30px;
}
  @media (min-width: 992px){
    .grid-list {
      grid-template-columns: repeat(3, 1fr);
  }
  }
  @media (min-width: 768px)
  {
    .grid-list {
      grid-template-columns: 1fr 1fr;
  }
  }
  @media (min-width: 992px) {

    .grid-list { grid-template-columns: repeat(3, 1fr); }
  }  

  .btn-link > * {
    transform: translateX(-22px);
    transition:  0.25s ease;
}
.btn-link {
  color:#F06B1C; text-transform: uppercase;
  display: flex;
  align-items: center;
 

}

.fun-fact-section {
  position: relative;
  padding: 40px 0;
}

.fun-fact-section .outer-box {
  position: relative;
}
.fun-fact-section .outer-box  {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.fun-fact-section .content-column {
  position: relative;
}
@media (min-width: 992px)
{

.col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
}
.fun-fact-section .content-column .inner-column {
  position: relative;

 
}
.fun-fact-section .content-column .sec-title {
  margin-bottom: 30px;
}
.fact-counter {
  position: relative;
  width: 100%;
}
.sec-title .sub-title {
  position: relative;
  top: -5px;
  display: inline-block;
  font-size: 16px;
  color: #F06B1C;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.sec-title .text {
  font-size: 16px;
  line-height: 30px;
  color: white;
  margin-top: 30px;
}
.fact-counter {
  position: relative;
  width: 100%;
}
.fact-counter .counter-column {
  position: relative;
  margin-bottom: 65px;
  margin-top: 50px;
}
ol, ul {
  padding-left: 1px; 
}
@media (min-width: 992px)
{
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
}


.fact-counter .counter-column .inner {
  position: relative;
  height: 170px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 45px 20px 25px;
  border-radius: 50px 0;
}
.fact-counter .count-box {
  font-size: 46px;
  color: var(--theme-color1);
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.fact-counter .count-box .count-text {
  font-size: 46px;
  color: #23589C;
  font-weight: 700;
  line-height: 1em;
}
.fact-counter .counter-column .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  background-color:#23589C;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  border: 2px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
  margin: -35px auto 0;
  z-index: 1;
}

/*ANIMATIONS*/
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}
@keyframes slideInUp {
  0% {
      opacity: 0;
      transform: translateY(25%);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes slideInDown {
  0% {
      opacity: 0;
      transform: translateY(-25%);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes slideInleft {
  0% {
      opacity: 0;
      transform: translateX(25%);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes slideInRight {
  0% {
      opacity: 0;
      transform: translateX(-25%);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
      opacity: 0;
      transform: scale(0.75);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
      opacity: 0;
      transform: scale(1.25);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes flipInY {
  0% {
      opacity: 0;
      transform: perspective(90vw) rotateY(67.50deg);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}


[data-animation] {
  opacity: 0;
  animation-timing-function: var(--animation-timing-function);
  animation-fill-mode: both;
  animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}


.animations-disabled {

  &,
  [data-animation] {
      animation: none !important;
      opacity: 1 !important;
  }
}

.slideInUp {
  animation-name: slideInUp;
}

.slideInDown {
  animation-name: slideInDown;
}

.slideInLeft {
  animation-name: slideInleft;
}

.slideInRight {
  animation-name: slideInRight;
}


.fadeIn {
  animation-name: fadeIn;
}


.zoomIn {
  animation-name: zoomIn;
}

.zoomReverseIn {
  animation-name: zoomReverseIn;
}


.flipInY {
  animation-name: flipInY;
}

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}


