@font-face {
    font-family: 'lato-thin';
    src: url('../Assest/font//Lato-Thin.woff2') format('woff2');
    font-weight: 100;
}

@font-face {
    font-family: 'lato-light';
    src: url('../Assest/font//Lato-Light.woff2') format('woff2');
    font-weight: 300;
}


@font-face {
    font-family: 'Lato-Regular';
    src: url('../Assest/font//Lato-Regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'lato-bold';
    src: url('../Assest/font//Lato-Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Lato-Black';
    src: url('../Assest/font//Lato-Black.woff2') format('woff2');
    font-weight: 900;
}

@font-face {
    font-family: 'Lato-Semibold';
    src: url('../Assest/font//Lato-Semibold.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'LeagueGothic-Regular';
    src: url('../Assest/font//LeagueGothic-Regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'leaguegothic_semicondensed-regular';
    src: url('../Assest/font//LeagueGothic_SemiCondensed-Regular.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'leaguegothic_condensed-regular';
    src: url('../Assest/font//LeagueGothic_Condensed-Regular.woff2') format('woff2');
    font-weight: 600;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato-Semibold';
}

.container {
    width: 100%;
    max-width: 1920px;
    padding: 0 60px;
    margin: 0 auto;
}

.header {
    background-color: #251e44;
    overflow: hidden;
    padding: 10px 0;
}

.navbar-container .logo {
    display: none;
}

.menu-logo a {
    outline: none;
    border: none;
}

.menu-logo {
    width: 150px;
}

.menu-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hamburger {
    display: none;
}

.close-btn {
    display: none;
}

.navcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navcontainer ul {
    padding: 40px 0;
    list-style: none;
    display: flex;
    /* align-items: center; */
    gap: 50px;
    list-style: none;
}

.navlist li {
    position: relative;
    line-height: 16px;
}

.navlist li:nth-child(2)::before,
.navlist li:nth-child(3)::before,
.navlist li:nth-child(4)::before,
.navlist li:nth-child(5)::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    border-left: 1px solid #ffffff;
}

.navlist li a {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    outline: none;
}

/* footer */

.footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 60px 0 40px;
    background: #251e44;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 180px solid #f2f2f2;
    border-left: 34vw solid transparent;
    border-right: 65vw solid transparent;
}

.footercontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 210px;
    gap: 20px;
}


.footerleft,
.footercolumn,
.footerright {
    width: calc(33.33% - 20px);
}

.footercolumn {
    padding-left: 5%;
}

.footerleft .logo {
    width: 150px;
    height: auto;
}

.footerleft .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footerleft p {
    font-family: 'Lato-Regular';
    font-size: 16px;
    line-height: 32px;
    margin-top: 15px;
    color: #fff;
}

/* 
.socialicon */

.socialicon ul {
    display: flex;
    list-style: none;
    padding-top: 30px;
}

.socialicon ul li {
    margin-right: 20px;
}
.socialicon ul li a{
      font-size: 25px;
    color: #ffffff;
}

/*  footercolumn*/


.footercolumn h3,
.footerright h3 {
    position: relative;
    font-family: 'lato-bold';
    font-size: 22px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}

.footercolumn h3::before,
.footerright h3::before {
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 138px;
    height: 3px;
    left: 0;
    top: 100%;
    margin-top: 10px;

}


.footercolumn ul {
    list-style: none;
    margin-top: 15px;
}

.footercolumn ul li a {
    font-family: 'Lato-Regular';
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
}

/* footerright */

.footerright ul {
    list-style: none;
}

.footerright ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.phone-icon,
.mail_icon,
.location-icon {
    font-size: 28px;
    color: #fff;
    margin-right: 10px;
}

.footerright ul li a {
    color: #fff;
    text-decoration: none;
}


.footerright ul li a p,
.footerright li a address {
    font-family: 'Lato-Regular';
    font-size: 16px;
    line-height: 32px;
}

.footerright li a address {
    margin: 0;
}

.footerbottom {
    margin-top: 40px;
    border-top: 1px solid #ffffff;
    padding-top: 40px;
    text-align: center;
}

.footerbottom p {
    font-family: 'lato-bold';
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}

.footerbottom a {
    text-decoration: none;
    font-family: 'lato-bold';
    font-size: 16px;
    line-height: 32px;
    color: #6569cd;
}

@media only screen and (max-width:991px) {

    /* Footer */

    .footer {
        padding: 50px 0 30px;
    }

    .footer::before {
        border-top: 140px solid #f2f2f2;
        border-left: 35vw solid transparent;
        border-right: 65vw solid transparent;
    }

    .footerleft,
    .footercolumn,
    .footerright {
        width: calc(50% - 20px);
    }

    .footercolumn {
        padding-left: 0;
    }

    /* .footercontainer .footerleft:nth-child(1) {
        order: 1;
    }

    .footercontainer .footercolumn:nth-child(2) {
        order: 3;
    }

    .footercontainer .footerright:nth-child(3) {
        order: 2;
    } */
}


@media only screen and (max-width:767px) {

    .header {
        padding: 15px 0;
    }

    .nav-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .navbar-container {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
    }

    .nav-menu .container {
        padding: 0;
    }

    .navbar-container .logo {
        width: 115px;
        display: block;
    }

    .navbar-container .logo img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }


    .navlist {
        flex-direction: column;
        gap: 25px;
    }

    .navcontainer {
        flex-direction: column;
        align-items: flex-start;
    }

    .navlist li a {
        font-size: 22px;
    }

    .navlist li:nth-child(2)::before,
    .navlist li:nth-child(3)::before,
    .navlist li:nth-child(4)::before,
    .navlist li:nth-child(5)::before {
        display: none;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #251e44;
        transform: translateX(100%);
        transition: transform 0.4s ease;
        display: flex;
        flex-direction: column;
        padding: 30px 20px;
        z-index: 100;
    }

    .nav-menu.show {
        transform: translateX(0%);
    }

    .hamburger {
        display: block;
        font-size: 25px;
        color: #ffffff;
        cursor: pointer;
    }

    .close-btn {
        font-size: 28px;
        color: #ffffff;
        cursor: pointer;
        display: block;
    }

    /* service */
    .service {
        padding: 40px 0;
    }

    .servicetop h2 {
        font-size: 40px;
        line-height: 30px;
    }

    .servicetop p {
        font-size: 14px;
        line-height: 25px;
    }

    .servicecard {
        justify-content: center;
        column-gap: 0px;
        row-gap: 30px;
    }

    .card {
        width: 100%;
        padding: 15px;
    }

    .cardinfo h3 {
        font-size: 17px;
        line-height: 16px;
    }

    .cardinfo p {
        font-size: 14px;
        line-height: 20px;
    }

    /* Footer */

    .footer {
        padding: 40px 0 20px;
    }

    .footer::before {
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .footercontainer {
        padding-top: 0px;
    }

    .footerleft,
    .footercolumn,
    .footerright {
        width: 100%;
    }


    .footerleft p {
        font-size: 14px;
        line-height: 28px;
    }

    .footercolumn h3,
    .footerright h3 {
        font-size: 20px;
        line-height: 16px;
    }

    .footercolumn h3::before,
    .footerright h3::before {
        width: 130px;
    }

    .footerright ul li a i {
        font-size: 26px;
    }

    .footercolumn ul li a {
        font-size: 14px;
    }

    .footerright ul li a p,
    .footerright li a address,
    .footerbottom p,
    .footerbottom a {
        font-size: 14px;
        line-height: 28PX;
    }

    .footerbottom {
        margin-top: 20PX;
        padding-top: 20PX;
    }


}