@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    padding: 0%;
    margin: 0%;
    font-family: "Poppins", sans-serif;
}

:root {
    --color-bg-brown-light:#f7f3ee;
    --color-greenish:#f7941d;
    /* --color-greenish: #e75562;  */
}


@font-face {
    font-family: 'myFont';
    src: url('assets/fonts');
}

.web-container .inner-container {
    padding-left: 120px;
    padding-right: 50px;
    height: 100%;
}

.web-container .inner-container-equal {
    padding-inline: 100px;
}


.web-container .main-heading {

    color: var(--color-greenish);
    font-size: 18px;

}

.web-container .sub-heading {
    font-size: 32px;
    margin-top: 20px;
    font-weight: normal;

}


/* ++++++++++++++++++nav+++++++++++++ */
.web-container .scroll1 {
    z-index: 20;
    width: 100%;
    transition: all 0.2s linear;
}

.web-container .scroll1 img {
    width: 200px;
}

.web-container .scroll1 img {
    animation: anm-1 1.5s linear;
}

@keyframes anm-1 {
    40% {
        transform: perspective(200px) rotateX(40deg);

    }
}

.web-container .navbar {
    align-items: baseline;
    padding-block: 20px;
}

.web-container nav .navbar-nav {
    margin-left: 200px !important;
}

.web-container nav .navbar-nav .nav-c {
    color: rgb(255, 255, 255) !important;
}


.web-container .after-scroll-nav .navbar-nav .nav-c {
    color: rgb(0, 0, 0) !important;
}


.web-container .scroll1 #navbarText {
    gap: 50px;
    align-items: baseline;
    margin-top: 10px;
}

.web-container .scroll1 a.active {
    color: var(--color-greenish) !important;
    font-weight: 600;
}

.web-container .scroll1 #navbarText a {
    font-size: 17px;
    margin-inline: 20px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.web-container .after-scroll-nav #navbarText a {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.web-container .on-click-bg-color {
    background: rgba(0, 0, 0, 0.313);
    backdrop-filter: blur(2px);
    color: black;
}

.web-container .on-click-bg-color a {
    color: black !important;
}



.web-container .scroll1 #logo-2 {
    display: none;

}


.web-container .after-scroll-nav {
    background: rgb(255, 252, 252);
    color: black;
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 0px 10px 5px rgba(100, 93, 12, 0.055);
    animation: nav-anim 0.3s linear;
}

@keyframes nav-anim {
    0% {
        top: -50px;
        scale: 0.8;
    }

    100% {
        top: 0;
    }
}

.web-container .after-scroll-nav #navbarText a {
    font-weight: 500;
}

.web-container .after-scroll-nav .active-nav-btn {
    color: rgb(2, 2, 2) !important;
    font-weight: 600;
}


.web-container .after-scroll-nav #logo {
    display: none;

}

.web-container .after-scroll-nav #logo-2 {
    display: inline-block;
}


.web-container nav .nav-btns button span {
    display: inline-block;
    transition: all 0.3s linear;
}

.web-container nav .nav-btns button:hover span {
    translate: 0px -40px;
}

.web-container nav button {
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 20px;
    border: none;
    background: var(--color-greenish);
    color: white;
}


/* >>>>>>>>>>>>>>After scroll */
.web-container .after-scroll-nav #navbarText a {
    font-weight: 500;
}

.web-container .after-scroll-nav #navbarText a {
    font-size: 16px;
}


.web-container .after-scroll-nav .active-nav-btn {
    color: rgb(2, 2, 2) !important;
    font-weight: 600;
}

.web-container .after-scroll-nav #logo {
    display: none;

}

.web-container .after-scroll-nav #logo-2 {
    display: inline-block;
}


.web-container nav .nav-btns button span {
    display: inline-block;
    transition: all 0.3s linear;
}

.web-container nav .nav-btns button:hover span {
    translate: 0px -40px;
}

/* ++++++++++++++++Banner++++++++++ */
.web-container .banner {
    opacity: 1;
    background-size: 100% 100%;
    color: rgb(0, 0, 0);
    position: relative;
    margin: 0;
    height: 100%;
    min-height: 100vh;
    padding-top: 120px;
    padding-left: 100px;
    overflow: hidden;
    background-image: url('../images/Banner/banner-bg.png');
}

.web-container .banner .banner_content .banner_content--left {
    margin-top: 130px;
}

.web-container .banner .banner_content .banner_content--left h1 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 70px;
    color: #1c3a6d;
    margin-top: -10px;
}

.web-container .banner .banner_content .banner_content--left h1 span {
    color: var(--color-greenish);
}

.web-container .banner .banner_content .banner_content--left h6 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.web-container .banner .banner_content .banner_content--left p {
    color: #1c3a6d;
    line-height:30px;
}



