* {
    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: 7px 14px;
    border: none;
    background-color: #111111;
    border-radius: 0px;
}

.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: 250px;
    position: absolute;
    left: 0%;
    /* background-color: #0798ff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    z-index: 4;
    border-radius: 0px;
}

.dropdown-content a.sub-nav-menu:nth-child(odd) {
    background-color: #0798ff;
    border-radius: 0px;
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: bolder;
    display: block;
    transform: skewX(-25deg) translateX(-70px);
    animation: slide-right 0.2s ease;
}

@keyframes slide-right{
    0%{
        transform: skewX(-25deg) translateX(-100px);
    }
    100%{
        transform: skewX(-25deg) translateX(-70px);
    }
}

.dropdown-content a.sub-nav-menu:nth-child(even) {
    background-color: #0798ff;
    border-radius: 0px;
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: bolder;
    display: block;
    transform: skewX(25deg) translateX(-35px);
    animation: slide-left 0.2s ease;
}

@keyframes slide-left{
    0%{
        transform: skewX(25deg) translateX(-5px);
    }
    100%{
        transform: skewX(25deg) translateX(-35px);
    }
}

.sub-nav-menu::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    box-shadow: inset -19px -22px 25px -8px rgba(0,0,0,0.1);
}

.dropdown-content a.sub-nav-menu:nth-child(even) p {
    transform: skewX(-25deg) translateX(10px);
}

.dropdown-content a.sub-nav-menu:nth-child(odd) p {
    transform: skewX(25deg) translateX(10px);
}

.dropdown-content a.sub-nav-menu:hover {
    /* transform: skewX(25deg); */
    background-color: white;
    color: #0798ff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn,
.dropdown:hover .navbar-button {
    background-color: #0798ff;
    transform: skewX(25deg);
}

.dropdown:hover .dropbtn a p,
.dropdown:hover .navbar-button a  {
    transform: skewX(-25deg);
}

.navbar-list-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 10px;
}

.background-navbar{
    background-color: #0798ff;
    transform: skewX(25deg);
}

.background-navbar a p{
    transform: skewX(-25deg);
}


/* 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(12, 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/13;
    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;
}

/* icons */
.icons {
	display: flex;
	column-gap: 25px;
}
.icon {
	display: inline-flex;
	width: 30px;
	height: 30px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	border-radius: 50%;
	outline: 2px solid #C6D93B;
	transition-property: outline-offset, outline-color, background-color;
	transition-duration: 0.25s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon:hover {
	outline-offset: 4px;
}
.icon i {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin: auto;
    width: 100%;
    height: 100%;
}
.icon:hover i {
	animation: shake 0.25s;
}
.icon--instagram:hover {
	background-image: radial-gradient(
		circle at 30% 107%,
		#fdf497 0%,
		#fdf497 5%,
		#fd5949 45%,
		#d6249f 60%,
		#285aeb 90%
	);
	outline-color: #a02d76;
}
.icon--twitter:hover {
	background-color: #1da1f2;
	outline-color: #1da1f2;
}
.icon--linkedin:hover {
	background-color: #0077b5;
	outline-color: #0077b5;
}
.icon--facebook:hover {
	background-color: #1877f2;
	outline-color: #1877f2;
}
.icon--youtube:hover {
	background-color: #e62117;
	outline-color: #e62117;
}
/* Icon */

/* .footer-container */

@media (max-device-width: 1200px) {
    .container-sm{
        max-width: 100% !important;
    }
}

@media (max-device-width: 1024px) {
    .footer-section-1 {
        grid-column: 1/13;
        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 !important;
        padding: 0 !important;
    }
    .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: 96%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
    }
    .navbar-list,
    .navbar-div{
        width: 100%;
    }
    .navbar-display-none{
        display: none !important;
    }
    .navbar-logo{
        padding: 0px 10px;
    }
    .dropdown-content a{
        width: 94%;
        margin: auto;
    }
    .dropdown-content a.sub-nav-menu:nth-child(odd){
        transform: skewX(-25deg) translateX(0);
    }
    .dropdown-content a.sub-nav-menu:nth-child(even){
        transform: skewX(25deg) translateX(0);
    }
}

@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/13;
        padding: 1rem 1rem 0 1rem;
    }

    .footer-section-3 {
        grid-column: 1/13;
        padding: 1rem 1rem 0 1rem;
    }

    .footer-section-4 {
        grid-column: 1/13;
        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;
    }
}