@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --color1: #800080;
    --color2: #550055;
    --color3: #120112;
    --color4: #333333;
    --color5: #FFFFFF;
    --color6: #88BE3D;
    --font1: "Karla", sans-serif;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
body {
    font-family: var(--font1) !important;
    font-size: 16px;
    transition: all 0.5s ease;
}
a {
    text-decoration: none !important;
    color: inherit;
}
.buttonarea {
    display: flex;
    align-items: center;
}
.buttonarea a {
    background-color: var(--color5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: var(--color1);
    font-weight: 700;
    padding: 10px 35px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.buttonarea a svg {
    transform: rotate(280deg);
    margin: 0 0 0 25px;
    height: 20px;
}
.buttonarea a:hover {
    background-color: var(--color1);
    color: var(--color5);
}
.mainheading {
    font-size: 41px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.light {
    color: var(--color5);
}
.common_title{
    font-size:19px;
    font-weight: 700;
}
.skiptranslate > .skiptranslate {
    display: none !important;
}
body {
    top: 0 !important;
}
.section_title2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
}
/*--------------- Header ------------------*/
.maineheader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #00000021;
    padding: 15px 0;
    transition: all 0.5s ease;
}
.headerinfoarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerlogo img {
    width: 212px;
    height: auto;
}
.headerinforight > ul {
    display: flex;
    align-items: center;
    gap: 17px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.headerinforight > ul > li:first-child > a {
    color: var(--color5);
    font-size: 16px;
    text-transform: uppercase;
}
.headerinforight > ul > li:nth-child(2) > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color:#25D366 ;
    font-size: 24px;
    color: var(--color5);
}
.headerinforight > ul > li:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: var(--color5);
    border: 1px solid var(--color5);
    font-size: 30px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.headerinforight > ul > li:last-child:hover {
    background-color: var(--color5);
    color: var(--color1);
    border-color: var(--color1);
}
.forcondition.sticky {
    position: fixed;
    right: 0;
    background-color: var(--color1);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.menu-popup {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    transition: top 0.5s ease-in-out;
    z-index: 1000;
}
.menu-popup.active {
    top: 0;
}
.menu-popup-content {
    text-align: center;
    position: relative;
}
.menu-popup-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.menu-popup-close-btn {
    position: absolute;
    top: 20px;
    right: 330px;
    font-size: 35px;
    cursor: pointer;
    color: var(--color5);
    z-index: 9;
}
body.menuopen {
    overflow: hidden;
}
.menucontents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.menuformarea {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    width: 50%;
    position: relative;
    background-size: cover;
    background-position: center;
}
.menulistarea {
    height: 100vh;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    width: 50%;
    background-color: #ebebeb;
}
.menuformarea::before {
    content: '';
    background: #2A012AD4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.submenu {
    list-style: none;
    padding: 0;
}
.submenu li a {
    font-size: 18px !important;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 7px;
}
.menuform h2 {
    color: var(--color5);
    font-size: 30px;
    font-weight: 700;
}
.menuform {
    position: relative;
    z-index: 9;
    text-align: left;
}
.menuform form .form-group > input {
    width: 100%;
    border: none;
    background-color: transparent;
    color: var(--color5);
    border-bottom: 1px solid var(--color5);
    transition: all 0.5s ease;
    padding: 10px 0;
}
.menuform form .form-group {
    margin-bottom: 20px;
}
.menuform form .form-group > input:focus-visible {
    outline: none;
    border-bottom: 1px solid var(--color1);
}
.menuform form .form-group label {
    color: var(--color5);
    display: flex;
    gap: 5px;
}
.menuform form .form-group label a {
    color: var(--color6);
}
.menulistarea > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.menulistarea > ul > li {
    margin: 0 0 5px;
}
.menulistarea > ul > li a {
    display: block;
    color: var(--color4);
    font-size: 25px;
    font-weight: 600;
}
.menusbmitbtn {
    display: flex;
    align-items: center;
}
.menusbmitbtn button {
    cursor: pointer;
    background-color: var(--color6);
    color: var(--color5);
    border: none;
    padding: 10px 35px;
}
.language-select {
    padding: 15px 12px;
    width: 198px;
}
.language-select:focus-visible {
    outline: none;
}
/*--------------- Footer ------------------*/
.footer {
    padding: 70px 0 20px;
    background-color: var(--color3);
}
.footer_top {
    margin-bottom: 72px;
}
.footer_logo {
    width: 191px;
    margin: auto;
}
.social_media {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 20px;
}
.icon_box {
    display: flex;
    gap: 12px;
}
.social_icon {
    width: 30px;
    height: 30px;
}
.social_icon img{
    width: 100%;
}
.newsletter_inputBox {
    background-color: var(--color5);
    width: 100%;
    padding: 4px 4px 4px 20px;
    /* margin: 20px auto 30px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsletter_inputBox input {
    background: none;
    border: none;
    width: 64%;
}
input.newsletter_submit {
    background: var(--color1);
    color: var(--color5);
    text-align: center;
    width: 36%;
    padding: 4px 6px;
    font-size: 16px;
}
.footer_title {
    font-size: 23px;
    color: var(--color5);
    text-transform: uppercase;
}
.footer_menu {
    padding: 0;
    list-style: none;
    margin-top: 25px;
}
.footer_menuItem {
    color: var(--color5);
    margin-bottom: 8px;
    display: inline-block;
    transition: 0.3s;
}
.footer_menuItem:hover{
    color: var(--color6);
}
.footer_menuItem:hover i{
    color: var(--color5);
}
span.footer_contactIcon {
    background: var(--color6);
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_footerIem {
    display: flex;
    gap: 20px;
    /* align-items: center; */
    margin-bottom: 14px;
}
.bottom_row {
    background: #4848483d;
    padding: 10px 0;
    margin-top: 43px;
}
/*-----------------Inner page----------------*/
.innerBanner {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
}
.innerBanner::before {
    content: '';
    background: linear-gradient(278.42deg, rgba(0, 0, 0, 0.324) 2.67%, rgba(0, 0, 0, 0.72) 45.27%, rgba(0, 0, 0, 0.72) 97.33%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.innerBaner_title {
    position: relative;
    color: var(--color5);
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
/* ======== Project Solution Detail Page ========= */
.common_section {
    padding: 70px 0;
}
.common_bg{
    background: #efefef96;
}
.common_section .row{
    align-items: center;
}
.common_section .row.row-reverse{
    flex-direction: row-reverse;
}
.commonhead{
    margin-bottom: 20px;
}
.common_img {
    text-align: end;
}
.common_section .row.row-reverse .common_img {
    text-align: start;
}
.common_img img{
    width: 88%;
    height: 400px;
    object-fit: cover;
}
.main_section > .common_section:nth-child(even){
    background: #efefef96;
}
.main_section > .common_section:nth-child(even) .common_img{
    text-align:end;
}
/* ======== Project Solution Detail Page ========= */

@media (max-width: 1150px) {
    .mainheading {
        font-size: 35px;
    }
    .contact_footerIem {
        word-break: break-all;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 767px){
    .menucontents{
        /* flex-direction: column; */
    }
    .menulistarea{
        width: 100%;
        height: auto;
    }
    .menuformarea{
        display: none;
    }
    .headerinfoarea{
        flex-direction: column;
    }
    .headerlogo img{
        width: 135px;
        margin-bottom: 10px;
    }
    .headerinforight > ul > li:nth-child(2) > a{
        width: 38px;
        height: 38px;
    }
    .headerinforight > ul > li:last-child{
        width: 38px;
        height: 38px;
    }
    .language-select {
        padding: 8px 12px;
        width: 198px;
    }
    .headerinforight > ul{
        gap: 8px;
    }
    .Banner_slider  .bannerimgs {
        height:80vh;
    }
    .bottom_row .col-md-6{
        text-align: center !important;
    }
    .innerBanner{
        height: 320px;
    }
    .innerBaner_title{
        font-size: 40px;
        margin-top: 45px;
    }
}

    