.web-container .banner .banner_content .banner_content--left button {
    margin-top: 50px;
    margin-bottom: 100px;
    background: #274372;
    padding: 11px 25px;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 30px;
}


.web-container .banner .banner_content .banner_content--right {

    padding-left: 50px;
    position: relative;
}

.web-container .banner .banner_content .banner_content--right img {
    width:100%;
    z-index: 5;
    display: block;
    margin-right: 40px;
    margin-top:70px;
}




/* **********************Banner bottom */
.web-container .bannner-bottom {
    background: #1c3a6d;
    border-radius: 0px 0px 0px 30px;
    overflow: hidden;
    display: none !important;
}


.web-container .bannner-bottom .banner-bottom-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    padding: 25px 20px;
    margin: auto;
    gap: 120px;


}

.web-container .bannner-bottom .banner-bottom-content .cardd {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;

}

.web-container .bannner-bottom .banner-bottom-content .cardd img {
    width: 50px;
}

.web-container .bannner-bottom .banner-bottom-content .cardd p {
    margin-bottom: 0;
    color: white;
}

.web-container .bannner-bottom .banner-bottom-content .cardd:nth-child(1)::after,
.web-container .bannner-bottom .banner-bottom-content .cardd:nth-child(2)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0px -50%;
    width: 2px;
    height: 90%;
    background: white;

}


/* ********************Products */
.web-container .products {
    background-image: url('../images/products/product-bg.svg');
    background-size: cover;
    padding-block: 100px;
}

.web-container .products .main-heading {
    text-align: center;
}

.web-container .products .sub-heading {
    color: white;
    margin-bottom: 80px;
    text-align: center;
}

.web-container .products .cards {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    max-width: 1200px;
    margin: auto;
}

.web-container .products .cards .cardd {
    background: white;
    padding: 25px;
    display: flex;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}

.web-container .products .cards .cardd p {
    margin-bottom: 0px;
    font-size: 15px;
}


.web-container .products .cards .cardd .card-content {
    align-self: flex-end;
    padding-top: 20px;
}


.web-container .products .cards .card-1 {
    background-image: url('../images/products/card-1.svg');
    background-size: cover;
}

.web-container .products .cards .card-2 {
    background-image: url('../images/products/card-2.svg');
    background-size: cover;
}


.web-container .products .cards .card-3 {
    background-image: url('../images/products/crad-3.svg');
    background-size: cover;

}




/* <<<<<<<<<<<<<<<<<<<<<<<About us>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.web-container .about-us {
    padding-block: 70px;
    background-image: url('../Images/about-us/about-us-bg.png');
    background-size: 100% 100%;
}

.web-container .about-us .about-us-img img {
    border-radius: 10px;
    width: 80%;
    margin-left: auto;
}

.web-container .about-us .about-us-content {
    max-width: 1200px;
    margin: auto;
}


.web-container .about-us .main-heading {
    margin-left: 0;
}

.web-container .about-us .sub-heading {
    margin-left: 0;
    margin-top: 10px;
    text-align: left;
}

.web-container .about-us .about-us-content p {
    margin-top: 20px;
}

/* **************Service  */
.web-container .service 
{
    background:#f8f5f2;
    padding-block: 100px;
    padding-bottom: 150px;
}


.web-container .service .header {
    text-align: center;
}

.web-container .service .cards {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 120px;
    padding-inline: 20px;
}

.web-container .service .cards .cardd {
    background: white;
    padding: 30px;
    transform: skewY(-5deg);

}

.web-container .service .cards .cardd a {
    text-decoration: none;

}

.web-container .service .cards .cardd>div {
    transform: skewY(5deg);
    margin-block: 30px;

}

.web-container .service .cards .cardd img {
    width: 80px;
    margin-bottom: 30px;
}



/* *********************Why us  */
.web-container .why-us {
    /* background-image: url('../images/why-us/why-us-bg.jpg');  */
    background-size: 100% 100%;
    color: white;
}

.web-container .why-us p 
{
    color: rgb(232 232 232 / 56%);
}

.web-container .why-us .header {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 40px;
}


.web-container .why-us .why-us-content {
    margin: auto;
}

.web-container .why-us .why-us-content .why-us_right {
    padding-inline: 80px;
    padding-top: 50px;
    padding-bottom: 20px;
    background:#0a2542;
}


.web-container .why-us .why-us-content .sub-heading {
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
}

.web-container .why-us .why-us-content .cards .cardd {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
    max-width: 600px;
    margin-bottom: 30px;

    .h4, h4 {
        font-size: 1.2rem;
    }
}

.web-container .why-us .why-us-content .cards .cardd>div {
    width: fit-content;
}

.web-container .why-us .why-us-content .why-us_right .cards .cardd img {
    width: 80px;
}


