:root {
    --primary-color: #0b3150;
    --secondary-color: #c8d82b;
}
* {
    font-size: 0.5vw;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: var(--primary-color);
    background: none;
    /* font-family: "Noto Sans", sans-serif; */
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
}
body {
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
}
.container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.coverlogo {
    width: 210px;
    float: left;
    overflow: visible;
    position: relative;
    height: 130px;
}
.coverlogo img.logo {
    z-index: 2;
    position: absolute;
    top: 1.5vw;
    left: 1.5vw;
}
.coverlogo img {
    width: 100%;
    height: auto;
}
.coverlogo img.logobg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}
.menu {
    float: right;
    width: 75vw;
    display: flex;
    margin-top: 5.5vw;
    margin-right: 2vw;
    justify-content: space-evenly;
}
.menu a {
    font-size: 2vw;
    color: #fff;
    transition: transform 0.3s ease;
}
.menu a:hover {
    transition: transform 0.3s ease;
    font-weight: bold;
    color: #ffde59;
    transform: scale(1.2);
}
.rightsidebg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
p.nationp {
    color: #ffde59;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
}
div.clear {
    width: 100%;clear: both;overflow: hidden;
}
p.cutthough {
    font-size: 3vw;
    color: #fff;
    transform: rotate(-5deg);
    position: relative;
    font-weight: bold;
    font-style: italic;
    animation: bounce 2s infinite alternate;
}
@keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -1.5vw; /* Move the text up by 1.5vw */
    }
    100% {
        top: 0;
    }
}
.covercuttext {
    width: 50vw;
    text-align: right;
    position: absolute;
    right: 12vw;
    bottom: 23vw;
    z-index: 99;
}
a .menutext img {
    height: 11vw;
}
img.lastblade {
    position: absolute;
    right: 55px;
    top: -90px;
}
.flexcolumn img {
    cursor: pointer;
}
.flexcolumn img:hover {
    scale: 0.98;
}
.bottombg {
    bottom: 0;
    left: 0;
    position: absolute;
}
.covermenubanner {
    text-align: center;
    width: 100%;
    height: 18vw;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-evenly;
}
.menutext {
    width: 100%;
    text-align: center;
    overflow: visible;
    cursor: pointer;
}
.menutext p {
    font-weight: bold;
    font-style: italic;
    font-size: 1.5vw;
    color: #ffde59;
}
.menutext img {
    height: 5vw;
    width: auto;
    transition: transform 0.3s ease;
    margin-bottom: 0.5vw;
    transform: scale(0.8);
}
.menutext:hover img {
    transition: transform 0.3s ease;
    transform: scale(1);
}
.section1 {
    /* background: url(../assets/images/section1.png) round;  */
    background-size: contain;
    background-repeat: round;
}
.s1img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
p.page2Text1 {
    font-size: 1.6vw;
    font-style: italic;
    color: #fff;
    font-weight: lighter;
    line-height: 34px;
    z-index: 2;
    position: relative;
}
.coverpage2text {
    height: auto!important;
    width: 410px!important;
    position: absolute;
    text-align: center;
    top: 15%;
    left: 10%;
    position: relative;
}
p.aboutitle {
    font-size: 50px;
    color: #01a4b5;
    font-weight: bolder;
    padding: 4% 0%;
    text-align: center;
    overflow: hidden;
    min-width: 326px;
}
.page3 .title {
    display: block;
    overflow: hidden;
}
.abtbody {
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-top: 0% !important;
    height: 81%;
    display: table;
}
p.midtext {
    font-weight: normal; color: #fff; margin-top: 1.5vw;
}
.imgtext {
    overflow: hidden;
}
.imgtexta {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.imgtext .img {
    float: left;
    width: 25%;
    text-align: right;
}
.imgtext .text {
    float: right;
    width: 70%;
    font-size: 26px;
    margin-top: 10px;
    color: #fff;
    font-style: italic;
}
.headtitle {
    position: absolute;
    top: 3%;
    left: 3%;
    overflow: visible !important;
}
.abtbody .menutext {
    margin-left: 5%;
    float: left;
    width: auto;
    margin-right: 8%;
}
.abtbody .stext li {
    font-size: 18px;
    list-style: disc;
    font-style: italic;
    color: #fff;
}
.stext {
    width: auto;
}
.clients p {
    font-size: 1.5vw;
    margin-bottom: 5px;
    color: #fff;
} 
.clients p.clientTitle {
    font-size: 2vw;
    color: var(--secondary-color);
}
.work .abtbody .stext li {
    text-align: left;
    margin: 5px 0;
    margin-left: 20%;
}
.flexcolumn {
    margin-left: 5%;
    width: 60%;
    display: flex;
    float: left;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 530px;
    max-height: 600px;
}
.flexcolumn img {
    width: 24%;
}
.flexcolumn .only3 img {
    width: 32%;
}
.textaddbottom {
    position: absolute;
    width: 100%;
    min-height: 50px;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    bottom: 2%;
    left: 0;
    text-align: center;
}
.textaddbottom a {
    color: #fff;
    font-weight: normal;
    font-size: 22px;
}
.glow01, .glow02 {
    position: absolute;
    width: 100%;
    left: 0;
    height: auto;
    top: 23%;
    z-index: 1;
}
.glow02 {
    width: 60%;
    top: -40%;
    left: 5%;
}
.flexcolumn img.sale1 {
    width: 218px;height: auto;margin-top: 25%;margin-bottom: 5%;
}
.flexcolumn img.sale2 {
    width: 218px;height: auto;
}
.flexcolumn img.sale3 {
    width: auto;height: auto;margin-right: 5%;
}
.flexcolumn img.sale4 {
    width: auto;height: auto;
}
.flexcolumn img.sale5 {
    width: auto;height: auto;margin-right: 5%;
}
.flexcolumn img.sale6 {
    width: auto;height: auto;
}
.overlay {
    position: fixed;
    z-index: 22;
    background: url(../assets/images/section.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: none;
}
.overlay .title p {
    width: 100%;
    color: #01a4b5;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 1.6vw;
}
.overlay .title {
    width: 90%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.overlay .descript {
    width: 100%;
    text-align: center;
    font-size: 1.5vw;
    color: #fff;
    position: absolute;
    bottom: 1.5vw;
}
#imageContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    gap: 10px;
}
#imageContainer img {
    width: 23%;
}
.overlay .title span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 50px;
}
.midcenter {
    display: table-cell;
    vertical-align: middle;
}
.lg-download {
    display: none!important;
}
.title {
    margin-left: 8%;
    margin-top: 8%;
    position: relative;
}
.fixheight img {
    height: 165px;
}
#goTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #4e996c;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s;
}

#goTopBtn:hover {
    background-color: #69b578;
}
.imgbox {
    min-height: 200px;
    min-width: 170px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
