/*---------Top---------*/
#PortfolioTop{
  max-height: 800px;
  padding: 0!important;
  transition: all 0.3s;
}
.sectionContainer> h1 {
  font-family: Archivo Black;
  font-weight: normal;
  font-size: 80px;
  max-width: 1440px;
	position: relative;
  z-index: 0;
  hyphens: auto;
  text-align: left;
  padding-left: 80px;
  padding-top: 180px;
  padding-bottom: 30px;
  line-height: 98px;
}
.infoList{
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-family: Inter;
  font-weight: 300;
  line-height: 22px;
  color: black;
  padding-left: 80px;
  margin-left: -6px;
}
.infoList > span{
  margin: 6px;
}
/*---------Context ---------*/
#PortfolioDetail{
  padding: 0;
  margin: auto;
  display: block;
  transition: all 0.3s;
  text-align: center;
}
.displayImage-left{
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1440px;
  margin-top: 120px;
  display: inline-block;
  position: relative;
  width: 100%;

}
.displayImage-right{
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1440px;
  margin-top: 120px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.displayImage-left > .image-context{
  float: left;
}
.displayImage-left > .text-context{
  float: right;
  display: inline-block;
  width: 430px;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translate(0, -50%);
}
.displayImage-right > .image-context{
  float: right;
}
.displayImage-right > .text-context{
  float: left;
  display: inline-block;
  width: 430px;
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translate(0, -50%);
}
.image-context{
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 480px);
  border-radius: 50px;
  transition: all 0.3s;
}
.image-context>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
h2{
  margin-top: 0;
  margin-right: 0;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: black;
  margin-bottom: 16px;
  max-width: none;
  text-align: left;
}
p{
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: black;
  text-align: left;
}
.displayImage-twoimage{
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1440px;
  margin-top: 120px;
  display: inline-block;
}
.twoimage-container{
  margin-top: 30px;
  border-radius: 50px;
  display: inline-block;
}
.twoimage-container>img{
  width: 50%;
  height: auto;
  display: inline-block;
}
.twoimage-container img:nth-child(1){
  float: left;
}
.twoimage-container img:nth-child(2){
  float: right;
}
.displayImage-image16to9{
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1440px;
  margin-top: 120px;
  display: inline-block;
}
.image16to9-container{
  margin-top: 30px;
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
}
.image16to9-container>img{
  width: 100%;
  height: auto;
  display: inline-block;  
  vertical-align: bottom;
}
.displayImage-ScreenCap{
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1440px;
  margin-top: 120px;
  display: inline-block;
}
.ScreenCap-container{
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  overflow: unset;
  flex-wrap: wrap;
}
/*---------ScreenCap--------*/
.ScreenCap-container>img{
  margin-bottom: 1.2vw;
  width: 24%;
  height: 100%;
  display: inline-block;  
  vertical-align: bottom;
}
.ScreenCap-container>img:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
/*---------ScreenCap-End---------*/
/*---------FB-post---------*/
.ScreenCap-container.FB-post>img{
  margin-bottom: 2vw;
  width: 32%;
  height: 100%;
  display: inline-block;  
  vertical-align: bottom;
  box-shadow: 0px 18px 20px rgba(28, 29, 31, 0.12);
}
.ScreenCap-container.FB-post>img:not(:nth-child(3n)) {
  margin-right: calc(4% / 2);
}
.ScreenCap-container.FB-post>img:nth-child(3n) {
    margin-right: 0px;
}
/*---------FB-post-End---------*/
.displayImage-Fullwidth{
  margin-top: 120px;
}
.text-Fullwidth{
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1440px;
  display: inline-block;
  margin-bottom: 30px;
}
.Fullwidth-container>img{
  max-width: 1440px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.Image-APNG-Loop{
  max-width: 920px!important;
  margin-top: 120px;
  vertical-align: bottom;
}
.displayImage-Fullwidth.whiteNimageOnly{
   margin-top: 0;
}
/*---------Next Portfolio ---------*/
#next-portfolio{
  margin-top: 120px;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}