.web-container .why-us .why-us-content .why-us_left {
    overflow: hidden;
    background:#ffffff;
    margin: 0;
    padding: 0;
    display: flex;
}


.web-container .why-us .why-us-content .why-us_left img {
    width: auto;
}

/* *****************Feature */
.web-container .feature {
    padding-block: 100px;
}

.web-container .feature .header {
    text-align: center;
}

.web-container .feature .cards {
    max-width: 1400px;
    padding-inline: 20px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.web-container .feature .cards .cardd {
    padding: 30px;
    padding-top: 60px;
    border-radius: 20px;
    border: solid 1px #e6e6e6;
    /* box-shadow: 0px 0px 10px rgba(119, 118, 118, 0.32); */
    position: relative;

    .h4, h4 {
        font-size: 1.3rem;
    }
}

.web-container .feature .cards .cardd .card-img {
    position: relative;
    top: -28px;
    left: -5px;
    /* translate: 0px -50%; */
    width: fit-content;
    border-radius: 50%;
    background: #fff4e8;
    padding: 12px;
    box-shadow: 0px 0px 0px 2px #fdf3e6;
}

.web-container .feature .cards .cardd img {
    width: 50px;

}

/* *********************Contact-us */
.web-container .contact-us {
    padding-block: 100px;
    background: #f8f5f2;
}


.web-container .contact-us .contact-us-content {
    max-width: 1300px;
    margin: auto;
}

.web-container .contact-us .sub-heading {
    margin-top: 10px;
}

.web-container .contact-us .main-heading {
    margin-bottom: 10px;
}


.web-container .contact-us .contact-us-content .contact-us-left img {
    width: 90%;
    height: 100%;
    border-radius: 30px;
}


.web-container .contact-us .contact-us-content button {
    background: var(--color-greenish);
    border:solid 1px var(--color-greenish);
    padding: 10px 30px;
    margin-top: 20px;
}

/* =======================Footer */

.web-container footer {
    /* background-image: url('../images/footer/footer-bg.jpg'); */
    background-size: cover;
    background:#0a263f;
}



.web-container .footer {
    min-height: 25rem;
    background-size: 100% 100%;
    padding: 3rem 0 0rem 0;
    padding-inline: 150px;
    background-size: 100% 100%;
    color: white;
    /* border-radius: 150px 0px 0px 0px; */
}

.web-container .footer .content {
    margin-top: 3rem;
}

.web-container .footer .footer-first {
    translate: 0px -30px;
}

.web-container .footer .footer-first .btm {
    margin-top: 20px;
}

.web-container .footer .footer-first span {
    font-size: 20px;
    display: inline-block;
    margin-inline: 5px;
}

.web-container .footer p {
    font-size: 15px;
}

.web-container .footer img.logo {
    width: 100%;
    max-width: 12rem;
    margin-bottom: 2rem;
    margin-top: 30px;
}

.web-container .footer h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--color-orange);
}

.web-container .footer ul li {
    margin-bottom: 5px;
}

.web-container .footer a {
    color: var(--color-medium-gray);
    text-decoration: none;
    font-size: 1rem;
    font-weight: normal;
}

.web-container .footer p {
    color: var(--color-medium-gray);
}



.web-container .footer a i {
    color: white;
    font-size: 1.8rem;
    margin-right: 0.5rem;
}

.web-container .footer .copyright {
    font-size: 1.3rem;
    color: white;
}

.web-container .footer .mail-body {
    border: 1px solid rgb(104, 104, 104);
    padding: 10px 15px;
    width: fit-content;
    border-radius: 5px;
}

.web-container .footer .mail-body button {
    border: none;
    background: transparent;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
}

.web-container .footer .mail-body input {
    border: none;
    background: transparent;
    columns: white;
}

.web-container .footer .mail-body input:focus {

    outline: none;
    color: white;
}

.web-container footer .footer-btm {
    padding-block: 30px;
    color: white;
}

.web-container .footer .footer-btm span {
    color: white;
    text-decoration: underline;

}


/* Move-top */

.move-top a {
    color: var(--color-dark-brown);
    font-size: 30px;
}

.move-top {
    display: inline-block;
    position: fixed;
    bottom: 1rem;
    right: 30px;
    /* background: #10184B; */
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 1rem;
    font-size: 1.5rem;
    display: grid;
    place-items: center;
    box-shadow: 0 0 5px rgba(14, 14, 14, 0.381);
    z-index: 20;
    display: none;
    animation: move-top-anim 2s ease-in-out;

}

.move-top-anim-add {
    animation: move-top-anim 1s ease-in-out;
}

