* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: sans-serif;
    background-color: #191919;
    color: #ffff;
}

body::selection {
    background-color: #baba4b;
    color: #191919;
}

header{
    z-index: 10;
}

#first {
    height: 90px;
    width: 100%;
    border-bottom: 1px solid rgb(54, 54, 28);
    background-color: #191919;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
}

.barline {
    height: 50px;
    width: 50%;
    border: 1px solid rgb(61, 54, 19);
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 30px;
}

.barline li a {
    text-decoration: none;
    color: white;
}

.barline li:hover {
    border-bottom: 2px solid yellow;
}

.barline li a:hover {
    color: yellow;
}

.searchbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

#menu {
    background-color: yellow;
    padding: 15px;
    border-radius: 30px;
    font-family: 'Poppins';
    font-weight: 500;
    border: none;
    padding: 7px 30px;
    font-size: 16px;
    line-height: 1.8;
    min-height: 48px;
}
#menu:hover{
    border: 2px solid rgb(54, 54, 28);
    background-color: transparent;
    color: yellow;
}

#svg_icon {
    color: white;
}

#svg_icon:hover {
    color: yellow;
}

.section {
    height: 100%;
    width: 100%;
}

.section .main {
    height: 100%;
    width: 100%;
    position: relative;
}

.hero_text svg {
    display: none;
    position: relative;
}

.hero_text .inner_text {
    position: absolute;
    top: 50%;
    left: 25%;
    text-align: center;
    height: 50%;
    width: 50%;
}

.inner_text h1 {
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 900;
    font-family: "Oswald", sans-serif;
    line-height: 75px;
}

.inner_text p {
    font-size: 18px;
    line-height: 29px;
    font-family: "Poppins", sans-serif;
    color: #ffffffa9;
}

.inner_text h1 span {
    color: #ffff00;
}

.main_card_container {
    /* height: 100%; */
    width: 100%;
    padding: 80px;
}

.sub_card_container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
    height: 100%;
    width: 100%;
}

.cards {
    height: 100%;
    width: 100%;
    border: 1px solid #ffffff30;
    padding: 15px;
    border-radius: 20px;
    transition: all 0.3s linear;
}

.cards img {
    height: 40%;
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.main_card_container h1 {
    font-size: 58px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.main_card_container h1 span {
    color: #ffff00;
}

.sub_card_container h4 {
    font-size: 32px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

.sub_card_container p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 29px;
    color: #ffffffa5;
}

.sub_card_container .cards:hover {
    transform: scale(1.03);
    cursor: pointer;
}

.yellow_box {
    padding: 60px;
    height: 65%;
    width: 90%;
    margin: 65px;
    background-color: #f4f448;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yellow_box .inner_box {
    height: 100%;
    max-width: 715px;
    width: 77%;
    color: #222426;
    /* margin: 164px 0; */
}

.yellow_box .inner_box h2 {
    font-size: 3.625em;
    line-height: 75px;
    text-transform: uppercase;
    margin: 14px 20px;
    font-weight: 900;
    font-family: "Oswald", sans-serif;
}

.yellow_box .inner_box p {
    margin: 20px 40px;
    font-size: 18px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
}

.yellow_box .inner_button {
    margin-right: 22px;
    margin-top: 103px;
}

.yellow_box .inner_button .button {
    padding: 10px 7px;
    background-color: #232332;
    color: #fff;
    border: 1px solid #747443;
    border-radius: 100px;
    margin-left: 12px;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.yellow_box .inner_button .button i {
    background-color: #ffff46;
    color: #000000;
    font-size: 20px;
    margin-left: 1em;
    /* padding: 4px 15px; */
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ---- BEGIN:section footer  ---- */
footer {
    /* height: 23rem; */
    width: 80%;
    background-color:  #131213;
    margin: 50px auto;
    border-radius: 16px;
    padding: 40px 0px;
}

.ftr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: white;
    padding: 0px 50px;
}

.ftr h4 {
    text-align: center;
}

.left {
    width: 30%;
    text-align: center;
}

.left img {
    margin-bottom: 20px;
}

.usa {
    width: 100%;
    display: flex;
    gap: 40px;
}

.left p {
    line-height: 29px;
    margin-bottom: 10px;
}

.left a {
    text-decoration: none;
    color: white;
    display: block;
    margin-bottom: 15px;
}

.icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.icons a i {
    font-size: 1em;
    color: white;
}

.icons a:hover i {
    color: #f4f448;
    transform: scale(1.1);
}

#w-color {
    color: yellow;
}

.center {
    text-align: center;
    width: 40%;
}

.center h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    font-family: sans-serif;
    margin-bottom: 20px;
}

.center p {
    line-height: 24px;
}

.center p strong {
    color: #f4f448;
    margin-right: 10px;
}

.right {
    width: 20%;
    text-align: center;
}

.right h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    font-family: sans-serif;
    margin-bottom: 20px;
}