.next-header{
  display: block;
  max-width: 1440px;
  margin: auto;
}
.next-header> h1 {
  font-family: Archivo Black;
  font-weight: normal;
  font-size: 80px;
  max-width: 1440px;
  position: relative;
  z-index: 0;
  hyphens: auto;
  text-align: left;
  line-height: 98px;
  padding-left: 80px;
  padding-bottom: 50px;
}
.next-container{
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.next-L-arrow{
  position: absolute;
  transform: translate(0, -50%);
  left: 20px;
  Top: 50%;
  width: 50px;
  height: 50px;
}
.next-R-arrow{
  position: absolute;
  transform: translate(0, -50%);
  right: 20px;
  Top: 50%;
  width: 50px;
  height: 50px;
}
.nextImage{
  overflow: hidden;
  width: 50%;
  display: inline-block;
}
.Next-thumbnail{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: contain;
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1);
}
.right-next{
  float: right;
  position: relative;
}
.left-next{
  float: left;
  position: relative;
}
.Next-title {
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.72) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  color: white;
  top: 0;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1);
}
.Next-title>span{
  padding-left: 70px;
  padding-right: 70px;
  margin: auto;
  font-family: Inter;
  font-weight: 500;
  display: inline-block;
  font-size: 24px;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media only screen and (min-width: 769px) {
  .nextImage:hover .Next-title{
    opacity: 1;
  }
  .nextImage:hover .Next-thumbnail{
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 1040px) {
  .displayImage-left > .text-context{
    width: calc(100% - 610px);
  }
  .displayImage-right > .text-context{
    width: calc(100% - 610px);
  }
  .image-context{
    width: 400px;
  }
  .ScreenCap-container>img{
  margin-bottom: 1.5vw;
  width: 32%;
  transition: all 0.3s;
  }
  .ScreenCap-container>img:not(:nth-child(3n)) {
    margin-right: calc(4% / 2);
  }
  .ScreenCap-container>img:nth-child(3n) {
    margin-right: 0px;
  }
  /*---------FB-post---------*/
  .ScreenCap-container.FB-post>img{
    margin-bottom: 2vw;
    width: 49%;
    transition: all 0.3s;
  }
  .ScreenCap-container.FB-post>img:not(:nth-child(2n)) {
    margin-right: calc(2%);
  }
  .ScreenCap-container.FB-post>img:nth-child(2n) {
      margin-right: 0px;
  }
  /*---------FB-post-End---------*/
}
@media only screen and (max-width: 920px) {
  .Image-APNG-Loop{
    margin-top: 0;
    transition: all 0.3s;
  }
  .displayImage-left > .text-context{
    right: 0;
    float: none;
    display: inline-block;
    width: 100%;
    position: relative;
    transform: unset;
    margin-bottom: 30px;
  }
  .displayImage-right > .text-context{
    left: 0;
    float: none;
    display: inline-block;
    width: 100%;
    position: relative;
    transform: unset;
    margin-bottom: 30px;
  }
  .image-context{
    float: none;
    width: 100%;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  .image-context{
    border-radius: 24px;
  }
  .twoimage-container img:nth-child(1){
    width: 100%;
    float: none;
  }
  .twoimage-container img:nth-child(2){
    width: 100%;
    float: none;
  }
  .twoimage-container{
    padding: 0px;
    transition: all 0.3s;
  }
  .displayImage-twoimage{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 60px;
    transition: all 0.3s;
  }
  .displayImage-ScreenCap{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 60px;
    transition: all 0.3s;
  }
  .displayImage-Fullwidth{
    margin-top: 60px;
    transition: all 0.3s;
  }
  .text-Fullwidth{
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.3s;
  }
  .ScreenCap-container>img{
    margin-bottom: 1.5vw;
    width: 49%;
    transition: all 0.3s;
  }
  .ScreenCap-container>img:not(:nth-child(2n)) {
    margin-right: calc(2%);
  }
  .ScreenCap-container>img:nth-child(2n) {
    margin-right: 0px;
  }
  .displayImage-image16to9{
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px;
    transition: all 0.3s;
  }
  .text-context4{
    padding-left: 30px;
    padding-right: 30px;
  }
  .image16to9-container{
    border-radius: 0px;
    transition: all 0.3s;
  }
  .displayImage-left{
    margin-top: 60px;
    transition: all 0.3s;
  }
  .displayImage-right{
    margin-top: 60px;
    transition: all 0.3s;
  }
  #PortfolioDetail{
  }
  .sectionContainer> h1 {
    padding: 30px;
    padding-top: 120px;
    font-size: 52px;
    line-height: 60px;
    transition: all 0.3s;
  }
  .infoList{
    font-size: 16px;
    line-height: 20px;
    padding-left: 30px;
    transition: all 0.3s;
  }
  .displayImage-left{
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.3s;
  }
  .displayImage-right{
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.3s;
  }
  #next-portfolio{
    margin-top: 60px;
  }
  .next-header> h1 {
    padding-left: 30px;
    font-size: 52px;
    line-height: 60px;
    transition: all 0.3s;
    padding-bottom: 20px;
  }
  .next-container{
    padding-left: 30px;
    padding-right: 30px;
  }
  .right-next{
    margin-top: 30px;
    margin-bottom: 100px;
    float: none;
  }
  .left-next{
    float: none;
  }
  .nextImage{
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    padding-bottom: 50%;
  }
  .Next-thumbnail{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .Next-title{
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
  }
  .Next-title>span{
    font-size: 20px;
  }
}