@keyframes move-top-anim {
    0% {
        scale: 0.2;
        bottom: 40%;
        rotate: 90deg;
    }

    30% {
        scale: 0.8;
        right: 20%;
        rotate: 0deg;
        box-shadow: 0px 20px 10px rgba(125, 124, 123, 0.6);
        rotate: 90deg;
        transform: perspective(200px) rotateX(40deg) rotateY(-40deg);


    }

    50% {
        bottom: 10%;
        rotate: 90deg;
        scale: 0.8;


    }

    70% {
        bottom: 10%;
        right: 0;
        scale: 0.5;
        box-shadow: 0px 5px 10px rgb(111, 109, 109);
        rotate: 90deg;


    }

    95% {
        box-shadow: 0px 5px 10px rgb(58, 56, 55);
    }
}

@media screen and (max-width:1400px) {

    /* nav */
    .web-container nav .navbar-nav {
        margin-left: 60px !important;
    }

    /* footer */
    .web-container .footer {
        padding-inline: 50px;
    }
}


@media screen and (max-width:1200px) {

    /* nav */
    .web-container nav .navbar-nav {
        margin-left: 0px !important;
    }

    .web-container .scroll1 #navbarText a {
        margin-inline: 10px;
    }

    /* Banner */
    .web-container .banner {
        background-image: none;
        background: #d4deec;
    }

    /* common */
    .web-container .inner-container {
        padding-left: 80px;
        padding-right: 50px;
        height: 100%;
    }

    .web-container .inner-container-equal {
        padding-inline: 100px;
    }


    /* products  */
    .web-container .products .cards {
        grid-template-columns: repeat(2, 1fr);
        max-width: 900px;

    }

    /* feature */
    .web-container .features .feature-content {
        max-width: 900px;
        margin: auto;
    }

    .web-container .features .cards .cardd {
        padding: 30px;
        background: white;
        color: black;
    }


    /* steps */

    .web-container .steps .cards {
        grid-template-columns: repeat(2, 1fr);
        max-width: 800px;
        margin: auto;

    }

}

@media screen and (max-width:992px) {

    /* Bannner */
    .web-container .banner {
        padding-top: 70px;
        min-height: auto;
    }

    .web-container .banner .inner-container .banner_content .banner_content--left h1 {

        font-size: 50px;

    }

    /* About us */
    .web-container .about-us .about-us-content {
        max-width: 800px;
        margin: auto;
        text-align: center;

    }

    .web-container .about-us .about-us-content img {
        width: 50%;

    }

    .web-container .about-us .about-us-content .sub-heading {
        text-align: center;
    }


    /* service */
    .web-container .service .cards {
        grid-template-columns: repeat(2, 1fr);
        max-width: 800px;
    }


    /* feature */
    .web-container .feature .cards {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 10px;
    }

    .web-container .feature .cards .cardd {
        margin-top: 50px;
    }


    /* products  */
    .web-container .products .cards {
        grid-template-columns: auto;
    }

    .web-container .products .cards .cardd {
        max-width: 400px;
        margin: auto;
    }

    /* Contact us */
    .web-container .contact-us .contact-us-content .contact-us-right {
        max-width: 600px;
        margin: auto;
    }

    .web-container .contact-us .contact-us-content .contact-us-right form {
        margin-top: 50px;
    }
}


@media screen and (max-width:768px) {
    
    /* common */
    .web-container .inner-container {
        padding-left: 50px;
        padding-right: 50px;
        height: 100%;
    }

    .web-container .sub-heading{
        font-size: 32px;
    }

    /* Bnner */
    .web-container .banner {
        padding-left: 50px;
    }

    .web-container .banner .banner_content .banner_content--left h1 {
        font-size: 55px;
    }

    /* service */
    .web-container .service .cards {
        grid-template-columns: auto;
        max-width: 500px;
    }

    /* products */
    .web-container .products .cards {

        margin: auto;
        padding-inline: 20px;
    }

    .web-container .why-us .why-us-content .why-us_right {
        padding-inline: 50px; 
    }



    /* feature */
    .web-container .feature .cards {
        grid-template-columns: auto;
        max-width: 500px;
    }


    /* steps */

    .web-container .steps .cards {
        grid-template-columns: auto;
        max-width: 800px;
        margin: auto;
        margin-top: 100px;

    }

    /* footer */
    .web-container .footer {
        padding-inline: 20px;
    }
}




@media screen and (max-width:578px) {

    /* Bnner */
    .web-container .banner {
        padding-left: 20px;
    }

    .web-container .banner .banner_content .banner_content--left h1 {
        font-size: 45px;
    }


    /* common */
    .web-container .inner-container {
        padding-left: 20px;
        padding-right: 0px;
        height: 100%;
    }

    .web-container .why-us .why-us-content .why-us_right {
        padding-inline: 20px; 
    }

}

.loginbtn {
    background: var(--color-greenish);
    border: solid 1px var(--color-greenish);
    padding: 10px 30px;
    margin-top: 20px;
}
