@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
}

body {
  background: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  color: #FFF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a:link, a:visited{
  color: white;
  text-decoration: none;
}

a:hover{
  color: white;
  text-decoration: underline;
}

.icon01, .icon02, .icon03, .icon04{
  display: block;
  width:100px;
  height:100px;
}

/********** Top Menu **********/

topmenu{
  position: fixed;
  display: flex;
  top: 0px;
  left: 0px;
  margin: 0px;
  width: 100%;
  /* padding: 20px; */
  z-index: 100;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;
}

topmenu div#logo{
  width: 5rem;
  height: 5rem;
  margin-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

topmenu div#logo img{
  width: 5rem;
  height: 5rem;
}

topmenu div#hamburger{
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  margin-top: 1.5rem;
  cursor: pointer;
}

topmenu div#hamburger img{
  width: 2rem;
  height: 2rem;
}

/********** Side Menu **********/

img#bt-close{
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin-right: 2rem;
  margin-top: 1.5rem;
}

div#side-menu{
  position: fixed;
  top: 0px;
  left: 100%;
  display: none;
  flex-direction: column;
  width: 450px;
  height: 100vh;
  z-index: 500;
  background-color: black;
  /* padding: 2rem; */
}

div#side-menu div:nth-child(1){
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

div#side-menu div:nth-child(2){
  width: 100%;
}

div#side-menu ul{
  padding: 0px;
}

div#side-menu div:nth-child(2) ul li{
  font-size: 1.5rem;
  margin-top: 2rem;
  list-style-type: none;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

a.mn-link:link, a.mn-link:visited{
  text-decoration: none;
}

a.mn-link:hover, a.mn-link:active{
  text-decoration: none;
  border-style: none none solid none;
  border-color: #EE6602;
}

div#overlay{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  z-index: 499;
}

/********** Home APP **********/

/* div#home-app{
  display: none;
} */


/********** Content **********/

section{
  position: relative;
  /* display: flex; */
  /* padding: 2em; */
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  /* background-color: red; */
}

/********** Home **********/

div.header{
  position: relative;
  /* display: flex; */
  top: 0;
  left: 0;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

div.header video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  /* position: fixed; */
  top: 0;
  left: 0;
}

div.header div.motto{
  position: absolute;
  top:40vh;
  z-index: 10;
  width: 100%;
  text-align: center;
}

div.header div.motto img{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

div.direction-down{
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 15;
  /* top: 85vh; */
  bottom:7rem;
}

div.direction-down img{
  width: 7rem;
}

div#swiperPagTop{
  bottom: 5rem !important;
  left:0px;
  width:100%;
}

/* ========================== */
/* Rotation Banner */
/* ========================== */

div#rotation-banner-1{
  display:block;width:100%;height:100vh;
  /* background-color: blue; */
  background-image: url("/contents/home/rb1.jpg");
  background-size: cover;
  background-position: center;
}

div#rotation-banner-2{
  display:block;width:100%;height:100vh;
  /* background-color: red; */
  background-image: url("/contents/home/rb2.jpg");
  background-size: cover;
  background-position: center;
}

div#rotation-banner-3{
  display:block;width:100%;height:100vh;
  /* background-color: yellow; */
  background-image: url("/contents/home/rb3.jpg");
  background-size: cover;
  background-position: center;
}

img.bt-click2play{
    width: 200px;
}

/* ========================== */
/* Our Projects */
/* ========================== */

div.our-project-desktop{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}

div.project-row-1{
  display: flex;
  width: 900px;
  flex-direction: row;
  justify-content: center;
  align-items:flex-end;
  margin-left: auto;
  margin-right: 0px;
}

div.project-row-2{
  display: flex;
  width: 900px;
  flex-direction: row;
  justify-content: center;
  margin-left: 0px;
  margin-right: auto;
}

div.project-row-3{
  display: flex;
  width: 840px;
  flex-direction: row;
  justify-content: center;
  align-items:flex-start;
  margin-left: auto;
  margin-right: auto;
}

