* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

html,
body {
    /* height: 100%; */
    width: 100%;
    font-family: sans-serif;
    background-color: #191919;
    color: #ffffff9e;
}

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;
}

.main {
    margin-top: 6em;
    min-height: 100%;
    width: 100%;
    /* background-image: url('main_img.png'); */
    position: relative;
    z-index: 100;
    background-color: transparent;
    background-position: top;
    background-size: cover;

}

.canvas {
    display: block;
    vertical-align: bottom;
}

.row {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10em;
    margin: 0 5em;
}

.col1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* z-index: 99; */
}

.col1 p span {
    color: #9a9a9a;
}

.col1 .hero_text {
    color: #ffff;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 900;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.col1 p {
    line-height: 2em;
    font-size: 1em;
}

.col1 .button {
    padding: 4px 15px;
    background-color: transparent;
    color: #ffff;
    border: 1px solid #747443;
    border-radius: 100px;
    margin-left: 12px;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}

.col1 .button i {
    background-color: #ffff46;
    color: #000000;
    font-size: 1.5em;
    margin-left: 1em;
    padding: 4px 15px;
    /* height: 3em;
    width: 3em; */
    border-radius: 50%;
}

:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
    margin: -10px;
}

.col2 {
    height: 100%;
    width: 90%;
    border: 2px solid #747443;
    display: flex;
    flex-direction: column;
    padding: 1em;
    border-radius: 30px;
    z-index: 99;
    background-color: #292929;
}

#name {
    background-color: #454545;
    border: 1px solid #747443;
    height: 40px;
    border-radius: 16px;
}

#email {
    background-color: #454545;
    border: 1px solid #747443;
    height: 40px;
    border-radius: 16px;
}

#textarea {
    background-color: #454545;
    border: 1px solid #747443;
    height: 120px;
    border-radius: 16px;
    padding: 10px;
}

.align {
    margin: 2em 1em;
    display: flex;
    flex-direction: column;
}

.align label {
    color: #ffff;
    margin: 14px 0px;
}

.col2>h1 {
    color: #ffff;
    font-size: 2em;
    line-height: 45px;
    font-weight: 900;
}

h1 span {
    color: #ffff3b;
}

/* span {
    color: #ffff3b;
} */

.btn {
    margin: 0 1em;
    margin-right: 1em;
    padding: 1em 2em;
    width: 90%;
    background-color: #ffff46;
    border: none;
    border-radius: 100px;
}

.btn a {
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 500;
}

