@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

:root {
    --yellow: #f9d806;
    --light-yellow: #ffee80;
    --black: #130f40;
    --light-color: #666;
    --box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    --border: .1rem solid rgba(0, 0, 0, .1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: .2s linear;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 7rem;
    scroll-behavior: smooth;
    height: 100%;
}

/* underline remove krne ke liye sass bootstrap se  */

a {
    text-decoration: none;
}

body {
    font-family: "Lucida Console", "Courier New", monospace;
    color: black;
}

section {
    /* padding: 2rem 1%; */
    padding: 1px 1px;
   
}

.starting {
    padding-top: 12rem;
    text-align: center;
    font-size: 4.5rem;
}

.starting span {
    color: rgb(208, 43, 43);
}

.starting-content {
    padding-top: 4rem;
    font-size: 20px;
    text-align: center;
    /* height: 75vh; */
}

.heading {
    padding-bottom: 2rem;
    text-align: center;
    font-size: 4.5rem;
}

.heading span {
    position: relative;
    color: rgb(208, 43, 43);
    z-index: 0;
}

.shadow {
    box-shadow: var(--box-shadow);
    padding: 20px 20px;
    border: 1px white;
}

.header1 .header2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 6.4rem;
    left: 0;
    right: 0;
    padding: 1rem 0%;
    z-index: 1000;
    background-color: #0d1137;
}


.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem 9%;
    z-index: 1000;
    background-color: #0d1137;
}
.header .logo {
    font-size: 2.5rem;
    font-weight: bold;
}

.header .logo span {
    color: white;
}

.header .navbar a {
    margin: 0 1rem;
    font-size: 1.7rem;
    color: white;
    text-decoration: none;
}

.header .navbar1 a {
    margin: 0 1rem;
    font-size: 1.7rem;
    color: black;
}

.header .navbar a:hover {
    color: red;
}

#menu-btn {
    font-size: 2.5rem;
    color: white;
    display: none;
}

.home {
    padding-top: 10rem;
    text-align: center;
    overflow-x: hidden;
}

.home h3 {
    color: var(--black);
    font-size: 4.5vw;
    text-transform: uppercase;
}


.show input {
    /* height: 25px; */
    padding: 0px 0px;
    border: 0.5px solid black;
    background-color: #FFF;
    /* width: 100%; */
    margin:5px; 
    width: 20px;
    border-radius:4px;
}
  

.foot {
    padding-bottom: 2rem;
    background-color: #0d1137;
    color: white;
}

.foot .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
}

.foot .box-container .about_company {
   margin-right: 100px;
}

.foot .box-container .about_company p{
    display: flex;
    justify-content: space-around;
 }


.foot .box-container .box h3 {
    font-size: 20px;
    padding: 1rem 0;
    /* color: white; */
}

.foot .box-container .box a {
    display: block;
    font-size: 17px;
    padding: 1rem 0;
    color:white;
}

.foot .box-container .box a i {
    padding-right: .5rem;
    /* color: white; */
    color: #9A7D0A;
}

.foot .box-container .about_company a i {
    border: 1px solid rgb(255, 218, 205);
    border-radius: 50%;
    padding: 10px;
    background-color:  #9C640C;
    color: white;
}

.foot .box-container .box a:hover i {
    padding-right: 2rem;
}

.foot .credit {
   
    text-align: center;
    padding: 1.5rem;
    padding-top: 2.5rem;
    margin-top: 2rem;
    border-top: var(--border);
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
}

.header1 .header2{
    display: none;
}

@media(max-width:2000px) {

    .header .navbar1 {
        display: none;
    }

    .starting-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #menu_button {
        display: flex;
    }
    
}

@media (max-width:991px) {


    html {
        font-size: 55%;
    }

    .starting-content {
        height: 40vh;
    }

    .header {
        padding-top: 2rem;
    }

    /* .header.active {
        padding: 2rem;
    } */

    /* section {
        padding: 2rem;
    } */

    .btn_1 {
        margin-left: 160px;
    }

    .header .navbar1 {
        display: none;
    }

    #menu_button {
        display: flex;
    }

}

@media (max-width:768px) {

    .header .navbar1 {
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: var(--border);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    .header .navbar1.active {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .header .navbar1 a {
        margin: 2rem;
        display: block;
        font-size: 2rem;
    }

    #menu_button {
        display: flex;
    }

}


@media (max-width:540px) {

    html {
        font-size: 50%;
    }

    .starting {
        margin-left: 0px;
    }

    .heading {
        font-size: 3rem;
    }

    .starting-content {
        /* height: 36vh; */
        margin-left: 0px;
    }

    .navbar.active {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .header .navbar1 {
        display: block;
    }


    #menu-btn {
        display: block;
        margin-right: 20px;
    }

    #menu-btn.fa-times {
        transform: rotate(180deg);
    }

    #login-btn {
        display: none;
    }

    #login-btn i {
        display: block;
    }

    .header .navbar {
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: var(--border);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }


    .header .navbar.active {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }


    .header .navbar a {
        margin: 2rem;
        display: block;
        font-size: 2rem;
    }

    #menu_button {
        display: none;
    }

    .header .logo {
        margin-left: 15px;
    }


    .foot .box-container .about_company {
        margin-right: 0px;
     }

     .header{
        padding: 2rem 0%;
     }

     .header1 .header2{
        display: flex;
    }
}


.header .logo span img{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}



.stick_footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0d1137;
    color: white;
    text-align: center;
    font-size: 1.5rem;
}

