@-ms-viewport { 
	width: device-width; 
}

body {
    position: absolute;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    line-height: 24px;
    /* overscroll-behavior: none; */
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
    transition: background-color 1s;
}

.light{
    color: #1B4150;
    background-color: #ffffff;
}

.dark{
    color: #fff;
    background-color: #1B4150;
}

.banner{
    width: 100%;
}

.page{
    padding: 30px;
    /* padding-top: 80px; */
    height: 100%;
    /* overflow-y: scroll;
    scroll-behavior: smooth; */
    position: absolute;
    /* overflow-x: auto; */
    top: 80px;
}


.page.noScroll{
    overflow: hidden;
}


.mobile .page{
    padding-left: 0px;
    padding-right: 0px;
}

a {
	text-decoration: none;
    /* transition: color 1s; */
}
.light a {
	/* color: #1B4150; */
	color: #00B2D4;
}
.dark a {
	color: white;
}



.shortLineBreak{
    width: 10%;
}

a.active {
	color: #F86401;
}

.menuBar{
    /* position: absolute; */
    display: grid;
    grid-template-columns: auto auto;
    align-items: end;
    width: 98%;
    /* z-index: 10; */
    /* height: 80px; */
    /* top: 0px; */
    /* left: 0px; */
    justify-content: space-between;
    transition: background-color 1s;
}

.light .menuBar{
    background-color: #ffffff;
}
.dark .menuBar{
    background-color: #1B4150;
}

.mobile .menuBar{
    grid-template-columns: auto auto;
    justify-content: space-between;
}

header {
    position: fixed;
    height: 80px;
    width: 100%;
    z-index: 10;
    transition: background-color 1s;
}

.light header{
    background-color: #ffffff;
}
.dark header{
    background-color: #1B4150;
}

.mobile header {
    grid-template-columns: auto 36px;
    align-items: center;
    /* width: 90%; */
    margin: auto;
}

.homeLogo > img{
    position: relative;
    max-width: 160px;
    left: 9px;
    top: 9px;
}

.aboutUsLogo{
    width: 100%;
    max-width: 400px;
}

.logoTxt{
    font-size: x-large;
}

.menu{
    text-transform: uppercase;
    display: flex;
    /* width: 350px; */
    font-size: 14px;
    /* grid-template-columns: auto auto; */
    bottom: 12px;
    position: relative;
    justify-content: space-around;
    align-items: center;
    column-gap: 30px;
}

.menuBtnBox{
    display: flex;
    column-gap: 20px;
}

.mobile .menuBtnBox{
    row-gap: 20px;
    flex-direction: column;
}

.menu > a:hover{
    text-decoration: underline;
    color:#F86401;
}

.mobile .menu{
    display: none;
}

.menuMobileBtn{
    display: none;
}

.menuMobileBtn > span{
    font-size: 36px;
}

.mobile .menuMobileBtn{
    display: block;
}

.mobile .menuMobileBtn .nonVisible{
    display: none;
}

.menuMobile{
    display: none;
}

.menuMobile > a:hover{
    text-decoration: underline;
    color:#F86401;
}

.mobile .menuMobile{
    display: flex;
    visibility: hidden;
    /* text-transform: uppercase; */
    width: 160px;
    font-size: 26px;
    transition: right 0.3s linear;
    flex-direction: column;
    position: fixed;
    right: -215px;
    text-align: right;
    padding-right: 15px;
    height: fit-content;
    z-index: 10;
    background-color: darkslategrey;
    justify-content: space-evenly;
    align-items: flex-end;
}

.mobile .menuMobile.visible{
    visibility: visible;
    right: 1%;
    top: 80px;
    row-gap: 20px;
    padding: 20px;
}
.videoContainer{
    position: relative;
    border-radius: 10px;
    /* width: 650px; */
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
}

.pageVideo{
    position: relative;
    /* top: 70px; */
    /* left: calc(50% - 384px); */
    width: 100%;
    /* padding-top: 30px; */
}

/* .mobile .pageVideo, 
.mobile .pageVideo.homeVideo{
    width: 112%;
    left: -6%;
} */

.mobile .videoContainer{
    width: 100%;
    /* left: -6%; */
}

.pageVideo.homeVideo{
    width: 100%;
    /* left: calc(50% - 540px); */
    /* padding-bottom: 30px; */
}

.pageContent{
    position: relative;
    top: 30px;
    text-align: center;
    width: 90%;
    margin: auto;
    min-height: 100%;
    height: fit-content;
}

.mobile .pageContent{
    width: 87%;
}

.pageContent > h1{
    font-size: 32px;
    font-weight: 400;
    color: #F86401;
    line-height: 40px;
}

.pageContent > p{
    font-size: 20px;
    font-weight: 300;
    transition: color 1s;
}

