/* @font-face {
    font-family: 'since-semi';
    src: url('fonts/Formular.woff2') format('woff2');
    font-style: normal;
} */
:root{
    --heading-size:22px;
    --para-size:14px;
    --mini-heading-size:18px;
    --primary-color:#007bff;
    --primary-color:#ceba63;
    --secondary-color: #720047;
    --font:"PT Serif", serif;
    --s-font:"Niconne", cursive;;
    /* --font:"Cairo", sans-serif; */
    
}

.s-font{
    font-family: var(--s-font) !important;
    font-display: swap;
}

.fw-400{
font-weight: 400;
}


.bg-pastel{
    background-color: #af006d;
}


/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #ffffff;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;

  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #4f52ef;
  }

*{
    margin: 0;
    padding: 0;
    font-family: var(--font);
    font-display: swap;
}

h1,h2,h3,h4,h5,h6{
    font-size: var(--heading-size);
}

p{
    font-size: var(--para-size);
    font-weight: 500;
}

.bg-pry{
    background-color: var(--primary-color);
}

.bg-sec{
    background-color: var(--secondary-color);
}

.px-10 {
    padding: 0 50px;
}

.section {
    padding: 50px 0px 50px 0px;

}

.mini {
    font-size: 14px;
    color: #838383;
    margin: 0;
}

.primary-color {
    color: var(--primary-color);
}

.pry-btn {
    display: block;
    width: fit-content;
    padding: 8px 30px;
    /* border-radius: 50px; */
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin: 10px 0;
    transition: all ease .5s;
}

.pry-btn:hover {
    border-radius: 50px;
}


.head-ban {
    background-image: linear-gradient(45deg,rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../images/m3.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
}

.head-ban h2 {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
}

@media (max-width:600px) {
    .head-ban {
        height: 200px;
    }

    .head-ban h2 {
        font-size: 50px;
    }
    .sm-pb{
        padding-bottom: 80px !important;
    }
}

.owl-carousel .owl-nav{
    position: absolute;
    /* width: 100%; */
    text-align: end;
    right: 10px;
    
}
.owl-carousel .owl-nav button, .owl-carousel .owl-nav button{
    color: var(--primary-color);
    font-size: 40px;
    /* padding: 20px; */
    /* border: 1px solid var(--primary-color); */
    width: 50px;
    height: 50px;
    line-height: 0;
    background-color: #08321c;
    }
    .owl-carousel .owl-nav button  span{
    /* border: 1px solid var(--primary-color); */
    /* width: 50px;
    height: 50px; */
    display: block;
    line-height: 0;
    color: var(--primary-color);
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    
    }

    .owl-carousel .owl-dots{
        text-align: center;
        padding: 10px 0px;
    }

    .owl-carousel .owl-dots .owl-dot{
        width: 10px;
        height: 10px;
        background-color: var(--primary-color);
        
        border: 1px solid var(--primary-color);
        margin: 10px;
    }

    .owl-carousel .owl-dots .active{
        background-color: #fff;
        border: 1px solid var(--primary-color);
    }

    .webdesigner {
        display: none;
    }
    
    @media screen and (max-width: 600px) {
        .webdesigner {
            display: block;
    
        }
    
        .float {
            position: fixed;
            width: 50px;
            height: 50px;
            bottom: 20px;
            right: 20px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 20px;
            /* box-shadow: 2px 2px 3px #999; */
            z-index: 100;
        }
        
    
        .callfloat {
            position: fixed;
            width: 50px;
            height: 50px;
            bottom: 20px;
            left: 20px;
            background-color: var(--primary-color);
            color: #fff;
            border-radius: 50px;
            text-align: center;
            font-size: 20px;
            /* box-shadow: 2px 2px 3px #999; */
            z-index: 100;
        }
        .message{
            display: none;
            transition: all 1s ease;
            z-index: 100;
            position: fixed;
            width: fit-content;
            /* height: 60px; */
            bottom: 20px;
            right: 90px;
            background-color: #25d366;
            color: white;
        }
        
        .my-float {
            margin-top: 10px;
        }
        .shaked{
            /* Start the shake animation and make the animation last for 0.5 seconds */
      animation: shake;
      animation-duration: 1s;
      animation-delay: 0s;
    
    
      /* When the animation is finished, start again */
      animation-iteration-count:infinite;
        }
        @keyframes shake {
            0% { transform: rotate(0deg); }
            3% { transform: rotate(15deg); }
            6% { transform: rotate(0deg); }
            9% { transform: rotate(-15deg); }
            12% { transform: rotate(0deg); }
            15% { transform: rotate(0deg); }
            18% { transform: rotate(15deg); }
            21% { transform: rotate(0deg); }
            24% { transform: rotate(-15deg); }
            27% { transform: rotate(0deg); }
            100%{ transform: rotate(0deg); }
          }
    
    }

    
    img.lazy {
        filter: blur(5px);
        background: #f0f0f0;
        transition: filter 0.3s;
    }

    img.lazy:not([src]) {
        visibility: hidden;
    }

    img:not(.lazy) {
        filter: blur(0);
    }