* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: 'gilroyregular';
    text-decoration: none;
}

body {
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: 'gilroyregular';
    font-size: 20px;
    width: 100%;
    height: 100%;
    line-height: 1.6;
    font-weight: 400;
    color: #222;
    letter-spacing: 0.5px;
}

h1{
    font-family: 'gilroyextrabold';
}

h2{
    font-family: 'gilroyextrabold';
    font-size: 32px !important;
}

h3{
    font-family: 'gilroylight';
}

.container-sm{
    max-width: 80% !important;
    margin: auto;
}

/* p {
    font-size: 14px !important;
    margin: 0;
}

h4 {
    font-size: 18px !important;
    margin: 0;
}

h3 {
    font-size: 24px !important;
    margin: 0;
}

h2 {
    font-size: 32px !important;
    margin: 0;
}

h1 {
    font-size: 36px !important;
    margin: 0;
} */

nav.navbar-container {
    background-color: #111111;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    font-size: 0.9rem;
    padding: 12px 0;
}

.navbar-sub-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.menu-icon {
    display: none;
    padding: 8px;
    background-color: #282f31;
    border-radius: 5px;
}

.sub-menu-icon {
    display: none;
}

.img-logo {
    width: 250px;
    height: 65px;
}

.navbar-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.navbar-link{
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 8px 14px;
    text-align: start;
}

.navbar-link:hover{
    color: #fff !important;
}

.navbar-button,
.dropbtn {
    color: white;
    font-size: 16px;
    padding: 8px 14px;
    border: none;
    background-color: #111111;
    border-radius: 10px;
}

.navbar-button > a{
    color: #fff;
    text-decoration: none;
}

.navbar-button > a:hover{
    color: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    min-width: 300px;
    position: absolute;
    background-color: #0798ff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
    border-radius: 10px;
}

.dropdown-content a {
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: bolder;
    display: block;
}

.dropdown-content a:hover {
    background-color: white;
    border-radius: 10px;
    color: #0798ff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn,
.dropdown:hover .navbar-button {
    background-color: #0798ff;
}

.navbar-list-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 20px;
}
/* navbar */

/* .footer-container */

.footer-container {
    width: 100%;
    height: auto;
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 50px 0 10px 0;
}

.footer-sub-container {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    justify-content: center;
    grid-gap: 1rem;
    align-items: flex-start;
    margin-bottom: 45px ;
}

.footer-section-1 {
    grid-column: 1/6;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-gap: 20px;
}

.footer-contact-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo {
    width: 300px;
    margin-bottom: 1rem;
}

.contact-text {
    /* font-size: 14px; */
    width: 90%;
    margin: 0;
    text-decoration: none;
    color: #fff;
}

.contact-icons:nth-child(1) {
    margin-bottom: auto;
}

.contact-icons {
    width: 25px;
    margin: 2px;
}

.footer-section-2 {
    grid-column: 6/8;
}

.footer-section-3,
.footer-section-2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-header {
    margin-bottom: 20px;
}

.footer-contact-link {
    text-decoration: none;
    color: #fff;
    /* margin-bottom: 10px; */
}

.footer-contact-link:hover {
    color: #0798ff;
}

.contact-text-2 {
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-section-3 {
    grid-column: 8/10;
}

.footer-section-4 {
    grid-column: 10/12;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 240px;
}

.follow-icons-container {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 25px;
}

.follow-us-icons {
    width: 30px;
}

.hr-copyright{
    width: 96vw;
    position: absolute;
    left: 2vw;
    margin: 0;
}

/* .hr-copyright-1{} */

/* .hr-copyright-2 */

.copyright-container{
    padding-top: 12px;
    font-size: 15px;
}

div.copyright-container > p{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
}

.copyright-container > p > img{
    width: 30px;
}

.terms-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 35px;
    margin-bottom: 10px;
}

.policy-terms{
    font-size: 17px;
}

.refund-policy{
    padding-right: 12px;
    border-right: #fff solid 1px;
}

.terms-condition{
    padding-left: 12px;
}

.terms-link{
    text-decoration: none;
    color: #fff;
}

.terms-link:hover{
    color: #fff;
}


/* .footer-container */

@media (max-device-width: 1200px) {
    .container-sm{
        max-width: 100% !important;
    }
}

@media (max-device-width: 1024px) {
    .footer-section-1 {
        grid-column: 1/12;
        margin-bottom: 1rem;
    }

    .footer-section-2 {
        grid-column: 1/3;
    }

    .footer-section-3 {
        grid-column: 4/7;
    }

    .footer-section-4 {
        grid-column: 8/12;
    }
}

@media (max-device-width: 992px) {
    /* p {
        font-size: 14px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    h1 {
        font-size: 36px !important;
    } */

   
    .follow-icons-container {
        width: 140px;
    }

   
    .navbar-list-container {
        grid-gap: 10px;
    }

    .menu-icon-container {
        margin: 10px;
    }

    .menu-icon {
        display: block;
        margin-left: auto;
        width: 35px;
    }

    .dropdown-content {
        display: block;
        position: relative;
        background-color: #111111;
        box-shadow: none;
    }

    .sub-menu-icon {
        display: block;
        width: 20px;
        padding: 4px;
        background-color: #282f31;
        /* margin-right: 10px; */
        border-radius: 2px;
    }

    .dropdown-content {
        display: none;
    }

    .navbar-sub-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        max-width: 100% !important;
        margin: 0;
    }

    .navbar-list-container {
        padding: 20px 0 0;
        position: relative;
        grid-column: 1/3;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .img-logo {
        width: 200px;
        height: auto;
    }

    .dropbtn {
        width: 96vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-display-none{
        display: none !important;
    }    
}

@media (max-device-width: 768px) {
    /* p {
        font-size: 12px !important;
    }

    h4 {
        font-size: 14px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h1 {
        font-size: 32px !important;
    } */

    /* .hero-section-sub-container {
        left: 10%;
        width: 70%;
    } */

    .footer-section-1 {
        padding: 1rem;
        margin-bottom: 0%;
    }

    .footer-section-2 {
        grid-column: 1/12;
        padding: 1rem 1rem 0 1rem;
    }

    .footer-section-3 {
        grid-column: 1/12;
        padding: 1rem 1rem 0 1rem;
    }

    .footer-section-4 {
        grid-column: 1/12;
        width: 200px;
        padding: 1rem 1rem 0 1rem;
    }

    .dropbtn{
        width: 95vw;
    }
}

@media (max-device-width: 576px) {
    .contact-text {
        width: 85%;
    }

    .dropdown-content {
        position: relative;
        min-width: auto;
    }

    .navbar-sub-container {
        padding: 0% !important;
    }

    .dropbtn {
        width: 94vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    h2{
        font-family: 'gilroyextrabold';
        font-size: 35px !important;
    }
    .footer-container{
        font-size: 1rem;
    }
}

@media (max-device-width: 404px) {
    .terms-container{
        margin-bottom: 30px;
    }
}