div#project-01{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 290px;
  height: 215px;
  /* width: 423px;
  height: 304px; */
  /* background-image: url("/contents/test/home-project-01.jpg"); */
  background-position: bottom;
  background-size: cover;
  margin: 1em;
}

div.project-row-1-col{
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

div.project-title{
  /* width: 100%; */
  padding: 1rem;
  margin-bottom: 10px;
  margin-left: -55px;
}
div.project-title img{
  width: 320px;
}

div.project-row-3-col{
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

div.proj-see-more{
  padding: 1rem;
  margin-top: 110px;
}

div.proj-see-more img{
  width: 200px;
}

div.proj-see-more-mobile{
  padding: 1rem;
  margin-top: 1rem;
  text-align: center;
}

div.proj-see-more-mobile img{
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

div.proj-overlay{
  display: inline-block;
  box-sizing: border-box;
  /* position: absolute; */
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-color: red; */
  opacity: 0.1;
}

div#project-02{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 530px;
  height: 345px;
  /* width: 759px;
  height: 489px; */
  /* background-image: url("/contents/test/home-project-02.jpg"); */
  background-position: bottom;
  background-size: cover;
  margin: 1em;
}

div#project-03{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 215px;
  height: 340px;
  /* width: 310px;
  height: 489px; */
  /* background-image: url("/contents/test/home-project-03.jpg"); */
  background-position: bottom;
  background-size: cover;
  margin: 1em;
}

div#project-04{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 605px;
  height: 340px;
  /* width: 873px;
  height: 489px; */
  /* background-image: url("/contents/test/home-project-04.jpg"); */
  background-position: bottom;
  background-size: cover;
  margin: 1em;
}

div#project-05{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 370px;
  height: 405px;
  /* width: 534px;
  height: 586px; */
  /* background-image: url("/contents/test/home-project-05.jpg"); */
  background-position: bottom;
  background-size: cover;
  margin: 1em;
}

div#project-06{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 295px;
  height: 210px;
  /* width: 423px;
  height: 305px; */
  /* background-image: url("/contents/test/home-project-06.jpg"); */
  background-position: bottom;
  background-size: cover;
  margin: 1em;
}

div.project-in{
  display: none;
  pointer-events: none;
  position: absolute;
}

div.video-in{
  /* display: none; */
  display: contents;
}

video.film-video-cover{
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* position: fixed; */
  top: 0;
  left: 0;
}

/* ========================== */
/* Our Projects Mobile */
/* ========================== */

div.our-project-mobile {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    /* overflow: hidden; */
}

div.our-project-mobile div.project-title{
  padding: 1rem;
  margin-bottom: 10px;
  margin-left: 0px;
  overflow-x: hidden;
}

