h1,
h2,
h3,
h4,
h6 {
    font-family: "Josefin Sans";
    ;
}

p,
h5 {
    font-family: "Open Sans";
    line-height: 33px;
    text-align: justify;
}

span {
    font-family: "Open Sans";
}

.services ul li a {
    text-decoration: none;
    line-height: 45px;
    position: relative;
    color: #b6b2bf;
    transition: color 0.3s ease;
    font-family: "Open Sans";
}

.services ul li a:hover {
    color: #f5673c;
}

/* Add an underline effect */
.services ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f5673c;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.services ul li a:hover::after {
    transform: scaleX(1);
}

.services p {
    position: relative;
    transition: color 0.3s ease;
}

.zoom-in {
    transition: transform 0.3s ease-in-out;
}

.zoom-in:hover {
    transform: scale(1.1);
}

/* terms */
.terms ul li a {
    text-align: justify;
    color: #f5673c;
    text-decoration: none;
    line-height: 45px;
    font-family: "Open Sans";
    position: relative;
    transition: color 0.3s ease;
}

.terms ul li a:hover {
    color: #f5673c;
}

.terms ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f5673c;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.terms ul li a:hover::after {
    transform: scaleX(1);
}

.footer {
    background-color: #333232;
    margin-right: 0px;

}

.c_b6b2bf {
    color: #b6b2bf;
}

.fs-22 {
    font-size: 22px;
}

.fs-17 {
    font-size: 17px;
}

.fs-16 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-24 {
    font-size: 24px;
}

.c_f5673c {
    color: #f5673c;
}

.fs-16{
    font-size: 16px;
}

@media (max-width: 768px) {
    .social-menu a {
        width: 12%;
        margin: 0 10px;
    }

    .lets-work {
        margin-top: -3rem !important;
    }
    .fs-16{
        font-size: 13px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .filter {
        padding-left: 30%;
    }
    .fs-16{
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .filter {
        padding-left: 20%;
    }

}

@media (max-width: 575px) {
    .services ul li a {

        line-height: 36px;
    }
}

@media (min-width: 1200px) {
    .filter {
        padding-left: 18%;
    }
}

@media(max-width:766px) {
    .services {
        text-align: center;
    }
}

@media(max-width:600px) {
    .footer-content {
        margin-left: 13px;
    }
}

@media (min-width: 774px) and (max-width: 1024px) {
    .social-links {
        display: flex;
    }
}

.social-links a {
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    color: #f5673c;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
    margin: 0 22px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
    background-color: white;
}

.social-links a .fab {
    font-size: 24px;
    line-height: 50px;
    position: relative;
    z-index: 10;
    transition: color 0.5s;
}

.social-links a::after {
    content: '';
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0;
    background: #fff;
    background: linear-gradient(-45deg, #f0b152, #f5673c);
    position: absolute;
    transition: 0.5s;
}

.social-links a:hover::after {
    top: 0;
}

.social-links a:hover .fab {
    color: #fff;
}

.social-links a:hover {
    transform: translateY(-10px);
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: 0;
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

@media only screen and (max-width: 991px) {
    .social-links a {
        width: 50px;
        height: 50px;
        margin: 0 20px;
    }

    .social-links a .fab {
        font-size: 24px;
        line-height: 51px;
    }

    .fs-19 {
        font-size: 16px;
    }

    .fs-17 {
        font-size: 15px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1289px) {
    .lets-work p,.services ul li a,.footer-content p{
        font-size:15px ;
    }
}

@media screen and (min-width: 1290px) and (max-width: 1440px) {
    .lets-work p,.services ul li a ,.footer-content p{
        font-size: 17px;
    }
}
