@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    text-decoration: none;
    transition: all 0.5s;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

.topbar {
    width: 100%;
    height: 130px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

nav {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}

.logo {
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.menu ul {
    display: flex;
}

.menu ul li a {
    margin: 0 2.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #003375;
}

.menu ul li a:last-child {
    margin-right: 0;
}

.menu ul li a:hover {
    color: #ce8040;
}

.menu i {
    width: 40px;
    height: 40px;
    display: none;
}


.home-banner {
    width: 100%;
    height: 600px;
    background-image: linear-gradient(to right, #ce8040, #ce80409b, #ce80403e, #ce804000), url(img/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    color: white;
    margin-top: 130px;
}

.home-banner h3 {
    font-size: 4.5rem;
}

.home-banner h6 {
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

.intro-container {
    width: 100%;
    height: autox;
    background-color: #fffaf6;
}

.intro-mainbox {
    width: 80%;
    height: 300px;
    margin: 3rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.intro-box {
    width: 30%;
    height: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    color: #003375;
}

.intro-box i {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background: #ce8040;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #003375;
}

.intro-box h3 {
    display: inline-block;
    margin-left: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
}

.intro-box p {
    font-size: 1rem;
    font-weight: 400;
    margin: 1rem 0;
}

.home-aboutus {
    width: 80%;
    height: auto;
    margin: 3rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.home-aboutus-box {
    width: 50%;
    height: auto;
}

.home-aboutus-box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.box-1 {
    width: 45%;
}

.home-aboutus-box h3 {
    font-size: 3.5rem;
    letter-spacing: 0.3rem;
    font-weight: 500;
    color: #2f2f2f;
}


.home-aboutus-box p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #003375;
    line-height: 2.5rem;
}

.text-l {
    padding-left: 5%;
}


.celebrating-container {
    width: 100%;
    height: 650px;
    background: #fffaf6;
    margin: 3rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#img {
    width: 60%;
}

.counter-home {
    width: 80%;
    margin: -100px 10% 3rem 10%;
    height: 200px;
    background: #003375;
    border-radius: 50px 0 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.counter-box {
    width: 20%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    color: whitesmoke;
    border-right: 2px dotted whitesmoke;
    padding: 20px 0;
}

.counter-box:last-child {
    border: none;
}

.counter-box h1 {
    font-size: 3.5rem;
}

.counter-box p {
    font-size: 1.4rem;
    font-weight: 500;
}

.product-home {
    width: 100%;
    height: auto;
    margin: 3rem 0;
}

.heading {
    width: 100%;
    height: auto;
    padding: 3% 0;
}

.heading h3 {
    font-size: 3.5rem;
    letter-spacing: 0.3rem;
    color: #2f2f2f;
    text-align: center;
    font-weight: 500;
}

.heading p {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    padding: 2rem 10%;
    color: #003375;
}

.product-img-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 3rem 0;
}

.product-img-box {
    width: 27%;
    height: 450px;
    position: relative;
    cursor: pointer;
    margin: 0 2.1%;
}

.product-img-box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.text-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.text-layer h3 {
    width: 100%;
    color: rgba(245, 245, 245, 0.807);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    font-weight: 500;
    font-size: 3.5rem;
    letter-spacing: 0.3rem;
    font-weight: 500;
    position: absolute;
    bottom: 0;
}

.text-layer:hover {
    background: rgba(15, 39, 64, 0.796);
}

.text-layer:hover h3 {
    bottom: 48%;
    opacity: 1;
}

#btn {
    display: block;
    text-align: center;
    padding: .5rem 1.8rem;
    background: #ce8040;
    font-size: 1.3rem;
    margin: 2rem 0;
    border-radius: 2rem;
    color: white;
}

#btn:hover {
    background: #003375;
}

.capability-home {
    width: 80%;
    height: auto;
    margin: 3rem auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.capability-box {
    width: 50%;
    height: 100%;
}

.capability-img {
    display: flex;
}

.img1 {
    width: 100%;
    height: 100%;
}

.img1 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.img2 {
    width: 100%;
    height: 100%;
    margin: 5rem 0 0 -5rem;
}

.img2 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border: 1rem solid white;
}


.capability-box h3 {
    font-size: 3.5rem;
    letter-spacing: 0.3rem;
    color: #2f2f2f;
    font-weight: 500;
}

.capability-box p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #003375;
    line-height: 2.5rem;
}

.capability-box-inner {
    width: 100%;
    height: auto;
    margin: 1rem 0;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    padding: 2% 0;
}

.capability-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 0.3rem solid #ce8040;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    color: #003375;
}



.capability-text {
    width: 80%;
    margin-left: 2rem;
}


.capability-text h3 {
    font-size: 2.5rem;
    letter-spacing: 0;
    color: #003375;
    font-weight: 600;
    font-weight: 500;
}

.capability-text p {
    font-size: 1.1rem;
    color: #003375c8;
}

.choseus-home {
    width: 100%;
    height: auto;
    background: #fffaf6;
    margin: 3rem 0;
    padding: 2rem 0;
}

.choseus-optionsmain {
    width: 80%;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.chose-box {
    width: 32%;
    height: auto;
    margin: 2% 0;
    padding: 1rem 0;
}

.chose-box h3 {
    font-size: 2rem;
}

.brandssupport-container {
    width: 80%;
    margin: 3rem auto;
    height: 300px;
}

.item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
}

.item img {
    width: 80%;
    height: 50px;
    object-fit: contain;
    object-position: center;
}

.box-radius {
    width: 80%;
    margin: 0rem 10% -5rem 10%;
    height: auto;
    background: #ce8040;
    border-radius: 50px 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 5%;
    position: relative;
    z-index: 99;
}

.box-radius h1 {
    font-size: 3.5rem;
    text-align: left;
    color: whitesmoke;
    font-weight: 500;
}

.box-radius a {
    display: inline-block;
    padding: 1rem 2.5rem;

    text-align: center;
    color: #003375;
    background: white;
    font-weight: 500;
    border-radius: 2.5rem;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.50);
}