div.our-project-mobile-body{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.project-in-mobile{
  position: relative;
  display: inline-block;
  width: 450px;
  height: 256px;
  /* padding: 10px; */
  /* align-self:flex-start; */
}

div.project-in-mobile img.pic{
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  width: 450px;
  height: 256px;
}

div.project-in-mobile img.bt-click2play{
  position: absolute;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

div.project-out-mobile div.title h3{
  margin-top: 0px;
  margin-bottom: 0px;
}

div.project-out-mobile div.title p{
  margin-top: 0px;
}

/* ========================== */
/* home-connect-to-convert */
/* ========================== */

div.connect-to-convert{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

div.connect-to-convert img{
  max-width: 600px;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* home-our-services */

div.tx-our-services{
  max-width: 960px;
  width:90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

div.tx-our-services img{
  width: 300px;
  height: auto;
}

.our-services{
  display: flex;
  min-height: 100vh;
}

.services-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-between;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.services-row img{
  width: 200px;
  height: auto;
}

div.about-us{
  display: flex;
  position: relative;
  flex-direction: column;
  /* height: 100vh; */
  background: url('/contents/web/images/bg-shading-01.png');
  background-size: 80px;
  background-repeat: repeat-x;
  background-position: bottom;
  overflow: hidden;
  /* overflow-y: auto; */
}

div.about-us-wrapper1{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  max-width: 960px;
  width: 95%;
  height: 250px;
  text-align: center;
}

div.about-us-wrapper2{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 300px;
  margin-bottom: 150px;
  max-width: 600px;
  text-align: center;
}

div.about-us-wrapper1 img.item1{
  position: absolute;
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 20;
}

div.about-us-wrapper1 img.item2{
  position: absolute;
  display: flex;
  top: 20%;
  right: 0%;
  width: 70%;
  height: auto;

}

div.about-us-wrapper2 img.bt{
  display: block;
  width: 200px;
  height: auto;
}

/********** Modal ***********/

div.modal{
  display: none;
  position: fixed;
  flex-direction: column;
  /* padding: 2rem; */
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: black;
  z-index: 100;
}

div.modal-top{
  /* padding: 1rem; */
  /* max-width: 960px; */
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

div.modal-top img{
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  margin-top:1.5rem;
  cursor: pointer;
}

div.modal-head{
  width: 90%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #EE6602;
}

div.modal-head h2{
  font-size:2rem;
  margin-block-end: 0.5rem;
}

div.modal-head2{
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #EE6602;
  display: none;
}

div.modal-head2 h2{
  font-size:1.5rem;
  margin-block-end: 0.5rem;
}

div.modal-body{
  width: 90%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

div.modal-video{
  position: relative;
  display: block;
  width: 560px;
  height: 315px;
  /* max-width: 620px; */
}

div.modal-content{
  /* width: 30%; */
  /* padding-left: 1rem; */
  padding-top: 10px;
}

div.modal-content p{
  margin-block-start: 0rem;
}

video#film-video-cover-modal{
  display: inline-block;
  object-fit: cover !important;
  width: 600px;
  height: 337px;
  position: absolute;
}

img#video-play{
  /* display: inline-block; */
  position: absolute;
  /* align-self: center;
  margin-left: auto;
  margin-right: auto; */
  width: 10rem;
  height: 10rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/************** Modal Mobile **************/

div.modal .mobile{
  display: none;
  position: fixed;
  flex-direction: column;
  /* padding: 2rem; */
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: black;
  z-index: 100;
}

div.modal.mobile > div.modal-head{
  display: none;
}

div.modal.mobile > div.modal-body{
  width: 90vw;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

div.modal.mobile > div.modal-body > div.modal-video{
  /* position: relative; */
  /* display: block; */
  /* width: 280px; */
  /* height: 157px; */
  /* max-width: 620px; */
}

div.modal.mobile > div.modal-body > div.modal-video > video#film-video-cover-modal{
  /* display: block; */
  object-fit: cover !important;
  /* width: 90vw;
  height: 70vw; */
  /* position: absolute; */
}

div.modal.mobile > div.modal-body > div.modal-video > img#video-play{
  /* display: inline-block; */
  position: absolute;
  /* align-self: center;
  margin-left: auto;
  margin-right: auto; */
  width: 5rem;
  height: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.modal.mobile > div.modal-body > div.modal-head2{
  width: 90vw;
  margin-top: 0rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  /* padding-left: 1rem; */
  color: #EE6602;
  display: block;
}

div.modal.mobile > div.modal-body > div.modal-head2 > h2{
  margin-top: 0px;
  margin-bottom: 0px;
}

div.modal.mobile > div.modal-body > div.modal-content{
  width: 90vw;
  padding-left:0px;
}

div.modal.mobile > div.modal-body > div.modal-content > p{
  width: 100%;
  margin-top: 0px;
  /* padding-left: 1rem; */
}


/********** Swiper ***********/

.swiper-container {
  max-width: 430px;
  min-height: 600px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 1em;

  /* Center slide text vertically */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center; */
  justify-content: space-between;

  /* -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center; */
  align-items: flex-start;
}

.swiper-slide img{
  width: 48%
}


.swiper-pagination-bullet{
  width: 20px;
  height: 4px;
  border-radius:0%;
  display: inline-block;
  background: white;
  opacity: .2;
}


.swiper-pagination-bullet-active{
  width: 20px;
  height: 4px;
  border-radius:0%;
  display: inline-block;
  opacity: 0.9;
  background-color: white;
}

/* Our Services */

div#swiperPag{
  /* background-color:red; */
  margin-top:0px !important;
  bottom:auto !important;
}

.swiper-button-prev .swiper-button-disabled{
  color:#808080 !important;
}

.swiper-button-next .swiper-button-disabled{
  color:#808080 !important;
}

.swiper-button-next, .swiper-button-prev{
  color:#000 !important;
}

.swiper-button-next.adjust{
  right: 25px !important;
}

/********** keyframes **********/

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/********** Footer **********/

div.footer-container{
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  margin-top:2rem;
}

div.footer-container div.row{
  display: flex;
  flex-direction: row;
  text-align: left;
}

div.footer-container div.row:nth-child(2){
  margin-top: 2em;
}

div.footer-container img.get-in-touch{
  max-width: 200px;
  margin-bottom: 2em;
}

div.footer-container div.row div{
  width: 50%;
}

img.dot-line{
  width: 0.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1.3rem;
}

/************************************/
/* 1024px                            */
/************************************/

@media screen and (max-width: 1024px) {
  /* 960px */

  /* Home */
  div.about-us-wrapper1 {
    /* min-height: 400px; */
  }

  /* connect-to-convert */

  div.connect-to-convert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  /* Our Services */

  .swiper-container {
    max-width: 800px;
    min-height: 600px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  div#swiperPag{
    /* background-color:red; */
    margin-top:0px !important;
    bottom:auto !important;
  }

  /* About */

  div.about-us-wrapper1 {
    margin-top:20vh;
    width:90%;
    min-height: 400px;
  }

  div.about-us-wrapper2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 150px;
    max-width: 960px;
    text-align: center;
  }

  /* Modal Video */

  div.modal-body{
    width: 90%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }

  div.modal-video{
    position: relative;
    display: block;
    width: 560px;
    height: 315px;
    /* max-width: 620px; */
  }

  div.modal-content{
    /* width: 35%; */
    /* padding-left: 1rem; */
  }

  div.modal-content p{
    margin-block-start: 0rem;
  }

}

/************************************/
/* 768px & 854px                    */
/************************************/

@media screen and (max-width: 854px) {
  /* 760px */

  /* Top Menu */

  topmenu div#logo{
    width: 7rem;
    height: 7rem;
    margin-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  topmenu div#logo img{
    width: 7rem;
    height: 7rem;
  }

  topmenu div#hamburger {
    width: 3rem;
    height: 3rem;
    margin-right: 2rem;
    margin-top: 3rem;
  }

  topmenu div#hamburger img{
    width: 3rem;
    height: 3rem;
  }

  /* Modal */

  div.modal-top img{
    width: 3rem;
    height: 3rem;
    margin-right: 2rem;
    margin-top:3rem;
    cursor: pointer;
  }

  /* Home */

  div.header div.motto img{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Our Project */

  div.our-project-mobile {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  div.project-title{
    /* width: 400px; */
    height: 100%;
  }

  div.our-project-mobile-body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  div.project-out-mobile{
    width:350px;
    margin-left: unset;
    margin-right: unset;
  }

  div.project-in-mobile{
    position: relative;
    display: inline-block;
    width: 350px;
    height: 199px;
    /* padding: 10px; */
    /* align-self:flex-start; */
  }

  div.project-in-mobile img.pic{
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 199px;
  }

  /* connect-to-convert */

  div.connect-to-convert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  /* Our Services */

  .swiper-container {
    max-width: 620px;
    min-height: 600px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  div#swiperPag{
    /* background-color:red; */
    margin-top:0px !important;
    bottom:auto !important;
  }

  /* About */

  div.about-us-wrapper1 {
    margin-top:20vh;
    width:90%;
    min-height: 400px;
  }

  div.about-us-wrapper2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 100px;
    max-width: 600px;
    text-align: center;
  }

  /* Footer */

  div.footer-container {
    padding: 5em;
  }
}

/************************************/
/* 600px                            */
/************************************/

@media screen and (max-width: 600px) {
  /* 600px */

  /* Top Menu */

  topmenu div#logo{
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  topmenu div#logo img{
    width: 3rem;
    height: 3rem;
  }

  topmenu div#hamburger {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    margin-top: 1.5rem;
  }

  topmenu div#hamburger img{
    width: 1.5rem;
    height: 1.5rem;
  }

  /* Modal */

  div.modal-top img{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    margin-top:1.5rem;
    cursor: pointer;
  }

  /* Side Menu */

  img#bt-close {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    margin-right: 1rem;
    margin-top: 1.5rem;
  }

  /* Banner Direction */

  div.direction-down{
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 15;
    /* top: 80vh; */
    bottom:7rem;
  }

  div.direction-down img{
    width: 5rem;
  }

  /* Our Projects */

  div.our-project-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 430px;
    margin-top: 2rem;
  }

  div.our-project-mobile-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  div.project-out-mobile {
    width:unset;
    margin-left: auto;
    margin-right: auto;
  }

  div.project-in-mobile {
    position: relative;
    display: inline-block;
    width: 430px;
    height: 243px;
    /* padding: 10px; */
    /* align-self: flex-start; */
  }

  div.project-in-mobile img.pic{
    width: 100%;
    height: 100%;
  }

  /* connect-to-convert */

  div.connect-to-convert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  /* Our Services */

  div.swiper-container {
    max-width: 430px;
    min-height: 600px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  div#swiperPag{
    /* background-color:red; */
    margin-top:0px !important;
    bottom:auto !important;
  }

  /* Footer */

  div.footer-container{
    padding: 5rem;
  }

  div.footer-container div.row:nth-child(1){
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  div.footer-container div.row:nth-child(2){
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
  }

  div.footer-container div.row div{
    width: 100%;
  }

  div.footer-container div.row:nth-child(2) div:nth-child(1){
    margin-top: 2em;
    text-align: center;
  }

  /* Home */
  div.about-us-wrapper1 {
    min-height: 350px;
  }

}

