:root {
    --primary: #433d97;
    --secondary: #3fc2d2;
    --body-text :#636466;
    --white:#fff
  }
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
body {
    color: var(--body-text);
    font-family: "Inter", sans-serif;
}
.main-nav {
    position: relative;
    background-color: var(--white);
    /* background-image: linear-gradient(180deg, #ffffffe0 0%, #f2295b00 100%); */
    z-index: 999;
    box-shadow: rgba(50, 50, 93, 0.25) -3px -1px 27px -5px, rgba(0, 0, 0, 0.3) 2px -1px 16px -8px;
}

.main-nav .nav-relative {
    position: relative;
}
.main-nav .nav-relative .menu-box {
    position: absolute;
    top: 45px;
    min-width: 300px;
    right: 0px;
    background-color: var(--white);
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    display: none;
    overflow: hidden;
}
.main-nav .nav-relative:hover .menu-box {
    display: block;
}
.main-nav .nav-relative .menu-box .menu-item {
    display: block;
    padding: 14px 16px;
   font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #848484;
    transition: all 0.4s ease-in-out;
    white-space: nowrap;
    text-decoration: none;
}
.main-nav .nav-relative .menu-box .menu-item:hover {
    background: #f5f5f5;
}
.navbar-brand img {
    width: 225px;
    height: auto;
}
.main-nav .navbar-nav .nav-link {
    color: var(--primary);
    font-size: 17px;
    padding: 13px 20px;
    transition: all 0.3s ease-in-out;
}
.main-nav .navbar-nav .nav-link:hover {
    color: #00a3ff;
}
.header-main {
 
    padding-top: 0px;
    min-height: 40vh;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-bottom: 100px;
}
.header-main .content {
    margin-bottom: 50px;
}
.header-main .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.header-main .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.header-main .image-wrapper img {
    max-width: 450px;
    
    width: 100%;
    height: auto;
    object-fit: contain;
}
.contact-header {
  
    padding-top: 50px;
    min-height: 30vh;
    opacity: 1;

}
.header-main.contact-wrapper {
    padding-top: 0px;
}
.header-main.contact-wrapper .top-text {
    background-color: #fff;
}
.header-main.service-header {
   
  padding-top: 40px;
    min-height: 30vh;
    opacity: 1;

}
.service-detail {
    max-width: 900px;
    margin: 10px auto;
}
.service-detail h2 {
    color: var(--primary);
   font-family: "Inter", sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -2px;
    text-align: center;
}
.service-detail .text {
    text-align: left;
    color: var(--body-text);
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 300;

    margin: 24px auto;
}
.service-detail p {
    text-align: center;
    color: var(--body-text);
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    max-width: 930px;
    margin: 24px auto;
}
.service-detail ul li {
    text-align: left;
    color: var(--body-text);
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 300;

    margin-bottom: 12px;
}
.header-main .top-text {
    margin: 20px 0px;
    color: var(--primary);
   font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    padding: 10px 25px 8px 25px;
    background-color: #f5f5f5;
    border-radius: 50px 50px 50px 50px;
  
    width: max-content;
    letter-spacing: 0.5px;
}
.header-main .title {
    color: var(--primary);
   font-family: "Inter", sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -2px;
    max-width: 1200px;
    text-align: left;
    margin: 15px 0px;
}
.header-main .body-text {
    text-align: left;
    margin: 10px 0px;
}
.header-main.service-header .body-text,.header-main.service-header .title,.header-main.service-header .top-text {
    text-align: center;
    margin: 20px auto;
}
.about-header {
    position: relative;
    padding-top: 40px;
    min-height: 40vh;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-bottom: 100px;
}
.pt-40 {
    padding-top: 40px;
}
.about-header .text-wrapper {
    padding: 40px 0px;
}
.about-header .text-wrapper .body-text {
    text-align: left;
}
.about-header .image-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 50px 20px;
}
.about-header .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.about-header .user-name {
    color: var(--primary);
   font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: -1px;
    text-align: right;
}
.body-text {
    text-align: center;
    color: var(--body-text);
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    max-width: 630px;
    margin: 24px auto;
}
.button {
   font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 14px;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    fill: #f2fcfe;
    color: #f2fcfe;
    background-color: var(--primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--primary);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 5px 14px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 20px 40px;
}
.button:hover {
    transform: translateY(-8px);
    color: var(--primary);
    background-color: var(--primary)00;
    border-color: var(--primary);
}
.our-company {
    margin-bottom: 90px;
}
.title-main {
    color: var(--primary);
   font-family: "Inter", sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -2px;
}
.get-in-touch {
    display: flex;
    margin-bottom: 90px;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    border-radius: 14px;
}
.get-in-touch .text-section {
    flex-basis: 40%;
    flex-shrink: 0;
    background-color: var(--secondary);
    color: var(--white);
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.get-in-touch .text-section .titlee {
    color: #ffffff;
   font-family: "Inter", sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -2px;
}
.get-in-touch .text-section .text {
    text-align: left;
    color: #f0f7fc;
   font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
}
.get-in-touch .image-wrapper {
    flex-shrink: 0;
    flex-basis: 60%;
    height: 450px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
.get-in-touch .text-section .button {
    width: max-content;
}
.get-in-touch .text-section .button:hover {
    background-color: var(--white)smoke;
}
.get-in-touch .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
footer {
    padding-top: 40px;
    padding-bottom: 5px;
    background-color: #f5f5f5;
}
footer p {
    font-size: 14px;
}
footer .row {
    justify-content: space-between;
}
footer .logo {
    display: flex;
    align-items: center;
}
footer .logo img {
    width: 240px;
    height: auto;
}
footer .title {
    font-size: 17px;
    color: var(--body-text);
    margin-bottom: 12px;
    font-weight: 600;
}
footer a {
   font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;

    color: var(--primary);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    margin-bottom: 10px;
}
footer a:hover {
    color: #00a3ff;
}
.navbar-toggler {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--primary);
    padding: 5px;
    border: none;
    color: var(--white);
}

.navbar {
    background-color: transparent;
}
.pt-50 {
    padding-top: 87px;
}
.our-services .service-box {
    border-radius: 12px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #bec5d6;
    transition: all 0.3s ease-in-out;
box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: relative;
    min-height: 250px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.our-services .service-box:hover {
    background-color: transparent;
    /* background-image: linear-gradient(180deg, #f2fcfe 96%, var(--primary) 96%); */
    background-color: #f5f5f5;
    box-shadow: 1px 4px 35px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-in-out;
}
.our-services .service-box .line {
    position: absolute;
    height: 10px;
    width: 0%;
    top: 0px;
    left: 0px;
    background-color: var(--primary);
    transition: all 0.3s ease-in-out;
    
}
.our-services .service-box:hover .line {
  
    width: 100%;
}
.our-services .service-box .title {
    color: var(--primary);
   font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: -1px;
    text-align: left;
    margin-bottom: 12px;
}
.our-services .service-box .text {
    text-align: left;
    color: var(--body-text);
   font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 12px;
}
.our-services .service-box .link {
   font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 22px;
    letter-spacing: 0px;
    fill: var(--secondary);
    color: var(--secondary);
    text-decoration: none;
}
.contact-form {
    max-width: 630px;
    margin: 6% auto;
}
.contact-form .input {
    background-color: #ffffff;

    border: 1px solid #ccc;
   font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #7a7a7a;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px;

    width: 100%;
}
.contact-form textarea {
    background-color: #ffffff;

    border: 1px solid #ccc;
   font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #7a7a7a;
    min-height: 100px;
    padding: 6px 16px;
    border-radius: 4px;

    width: 100%;
}
.contact-form .input:focus,
.contact-form textarea:focus {
    box-shadow: none !important;
    outline: none;
    border: 1px solid #69727d;
}
.contact-form label {
   font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    color: #69727d;
}
.contact-form .terms {
    display: flex;
    align-items: center;
    gap: 5px;
}
.contact-form .terms label {
   font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;

    margin: 0px;
    color: #69727d;
}
.contact-form .terms a {
    text-decoration: none;
    color: #00a3ff;
}
.contact-content {
    background-color: #f5f5f5;
}
.service-flex {
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .about-header,.header-main.service-header {
        padding-top: 20px;
    }
    .pt-40 {
        padding-top: 20px;
    }
    .about-header .image-wrapper {
        padding: 24px;
    }
    .header-main .image-wrapper {
        padding: 24px;
    }
    .header-main .content ,.header-main{
        margin-bottom: 32px;
    }
    .our-services .service-box .title {
        font-size: 18px;
    }
    .our-services .service-box {
        padding: 24px;
    }
    .navbar {
        background-color: var(--white);
    }
    .header-main .title {
        font-size: 20px;
        letter-spacing: -0.6px;
    }
    .body-text,
    .service-detail .text,.service-detail p {
        font-size: 14px;
    }
    .navbar-brand img {
        width: 180px;
    }
    .title-main,.service-detail h2 {
        font-size: 32px;
    }
    .get-in-touch {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .get-in-touch .text-section {
        gap: 12px;
        padding: 40px 20px;
    }
    footer .logo,
    footer .col-12 {
        margin-bottom: 14px;
    }
    .get-in-touch .text-section,
    .get-in-touch .image-wrapper {
        flex-basis: 100%;
        border-radius: 0px !important;
    }
    .get-in-touch .image-wrapper img,
    .get-in-touch .image-wrapper {
        border-radius: 0px;
        height: auto;
    }
    .get-in-touch .text-section .titlee {
        font-size: 28px;
    }
    .get-in-touch .text-section .text {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}