.box-radius a:hover {
    color: #fff;
    background: #ce8040;
}


.footer-container {
    width: 100%;
    height: auto;
    background: #003375;
    padding: 20rem 0 0 0;
}

.footer-main {
    width: 80%;
    margin: 0px auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 3% 0;
}

.footer-box {
    width: 25%;
    height: 350px;
}

.footer-box img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: left;
}

.footer-box h3 {
    font-size: 1.6rem;
    color: whitesmoke;
    font-weight: 600;
}

.footer-box ul {
    margin-top: 2rem;
}

.footer-box ul li {
    margin: 0.5rem 0;
}



.footer-box ul li a {
    font-size: 1.4rem;
    color: whitesmoke;
    font-weight: 300;
}

.footer-box h6 {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    color: whitesmoke;
    font-weight: 300;
}

.footer-box ul li a:hover {
    color: #ce8040;
}




.social {
    widows: 100%;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: left;
    flex-direction: column;
    margin-top: 10rem;
}

.social ul {
    display: flex;
}

.social ul li {
    margin-left: 2rem;
}

.social ul li:first-child {
    margin-left: 0;
}


.social ul li a {
    font-size: 2rem;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgba(240, 240, 240, 0.612);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.credit {
    width: 100%;
    background: #ce8040;
    padding: 1rem 0;
    text-align: center;
    color: white;
    font-size: 1.5rem;
}

@media (max-width:1039px) {
    .menu ul li a {
        margin: 0 2rem;
    }
}

@media (max-width:992px) {


    html {
        font-size: 55%;
    }
    .logo {
        width: 20%;}

    nav {
        position: relative;
        width: 100%;
        padding: 0 10%;
    }

    .menu ul {
        display: block;
        width: 100%;
        height: 100vh;
        background: rgba(16, 54, 137, 0.8);
        backdrop-filter: saturate(180%) blur(10px);
        position: absolute;
        top: -1000px;
        left: 0%;
        z-index: -1;
        text-align: center;

    }

    .menu ul li {
        margin: 3rem 0;
    }

    .menu ul li a {
        font-size: 2rem;
        font-weight: 500;
        color: #ffffff;
    }

    .menu ul li:first-child {
        margin-top: 100px;
    }

    .menu ul li a:hover {
        letter-spacing: .2rem;
    }

    .menu i {
        display: block;
        font-size: 2rem;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        /* border: 2px solid #003375; */
        color: #003375;
        /* border: none; */
    }

    


    .menujs {
        top: 130px !important;
        background-color: red;
        transition: all 0.5s ease-in-out;
    }

    .intro-mainbox {
        height: auto;
    }

    .intro-box {
        width: 48%;
        margin: 1rem 0;
        padding: 2%;
    }

    .celebrating-container {
        width: 100%;
        height: auto;
        padding: 5% 0;
    }

    .counter-home {
        margin: -30px 10% 3rem 10%;
        height: auto;
    }

    .counter-box {
        width: 48%;
        margin: 3rem 0;
    }

    .counter-box:nth-child(2) {
        border: none;
    }

    .product-home {
        width: 80%;
        margin: 3rem auto;
    }

    .product-img-container {
        justify-content: space-between;
    }

    .product-img-box {
        width: 48%;
        height: 300px;
        margin: 3rem 0;
    }

    .w-100 {
        width: 100%;

    }

    .capability-home {
        width: 100%;
    }

    .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .capability-box-inner {
        width: 48%;
    }


    #w-100 {
        width: 100%;
    }

    .capability-box {
        width: 100%;
        height: 100%;
        margin: 3rem 0;
    }

    .text-l {
        padding-left: 0%;
    }


    .chose-box {
        width: 48%;
    }

    .box-radius {

        padding: 1% 3%;
    }

    .box-radius a {
        padding: 1rem 3rem;
        font-size: 1.5rem;
    }

    .box-radius h1 {
        font-size: 2.5rem;
    }

    .footer-container {
        padding: 10rem 0 0 0;
    }

    .footer-box {
        width: 40%;
        height: 300px;
        padding: 0% 0;
        margin: 3rem 0;
    }

    .footer-main {
        justify-content: space-between;
    }

    .social {
        margin-top: 5rem;
    }

}


@media (max-width:769px) {

    .topbar {
        height: 80px;
    }

    .home-banner {
        margin-top: 80px;
    }


    .menujs {
        top: 80px !important;

    }

    .capability-text {
        width: 70%;
    }

    .chose-box h3 {
        font-size: 1.5rem;
    }
}

@media (max-width:577px) {



    html {
        font-size: 50%;
    }

    .intro-box {
        width: 100%;
        padding-left: 0%;
    }

    .home-aboutus-box {
        width: 100%;
        margin: 3rem 0;
    }

    #img {
        width: 100%;
    }

    .product-img-box {
        width: 100%;
    }

    .capability-box-inner {
        width: 100%;
    }

    .box-radius {
        flex-direction: column;
    }


    .box-radius h1 {
        text-align: center;
    }



    .chose-box {
        width: 100%;
      }

    .chose-box h3 {
        font-size: 2rem;
    }


}