.right .links ul {
    padding: 0;
}

.right .links ul li {
    list-style: none;
    margin-bottom: 10px;
}

.right .links ul li a {
    text-decoration: none;
    color: white;
}

.top_border {
    border-top: 1px solid #454545;
    margin-top: 30px;
    padding: 15px 50px 0 50px;
}

.top_border>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_border small {
    color: white;
    /* white color */
}

.top_border .condition ul {
    display: flex;
    gap: 15px;
    padding: 0;
}

.top_border .condition ul li {
    list-style: none;
}

.top_border .condition ul li a {
    text-decoration: none;
    color: white;
}
    .top_border2 {
    border-top: 1px solid #454545;
    text-align: center;
    margin-top: 10px;
    
}
.ftr_aline{
    height: 130px;
    width: 100%;
}
    .top_border2 .condition ul li {
    list-style: none;
    line-height: 30px;
}
/* .condition{ 
    width: 100%;
} */

.top_border2 .condition ul li a {
    text-decoration: none;
    color: white;
}
.top_border2 small {
    flex-wrap: wrap;
    line-height: 50px;
    color: white;
}


/* ---- END:section footer  ---- */

@media (max-width:1199px) and (min-width:991px) {
    .main .hero_text .inner_text {
        width: 100%;
        left: 0;
    }

    .sub_card_container {
        display: grid;
        grid-template-columns: auto auto;
    }

    .yellow_box {
        /* height: 90%; */
        padding: 12px;
    }

    .yellow_box .inner_button i {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width:990px) and (min-width:768px) {
    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .hero_text svg {
        display: none;
    }

    .navbar .nav_links {
        display: none;
    }

    .search a {
        display: none;
    }

    .search {
        display: flex;
        gap: 20px;
    }

    .search i {
        font-size: 30px;
        /* font-family: "Poppins", sans-serif; */
    }

    .search .fa-bars {
        display: block;
    }

    .main .hero_text .inner_text {
        width: 80%;
        left: 0;
        margin: 0px 95px;
    }

    .sub_card_container {
        display: grid;
        grid-template-columns: auto auto;
    }

    .yellow_box {
        /* height: 100%; */
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .yellow_box .inner_box {
        width: 100%;
    }

    .yellow_box .inner_box p {
        margin: 0px;
    }

    .yellow_box .inner_box h2 {
        line-height: 50px;
        font-size: 40px;
        margin-left: 0px;
    }

    .yellow_box .inner_button {
        margin-top: 10px;
        text-align: start;
        height: 100%;
        width: 90%;
        /* margin-left: 20px; */
    }

    .yellow_box .inner_button i {
        display: flex;
        align-items: center;
        justify-content: center;
    }


}

@media (max-width:767px) and (min-width:576px) {
    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .hero_text svg {
        display: none;
    }

    .navbar .nav_links {
        display: none;
    }

    .search a {
        display: none;
    }

    .search {
        display: flex;
        gap: 20px;
    }

    .search i {
        font-size: 30px;
        /* font-family: "Poppins", sans-serif; */
    }

    .search .fa-bars {
        display: block;
    }

    .main .hero_text .inner_text {
        width: 80%;
        left: 0;
        margin: 0px 75px;
    }

    .main_card_container {
        min-height: 100%;
    }

    .main_card_container h1 {
        font-size: 33px;
    }

    .sub_card_container h4 {
        font-size: 20px;
    }

    .sub_card_container {
        display: grid;
        grid-template-columns: auto;
        width: 85%;
        max-height: 100%;
    }

    .cards img {
        height: 66%;
        width: 100%;
    }

    .yellow_box {
        /* height: 100%; */
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 80%;
    }

    .yellow_box .inner_box {
        width: 100%;
    }

    .yellow_box .inner_box p {
        margin: 0px;
    }

    .yellow_box .inner_box h2 {
        line-height: 50px;
        font-size: 40px;
        margin-left: 0px;
    }

    .yellow_box .inner_button {
        margin-top: 10px;
        text-align: start;
        height: 100%;
        width: 90%;
        /* margin-left: 20px; */
    }

    .yellow_box .inner_button i {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:576px) and (min-width:350px) {
    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar a img {
        width: 100%;
    }

    .hero_text {
        text-align: center;
        position: relative;
    }

    .navbar .nav_links {
        display: none;
    }

    .search a {
        display: none;
    }

    .search {
        display: flex;
        gap: 20px;
    }

    .search i {
        font-size: 30px;
        /* font-family: "Poppins", sans-serif; */
    }

    .search .fa-bars {
        display: block;
    }

    #particles-js {
        display: none;
    }

    .hero_text svg {
        display: block;
    }

    .hero_text .inner_text {
        width: 100%;
        left: 0;
    }

    .main_card_container {
        padding: 10px;
        width: 100%;
    }

    .main_card_container h1 {
        font-size: 28px;
    }

    .main_card_container .sub_card_container {
        display: grid;
        grid-template-columns: auto;
    }

    .yellow_box {
        /* height: 100%; */
        padding: 0px;
        margin: 20px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .yellow_box .inner_box {
        width: 100%;
        padding: 25px;
        height: 80%;
    }

    .yellow_box .inner_box h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 0;
    }

    .yellow_box .inner_box p {
        margin: 0;
        margin-top: 20px;
    }

    .yellow_box .inner_button {
        margin-top: 20px;
        margin: 0;
        width: 100%;
    }


@media (max-width:350px) and (min-width:200px) {
    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar a img {
        width: 100%;
    }

    .hero_text {
        text-align: center;
        position: relative;
    }

    .navbar .nav_links {
        display: none;
    }

    .search a {
        display: none;
    }

    .search {
        display: flex;
        gap: 20px;
    }

    .search i {
        font-size: 30px;
        /* font-family: "Poppins", sans-serif; */
    }

    .search .fa-bars {
        display: block;
    }

    #particles-js {
        display: none;
    }

    .hero_text svg {
        display: block;
    }

    .hero_text .inner_text {
        width: 100%;
        left: 0;
    }

    .main_card_container {
        padding: 10px;
        width: 100%;
    }

    .main_card_container h1 {
        font-size: 28px;
    }

    .main_card_container .sub_card_container {
        display: grid;
        grid-template-columns: auto;
    }
    .sub_card_container h4{
        font-size: 130%;
    }

    .yellow_box {
        /* height: 100%; */
        padding: 0px;
        margin: 20px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .yellow_box .inner_box {
        width: 100%;
        padding: 25px;
        height: 80%;
    }

    .yellow_box .inner_box h2 {
        font-size: 160%;
        line-height: 36px;
        margin: 0;
    }

    .yellow_box .inner_box p {
        margin: 0;
        margin-top: 20px;
        font-size: 15px;
    }

    .yellow_box .inner_button {
        margin-top: 20px;
        margin: 0;
        width: 100%;
    }

}

#details_box2,
#sec004,
.top_border2,
#second {
    display: none;
}

@media (max-width:769px) and (min-width:420px) {

    #first{
        display: none;
    }


    #second {
        display: flex;
        height: 90px;
        width: 100%;
        background-color:  #191919;
        justify-content: space-between;
        align-items: center;
        opacity: 1px;
        position: fixed;
        top: 0;
        left: o;
    }


    .ftr {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
        gap: 40px;
        flex-direction: column;
    }

    .left {
        width: 100%;
    }

    .center {
        width: 100%;
    }

    .right {
        width: 100%;
    }

    .usa {
        display: block;
        width: 100%;
        margin: 20px;
    }
    #sec03 {
        height: 30rem;
        width: 100%;
    }
    .globle_main h1 {
        max-width: 350px;
        font-size: 38px;
        line-height: 50px;
        padding-left: 10%;
    }

    footer{
        height: 60rem;
    }

}

@media only screen and (max-width: 419px) {

    #first{
        display: none;
    }

    #second {
        display: flex;
        height: 90px;
        width: 100%;
        background-color:  #191919;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: o;
    }


    .searchbar {
        width: 17%;
    }

    .logo {
        display: inline;
    }

    }
    footer{
        height: 75rem;
    }
    .ftr {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
        padding: 0px 24px 0px 0px;
        gap: 40px;
        flex-direction: column;
    }

    .left {
        width: 100%;
        text-align: center;
    }

    .center {
        width: 100%;
    }

    .right {
        width: 100%;
    }

    .usa {
        align-items: center;
        display: block;
        width: 100%;
        margin: 20px;
    }
    .top_border{
        padding: 0px ;
    }


}