/************************************/
/* 414px                            */
/************************************/

@media screen and (max-width: 450px) {
  /* 400px */

  /* Side Menu */

  div#side-menu div:nth-child(2) ul li{
    font-size: 1.5rem;
    margin-top: 2rem;
    list-style-type: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /* About */

  div.about-us-wrapper1 {
    margin-top:0vh;
    width:90%;
    min-height: 250px;
  }

  div.about-us-wrapper2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 100px;
    max-width: 600px;
    text-align: center;
  }

  /* Our Project */

  div.project-title{
    /* width: 360px; */
    height: 100%;
  }

  div.project-title img{
    width: 100%;
  }

  div.our-project-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    margin-top: 2rem;
  }

  div.our-project-mobile-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  div.project-out-mobile{
    width:unset;
    margin-left: auto;
    margin-right: auto;
  }

  div.project-in-mobile{
    position: relative;
    display: inline-block;
    width: 340px;
    height: 194px;
    /* padding: 10px; */
    /* align-self:flex-start; */
  }

  div.project-in-mobile img.pic{
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 340px;
    height: 194px;
  }

  /* connect-to-convert */

  div.connect-to-convert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  /* swiper-container */

  .swiper-container {
    max-width: 600px;
    min-height: 500px;
    width: 100%;
    height: 100%;
  }

  /* Our Services */

  div.tx-our-services {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    text-align: center;
  }

  div#swiperPag{
    /* background-color:red; */
    margin-top:0px !important;
    bottom:auto !important;
  }

  /* Footer */

  div.footer-container{
    padding: 3rem;
  }

  /* Modal */



}