.dark .pageContent > p{
    color: #ffffffbd;
}
.light .pageContent > p{
    color: #1B4150;
}

.pageContentItem{
    display: none;
}

.pageContentItem.active{
    display: block;
}

.colorEmph{
    background-color: #fff8e5;
    font-size: larger;
}

.listing{
    text-align: justify;
    font-size: large;
    color: #ffffffbd;
}

.listing > li{
    margin-bottom: 5px;
}

.listing > li > u{
    color: #fff;
    font-size: larger;
}

.tryNow{
    width: 300px;
    border-radius: 20px;
    height: 40px;
    font-size: larger;
    color: black;
    background-color: #7bdcb5;
    font-family: 'Josefin Sans';
    cursor: pointer;
}

.tryNow.launch{
    width: 300px;
    margin: 20px;
    height: 50px;
}

.makerDiv{
	display: none;
	width: 100vw;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 100%;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
}

.makerDiv.visible{
	display: block;
	z-index: 20;
}

#hideMakerBtn{
	position: absolute;
	right: 5%;
	top: 1.5%;
	color: darkslategray;
	width: 70px;
	background: lightgray;
	font-size: 15px;
	padding: inherit;
	z-index:20;
	border-radius: 10px;
	cursor: pointer;
}

#hideMakerBtn:hover{
    background-color: #a0f4b2;
}

.makerFrame{
	position: absolute;
	width: 90%;
	height: 580px;
	top: 5%;
	left: 5%;
	overflow: hidden;
}


.makerFrame.unloaded{
	display: none;
}

footer{
    position: relative;
    height: 50px;
    color: #00B2D4;
    text-align: center;
    padding-top: 70px;
}

footer > a{
    text-decoration: underline;
}


.plansTable{
    position: relative;
    display: flex;
    padding-top: 30px;
    width: 930px;
    justify-content: space-around;
    left: calc(50% - 450px);
}

.mobile .plansTable{
    width: 100%;
    padding-top: 0px;
    left: 0%;
}

.aPlan{
    position: relative;
    width: 290px;
    /* height: fit-content; */
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px;
    /* padding: 10px; */
}

.mobile .aPlan{
    display: none;
}

.mobile .aPlan.visible{
    display: flex;
    width: 100%;
    font-size: large;
    padding-top: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.planName{
    font-size: xx-large;
    font-weight: 300;
    padding-top: 20px;
}

.mobile .planName{
    display: none;
}

.aPlan .planImg{
    font-size: xxx-large;
}

.planPrice{
    font-size: xx-large;
    font-weight: 300;
    position: relative;
    top: 30px;
}

.planOpts {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding-top: 40%;
    padding-bottom: 10%;
}

.planOpts > label{
    border-bottom: solid;
}

.mobile .planOpts {
    padding-top: 25%;
    padding-bottom: 15%;
}

/* .planOpts > span{
    color: green;
} */

.planItem{
    display: grid;
    justify-items: start;
    text-align: left;
    grid-template-columns: 20% auto;
}

.planItem .pro,
.planItem > span{
    color: green;
}

.planItem .lim{
    color: orange;
}

.planItem .no{
    color: red;
}

.planBtn{
    width: 150px;
    border-radius: 20px;
    height: 40px;
    font-size: larger;
    color: black;
    background-color: #7bdcb5;
    font-family: 'Josefin Sans';
    cursor: pointer;
    position: relative;
    top: 50px;
    /* font-weight: bold; */
}

.mobile .planBtn{
    top: 20px;
    width: 200px;
    height: 45px;
    top: 25px;
}


.plansMenuMobile{
    display: none;
}

.mobile .plansMenuMobile{
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto;
    margin-top: 20px;
    height: 40px;
}

.mobile .plansMenuMobile{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}

.mobile .plansMenuMobile .selected{
	/* border-bottom: none; */
	font-weight: bold;
	background-color: #ffffff;
	border-color: white;
	border-block-width: 0px;
}





.billSwitch{
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #ccc; */
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    /* left: 4px; */
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.terms{
    text-align: justify;
    font-size: medium;
}

.terms > h2 {
    text-align: center;
}

.terms .effDate {
    text-align: right;
}

.boxRow{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.mobile .boxRow{
    flex-direction: column;
    row-gap: 30px;
}

/* .boxRow4{
    grid-template-columns: 23% 23% 23% 23%;
} */

.boxRowItem{
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 23%; */
    height: 100%;
    color: #fff;
    background-color: #00B2D4C9;
    border-radius: 5px;
    font-size: 24px;
    background-size: 110%;
    background-position: center;
    background-blend-mode: multiply;
}

.boxRowItem:hover{
    cursor: default;
    background-blend-mode: normal;
	background-size: 130%;
	transition: background-size 1s ease;
}

.boxRowItem.service:hover{
    cursor: pointer;
    background-color: #f86401cc;
}

.mobile .boxRowItem{
    height: 100%;
}

.active > .boxRowItem{
    background-color: #F86401;
}


/* .serviceBlock{
    background-color: #00B2D4;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23%;
    height: 100px;
}

.serviceBlock > p{
    width: 98%;
}

.mobile .serviceBlock{
    width: 80%;
    height: 200px;
} */

/* .mobile .boxRow4{
    grid-template-rows: 23% 23% 23% 23%;
} */


.domainBtn{
    width: 23%;
    height: 200px;
}

.serviceBtn{
    width: 32%;
    height: 250px;
}

.mobile .domainBtn, 
.mobile .serviceBtn{
    width: 80%;
}

.active.domainBtn, 
.active.serviceBtn{
    color: #fff;
}

.domainTxt,
.serviceTxt{
    display: none;
    position: relative;
    top: 10px;
    /* height: 300px; */
    background-color: #00b2d43d;
    margin: auto;
    border-radius: 10px;
    text-align: left;
    font-size: 22px;
    color: #1B4150;
    padding: 20px;
}

.domainTxt >b,
.serviceTxt >b{
    color: #1B4150;
    font-size: larger;
}

.dark .domainTxt,
.dark .serviceTxt{
    color: white;
}

.dark .domainTxt >b,
.dark .serviceTxt >b{
    color: white;
}

.mobile .domainTxt,
.mobile .serviceTxt{
    width: 80%;
    /* height: fit-content; */
}

.serviceTxt.mob{
    display: none;
}
.mobile .serviceTxt.desk{
    display: none;
}


.lightModeBtnMenu{
    width: 20px;
    height: 24px;
}

.lightModeBtnMenu > span{
    font-size: 20px;
}

.light #lightModeBtn{
    display: none;
}
.dark #darkModeBtn{
    display: none;
}

#bimBtn{
    background-image: url("../../media/bim.png");
}
#gisBtn{
    background-image: url("../../media/gis.png");
}
#iotBtn{
    background-image: url("../../media/iot.png");
}
#cgBtn{
    background-image: url("../../media/cg.png");
}