.cards_main {
    margin-top: 5em;
    height: 100%;
    width: 100%;
    /* margin-left: 1em; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* .cards_main .dubble .blank{
    height: 300px;
    width: 50%;
    background-color: #fff;
}
.cards_main .dubble{
    display: flex;
} */

.cards_main .heading1 {
    font-size: 3.625em;
    color: #ffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.001em;
    margin-left: -16%;
    margin-bottom: 26%;
}

.cards_main .cards {
    height: 100%;
    width: 100%;
    /* margin: auto; */
    display: grid;
    grid-template-columns: auto auto;
    gap: 1em;
}

.cards_main .cards .card {
    margin: auto;
    height: 100%;
    width: 100%;
    border: 1px solid gray;
    border-radius: 30px;
    padding: 6%;
    transition: all 0.3s linear;
}

.card img {
    margin-bottom: 1%;
}

.card h4 {
    margin-bottom: 0.5%;
    color: #fff;
}

.card p {
    line-height: 20px;
}

.card:hover {
    transform: translateY(-0.3em);
}

.card:hover h4 {
    color: #ffff3b;
}

.awards {
    height: 100%;
    width: 100%;
    margin-top: 8em;
}

.awards h2 {
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 900;
    text-align: center;
    font-family: sans-serif;
    /* line-height: 75px; */
    color: #fff;
}

.awards .images {
    /* height: 100%; */
    /* width: 100%; */
    margin-top: 5em;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.awards .images img {
    height: 23%;
    width: 23%;
    transition: all 0.3s linear;
}

.images img:hover {
    transform: scale(1.04);
    /* background-color: #ffff3b0e; */
}

.line {
    margin-top: 64px;
    height: 70%;
    width: 100%;
    /* text-align: center; */
}

.heading_text h2 {
    font-size: 4em;
    margin-left: 6%;
    color: white;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.inner svg {
    /* padding: 0 5em; */
    width: 100%;
}

.sub_inner {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    margin-left: 21%;
    margin-top: 4%;
}

.sub_inner h3 {
    font-size: 2.8125em;
    font-weight: 700;
    color: #fff;
}

.sub_inner p {
    font-size: 20px;
    color: #ffffffb3;
}

.pricing_plan {
    margin: 20vh 0px;
    min-height: 100%;
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* border: 1px solid; */
    padding: 0em 4em;
}

.leftd {
    margin-top: 5%;
    height: 100%;
    /* width: 60%; */
}

.pricing_plan .leftd h2 {
    color: #ffff;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-family: sans-serif;
    line-height: 1.4em;
    margin-bottom: 0.6em;
}

.pricing_plan .leftd .p {
    line-height: 1.5em;
    margin-bottom: 1em;
}

.pricing_plan .leftd .b {
    color: #ffff;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-size: large;
}

.pricing_plan .leftd ul {
    line-height: 1.9em;
    margin-left: 20px;
}

.pricing_plan .rightd {
    height: 100%;
    width: 100%;
    /* border: 1px solid; */
    padding: 2em 1em;
    display: grid;
    grid-template-columns: auto auto;
    gap: 31px;
}

.pricing_plan .rightd .card1 {
    /* border: 1px solid; */
    background-color: #131213;
    border-radius: 15px;
    padding: 49px 1em;
    transition: all 0.3s linear;
}

.pricing_plan .card1:hover {
    transform: scale(1.05);
}

.pricing_plan .rightd .card1 h4 {
    font-size: 24px;
    letter-spacing: -1px;
    color: #f4f448;
    margin-bottom: 16px;
}

.pricing_plan .rightd .card1 p {
    line-height: 25px;
    margin-bottom: 16px;
}

.pricing_plan .rightd .card1 div {
    border-top: 1px solid #898989;
    margin-top: 20px;
    padding-top: 20px;
}

.pricing_plan .button {
    padding: 3px 11px;
    background-color: transparent;
    color: #ffff;
    border: 1px solid #747443;
    border-radius: 100px;
    margin-left: 12px;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}

.pricing_plan .button i {
    background-color: #ffff46;
    color: #000000;
    font-size: 1.5em;
    margin-left: 1em;
    padding: 5px 15px;
    /* height: 3em;
    width: 3em; */
    border-radius: 50%;
}

.yellow_box {
    padding: 72px 55px;
    height: 100%;
    width: 80%;
    margin: 90px;
    background-color: #f4f448;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yellow_box .inner_box {
    height: 100%;
    width: 80%;
    color: #222426;
    /* margin: 164px 0; */
}

.yellow_box .inner_box h2 {
    font-size: 3.625em;
    line-height: 58px;
    text-transform: uppercase;
    margin: 14px 20px;
    font-weight: 900;
    font-family: "Oswald", sans-serif;
}

.yellow_box .inner_box p {
    margin: 20px 40px;
    font-size: 17px;
    font-family: "Oswald", sans-serif;
}

.yellow_box .inner_button {
    margin-right: 22px;
    margin-top: 103px;
}

.yellow_box .inner_button .button {
    padding: 3px 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;
}

.yellow_box .inner_button .button i {
    background-color: #ffff46;
    color: #000000;
    font-size: 1.5em;
    margin-left: 1em;
    padding: 4px 15px;
    /* height: 3em;
    width: 3em; */
    border-radius: 50%;
}

/* ---- 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:1000px) and (min-width:769px) {
    .nav_links{
        padding: 10px 2px;
        gap: 10px ;
    }
    .main {
        margin-top: 6em;
        min-height: 100%;
        width: 100%;
        /* background-image: url('main_img.png'); */
        background-position: center;
        background-size: cover;
    }

    .row {
        align-items: baseline;
    }

    .col1 .hero_text {
        color: #ffff;
        font-size: 2em;
        line-height: 1.2em;
        font-weight: 900;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
    }

    .cards_main {
        margin-top: 167px;
        height: 100%;
        width: 100%;
        /* margin-left: 13%; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .cards_main .heading1 {
        font-size: 58px;
        color: #ffff;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-left: 4%;
        margin-bottom: 3%;
    }

    .align label {
        color: #ffff;
        margin: 5px 0px;
    }

    .awards {
        height: 100%;
        width: 100%;
        margin-top: 8em;
        /* margin-left: 13%; */
    }

    .awards .images {
        height: 100%;
        width: 100%;
    }

    .awards .images img {
        height: 100%;
        width: 40%;
    }

    .inner svg {
        width: 100%;
    }

    .line {
        margin-top: 64px;
        /* margin-left: 7%; */
        height: 100%;
        width: 100%;
        text-align: center;
    }

    .heading_text {
        height: 100%;
        width: 100%;
    }

    .heading_text h2 {
        margin-left: 0%;
    }

    .inner {
        height: 100%;
        width: 100%;
    }

    .sub_inner {
        height: 100%;
        width: 100%;
        margin-left: 0%;
    }

    .pricing_plan {
        /* margin: 83% 119px; */
        height: 100%;
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .pricing_plan .leftd {
        margin-top: 5%;
        height: 100%;
        width: 100%;
    }

    .pricing_plan .leftd ul li {
        /* text-align: center; */
        list-style: none;
    }

    .pricing_plan .rightd .card1 p span {
        color: #898989;
    }

    .pricing_plan .leftd .button {
        margin-left: 294px;
        margin-top: 14px;
    }

    .yellow_box {
        /* padding: 12px 0px;
        margin-left: 25%; */
        height: 100%;
    }

    .yellow_box .inner_box h2 {
        font-size: 32px;
    }

    footer {
        /* margin-left: 198px; */
        /* width: 100%; */
        height: 100%;
    }

    .footer {
        margin: 0px -56px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .footer .left {
        height: 100%;
        width: 100%;
    }

    .footer .center {
        height: 100%;
        width: 100%;
    }

    .footer .right {
        height: 100%;
        width: 100%;
    }

    .sie {
        font-size: 1em;
        color: #fff;
    }

}

@media (max-width:768px) and (min-width:500px) {

    .navbar {
        height: 90px;
        width: 100%;
    }

    .navbar .nav_links,
    .search a {
        display: none;
    }

    .navbar .search i {
        display: block;
    }

    .navbar .search {
        display: flex;
        gap: 10px;
    }


    .main {
        margin-top: 6em;
        height: 100%;
        width: 100%;
        /* background-image: url('main_img.png');
        background-position: top;
        background-size: cover; */
    }

    #particles-js {
        display: none;
    }

    .row {
        display: grid;
        grid-template-columns: auto;
        gap: 10em;
        align-items: baseline;
        margin-left: 2%;
        height: 100%;
        width: 100%;
    }

    .col1 {
        width: 90%;
    }

    .col1 .hero_text {
        color: #ffff;
        font-size: 2em;
        line-height: 1.2em;
        font-weight: 900;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
    }

    .cards_main {
        margin-top: 5em;
        height: 100%;
        width: 100%;
        /* margin-left: 7em; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        /* margin-left: 39%; */
    }

    .cards_main .cards {
        grid-template-columns: auto auto;
    }

    .cards_main .heading1 {
        font-size: 2.625em;
        color: #ffff;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.001em;
        margin-left: 0%;
        /* margin-bottom: 26%; */
    }

    .align label {
        color: #ffff;
        margin: 5px 0px;
    }

    .awards {
        height: 100%;
        width: 100%;
        margin-top: 8em;
        /* margin-left: 40%; */
        /* text-align: center; */
    }

    .awards .images {
        height: 100%;
        width: 100%;
        gap: 47px;
        flex-direction: column;
        /* margin-left: -4%; */
    }

    .awards .images img {
        height: 100%;
        width: 90%;
    }

    .inner svg {
        width: 100%;
    }

    .line {
        margin-top: 102px;
        /* margin-left: 35%; */
        height: 100%;
        width: 100%;
        text-align: center;
    }

    .heading_text h2 {
        font-size: 3em;
    }

    .sub_inner {
        margin-left: 35px;
    }

    .pricing_plan {
        margin-top: 5%;
        /* margin-left: 38%; */
        flex-direction: column;
        /* text-align: center; */
        padding: 0%;
    }

    .pricing_plan .leftd ul li {
        /* text-align: center; */
        list-style: none;
    }

    .pricing_plan .leftd .button {
        /* margin-left: 26%; */
        margin-top: 14px;
    }

    .pricing_plan .rightd {
        padding: 0px;
    }

    .pricing_plan .rightd .card1 p span {
        display: none;
    }

    .pricing_plan .rightd .card1 {
        padding: 39px;
    }

    .pricing_plan .rightd .card1 h4 {
        font-size: 28px;
    }

    .yellow_box {
        padding: 12px 0px;
        /* margin-left: 48%; */
        display: flex;
        flex-direction: column;
        margin: 0%;
        height: 100%;
        width: 100%;
    }

    .yellow_box .inner_box h2 {
        font-size: 32px;
    }

    .yellow_box .inner_button {
        margin-top: 0%;
    }

    footer {
        margin-left: 0%;
        width: 100%;
    }

    .footer {
        /* margin: 0px -8%; */
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .sie {
        font-size: 1em;
        color: #fff;
    }

    .footer .center {
        width: 100%;
    }

    .footer .right {
        width: 100%;
    }

    /* .pricing_plan .rightd {
        margin-left: -14%;
    } */

    /* .left p {
        width: 55%;
    } */
    .footer .center p {
        display: flex;
        flex-direction: column;
        /* align-items: center;
        justify-content: center; */
    }

    .center h4 {
        font-size: 32px;
        font-family: "Poppins", sans-serif;
        margin: 0%;
    }

    .top_border>div {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width:500px) and (min-width:300px) {
    .row {
        display: grid;
        grid-template-columns: auto;
        gap: 10em;
        margin: 0px;
        /* margin-left: 0px; */
        /* text-align: center; */
        height: 100%;
        width: 100%;
        overflow: auto;
    }
    .col1 .hero_text{
        font-size: 40px;
    }

    .col1 p {
        font-size: 27px;
    }

    .col1 .button {
        font-size: 21px;
    }

    .col1 p span {
        display: none;
    }

    .col2 {
        height: 100%;
        width: 100%;
        padding: 15px 0px;
    }

    .align label {
        font-size: 2em;
    }

    .btn {
        font-size: 22px;
    }

    .main {
        margin-top: 6em;
        height: 100%;
        width: 100%;
        /* background-image: url('main_img.png'); */
        background-image: none;
        /* background-position: top;
        background-size: cover; */
    }

    #particles-js {
        display: none;
    }

    .cards_main {
        margin-left: 0%;
        width: 100%;
        height: 100%;
    }

    /* .cards_main .dubble {
        width: 100%;
        height: 100%;
        margin: 0%;
        padding: 0%;
    } */

    .cards_main .heading1 {
        font-size: 17px;
    }

    .cards_main .cards {
        margin-left: 0%;
        grid-template-columns: auto;
        height: 100%;
        width: 100%;
    }

    .cards_main .cards .card {
        /* padding: 4%;
        padding-top: 23%; */
        margin-left: 0em;
        height: 100%;
        width: 100%;
    }

    .card img {
        height: 105px;
        width: 105px;
    }


    .card h4 {
        font-size: 2em;
    }

    .card p {
        font-size: 26px;
        line-height: 32px;
    }

    .search .fa-bars {
        display: block;
    }

    .nav_links {
        display: none;
    }

    .navbar a img {
        height: 33px;
    }

    .search i {
        font-size: 33px;
    }

    .search button {
        display: none;
    }

    .search {
        display: flex;
        gap: 10px;
    }

    .sie {
        font-size: 21px;
        color: #fff;
        letter-spacing: 2px;
    }

    .awards {
        margin-left: 0%;
        height: 100%;
        width: 100%;
    }

    .awards h2 {
        margin-left: 0%;
        font-size: 41px;
    }

    .awards .images {
        width: 100%;
        display: grid;
        grid-template-columns: auto;
        height: 100%;
        gap: 50px;
    }

    .awards .images img {
        height: 100%;
        width: 100%;
    }

    .line {
        margin-top: 3em;
        margin-left: 0%;
        text-align: center;
    }

    .heading_text h2 {
        font-size: 50px;
        line-height: 57px;
    }

    .inner svg {
        width: 100%;
        display: none;
    }

    .sub_inner {
        margin-left: 0%;
        margin-top: 25px;
    }

    /* 
    .sub_inner p {
        font-size: 7%;
    } */

    .sub_inner h3 {
        font-size: 30px;
    }

    .pricing_plan {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5em;
        /* margin-left: 0%; */
        /* margin: 0px; */
        padding: 0px;
    }

    .pricing_plan .leftd .p {
        font-size: 24px;
    }

    .pricing_plan .leftd .p span {
        display: none;
    }

    .pricing_plan .leftd ul {
        display: none;
    }

    .pricing_plan .leftd .b {
        display: none;
    }

    .pricing_plan .leftd h2 {
        font-size: 40px;
    }

    .pricing_plan .rightd {
        /* padding: 2em 1em; */
        display: grid;
        grid-template-columns: auto;
        gap: 31px;
        /* margin-left: 0%; */
        height: 100%;
        width: 100%;
        margin: 0%;
        padding: 0%;
    }

    .pricing_plan .rightd .card1 {
        height: 100%;
        width: 100%;
        /* padding: 0em; */
    }

    .pricing_plan .rightd .card1 h4 {
        font-size: 40px;
        color: #fff;
    }

    .leftd {
        margin-left: 0%;
        height: 100%;
        width: 100%;
    }

    .pricing_plan .rightd .card1 p {
        font-size: 23px;
    }

    .pricing_plan .rightd .card1 div h3 {
        font-size: 27px;
    }

    .card1 p span {
        display: none;
    }

    .yellow_box {
        background-color: #f4f448;
        /* margin-top: 119em; */
        margin: 0px;
        height: 100%;
        width: 100%;
        flex-direction: column;
        padding: 0;
    }

    .yellow_box .inner_box {
        height: 100%;
        width: 100%;
    }

    .yellow_box .inner_box p {
        font-size: 24px;
    }

    .yellow_box .inner_box h2 {
        font-size: 45px;
    }

    .yellow_box .inner_button {
        margin: 0;
        margin-bottom: 16px;
    }

    footer {
        /* height: 100%; */
        width: 100%;
        margin-left: revert-layer;
    }

    .footer {
        gap: 19px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left img {
        height: auto;
        width: 100%;
    }

    .left p {
        font-size: 34px;
        width: 100%;
        font-family: "Poppins", sans-serif;
    }

    .left a {
        font-size: 20px;
    }

    .center {
        width: 100%;
        text-align: center;
    }

    .center h4 {
        font-size: 50px;
        font-weight: 600;
        font-family: 'Oswald';
    }

    .center p {
        font-size: 35px;
        line-height: 46px;
        display: flex;
        flex-direction: column;
    }

    .right {
        width: 100%;
    }

    .right .links ul li a {
        font-size: 43px;
        font-family: 'Oswald';
    }

    .right h4 {
        font-size: 50px;
        font-family: 'Oswald';
    }


    .top_border {
        display: none;
    }
}

@media (max-width:300px) and (min-width:200px) {
    .row {
        display: grid;
        grid-template-columns: auto;
        gap: 10em;
        /* margin: 0 5em;
        margin-left: 150px; */
        /* text-align: center; */
        height: 100%;
        width: 100%;
        margin: 0px;
    }

    .col1 {
        /* margin-top: 7em; */
        height: 100%;
        width: 100%;
    }

    .col1 .hero_text {
        font-size: 22px;
    }

    .col1 p {
        margin: 18px 0px;
        font-size: 20px;
    }

    .col1 .button {
        font-size: 21px;
    }

    .col1 p span {
        display: none;
    }

    .col2 {
        max-width: 268px;
        width: 100%;
        padding: 0%;
        /* padding: 49px; */
        /* margin-left: 31px; */
        background-color: #292929;
    }
    .col2 .align{
        margin: 0;
    }

    .col2>h1 {
        margin-left: 10px;
        margin-top: 10px;
        font-size: 18px;
        line-height: 26px;
        display: flex;
        flex-direction: column;

    }

    .align label {
        font-size: 2em;
    }

    .sie {
        padding: 20px;
        /* color: #999; */
    }

    #name {
        font-size: 19px;
    }

    #email {
        font-size: 19px;
    }

    #textarea {
        font-size: 19px;
    }

    .btn {
        margin-top: 10px;
        font-size: 18px;
    }

    .main {
        /* margin-top: 0em; */
        height: 100%;
        width: 100%;
        background-image: url('main_img.png');
        background-image: none;
        background-position: top;
        background-size: cover;
    }

    #particles-js {
        display: none;
    }

    .cards_main {
        /* margin-left: 289px; */
        width: 100%;
    }

    .cards_main .dubble {
        width: 100%;
        font-size: 60px;
        margin-left: 120px;
    }

    .cards_main .heading1 {
        font-size: 27%;
    }

    .cards_main .cards {
        /* margin-left: -14%; */
        grid-template-columns: auto;
        width: 100%;
    }

    .cards_main .cards .card {
        padding: 0%;
        padding-top: 10px;
        padding-left: 10px;
        /* padding-top: 23%; */
        /* margin-left: -12em; */
        height: 100%;
        width: 100%;
        border: 5px solid #9999;
    }

    .card img {
        height: 78px;
        /* width: 130px; */
    }


    .card h4 {
        font-size: 21px;
    }

    .card p {
        font-size: 22px;
        line-height: 32px;
    }

    .search .fa-bars {
        display: block;
    }

    .nav_links {
        display: none;
    }

    .navbar a img {
        height: 19px;
    }

    .search i {
        font-size: 19px;
    }

    .search button {
        display: none;
    }

    .search {
        display: flex;
        gap: 10px;
    }

    .sie {
        font-size: 21px;
        color: #fff;
        letter-spacing: 2px;
    }

    .awards {
        /* margin-left: 205px; */
        height: 100%;
        width: 100%;
    }

    .awards h2 {
        /* margin-left: -12%; */
        font-size: 28px;
    }

    .awards .images {
        width: 100%;
        display: grid;
        grid-template-columns: auto;
        height: 100%;
        gap: 39px;
        /* margin-left: -63px; */
    }

    .awards .images img {
        height: 100%;
        width: 100%;
        /* margin-left: -43px; */

    }

    .line {
        margin-top: 0em;
        /* margin-left: 18%; */
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .heading_text h2 {
        font-size: 19px;
        line-height: 30px;
        font-weight: 900;
        width: 100%;
    }

    .inner svg {
        width: 100%;
        display: none;
    }

    .sub_inner {
        margin-left: 0%;
        margin-top: 25px;
        width: 100%;
        font-size: 112px;
    }

    .sub_inner p {
        font-size: 12%;
    }

    .sub_inner h3 {
        font-size: 17%;
    }

    .pricing_plan {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 76px;
        margin-left: 0%;
        padding: 0px;
    }

    .pricing_plan .leftd .p {
        font-size: 29px;
    }

    .pricing_plan .leftd .p span {
        display: none;
    }

    .pricing_plan .leftd ul {
        display: none;
    }

    .pricing_plan .leftd .b {
        display: none;
    }

    .pricing_plan .leftd h2 {
        font-size: 27px;
    }

    .leftd {
        /* margin-left: -10%; */
        width: 100%;
    }

    .pricing_plan .rightd {
        padding: 2em 1em;
        display: grid;
        grid-template-columns: auto;
        gap: 31px;
        /* margin-left: -50%; */
    }

    .pricing_plan .rightd .card1 {
        height: 100%;
        width: 100%;
        /* padding: 5em 0px; */
        /* margin-left: -80%; */
        text-align: center;
    }

    .pricing_plan .rightd .card1 h4 {
        font-size: 24px;
        color: #fff;
    }

    .pricing_plan .rightd .card1 p {
        font-size: 20px;
        /* line-height: 54px; */
    }

    .pricing_plan .rightd .card1 div h3 {
        font-size: 32px;
        padding: 10px;
        font-family: "Poppins", sans-serif;
    }

    .pricing_plan .button {
        font-size: 20px;
    }

    .card1 p span {
        display: none;
    }

    .yellow_box {
        background-color: #f4f448;
        /* margin-top: 140em; */
        margin: 10px 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        height: 100%;
        /* padding-left: 0; */
        padding: 5px 0px;
    }

    .yellow_box .inner_box {
        height: 100%;
        width: 100%;
        text-align: start;
    }

    .yellow_box .inner_box p {
        font-size: 28px;
        font-family: "Poppins", sans-serif;
        margin: 10px 5px;
    }

    .yellow_box .inner_box h2 {
        font-size: 35px;
        font-family: 'Oswald', sans-serif;
        line-height: 1.4;
        margin: 10px 5px;
    }
    .yellow_box .inner_button{
        margin: 7px 0px;
    }

    .yellow_box .inner_button .button {
        font-size: 20px;
        padding: 5px;
    }

    footer {
        height: 100%;
        width: 100%;
        margin-left: revert-layer;
        margin: 0px;
    }

    .footer {
        gap: 19px;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 20px 0px;
        height: 100%;
        width: 100%;
    }

    .left{
        width: 100%;
        height: 100%;
    }
    .left p {
        font-size: 18px;
        font-family: "Poppins", sans-serif;
        color: #ffffff80;
    }

    .left a {
        font-size: 18px;
        font-family: "Poppins", sans-serif;
    }

    .left img {
        width: 100%;
        height: auto;
    }

    .center {
        height: 100%;
        width: 100%;
    }

    .center p {
        font-size: 18px;
        line-height: 28px;
        display: flex;
        flex-direction: column;
    }

    .center h4 {
        font-size: 43px;
        font-weight: 600;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
    }

    .right {
        height: 100%;
        width: 100%;
    }

    .right .links ul li a {
        font-size: 45px;
        line-height: 2;
        font-family: "Poppins", sans-serif;
        color: #9a9a9a;
    }

    .right h4 {
        font-size: 43px;
        margin-top: 30px;
        font-weight: 600;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
    }
    .right .links{
        height: 100%;
        width: 100%;
    }
    .right .links ul li{
        margin: 0px;
        line-height: 10px;
    }
    .right .links ul li a{
        font-size: 26px;
    }

    .top_border {
        display: none;
    }
}

#details_box2,
#sec004,
.top_border2,
#second {
    display: none;
}

@media (max-width:769px) and (min-width:420px) {

    #first,
    #details_box,
    #sec04,
    .top_border {
        display: none;
    }

    #details_box,
    #sec004,
    .top_border2 {
        display: flex;
    }

    #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;
    }

    .sectain1 {
        height: 500px;
        margin: 100px auto 0px auto;
    }

    #details_box {
        height: 75rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .details_box1 {
        width: 75%;
        row-gap: 10px;
    }

    .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 (max-width:1080px) and (min-width:768px) {

    #sec01,
    #sec04,
    .top_border {
        display: none;
    }

    #sec02,
    #sec004,
    .top_border2 {
        display: block;
    }

    #details_box {
        height: 75rem;
        width: 100%;
    }

    .details_box1 {
        width: 72%;
        row-gap: 10px;
    }

    .globle_main h1 {
        padding-left: 60px;
        max-width: 450px;
        font-size: 50px;
        line-height: 55px;
    }

    #sec03 {
        height: 40rem;
        width: 100%;
    }
}

@media only screen and (max-width: 419px) {

    #first,
    #sec04,
    .top_border{
        display: none;
    }
    #sec004,
    .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;
    }

    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 ;
    }


}