* {
    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;
}

/* ----    BEGNIN: header section  ---- */
header {
    z-index: 99;
}

#first {
    height: 90px;
    width: 100%;
    background-color: #191919;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
}

.barline {
    height: 60px;
    width: 40%;
    border: 1px solid rgba(251, 255, 41, .3);
    list-style: none;
    display: flex;
    font-family: 'poppins';
    padding: 3px;
    justify-content: space-around;
    align-items: center;
    border-radius: 50px;
}

.barline li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    line-height: 1.8;
}

.barline li:hover {
    border-bottom: 2px solid yellow;
}

.barline li a:hover {
    color: yellow;
}

.searchbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#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;
}

/* ----    END: header section  ---- */
/* ----    BEGIN:  project first box  ---- */
.sectain1 {
    height: 600px;
    width: 100%;
    margin: 50px auto 0px 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;
}

canvas {
    display: block;
}

#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;
}

.box_01 h1 {
    font-size: 65px;
    line-height: 1.3;
    font-family: 'Oswald';
    text-transform: uppercase;
}

/* ----    END:  project first box  ---- */

/* ----    BEGIN:  picture section  ---- */
.main_pic_container {
    width: 80%;
}

.inner_div {
    /* height: 366px; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.first_img {
    height: 366px;
    width: 55%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid #303030;

}

.first_img img {
    width: 100%;
    height: 366px;
    object-fit: cover;
    object-position: center 0;
}

.second_img {
    width: 30%;
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid #303030;
    background-position: center 0;

}

.second_img img {
    width: 100%;
    height: 366px;
    object-fit: cover;
    object-position: center 0;
}

.hover {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    color: white;
    background-color: #000000d4;
    font-family: 'poppins';
    padding: 0px 50px 0px 30px;
    transition: all 0.3s linear;
}

.hover h3 {
    font-family: 'Oswald';
    color: #ffdf;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
}

.hover p {
    line-height: 29px;
    width: 80%;
}

.hover:hover p {
    color: yellow;
}

.hover i {
    border-radius: 50%;
    padding: 10px;
    background-color: yellow;
    color: black;
}

.btn01 {
    height: 30px;
    width: 120px;
    border: 1px solid #303030;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 30px;
    text-decoration: none;
    color: white;
    line-height: 27px;
}

.btn01:hover i {
    background-color: transparent;
    color: yellow;
    border: 2px solid rgb(71, 71, 28);
}

.btn01:hover {
    background-color: transparent;
    color: yellow;
    border: 2px solid rgb(71, 71, 28);
}

/* ----    END:  picture section  ---- */






/* ---- 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;
}

.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;
}

.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  ---- */
#second,
#main_pic_container1,
.top_border2 {
    display: none;
}

@media only screen and (min-width:1200px) {
    .hover {
        height: 60%;
        top: 100%;
    }
    .second_img:hover .hover{
        height: 100%;
        top: 0%;
        padding-top: 35%;
    }
    .first_img:hover .hover {
        height: 100%;
        top: 0%;
        padding-top: 20%;
    }
}

@media (max-width:1199px) and (min-width:1000px) {

    .hover {
        height: 60%;
        top: 41%;
        transition: none;
    }

    .first_img {
        height: 366px;
        width: 40%;
    }
    .second_img{
        height: 366px;
        width: 40%;
    }
    .hover p {
        color: white;
    }

}

@media (max-width:1000px) and (min-width:768px) {
    .inner_div {
        flex-direction: column;
    }

    .hover {
        height: 50%;
        top: 50%;
        transition: none;

    }

    .first_img {
        height: 366px;
        width: 85%;
    }
    .second_img {
        height: 366px;
        width: 85%;
    }

    .hover p {
        color: white;
    }
}

@media (max-width:1080px) and (min-width:768px) {
    .top_border {
        display: none;
    }

    .top_border2 {
        display: block;
    }

}

@media (max-width:767px) and (min-width:420px) {

    #first,
    .top_border {
        display: none;
    }

    .top_border2 {
        display: flex;
    }

    #second {
        display: flex;
        height: 90px;
        width: 100%;
        background-color: #191919;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: o;
    }

    .inner_div {
        flex-direction: column;
    }

    .hover {
        height: 57%;
        top: 44%;
        transition: none;

    }

    .img1 {
        height: 400px;
        width: 80%;
    }

    .first_img img {
        height: 400px;
    }

    .hover p {
        color: white;
    }






    .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;
    }

    .globle_main h1 {
        max-width: 350px;
        font-size: 38px;
        line-height: 50px;
        padding-left: 10%;
    }
}

@media only screen and (max-width: 300px) {
    .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: o;
    }

    .inner_div {
        flex-direction: column;
    }

    .first_img img {
        width: 100%;
        height: 410px;
    }

    .hover {
        height: 100%;
        top: 15;
        padding: 10px;
        transition: none;

    }

    .img1 {
        height: 400px;
        width: 85%;
    }

    .hover p {
        color: white;
    }

    .box_01 h1 {
        font-size: 30px;
    }

    .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;
    }
}

@media (max-width:419px) and (min-width:301px) {
    .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: o;
    }

    .inner_div {
        flex-direction: column;
    }

    .first_img img {
        width: 100%;
        height: 410px;
    }

    .hover {
        height: 100%;
        top: 30%;
        padding: 10px;
        transition: none;

    }

    .img1 {
        height: 400px;
        width: 85%;
    }

    .hover p {
        color: white;
    }

    .box_01 h1 {
        font-size: 30px;
    }

    .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;
    }

    .left a {
        font-size: 10px;
    }

    .center {
        width: 100%;
    }

    .right {
        width: 100%;
    }

    .usa {
        align-items: center;
        display: block;
        width: 100%;
        margin: 20px;
    }

    .top_border {
        padding: 0px;
    }


}