@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@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');


body {
    font-family: "Poppins", serif;
    font-size: 1rem;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 60px;
    font-family: "Poppins", serif;
}

@media(max-width: 768px) {
    h1 {
        font-size: 35px;
    }
}

h2 {
    font-size: 40px;
    font-family: "Poppins", serif;
    font-weight: 600;
}

@media(max-width: 768px) {
    h2 {
        font-size: 25px;
    }
}

h3 {
    font-size: 1.875rem;
    font-weight: 500;
    font-family: "Poppins", serif;
}

h4 {
    font-size: 24px;
    font-family: "Poppins", serif;
}

h5 {
    font-size: 18px;
    font-family: "Poppins", serif;
}

h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", serif;
}

p, a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins", serif;
    color: #545454;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Poppins", serif;
}

a, a:hover, a:focus {
    text-decoration: none !important;
}

img {
    border-style: none;
}

.padding-100 {
    padding: 120px 0px;
}

.padding-top {
    padding-top: 120px;
}

.padding-bottom {
    padding-bottom: 120px;
}

.text-blue {
    color: #3E43E9;
}

a:hover {
    color: #3E43E9;
}

.active {
    color: #cfadff !important;
}

.nav-link.active::after {
    content: "";
    width: 43px;
    display: block;
    height: 1px;
    background: #cfadff;
    margin: auto;
    top: 3px;
    position: relative;
}

header ul li a {
    font-family: "Raleway", serif;
    color: #FFFFFF !important;
}

.btn-contact {
    background: #ffffff;
    color: #3E43E9 !important;
    border-radius: 20px;
    border: 1px solid #3E43E9;
    padding: 8px 25px 8px 25px !important;
    transition: 0.5s ease-in-out;
    font-weight: 500;
}

    .btn-contact:hover {
        background: #3E43E9;
        color: #ffffff !important;
        border: 1px solid #ffffff;
    }

.btn-blue {
    background: #3E43E9;
    color: #ffffff;
    border-radius: 20px;
    border: 1px solid #ffffff;
    padding: 14px 28px 14px 28px !important;
    transition: 0.5s ease-in-out;
    width: fit-content;
    transition: 0.5s ease-in-out;
}

.navbar {
    background-color: rgb(255 255 255 / 10%);
}

    .navbar.scrolled {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        background-color: black;
        transition: 0.16s;
    }

@media(max-width: 992px) {
    .btnn {
        display: flex;
        justify-content: center;
    }

    .btn-contact {
        width: fit-content;
    }

    .navbar {
        background: black;
    }
}

.btn-blue:hover {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.footer {
    background: #ede6f7;
}

#portfolio-banner {
    background: url('../img/resume-bg-img.png'), url('../img/resume-bg-img.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-blue {
    background: #3E43E9;
}

.heading-content {
    margin-top: 65px;
}

.line-bar {
    border: 1px solid #242732;
    opacity: unset !important;
}

#company-experience, #portfolio {
    background: #ede6f7;
}

#services {
    background: url('../img/service-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.owl-prev, .owl-next {
    background: #3E43E9 !important;
    color: #FFFFFF !important;
}

    .owl-prev:hover, .owl-next:hover {
        background: #00048b !important;
    }

.owl-prev {
    position: absolute;
    top: -88px;
    right: 82px;
}

.owl-next {
    position: absolute;
    top: -88px;
    right: 33px;
}

@media(max-width: 992px) {
    .owl-prev, .owl-next {
        position: unset !important;
    }
}
