/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/
body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #000;
}
.sticky-top {
    transition: 1s;
}
.navbar {
    transition: .5s;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bg-light-1{
    background-color: #E7E9EB;
}
.bg-light-2{
    background-color: #e6f3fb;
}
.bg-light-3{
    background-color: #eef5e5;
}
.bg-light-4{
    background-color: #a3a3a3;
}
.bg-light-4-grad{
    background: linear-gradient(to right, #a3a3a3 22%, #e6f3fb 22%);
}
.slide-bg{
    box-shadow: rgba(100, 57.6, 0, 0.4) -5px 5px, rgba(100, 57.6, 0, 0.3) -10px 10px, rgba(100, 57.6, 0, 0.2) -15px 15px, rgba(100, 57.6, 0, 0.1) -20px 20px, rgba(100, 57.6, 0, 0.05) -25px 25px;
}
.slide_animi{
    position: relative;
    animation-name: example;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.slide_animi2{
    position: relative;
    animation-name: example;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}
@keyframes example {
    0%   {left:0px; top:0px;}
    25%  {left:16px; top:0px;}
    50%  {left:16px; top:16px;}
    75%  {left:0px; top:16px;}
    100% {left:0px; top:0px;}
}
.logo-rotate{
    animation: coin-rotate 8s;
}
@keyframes coin-rotate  {  
    0%  {
        transform: rotateY(0deg); 
        transform-origin: 50% 5% 0;
        }  
    100% {
         transform: rotateY(360deg); 
         transform-origin: 50% 5% 0;
         }  
    }
.carousel-item {
    transition-duration: 2s;
}
.text-style-1 {
    font-family: 'Garamond';
    font-size: 37px;
    text-transform: capitalize;
    color: #FFC43F;
}
.text-style-2 {
    font-family: 'Garamond';
    font-size: 37px;
    text-transform: capitalize;
    color: #222222;
}
.carousel-item h3, .promo-title-1 {
    font-family: "Nunito", sans-serif;;
    color: #222222;
    font-weight: 700;
}

.promo-title-2 {
    font-family: "Nunito", sans-serif;;
    color: #ff9300;
    font-weight: 700;
}

.h-carousel{
    height: 570px;
}
.font-1{
    font-family: 'Garamond';
}
.font-2{
    font-family: "Nunito", sans-serif;
}
@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}
    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}
    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}
    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px; 
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ff9300;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}
.feature .feature-item .feature-icon1 span {
    width: 90px; 
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #707070;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background-color: #9df9ef;
    transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #707070;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    
}

.about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%; 
    bottom: 0; 
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color: #FF671F;
}
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    transition: 0.5s;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.8);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #707070;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}
.bg-img-1{
    background-image: url(../images/bg-1.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.bg-1{
    background: rgba(255, 255, 255, 0.7);
}
.bg-2{
    background: rgba(0, 0, 0, 0.3);
}
.project-img{
    overflow: hidden;
}

.project-img img{
    transition: all ease-in-out 0.4s;
}

.project-img:hover img{
    transform: scale(1.1);
}

.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
  }
  
  .testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid #707070;
    border-radius: 10px;
  }
  
  .testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background-color: #707070;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: #9df9ef;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px; 
    border-radius: 100px;
    border: 4px solid #707070;
  }