/********** Template CSS **********/



/* new service */
img {
  max-width: 100%;
}

.btn-white:hover {
  color: var(--white);
}

a {
  color: var(--white);
}

.color-price {
  font-weight: bold;
  color: var(--third);
}

a:hover,
.btn:hover {
  color: var(--secondary);
}

.btn-white {
  color: var(--black);
  padding: 7px;
  position: relative;
  font-weight: 600;
  /* text-transform: uppercase; */
  transition: .5s;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--third);
  /* text-shadow: -1px 1px 0 var(--white), 1px 1px 0 var(--white), 1px -1px 0 var(--white), -1px -1px 0 var(--white); */
}


@font-face {
  font-family: '1873';
  src: url('../fonts/1873Winchester.woff2') format('woff2'),
    url('../fonts/1873Winchester.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body {
  background-image: url("../images/bg-body.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.text-body {
  color: var(--white) !important;
}

.title-big {
  border-radius: 2rem;
  text-align: center;
  text-transform: capitalize;
  color: var(--black);
  background-image: linear-gradient(to left,var(--secondary), var(--third));
  font-size: 30px;
  font-weight: 300;
  /* padding: 0 0 16px 15px; */
  /* background: linear-gradient(360deg, var(--primary_dark) 100%, var(--primary_dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
}

.navbar-dark .navbar-toggler {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--white);
}

.img-services {
  border-radius: 2rem;
  border: 3px solid var(--primary_dark);
  box-shadow: 1px 12px 0px -3px var(--black)
}

.service-wrap {
  border-radius: 1rem;
  z-index: 1;
  position: relative;
  padding: 1rem;
  background-color: var(--primary_light);
  background-image: url("../images/bg-services.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border: 2px solid var(--primary);
}

/* .service-wrap::after{
  position: absolute;
    content: "";
    width: 99%;
    height: 99%;
    top: 4px;
    border-radius: 1rem;
    left: 4px;
    border: 1px solid red;
    background-color: transparent;
    z-index: -1;
} */



.img-drop {
  position: absolute;
  top: -10px;
  right: -7%;
  max-width: initial;
  width: 40%;
  transform: scaleX(-1);
}

.polish {
  position: absolute;
  top: -61px;
  right: 31%;

}

.img-about {
  border-radius: 100%;
  border: 6px double var(--secondary);
  /* width: 70%; */
  box-shadow: black 0px 27px 16px -26px;
}

.color-title {
  font-size: 18px;
  color: var(--white);
}

.line-dash {
  border: 1px solid #7d7d7db3;
  height: 0.5px;
  width: 100%;
  margin: 40px 0;
}

.description {
  font-style: italic;
  color: var(--dark);
  padding: 5px 0 calc(var(--bs-gutter-x) / 2) calc(var(--bs-gutter-x) / 2);
}


.contact a {
  color: var(--white);
}

.contact a:hover {
  color: var(--secondary);
}

:root {
  --primary: #7ad0fa;
  --primary_light: #fff0f2;
  --primary_dark: #001141;
  --secondary: #f9e294;
  --third: #c5a64e;
  --light: #0c0d0d;
  --white: white;
  --dark: #9a8e80;
  --black: black;
}

.pt-6 {
  padding-top: 90px;
}

.pb-6 {
  padding-bottom: 90px;
}

.py-6 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.btn {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  transition: .5s;
}

.btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  bottom: -1px;
  left: 50%;
  background: var(--primary_dark);
  transition: .5s;
}

.btn.btn-primary::after {
  background: var(--black);
}

.btn:hover::after,
.btn.active::after {
  width: 50%;
  left: 25%;
}

.btn-primary {
  color: #FFFFFF;
}

.text-uppercase.text-white.fw-bold {
  color: var(--secondary) !important;
}

.text-banner {
  /* font-family: '1873'; */
  color: var(--secondary);
  /* text-shadow: 0px 4px 0px var(--primary_light); */
  /* text-shadow: -1px 1px 0 var(--primary_dark), 1px 1px 0 var(--primary_dark), 1px -1px 0 var(--primary_dark), -1px -1px 0 var(--primary_dark), 0px 4px 0px var(--primary_dark); */
}

.position-absolute.w-100 {
  border: 1px solid var(--secondary);
  height: 100%;
}

.bg-white {
  background-color: #fff4f4 !important;
}

.text-ore {
  color: var(--secondary);
}

.text-dark {
  color: var(--secondary) !important;
}

.text-sky {
  color: var(--secondary);
  /* text-shadow: -1px 1px 0 var(--primary_dark), 1px 1px 0 var(--primary_dark), 1px -1px 0 var(--primary_dark), -1px -1px 0 var(--primary_dark), 0px 4px 0px var(--primary_dark); */
}

.bg-ore.text-white {
  /* border: 1px solid var(--white); */
  color: var(--black) !important;
  background-image: linear-gradient(40deg, var(--third), var(--secondary), var(--third));

}


.btn-app:hover {
  /* border: 1px solid var(--white); */
  background-image: linear-gradient(140deg, var(--third), var(--secondary), var(--third));

  color: var(--primary_dark) !important;

}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.fa.fa-star {
  color: var(--primary);

}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  color: var(--primary_dark);
  border: 1px solid var(--primary_dark);
  background-image: linear-gradient(140deg, var(--third), var(--secondary), var(--third));
  position: fixed;
  display: none;
  left: 50%;
  bottom: 0;
  margin-left: -22px;
  border-radius: 0;
  z-index: 99;
}

.back-to-top:hover {
  color: var(--primary_dark);
}

.bg-dark-radial {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-size: 3px 3px;
}

.bg-light {
  background-color: var(--secondary) !important;
}

.btn-primary {
  color: var(--black);
  background-image: linear-gradient(140deg, var(--third), var(--secondary), var(--third));
  border-color: transparent;
}

.btn-primary:hover {
  background-image: linear-gradient(40deg, var(--third), var(--secondary), var(--third));
  color: var(--black);
  border-color: transparent;


}

.bg-social {
  /* background-color: var(--black); */
}

.bg-social a {
  color: var(--white);
}

.bg-social a:hover {
  color: var(--secondary);
}

.bg-ore i {
  color: var(--third);
}

.footer-link {
  /* background-color: var(--black); */
}

.footer-link .text-dark:hover {
  color: var(--white) !important;
}

.footer span {
  color: var(--white);
}

.service-item {
  position: relative;
  /* padding-bottom: 15px; */
  /* box-shadow: var(--primary_dark) 0px 11px 8px -7px !important */
}

.service-item .name-ser {
  padding: 1.5rem 0 1rem;
border-top: 2px solid var(--secondary);


/* From https://css.glass */
background: rgba(249, 226, 148, 0.44);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.4px);
-webkit-backdrop-filter: blur(7.4px);



  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.service-item h4 {
  text-transform: capitalize;
  /* margin-top: 10px;*/
  margin-bottom: 0px;
  font-size: 20px;
  color: var(--light);
}

.service-item a {
  padding: 0;
  font-size: 15px;
  color: var(--light);
}

.bg-review h1 {
  color: var(--third) !important;
  /* text-shadow: -1px 1px 0 var(--white), 1px 1px 0 var(--white), 1px -1px 0 var(--white), -1px -1px 0 var(--white), 0px 3px 0px var(--white); */
  /* text-shadow: -1px 1px 0 var(--dark), 1px 1px 0 var(--dark), 1px -1px 0 var(--dark), -1px -1px 0 var(--dark), 0px 4px 0px var(--black); */
}

.bg-review h1 span {
  color: var(--secondary) !important;

  /* text-shadow: -1px 1px 0 var(--white), 1px 1px 0 var(--white), 1px -1px 0 var(--white), -1px -1px 0 var(--white), 0px 3px 0px var(--white); */

}

.page-header h1 {
  color: var(--secondary) !important;
  /* text-shadow: -1px 1px 0 var(--white), 1px 1px 0 var(--white), 1px -1px 0 var(--white), -1px -1px 0 var(--white), 0px 4px 0px var(--primary); */
}

.bg-light-radial {
  /* background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px; */
}


.bg---primary_dark {
  background-color: var(--primary_dark) !important;

}

.bg-head {
  border-top: none !important;
  border-bottom: 1px solid var(--secondary);
  /* box-shadow: 0px 2px 15px var(--primary) !important; */
  /* border-top: 3px solid var(--primary);
*/
  /* background-color: var(--primary_dark) !important; */

}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
  padding: 18px 11px;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--white);
  white-space: nowrap;
  outline: none;
  transition: .5s;
}



