*{outline: none; margin: 0; padding: 0; box-sizing: border-box;}
body{font-family: "Sanchez", serif; font-size: 62.5%;}

.container-fuild{width: 100%;}
.container{width:98%; max-width: 1200px; margin: 0 auto;}
.header{display: flex; flex-wrap: wrap; justify-content: space-between; padding: 10px;}
.header .logo{flex:0 0 360px;}
.header .logo img{height:auto; width:360px; margin-top: -10px;}
.header .logo > a{font-size: 7em; color: #000000; text-decoration: none; font-style: italic;}
.header .navsection{flex:0 0 calc(100% - 400px); padding:16px 0;}
.header .navsection .row{display: flex; flex-wrap: wrap; gap:5px;}
.header .navsection .row .col{flex: 0 0 auto;}
.header .navsection .row .col ul{list-style: none;}
.header .navsection .row .col ul li{margin:2px 0;}
.header .navsection .row .col ul li a{text-decoration: none; font-size: 1.4em; color:#000000; font-style: italic; font-weight: 500; border: 1px solid transparent; padding: 3px 10px; display: inline-block; border-radius: 50px; transition: all .5s;} 
.header .navsection .row .col ul li:hover a, .header .navsection .row .col ul li.active a{border-color:#000000;}

.homecontainer{display: flex; align-items: center; height: 100vh; justify-content: center;}
.homeheader{display: flex; flex-wrap: wrap; justify-content: center; padding: 10px; align-items: center; position: relative; height: 360px;}
.homeheader .homelogo{flex:0 0 auto;}
.homeheader .homelogo > a{font-size:24em; color: #000000; text-decoration: none; font-style: italic;}
.homeheader .navsection{flex: 0 0 auto; position: absolute; right:208px; bottom: -65px;}
.homeheader .navsection .row{display: flex; flex-wrap: wrap; gap:5px;}
.homeheader .navsection .row .col{flex: 0 0 auto;}
.homeheader .navsection .row .col ul{list-style: none;}
.homeheader .navsection .row .col ul li{margin:2px 0;}
.homeheader .navsection .row .col ul li a{text-decoration: none; font-size: 1.5em; color:#000000; font-style: italic; font-weight: 500; border: 1px solid transparent; padding: 5px; display: inline-block; border-radius: 50px; transition: all .5s;} 
.homeheader .navsection .row .col ul li a:hover, .header .navsection .row .col ul li a.active{border-color:#000000;}

.navicon{width: 30px; height: 30px; position: absolute; right: 32px; top: 32px; display: none; z-index: 99;}
.navicon span{width: 100%; height: 3px; background-color: #000000; position: absolute; left: 0; top: 0px; transition: all .5s;}
.navicon span:nth-child(2){top: 12px;}
.navicon span:last-child{top: 24px;}

.projec-section{width: 100%; margin-bottom:140px;}
.projec-section .row{display: flex; flex-wrap: wrap;}
.projec-section .row .col{flex:0 0 25%; padding: 17px; overflow: hidden;}
.projec-section .row .col{flex:0 0 50%;}
.projec-section .row .col{flex:0 0 25%;}
.projec-section .row .col{flex:0 0 50%;}
.projec-section .row .col.forthdevide{flex:0 0 25%;}
.projec-section .row .col img{width: 100%; height: auto;}
.projec-section .row .col img.imgpointer{box-shadow: 0 7px 12px rgb(0 0 0 / 0%); transition: all .5s;}



.projec-section .row .col a{text-decoration: none; color: #000000; pointer-events: none;}
.projec-section .row .col .imgbox{width: 100%; margin-bottom:0px; overflow: hidden;}
.projec-section .row .col .imgbox img{width: 100%; height: auto; transition: all .5s; display: block;}
.projec-section .row .col .imgbox img.imgoutline{border: 2px solid #bdbdbd;}
.projec-section .row .col:hover .imgbox img{transform: scale(1);}
.projec-section .row .col strong{font-size: 1.6em; font-weight: 400; font-style: italic; display: none;}
.projec-section .row .col strong.heading {display: flex; font-size: 3.4em; font-weight: 600; width: 100%; justify-content: center; align-items: center; height: 320px; font-style: normal;}

.projec-section .row .col .contentbox{border: 1px solid #000000; width: 100%; height: 400px; padding:30px; position: relative; display: flex; flex-wrap: wrap;}
.projec-section .row .col .contentbox > img{margin:auto; height: auto;}
.projec-section .row .col .contentbox ul{flex:0 0 50%; list-style: none;}
.projec-section .row .col .contentbox ul li{width: 100%; font-size: 1.8em; font-weight: 500; margin-bottom: 10px;}
.projec-section .row .col .contentbox::after{width: 80px; height: 90px; position: absolute; bottom: -42px; right: -37px; display: block; content: ''; background:transparent;
transform: rotate(45deg); border-left: 1px solid;}
.projec-section .row .col .contentbox::before{content: ''; position: absolute; bottom: -53px; right: -55px; border: 50px solid transparent; transform: rotate(135deg);
border-bottom: 50px solid #ffffff; width: 0;}
.projec-section .row .col .introbox{width: 100%;}
.projec-section .row .col .introbox > p{font-size: 1.8em; line-height:30px;}

#popularproject{max-width: 872px; margin: 0 auto;}
.owl-carousel .owl-item img{width: 100%; height: auto;}
.aboutsection{background-color:  #f7f7f7; padding: 30px;}
.aboutsection h1{font-size: 2.8em; margin-bottom: 15px;}
.aboutsection p{font-size: 1.8em; line-height: 28px; margin-bottom: 20px;}
.aboutsection h2{font-size: 2.6em; margin:20px 0; padding-top: 20px;  border-top: 1px solid #cccccc;}

.projecttext{background-color: #e5e5e5; padding: 30px; margin-top:60px;}
.projecttext h1{font-size: 2.8em; margin-bottom: 15px;}
.projecttext p{font-size: 1.6em; line-height: 22px;}

/* branding page css */
.brandingsection{width: 100%;}
.brandingsection .brandrow{display: flex; flex-wrap: wrap; margin-bottom: 15px;}
.brandingsection .brandrow .brandcol{flex:0 0 50%; padding:15px;}
.brandingsection .brandrow .brandcol img{ width: 100%; height: auto;}
.brandintro{width: 100%; display: flex; align-items: center; height: 100%;}
.brandintro p{font-size: 1.8em; line-height:30px;}
/* branding page css */

.comingsoon{box-shadow: 0px 0px 4px rgb(0 0 0 / 20%); width: 96%;  max-width: 1200px; position: absolute; top: 50%; transform:translateY(-50%); left: 0; right: 0; margin: auto;}
.comingsoon > img{width: 100%; max-width: 900px; height: auto; margin: 80px auto; display: block;}

.projec-section .row .col div.containerdetail{width: 100%; padding:15px;}
.projec-section .row .col div.containerdetail .contactrow{width: 100%; border-bottom: 0px solid #dddddd; padding-bottom: 20px; margin-bottom: 20px;}
.projec-section .row .col div.containerdetail .contactrow strong{font-size: 1.6em; display: block; font-style: normal; font-weight: 600;}
.projec-section .row .col div.containerdetail .contactrow p{font-size: 1.6em; margin: 6px 0;}
.projec-section .row .col div.containerdetail .contactrow a{font-size: 1.6em; text-decoration: none; color: #464646; pointer-events: inherit;}

#top{position: fixed; width: 35px; height: 35px; background-color: #565656; bottom: 20px; border-radius: 50px; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: all .5s; right: 20px; transform:scale(0);}
#top > svg{width: 22px; transform: rotate(-90deg);}
#top:hover{background-color: #000000;}

.my-popup {position: fixed; background-color: rgba(0 0 0 / 50%); top: 0; left: 0; width: 100%; height: 100vh; display: none; z-index: 9;}
.popupbox {width: 90%; max-width: 1200px; height: calc(100vh - 80px); background-color: #ffffff; top: 50%; position: fixed; left: 50%; transform: translate(-50%, -50%); max-height: 100vh;  padding: 5px;}
.projec-section .row .col img.close-popup{position: absolute; top: -30px; right: 0; background: #ffffff; border: none; width: 40px; height: 30px; cursor: pointer;}


.projec-section .row .col .videobox{width: 100%; cursor: pointer; transition: all .5s;}
.projec-section .row .col .videobox:hover{box-shadow: 0px 0px 0 10px rgb(0 0 0 / 20%);}
.projec-section .row .col .videobox .video-content{width: 100%; padding: 12px; margin-top: -2px;}
.projec-section .row .col .videobox .video-content strong.videoheading{font-size: 1.8em; font-weight: 600; color: #000000; display: block; font-style: normal; font-weight: 600; font-size: 1.8em;}
.projec-section .row .col .videobox .video-content span.duration{font-size: 1.4em; color: #6c6969;  margin-top: 5px; display: block;}


.videobox .imggrp{position: relative;}
.videobox .imggrp svg{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width:60px; height: auto; z-index: 1;}
.videobox .imggrp svg path{transition: all .5s;}
.videobox:hover .imggrp svg path:first-child{fill: #ff0000;}
.videobox .imggrp:after {background-color: #000000; content: ''; width: 100%; height: 100%; z-index: 0; position: absolute; left: 0; top: 0; opacity:0; transition: all .5s;}
.videobox:hover .imggrp:after { opacity:.2;}
@media only screen and (max-width:767px){
.videobox .imggrp svg{width: 50px;}
}


@media only screen and (max-width:1200px){    
.header .navsection .row{gap:10px; z-index: 9;}
.header .logo{flex:0 0 270px; height: 70px;}
.header .logo img{margin-left:0; height: auto; margin-top:-5px; width: 300px;}
.header .navsection{flex:0 0 calc(100% - 360px);}
.header .logo > a{font-size: 5.4em;}
.homeheader .homelogo > a{font-size: 14em;}
.homeheader .navsection{width: 100%; right: 0;}
.homeheader .navsection .row{justify-content: center;}
.projec-section{margin-bottom: 50px;}
}

@media only screen and (max-width:900px){
.navicon{display: block;}
.header .navsection .row{display: block; background-color: #ffffff; position: fixed; top: 0px; width: 300px;  padding: 60px 30px 30px 30px; height: 100vh; overflow: auto; right: -100%; transition: all .5s;}

.header .navsection .navicon.navopen + .row{right: 0; z-index: 9;}
.header .navsection .navicon.navopen + .row::after{content: ''; background-color: #ffffff; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: -1;}
.navicon.navopen{position:fixed;}
.navicon.navopen span{transform: rotate(45deg); top: 15px;}
.navicon.navopen span:nth-child(2){display: none;}
.navicon.navopen span:last-child{transform: rotate(-45deg); top: 15px;}
.header .navsection .row .col{margin-top:0px;}
.header .navsection .row .col ul li{margin: 0; }
.header .navsection .row .col ul li a{color:#000000;}
.header .logo > a{font-size: 4.4em;}
.header .navsection .row .col ul li a{display: block;}
.homeheader .navsection .row .col ul li a:hover, .header .navsection .row .col ul li a.active{border: none;}
.projec-section .row .col{padding:8px;}
.projec-section .row .col strong.heading{height: auto; padding: 50px 0; font-size: 3em;}
}

@media only screen and (max-width:767px){
.header{padding-bottom: 0;}
.projec-section .row .col, .projec-section .row .col.forthdevide{flex:0 0 50%}
.owl-carousel .owl-item img{height: 400px; object-fit: cover;}
.homeheader .homelogo > a{font-size: 6em;}
.homeheader .navsection{position: static;}
.homeheader .navsection .row{display: block; text-align: center; margin-top: 20px;}
.header .logo img{height:auto; width:275px; margin-top:-8px; margin-left:0px;}
/* .projec-section .row .col:nth-child(-n + 4), .projec-section .row .col.forthdevide, .projec-section .row .col:nth-child(-n + 6){flex:0 0 100%;} */
.projec-section .row .col .contentbox{height: auto; margin-top: 30px;}   
.popupbox{max-height: 300px;}
}

@media only screen and (max-width:480px){
.navicon{right:20px;}
.header .navsection .row{width: 100%;}
.projec-section .row .col, .projec-section .row .col.forthdevide{flex:0 0 100%}
.brandingsection .brandrow .brandcol{flex:0 0 100%;}
.projec-section .row .col .contentbox ul{flex:0 0 100%;}
}