@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: heading;
    /* src: url(../fonts/heading.otf) format('opentype'); */
    src: url(../fonts/lallu.ttf) format('truetype');

}

@font-face {
    font-family: main-heading;
    src: url(../fonts/main-heading.otf) format('opentype');
}

@font-face {
    font-family: lalau;
    src: url(../fonts/Manrope.ttf) format('truetype');
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

p {
    line-height: 1.8;
}

body {
    margin: 0;
    font-family: lalau;
    overflow-x: hidden;
    font-weight: 400;
}

.heading-font {
    font-family: heading;
}

.main-heading-font {
    font-family: main-heading;
}

.cont {
    width: 80%;
    margin: 0 auto;
}

.servicesSwiper .swiper-pagination-bullet {
    background-color: #e85442;
    opacity: 0.4;
}

.servicesSwiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.drop:after {
    content: '';
    width: 3.5px;
    height: 3.5px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.drop:hover:after {
    background: #e85442;
}