.gallery img {
  border: 4px double var(--secondary);
  /* box-shadow: black 0px 27px 16px -26px; */
}

.img-logo {
  width: 40%;
}

.img-logo-ft {
  width: 30%;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--secondary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000007d;
  z-index: 1;
}




@media (max-width: 576px) {
  .carousel-caption h4 {
    font-size: 18px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }

  .service-wrap::after {
    width: 97%;
    height: 99.5%;
    top: 6px;
    z-index: -1;
  }

  .img-logo-ft {
    width: 70%;
  }

  .navbar {
    /* flex-wrap: initial; */
  }

  .navbar-dark .navbar-brand {
    width: 50%;
  }

  .img-logo {
    width: 70%;
  }

  .img-about {
    width: 100%;
  }

  .img-drop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-44%, 25%);
    width: calc(100% + 23rem);
  }

  .polish {
    position: absolute;
    bottom: 17rem;
    right: 59%;
    width: 49%;
    top: initial;
  }
}



.page-header {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.service-item .service-icon {
  border: 2px solid var(--secondary);
  background-color: var(--black);
  margin-top: -30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;

  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-item .service-icon i {
  font-size: 20px;
  color: var(--white);
}


.service-item .service-icon i {
  transition: .2s;
}

/* .service-item:hover .service-icon i {
    font-size: 60px;
} */

.portfolio-item {
  margin-bottom: 60px;
}

.justify-content-center {
  justify-content: center;
}

.portfolio-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
  padding: 0 30px;
  right: 30px;
  left: 30px;
  bottom: -60px;
  background: #FFFFFF;
  z-index: 3;
}

.portfolio-btn {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  font-size: 120px;
  line-height: 0;
  transition: .1s;
  transition-delay: .3s;
  z-index: 2;
  opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
  opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  transition: .5s;
  z-index: 1;
  background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
  left: 0;
}

.portfolio-box::after {
  right: 0;
}

.portfolio-item:hover .portfolio-box::before {
  left: 0;
  width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
  right: 0;
  width: 50%;
}

.column-left {
  width: 70px;
}

.column-left1 {
  width: 100px;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.list-style-none {
  list-style: none !important;
}

.column-left {
  width: 87px;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.list-style-none {
  list-style: none !important;
}

.about-bg {
  /* background-attachment: fixed;
  background-color: var(--primary_light);
  background-image: url("../images/bg-abt2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
}

.about-bg p {
  text-align: justify;
  color: var(--white);
}

.footer .btn-white {
  color: var(--secondary);
}

.footer .btn-white:hover {
  color: var(--third);
}

.bg-dark {
  border-top: 1px solid var(--secondary);
  background-image: url("../images/bg-head.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .border-right-img {
    border-right: 1px solid #7d7d7db3;
  }

  .border-right {
    border-right: 1px solid var(--white) !important;
  }
}

@media (min-width: 992px) {

  .testimonial,
  .contact-form {
    margin-left: -90px;
  }
}

@media (min-width: 992px) {

  .footer {
    /* border-top: 2px solid var(--primary); */
    position: relative;
    z-index: 1;
  }

  .footer::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    bottom: 0;
    left: 50%;
    z-index: -1;
  }

  .column-left {
    width: 97px;
  }

  .column-left1 {
    width: 97px;
  }

  .block {
    flex: 0 0 auto;
    width: 100%;
  }
}

.text-align-justify {
  text-align: justify;
}

@media (min-width: 1024px) {
  .column-left1 {
    width: 94px;
  }

  .display-4 {
    font-size: calc(1.475rem + 0.7vw);
    font-weight: 700;
    line-height: 1.2;
  }

  .px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  @media (min-width: 1200px) {
    .column-left {
      width: 145px;
    }

    .display-4 {
      font-size: calc(1.475rem + 1.7vw);
      font-weight: 700;
      line-height: 1.2;
    }

    .px-5 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
  }

  @media (min-width: 1440px) {
    .column-left {
      width: 194px;
    }

    .px-5 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }

    .container-fluid .row {
      max-width: 1440px;
      margin: 0 auto;
    }
  }

  @media (min-width: 1920px) {
    .column-left {
      width: 306px;
    }
  }

  .p-0 {
    padding: 0 !important;
  }

  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }

  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }

  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }

  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }

  .p-1 {
    padding: 0.25rem !important;
  }

  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }

  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }

  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }

  .p-2 {
    padding: 0.5rem !important;
  }

  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }

  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }

  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }

  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }

  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }

  .m-1 {
    margin: 0.25rem !important;
  }

  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }

  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }

  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }

  .m-2 {
    margin: 0.5rem !important;
  }

  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }

  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }

  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }

  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }

  .m-3 {
    margin: 1rem !important;
  }

  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }

  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }

  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }

  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }

  .m-4 {
    margin: 1.5rem !important;
  }

  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }

  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }

  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }

  .m-5 {
    margin: 3rem !important;
  }

  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }

  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }

  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }


  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }

  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }

  .p-3 {
    padding: 1rem !important;
  }

  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }

  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }

  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }

  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }

  .p-4 {
    padding: 1.5rem !important;
  }

  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }

  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }

  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }

  .p-5 {
    padding: 3rem !important;
  }

  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }

  .pr-5,
  .px-5 {
    padding-right: 3rem;
  }

  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }

  .pl-5,
  .px-5 {
    padding-left: 3rem;
  }

  .footer-shape::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--third);
    transform: skew(40deg);
  }
}