* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Poppins';
    background-color: #1a1a1a;
}

body::selection {
    background-color: yellow;
    color: black;
}

header::before {
    font-family: 'poppins';
}

header {
    z-index: 99;
}

#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;
    font-size: 1.2rem;
}

.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;
}

.sectain1 {
    height: 500px;
    width: 100%;
    margin: 50px auto 50px auto;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.spn1 {
    color: yellow;
}

.box_01 {
    width: 80%;
    z-index: 99;
}

.box_01 h1 {
    font-size: 4rem;
    line-height: 1.3;
    font-family: 'Oswald';
}

/* ---- BEGIN: particles.js  ---- */
canvas {
    display: block;
    /* vertical-align: bottom; */
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #191919;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

/* ---- END: particles.js  ---- */

/* ----    BEGIN: details_box  ---- */
#details_box {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    margin-bottom: 100px;
    cursor: pointer;
}

.details_box1 {
    width: 100;
    height: 230px;
    border: 2px solid #8f8f8f;
    color: white;
    border-radius: 30px;
    padding: 50px 0px 0px 30px;
    transition: all 0.5s linear;
}

.details_box1:hover {
    transform: translateY(-2px);
    background-color: #535324be;

}

.details_box1:hover .spn1 {
    color: yellow;
    transition: all 0.30s linear;
}

.details_box1:hover h4 {
    color: yellow;
    transition: all 0.50s linear;

}

.details_box1 h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 2.9;
    font-family: 'Oswald';
}

.details_box1 p {
    line-height: 1.8;
    width: 85%;
}

/* ----    End: details_box  ---- */
/* ---- BEGIN:section footer  ---- */
footer {
    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  ---- */


#details_box2,
#sec004,
.top_border2 {
    display: none;
}


@media (max-width:1199px) and (min-width:991px) {
    #details_box {
        column-gap: 50px;
    }

    .details_box1 {
        width: 100%;
        height: 250px;
        padding: 10px 0px 0px 30px;
    }
}

@media (max-width:990px) and (min-width:768px) {

    .top_border,
    #first {
        display: none;
    }

    .top_border2,
    #second {
        display: block;
    }
    #second {
        display: flex;
        height: 90px;
        width: 100%;
        background-color: #191919;
        justify-content: space-between;
        align-items: center;
        /* padding: 0px 20px; */
        position: fixed;
        top: 0;
        left: 0;
    }

    #details_box {
        width: 90%;
        column-gap: 50px;
    }

    .details_box1 {
        width: 100%;
        height: 250px;
        padding: 10px 0px 0px 30px;
    }

    .details_box1 p {
        width: 95%;
    }

    .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;
    }
}

@media (max-width:767px) and (min-width:420px) {

    #first,
    .top_border {
        display: none;
    }

    .top_border2 {
        display: block;
    }

    #second {
        display: flex;
        height: 90px;
        width: 100%;
        background-color: #191919;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
    }

    .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;
    }

    #details_box {
        grid-template-columns: auto;
        place-items: center;

    }

    .details_box1 {
        height: 250px;
        width: 100%;
    }

    .details_box1 h4 {
        line-height: 1.5;
    }

    .details_box1 p {
        margin: 10px 0px;
        flex-wrap: wrap;
        line-height: 1.8;
        width: 80%;
    }
}

@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: 0;
    }
    .sectain1{
        height: 350px;
    }
    .box_01 h1{
        font-size: 3rem;
    }
    .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;
    }

    #details_box {
        grid-template-columns: auto;
        place-items: center;

    }

    .details_box1 {
        height: 350px;
        width: 100%;
    }

    .details_box1 h4 {
        line-height: 1.5;
    }
    .left a{
        font-size: .6rem;
    }


}