@font-face {
    font-family: latoregular;
    src: url("lato-regular-webfont.woff2") format("woff2"), url("lato-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: macbethregular;
    src: url("macbt-webfont.woff2") format("woff2"), url("macbt-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: kozuka_gothic_pr6nb;
    src: url("kozgopr6n-bold-webfont.woff2") format("woff2"), url("kozgopr6n-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: kozuka_gothic_pr6nel;
    src: url("kozgopr6n-extralight-webfont.woff2") format("woff2"), url("kozgopr6n-extralight-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: kozuka_gothic_pr6nh;
    src: url("kozgopr6n-heavy-webfont.woff2") format("woff2"), url("kozgopr6n-heavy-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: kozuka_gothic_pr6nr;
    src: url("kozgopr6n-regular-webfont.woff2") format("woff2"), url("kozgopr6n-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.hsgHome {
    margin: 0px;
    background-image: url("../img/bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.homeContent {
    min-height: calc(-74px + 100vh);
    padding-bottom: 70px;
    position: relative;
    display: flex;
    align-items: center;
}

.logoSection {
    position: relative;
    margin-bottom: 190px;
    margin-top: 40px;
}

.logoSection img {
    max-width: 100%;
}

.homeBtn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 90px;
}

.homeBtn a {
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 5.8px 0.2px;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.27);
    height: 64px;
    max-width: 100%;
    color: rgb(180, 241, 247);
    font-family: macbethregular;
    font-size: 46px;
    line-height: 64px;
    padding: 0px;
}

.homeBtn a:hover,
.homeBtn a:focus,
.homeBtn a:focus-visible,
.homeBtn a:active {
    background-color: rgb(180, 241, 247) !important;
    color: rgb(0, 0, 0) !important;
    border: 1px solid rgb(255, 255, 255) !important;
}

.copyRights {
    position: relative;
    margin-bottom: 20px;
}

.copyRights p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: latoregular;
    margin-bottom: 0px;
}

.contactBg {
    margin: 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(27, 93, 131);
    background-image: url("../img/bg.jpg");
    overflow-x: hidden;
    min-height: 100vh;
    padding-bottom: 70px;
    position: relative;
    max-height: 100%;
}

.conatctTop {
    padding-bottom: 50px;
    position: relative;
}

.conatctBottom {
    display: flex;
    padding-bottom: 0px;
    position: relative;
    overflow-x: hidden;
    min-height: calc(-340px + 100vh);
    height: 100%;
    align-items: center;
    width: 100%;
}

.teamBottom {
    background-image: url("../img/teamBottom.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    min-height: calc(-264px + 100vh);
    padding-bottom: 70px;
    max-height: 100%;
    position: relative;
    height: 695px;
}

.aboutBottom {
    background-image: url("../img/aboutBottom.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    min-height: calc(-264px + 100vh);
    padding-bottom: 70px;
    max-height: 100%;
    position: relative;
    height: 700px;
}

.navbar {
    box-shadow: none;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand img {
    width: 262px;
}

.contactContent {}

.contactContent h3,
.aboutContent h3 {
    font-family: macbethregular;
    font-size: 90px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 7.05px;
    text-align: left;
    color: rgb(180, 241, 247);
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.contactListContent {
    display: inline-flex;
    flex-direction: column;
}

.contactListContent span {
    font-family: latoregular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: left;
    color: rgb(255, 255, 255);
}

.contactListContent span:first-child {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1.5px;
    color: rgb(180, 241, 247);
}

.contactListContent span:first-child span {
    font-size: 30px;
    font-weight: 300;
    color: rgb(180, 241, 247);
    font-family: latoregular;
}

.aboutContent p {
    font-family: latoregular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: rgb(255, 255, 255);
    margin-bottom: 40px;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 2.9px;
    position: relative;
    z-index: 2;
}

.aboutContent h6 {
    font-family: latoregular;
    font-size: 30px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: rgb(255, 255, 255);
    padding-bottom: 0px;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 2.9px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}

.contactList {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    padding-bottom: 70px;
    position: relative;
    z-index: 2;
}

.contactList li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contactList li:last-child {
    margin-bottom: 0px;
}

.contactListImg {
    display: inline-flex;
    margin-right: 18px;
    margin-top: 3px;
}

.copyRightsCustom {
    margin-bottom: 0px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0px;
}

.dropdown-menu li a {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-family: latoregular;
}

.dropdown-item.active {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255) !important;
}

.dropdown-item:hover {
    background-color: rgb(180, 241, 247) !important;
    color: rgb(0, 0, 0) !important;
}

.dropdown-toggle {
    background: transparent;
    border: none;
}

.dropdown-toggle::after {
    display: none;
}

.contactListImg img {}

.contactListContent span:last-child {}

.aboutContent::before,
.contactContent::before {
    content: "";
    position: absolute;
    width: calc(100vw);
    inset: 52px auto 0px -20px;
    background-color: rgb(150, 114, 5);
    mix-blend-mode: color-dodge;
    height: calc(100% - 52px);
    z-index: 1;
}

.teamBottomDiv .contactContent::before {
    left: auto;
    right: 0px;
}

.conatctBottomDiv .contactContent::before {
    left: -50vw;
    width: calc(150vw);
}

.aboutContent::after,
.contactContent::after {
    background-image: url("../../img/line.png");
    background-position: center bottom;
    content: "";
    position: absolute;
    z-index: 1;
    height: 50px;
    bottom: -50px;
    width: calc(100vw);
    left: -20px;
}

.conatctBottomDiv .contactContent::after {
    left: -50vw;
    width: calc(150vw);
}

.teamBottomDiv .contactContent::after {
    left: auto;
    right: 0px;
}

.aboutContent,
.contactContent {
    position: relative;
    padding-bottom: 40px;
    height: 100%;
    margin-bottom: 50px;
}

@media (max-width: 575px) {
    .homeBtn {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .homeBtn a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
        padding: 20px;
    }
}

@media (min-width: 1024.01px) and (max-width: 9999px) {
    .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.27);
        padding: 0.7vw 0.7vw 0.35vw;
        border: 1px solid rgb(255, 255, 255);
    }

    .dropdown-menu li {
        margin-bottom: 0.35vw;
    }

    .dropdown-menu li a {
        font-size: 1.1vw;
        padding: 0.5vw;
        border-radius: 0.5vw !important;
    }

    .dropdown-toggle i {
        font-size: 1.8vw;
    }
}

@media (min-width: 104.01px) and (max-width: 1024px) {
    .dropdown-menu li a {
        font-size: 16px;
        padding: 8px;
        border-radius: 0.5rem !important;
    }

    .dropdown-menu li {
        margin-bottom: 4px;
    }

    .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.27);
        padding: 8px 8px 4px;
        border: 1px solid rgb(255, 255, 255);
    }

    .navbar-brand img {
        width: 150px;
    }

    .aboutContent::before,
    .contactContent::before {
        left: 0px;
    }

    .aboutContent::after,
    .contactContent::after {
        left: 0px;
    }

    .aboutContent,
    .contactContent {
        position: relative;
    }
}

@media (max-width: 991px) {
    .logoSection {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .homeBtn {
        margin-bottom: 30px;
    }

    .homeBtn a {
        font-size: 20px;
        line-height: 45px;
        height: 45px;
    }

    .contactContent h3,
    .aboutContent h3 {
        font-size: 41px;
        margin-bottom: 30px;
    }

    .contactListContent span:first-child {
        font-size: 22px;
    }

    .contactListContent span:first-child span {
        font-size: 18px;
    }

    .contactListContent span {
        font-size: 16px;
    }

    .contactListImg img {
        width: 30px;
    }

    .conatctBottom {
        min-height: calc(-145px + 100vh);
        height: auto;
        background-position: center bottom;
        background-image: none;
    }

    .aboutContent::before,
    .contactContent::before {
        height: calc(100% - 26px);
        z-index: 1;
        top: 26px;
    }

    .aboutContent::after,
    .contactContent::after {}

    .conatctTop {
        padding-bottom: 30px;
        background-image: none;
    }

    .contactBg {}

    .contactList {
        padding-bottom: 0px;
    }

    .contactList li {
        margin-bottom: 30px;
        word-break: break-word;
    }

    .copyRightsCustom {}

    .aboutContent p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .aboutContent h6 {
        font-size: 16px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {

    .conatctTop,
    .conatctBottom {
        background-image: none;
    }

    .contactBg {}
}

@media (min-width: 1850px) {

    .aboutContent,
    .contactContent {}

    .contactContent h3,
    .aboutContent h3 {}
}

.salesSection {
    margin: 0px;
    background-image: url("../img/bg.jpg");
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.downloadTitle {
    text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 2.9px;
    font-size: 23.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.12px;
    text-align: left;
    color: rgb(180, 241, 247);
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    margin-top: 30px;
}

.downloadTitle::before {
    content: "";
    width: calc(90vw);
    height: 3px;
    background-color: rgb(180, 241, 247);
    position: absolute;
    left: 520px;
    top: 11.5px;
}

.salesContent {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.salesItem h5 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    word-break: break-word;
}

.salesList {
    display: flex;
    margin-bottom: 0px;
    vertical-align: middle;
    text-align: center;
    place-content: center;
}

.salesItem {
    text-align: center;
    width: 20%;
    margin-right: 0%;
    position: relative;
}

.salesItem span {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    width: 100%;
}

.salesItem img {
    width: 100%;
}

.salesButton {
    margin-bottom: 20px;
}

.salesButton a {
    display: inline-block;
}

.salesListSecond {
    padding-bottom: 90px;
}

.clickback {
    position: absolute;
    width: calc(100% - 24px);
    height: 100%;
    top: 0px;
    left: 12px;
    z-index: 2;
}

.clickback:hover~h5 {
    color: rgb(180, 241, 247);
}

.clickback:hover~span {
    border-color: rgb(180, 241, 247);
}

.clickback:hover~span::before {
    content: '';
    background-color: rgb(0 0 0 / 80%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="%23b4f0f7" viewBox="0 0 256 256"%3E%3Cpath d="M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-42.34-61.66a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L120,164.69V120a8,8,0,0,1,16,0v44.69l10.34-10.35A8,8,0,0,1,157.66,154.34Z"%3E%3C/path%3E%3C/svg%3E');
    background-size: 40px; /* Ensures the SVG scales properly */
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 767.98px) {
    .salesItem {
        width: 50%;
    }
    .salesItem h5 { 
        font-size: 16px;
    }
}