* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

h2 {
    font-size: 2.5rem !important;
}

h3 {
    font-size: 1.5rem !important;
}
i{
    cursor: pointer;
}
i:hover{
    transform: scale(1.5);
    transition: 1s;
}
.nav-bar-container {
    background-color: #84bfd9;
    padding: 1rem 3rem 1rem 3rem;
}

.nav-bar-container a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
}

.nav-bar-container a:hover {
    color: black;
    background-color: white;
    transition: 1s;
    border-radius: 5px;
    padding: 5px;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: black;
}

.hamburger {
    display: none;
}

.contact-btn {
    padding: 0.5rem 1.5rem !important;
}

.submit-btn {
    background-color: #84bfd9 !important;
    color: white !important;
    padding-left: 1.5rem !important;
    padding-right: 2rem !important;
}

.main-h1 {
    font-family: 'Roboto';
    font-size: 3rem;
    font-weight: bold;
}

.main-page {
    background-color: #84bfd9;
    color: white;
}

.max-img {
    max-height: 50vh;
}

.max-height {
    max-height: 75vh;
}

.db-h2 {
    font-family: 'Poppins';
    word-spacing: 3px;
    font-weight: bolder;
}

p {
    font-family: 'Poppins';
    font-size: 1.1rem;
    word-spacing: 0.3rem;
}

span {
    font-family: 'Satisfy', cursive;
}
.btn-style {
    font-family: 'Belanosima' !important;
    border: 2px solid #84bfd9;
}

.btn-style:hover {
    background-color: whitesmoke !important;
    color: #84bfd9 !important;
}
.main-headings {
    max-width: 50vw !important;
    margin: auto;
}

.card-title {
    font-size: 2rem;
}

.card-p {
    float: inline-end;
}

#orange {
    color: orange;
}


#orange-bg {
    background-color: rgb(255, 245, 238);
}

#blue {
    color: #6EC1E4;
}

#blue-bg {
    background-color: rgb(240, 255, 255)
}

#green {
    color: rgb(187, 243, 102);
}

#green-bg {
    background-color: rgb(231, 236, 227);
}

#purple {
    color: rgb(167, 60, 167);
}

#purple-bg {
    background-color: rgb(230, 230, 250);
}
.card-body {
    position: relative;
    z-index: 2;
}

.card:hover {
    scale: 1.05;
    transition: 1s;
    background-color: #84bfd9 !important;
    color: white;
    position: relative;
    z-index: 3;
}

.banner-contact {
    background-color: #84bfd9;
    color: white;
    background-image: url(./images/contact-us-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

#banner {
    height: 60vh;
}

.review-container {
    /* box-shadow: 1px 1px 0.2px 2px rgba(0, 0, 0,0.7); */
    position: relative;
    bottom: 3rem;
    background-color: white;
    border-radius: 0.5rem;
}

.profile-style {
    border: 1px solid #84bfd9;
}

.card-profile {
    font-family: 'Belanosima' !important;
    color: #84bfd9;
}

.card-body {
    font-family: 'Poppins';
}

form {
    max-width: 70vw;
    margin: auto;
    border: 2px solid black;
    padding: 2rem;

}

form label {
    font-size: 1.3rem;
    font-family: 'Belanosima' !important;
}

input {
    border: none;
    border-bottom: 1px solid grey;
    width: 30vw;
    font-family: 'Ubuntu';

}

.entry {
    margin-bottom: 2rem;
}

.design {
    background-color: #84bfd9;
    color: white;
    border-radius: 10px;
    padding: 3rem;
}

.box-design {
    height: 30%;
    width: 40%;
    background-color: #1f37c4;
    float: inline-end;
    transform: translateY(35%);
}

.contact {
    padding-bottom: 5rem;
    position: relative;
    bottom: 2rem;
}

.about-cards h2 {
    font-size: 2rem !important;
}

.services-item h2 {
    font-size: 1.5rem !important;
}

.services-item p {
    font-size: 1rem;
}

.footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    gap: 3.5rem;
    background-color: whitesmoke;
    position: absolute;
    left: 0;
    right: 0;
    color: black;
}

.footer h4 {
    color: black;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-family: 'Belanosima' !important;
    font-weight: bold;

}

.footer a {
    text-decoration: none;
    color: black;
    font-family: 'Poppins';
    margin-bottom: 0.5rem;
}

.footer a:hover {
    color: #84bfd9;
    transition: 1s;
}

.footer-margin {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.icon {
    margin-top: 1rem;
}

.footer .line {
    color: black;
}

.width {
    width: 70% !important;
}

.banner {
    margin-bottom: 4rem;
}

.work-together {
    background-color: #84bfd9;
    color: white;
    height: 100%;
    height: 80vh;
    background-image: url(./images/contact-us-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.img-control {
    position: relative;
    bottom: 180px;
}

.work-h2 {
    margin-top: 4rem;
}

.margin-set {
    margin-bottom: 3rem;
}

.main-front {
    background-image: url(./images/inner-page-bg.png);
    background-repeat: no-repeat;
}

.to-top {
    background-color: #84bfd9;
    position: fixed;
    bottom: 16px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 32px;
    color: black;
    transition: all 0.4s;
    pointer-events: none;
    opacity: 0;
}

.to-top.active {
    opacity: 1;
    pointer-events: auto;
}

.whatsapp-icon {
    background-color: white;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 32px;
    transition: all 0.4s;
    pointer-events: none;
    opacity: 0;
}

.whatsapp-icon.active {
    opacity: 1;
    pointer-events: auto;
}
@media (max-width:760px) {
    html {
        font-size: 12px;
    }

    /* section{
        height: 100%;
    } */
    .btn-container {
        justify-content: center;
        align-items: center;
    }

    .main-headings {
        max-width: 100vw !important;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .nav-item {
        position: fixed;
        left: -100%;
        top: 70px;
        gap: 0;
        flex-direction: column;
        background-color: #84bfd9;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding: 10px;

    }

    .nav-item.active {
        left: 0;
    }

    form {
        max-width: 100%;
        flex-direction: column;
    }

    input {
        width: 100%;
    }

    .fcr {
        display: flex;
        flex-direction: column-reverse;
    }

    .review-card {
        justify-content: center;
    }

    .margin {
        margin-bottom: 5rem;
    }

    .work-together {
        height: 60vh;
    }
}