body {
    color: var(--maincolor) !important;
}

.back-bg {
    background-image: url("../img/bg1.jpg") !important;
    height: 500px;
    background-position: center;
    background-attachment: fixed;
}

img {
    outline: unset;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

ul {
    list-style: none !important;
}

i {
    vertical-align: middle !important;
}

input {
    outline: unset !important;
    border: unset;
}

.mirror {
    transform: scaleX(-1);
}

/* USEFULE CLASS START */
.img-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sp-badge {
    background-color: #3393df;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem;
    border-radius: 50%;
}

.nowrap {
    white-space: nowrap;
}

/* USEFULE CLASS END */

/* HEADER START */

header {
    /* background: url("../img/Untitled.svg") no-repeat; */
    font-size: 1.7rem;
    /* background-position-x: center;
    background-size: cover; */
    height: 9rem;
    z-index: 111111 !important;
}

header nav {
    padding: 1rem !important;
    background-color: var(--whiteBg) !important;
    position: relative;
    height: 10rem;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: space-between;
    filter: drop-shadow(0 -3px 6px rgba(0, 0, 0, 0.315));
}

header nav::before {
    content: "";
    background-color: var(--whiteBg) !important;
    width: 16rem;
    height: 16rem;
    transform: rotate(45deg);
    position: absolute;
    top: -93px;
    right: -80px;
    z-index: -1;
}

header nav::after {
    content: "";
    background-color: var(--whiteBg) !important;
    width: 16rem;
    height: 16rem;
    transform: rotate(45deg);
    position: absolute;
    top: -93px;
    left: -80px;
    z-index: -1;
}

nav {
    padding-top: 3rem;
}

nav a:hover {
    color: var(--hoverColor) !important;
    transition: 0.25s ease;
}

nav .main-menu li {
    position: relative;
}

nav .main-menu li .hide-nav {
    padding: 1rem 10rem;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s ease-in;
    background-color: #fff;
    border-radius: 0.5rem;
    position: absolute;
    right: 0;
    top: 4rem;
    z-index: 111;
    padding: 1rem 2rem;
    transform: translateY(1.5rem);
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.7rem;
    border-top: 2px solid var(--hoverColor) !important;
}

nav .main-menu li:hover .hide-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.sidebar {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 250px;
    background-color: #242424;
    color: #fff;
    right: -26rem;
    transition: 0.25s ease-in;
    z-index: 1111111111111;
}

.sidebar-open {
    right: 0;
}

/* HEADER END */

.slider {
    position: fixed;
    top: 0;
    height: fit-content;
    width: 100%;
    /*background: url("../img/bg7.jpg") center no-repeat;*/
    background-size: cover;
    z-index: 11;
}

main {
    position: relative;
    background-color: var(--whiteBg) !important;

}

.main {
    z-index: 1111 !important;
    position: relative;
    background-color: var(--whiteBg) !important;
    position: relative;

}

.main:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("/frontend/278/assets/img/bg-transparent.png");
    opacity: .1;

}


.main-header {
    position: absolute;
    width: 100%;
    top: -97px;
    overflow: hidden;
    z-index: 1111;
}

main::before {
    content: "";
}

nav {
    width: calc(100% / 1.5) !important;
    z-index: 111;
}

.right-squ,
.left-squ {
    width: calc((100% / 6) - 10rem);
    height: 10rem;
    background-color: var(--whiteBg) !important;
    position: relative;
}

.left-squ:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(2vw - 21.1rem);
    height: 10rem;
    width: 69rem;
    background-image: url(/frontend/278/assets/img/hashie-left-wide.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: right;
}

.main-header:before {
    content: "";
    background-image: url(/frontend/278/assets/img/hashie-land.png);
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3.1rem;
    background-repeat-y: no-repeat;
    background-size: contain;
}

.right-squ:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(2vw - 21.1rem);
    height: 10rem;
    width: 69rem;
    background-image: url(/frontend/278/assets/img/hashie-left-wide.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: right;
    transform: scaleX(-1);
}

.right-squ::before {
    content: "";
    background-color: var(--whiteBg) !important;
    width: 14rem;
    height: 14rem;
    transform: rotate(45deg);
    position: absolute;
    top: 28px;
    left: -70px;
}

.left-squ::before {
    content: "";
    background-color: var(--whiteBg) !important;
    width: 14rem;
    height: 14rem;
    transform: rotate(45deg);
    position: absolute;
    top: 28px;
    right: -70px;
}

/*.left-squ::after {*/
/*  content: "";*/
/*  background-image: url("../img/hashie-left.png");*/
/*  width: 14rem;*/
/*  height: 14rem;*/
/*  transform: rotate(45deg);*/
/*  position: absolute;*/
/*  top: 28px;*/
/*  left: 200px;*/

/*}*/

.news-box {
    display: grid;
    gap: 1rem;
}

#loginModal{
    z-index : 999999;
}

@media (min-width: 0px) {
    .news-box {
        grid-template-columns: repeat(1, minmax(100px, 1fr));
    }
    .logo img{
        height: 4rem !important;
    }
}

@media (min-width: 450px) {
    .news-box {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }
    .logo img{
        height: auto;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .news-box {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .news-box {
        grid-template-columns: repeat(4, minmax(100px, 1fr));
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}


:root {
    --whiteBg: #efefef;
    --maincolor: #333;
    --dark-bg: #242424;
    --blue-btn: #3393df;
    --greenblue: #b1dbd7;
    --hoverColor: #ffa700;
}