/************************************/
/* 375px                            */
/************************************/

@media screen and (max-width: 375px) {
  /* 360px */

  /* Our Project */

  div.project-title{
    /* width: 360px; */
    height: 100%;
  }

  div.project-title img{
    width: 100%;
  }

  div.our-project-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    margin-top: 2rem;
  }

  div.our-project-mobile-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  div.project-out-mobile{
    width:unset;
    margin-left: auto;
    margin-right: auto;
  }

  div.project-in-mobile{
    position: relative;
    display: inline-block;
    width: 320px;
    height: 182px;
    /* padding: 10px; */
    /* align-self:flex-start; */
  }

  div.project-in-mobile img.pic{
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 182px;
  }

  /* connect-to-convert */

  div.connect-to-convert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  /* Our services */

  div.tx-our-services img {
    display: block;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-container {
    max-width: 375px;
    min-height: 450px;
    width: 100%;
    height: 100%;
  }

  div#swiperPag{
    /* background-color:red; */
    margin-top:0px !important;
    bottom:auto !important;
  }

  /* About */

  div.about-us-wrapper1 {
    margin-top:0vh;
    width:90%;
    min-height: 250px;
  }

  div.about-us-wrapper2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 100px;
    max-width: 600px;
    text-align: center;
  }

  /* Footer */

  div.footer-container{
    padding: 3rem;
  }

}