/* #rnd{
    background-image: url("../../media/rnd.png");
}
#advs{
    background-image: url("../../media/consul.png");
}
#upsk{
    background-image: url("../../media/upsk.png");
} */


.serviceTxtList{
    line-height: 33px;
}

.toolSection,
.projectSection{
    display: flex;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    /* background-color: #fff; */
    background-color: #00B2D43D;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 178, 212, 0.7);
    column-gap: 27px;
    align-items: center;
}

.toolSection{
    flex-direction: row-reverse;
}

.dark .toolSection,
.dark .projectSection{
    background-color: #00B2D4;
    /* box-shadow: 0 4px 6px rgba(255, 255, 255, 0.7); */
}

.mobile .toolSection,
.mobile .projectSection{
    flex-direction: column;
    align-items: center;
}

.toolSectionCtn,
.projectSectionCtn{
    /* color: #1B4150; */
    text-align: left;
    font-size: 18px;
    /* padding-right: 25px; */
}

.toolSectionCtn{
    text-align: justify;
    width: 60%;
}

.projectSectionImg{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    row-gap: 10px;
}

.projLogo{
    max-width: 100%;
    max-height: 75px;
}

.projImg{
    width: 230px;
}

.toolSectionImg{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.toolLogo{
    width: 200px;
}

.toolLogo.smaller{
    width: 130px;
}

.toolImg{
    max-width: 100%;
}

.serviceTxt.sugifTxt{
    display: block;
    font-size: 18px;
}

.dark .serviceTxt.sugifTxt{
    color: white;
}

.ytFrame{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
}

.sugifLogo{
    max-width: 120px;
}

a.downloadBtn{
    width: 300px;
    border-radius: 20px;
    height: 50px;
    font-size: large;
    font-weight: 300;
    color: black;
    background-color: #7bdcb5;
    font-family: sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-color: #006e88;
    border-style: solid;
}

.priceTable{
    display: flex;
    justify-content: center;
    column-gap: 36px;
    padding: 18px;
}

.docImg{
    position: relative;
    width: 80%;
    left: 10%;
}

.docImg.smaller{
    width: 60%;
    left: 20%;
}


.langChoice{
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f86401;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
}

.light a.langChoice{
    color: white;
}


#pdfViewer { width: 100%; max-width: 600px; margin: auto; }
.pdfViewerCanvas { width: 450px; border: 1px solid #ccc; }
.pdfViewerButton { margin: 10px; padding: 10px 20px; }