/************************************/
/* 320px                            */
/************************************/

@media screen and (max-width: 320px) {
  /* 280px */

  /* Top Menu */

  topmenu div#logo{
    width: 4rem;
    height: 4rem;
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  topmenu div#logo img{
    width: 4rem;
    height: 4rem;
  }

  topmenu div#hamburger {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    margin-top: 1.75rem;
  }

  topmenu div#hamburger img{
    width: 2rem;
    height: 2rem;
  }

  /* Modal */

  div.modal-top img{
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    margin-top: 1.75rem;
    cursor: pointer;
  }

  div.modal-head2 h2 {
    font-size: 1.5rem;
    margin-block-end: 0.5rem;
  }

  /* Side Menu */

  img#bt-close {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    margin-right: 1rem;
    margin-top: 1.75rem;
  }

  /* Banner Direction */

  div.direction-down{
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 15;
    /* top: 70vh; */
    bottom:6rem;
  }

  div.direction-down img{
    width: 5rem;
  }

  div#swiperPagTop{
    bottom: 5rem !important;
    left:0px;
    width:100%;
  }

  div#swiperPag{
    /* background-color:red; */
    margin-top:0px !important;
    bottom:auto !important;
  }

  /* Home */
  div.about-us-wrapper1 {
    min-height: 200px;
  }

  /* Our Project */

  div.project-title{
    /* width: 280px; */
    height: 100%;
  }

  div.project-title img{
    width: 100%;
  }

  div.our-project-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    margin-top: 2rem;
  }

  div.our-project-mobile-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  div.project-out-mobile{
    width:unset;
    margin-left: auto;
    margin-right: auto;
  }

  div.project-in-mobile{
    position: relative;
    display: inline-block;
    width: 280px;
    height: 160px;
    /* padding: 10px; */
    /* align-self:flex-start; */
  }

  div.project-in-mobile img.pic{
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 280px;
    height: 160px;
  }

  /* connect-to-convert */

  div.connect-to-convert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  /* Our services */

  div.tx-our-services img {
    display: block;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-container {
    max-width: 600px;
    min-height: 400px;
    width: 100%;
    height: 100%;
  }

  /* About */

  div.about-us-wrapper1 {
    margin-top:0vh;
    width:90%;
    height: 200px;
  }

  div.about-us-wrapper2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 100px;
    max-width: 600px;
    text-align: center;
  }

  /* Footer */

  div.footer-container{
    padding: 2rem;
  }

}
