*{
  margin: 0;
  padding: 0;
}

body{
  font-family: Rubik, sans-serif;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

h1{
  font-size: 43px;
  text-transform: uppercase;
  line-height: 54px;
  color: #0c122c;
}

h3{
  font-size: 30px;
  text-transform: uppercase;
  line-height: 40px;
  color: #0c122c;
}

h4{
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

h5{
  font-size: 14px;
  color: #f9f9fb;
}

p{
  font-size: 16px;
  line-height: 24px;
  color: #0c122c;
}

button{
  cursor: pointer;
}

button:focus{
  outline: none;
}

::selection{
  background-color: #2ABEEF;
  color: #fff;
}

.padding-top-0{
  padding-top: 0px;
}

.padding-bottom-0{
  padding-bottom: 0px;
}

.margin-top-120{
  margin-top: 120px;
}

.margin-top-80{
  margin-top: 80px;
}

.margin-top-60{
  margin-top: 60px;
}

.margin-top-40{
  margin-top: 40px;
}

.margin-top-30{
  margin-top: 30px;
}

.margin-top-20{
  margin-top: 20px;
}

.margin-top-10{
  margin-top: 10px;
}

.white{
  color: #fff;
}

.container{
  width: 1300px;
  max-width: 1300px;
  margin: auto;
}

/*Side Nav*/

.sidenav{
  position: fixed;
  height: 100vh;
  min-height: 700px;
  width: 95px;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-right: 0.3px solid #8e8e8e;
  
}

.navBgBlur{
  position: absolute;
  width: 100%;
  height: 100%;
   background-color: rgba(27, 27, 75, .02);  
  backdrop-filter: blur(3px);
}

.sidenav button{
  background-color: transparent;
  border: none;
  outline-style: none;
  cursor: pointer;
  z-index: 999;
}

.logo{
  margin-top: 30px;
  z-index: 999;
  position: relative;
}

.language{
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  z-index: 999;
}

.lng{
  text-decoration: none;
  color: #2ABEEF;
  font-size: 12px; }

.active{
  border-bottom: 3px solid #2ABEEF;
}

/*/Side Nav*/

/*Mobile Nav*/

.openMobNav{
  display: none;
}

.sidenavMob {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #0C122C;
  overflow-x: hidden;
  transition: 1.5s;
  padding-top: 60px;
  text-align: right;
  padding-right: 0px;
}

.sidenavMob a {
  padding: 8px 8px 20px 32px;
  text-decoration: none;
  font-size: 35px;
  color: #006FB9;
  display: block;
  transition: 0.3s;
  font-family: Rubik;
  font-weight: bolder;

}

.mobNavItems{
  transition: 0.5s ease-in-out;
  transition-delay: 0.1s;
  /*transform: translateX(200px);*/
}

.sidenavMob a:hover{
  color: #f1f1f1;
}

.sidenavMob .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenavMob {padding-top: 15px;}
  .sidenavMob a {font-size: 18px;}
}



/*/Mobile Nav*/



/*Full Nav*/

.fullnav{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 100vh;
  width: 0px;
  background-color: #EBF9FC;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blueNavBg{
  background-color: #006FB9;
  width: 0px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.navBar{
  min-width: 550px;
  border-right: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-left: 160px;
  
}

.navItemsBox{
  transform: translateX(-600px);
}

.navItems{
  padding:0px;
  margin-bottom: 0px;
  margin-top: 10px;
  text-decoration: none;
  font-size: 55px;
  font-weight: bolder;
  font-family: Rubik, sans-serif;
  color: #006FB9;
  display: block;
  transition: 0.3s;
}

.navItems:hover{
  color: #F27C21;
}

.blue{
  background-color: #0C122C;
}

.fullNavNavBox{
  min-width: 360px;
  width: 20%;
  border-right: 1px solid #26305C;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 140px;
  padding-top: 200px;
  transform: translateX(-750px);
}

.fullNavNavBox h5{
  color: #2abeef;
}

.fullNavImg{
  width: 40%;
  box-sizing: border-box;
  height: 100vh;

}

.fullNavImg img{
  height: 100vh;
  /*width: 100%;*/
}

/*/Full Nav*/

/*Main*/
#videowrapper{  
    position: relative;
    overflow: hidden;
} 

#fullScreenDiv{
    min-height: 100%; 
    height: 100vh;
    width: 100vw;
    padding:0;
    margin: 0;
    background-color: gray;
    position: relative;
}

#video{    
    width: 100vw; 
    height: auto;
    margin: auto;
    display: block;
}
@media (min-aspect-ratio: 16/9) {
  #video{
    width: 100vw; 
    height:auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #video {
    height: 100vh; 
    width:auto;
    margin-left: 50vw;
    transform: translate(-50%);
  }
}

.contactsMain{
  width: 250px; 
  height: auto;
  position: absolute; 
  top: 30px; 
  right: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactsMain a{
  font-size: 12px;
  height: 22px;
  color: #2abeef;
  text-decoration: none;
  transition: 0.15s;
}

.contactsMain a:hover{
  color: #F27C21;
}

.hireBtn{
  padding: 7px 30px;
  border: 1px solid #2abeef;
  cursor: pointer;
  color: #2abeef;
}

.hire{
  position: relative;
  height: 30px;
  z-index: 1;
}

.hire:hover> .hirebg{
  width: 100%;
}

.hire:hover> .hireBtn{
  color: #0C122C;
  border: 1px solid #2abeef;
}

.hirebg{
  z-index: -1;
  position: absolute;
  width: 0;
  height: 30px;
  background-color: #2abeef;
  top: -4px;
  left: 0;
  transition: 0.25s all;
  transition-timing-function: ease-out;
}

/*Main*/


/*Sections*/

.section1{
  height: 105vh;
  width: 100%;
  min-height: 500px;
  background-color: #0C122C;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.textBox{
  width: 500px;
}

.imgBox{
  width: 600px;
}

.moreBtn{
  padding: 8px 35px;
  background-color: transparent;
  border: 2px solid #2ABEEF;
  color: #2ABEEF;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.35s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.moreBtn:hover{
  color: #0C122C;
}

.moreBtn:hover> .hover{
  width: 100%;
  border: 1px solid #2ABEEF;
}

.hover{
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #2ABEEF;
  border: 0px solid #2ABEEF;
  left: 0;
  transition: 0.25s ease-in-out;
  transform: translateX(-1px);
}

.section2{
  width: 100%;
  background-color: #fff;
  padding: 120px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.services{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.panel{
  width: 420px;
  background-color: #f9f9fb;
  padding-top: 90px;
  padding-bottom: 90px;
  transition: 0.5s ease-in;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}

.panelBlueBg{
  background-color: #0C122C;
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.25s;
  z-index: -1;
}

.panel:hover> .panelBlueBg{
  height: 100%;
}

.panel:hover> .panel-body p{
  color: #f9f9fb;
}

.panel:hover> .panel-body h3{
  color: #f9f9fb;
}

.panel-header, .panel-body{
  padding-left: 45px;
  padding-right: 45px;
}

.panel-header img{
  height: 80px;
}

.section3{
  width: 100%;
  background-color: #0C122C;
  padding: 120px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section3 a:hover{
  cursor: default;
}

.portfolioSection3{
  width: 100%;
  background-color: #0C122C;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/*Portfolio*/

.projectsBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.bigProject{
  width: calc(100% / 2 - 15px);
  height: 600px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 680px ) {
  .bigProject{
    width: calc(100% / 2 - 15px);
    height: 350px!important;
    position: relative;
    margin-bottom: 15px;
  }
}

.projectImg{
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.projectImg img{
  width: 100%;
  position: absolute;
  transition: 0.25s ease-in;
}

.bigProject:hover> .projectImg img{
  transform: scale(1.1);
}

.container>img{
  margin-top: -4px;
}

.diskoImgs{
  width: 100%;
  position: relative;
  margin-top: -7px;
  height: 0px;
}

.diskoImgs img{
  position: absolute;
  transition: 0.5s;
}


/*ANIMATION*/

@keyframes goTop1{
  0%{
    z-index: 1;
  }
  50%{
    z-index: 1;
  }
  100%{
    z-index: 10;
  }
}
.diskoImgs>img:nth-child(1){
  animation-name: goTop1;
  animation-duration: 5s;
  animation-direction: forwards;
  animation-iteration-count: infinite!important;
  animation-delay: 0s;
}
.diskoImgs>img:nth-child(2){
  animation-name: goTop1;
  animation-duration: 5s;
  animation-direction: forwards;
  animation-iteration-count: infinite!important; 
  animation-delay: 0.5s;
}
.diskoImgs>img:nth-child(3){
  animation-name: goTop1;
  animation-duration: 5s;
  animation-direction: forwards;
  animation-iteration-count: infinite!important;
  animation-delay: 1s;
}
.diskoImgs>img:nth-child(4){
  animation-name: goTop1;
  animation-duration: 5s;
  animation-direction: forwards;
  animation-iteration-count: infinite!important;
  animation-delay: 1.5s;
}
.diskoImgs>img:nth-child(5){
  animation-name: goTop1;
  animation-duration: 5s;
  animation-direction: forwards;
  animation-iteration-count: infinite!important;
  animation-delay: 2s;
}
.diskoImgs>img:nth-child(6){
  animation-name: goTop1;
  animation-duration: 5s;
  animation-direction: forwards;
  animation-iteration-count: infinite!important;
  animation-delay: 2.5s;
}
.diskoImgs>img:nth-child(7){
  animation-name: goTop1;
  animation-duration: 5s;
  animation-direction: forwards;
  animation-iteration-count: infinite!important;
  animation-delay: 3s;
}
.diskoImgs>img:nth-child(8){
  animation-name: goTop1;
  animation-duration: 5s;
  animation-direction: forwards;
  animation-iteration-count: infinite!important;
  animation-delay: 3.5s;
}
.diskoImgs>img:nth-child(9){
  animation-name: goTop1;
  animation-duration: 5s;
  animation-direction: forwards;
  animation-iteration-count: infinite!important;
  animation-delay: 4s;
}
.diskoImgs>img:nth-child(10){
  animation-name: goTop1;
  animation-duration: 5s;
  animation-direction: forwards;
  animation-iteration-count: infinite!important;
  animation-delay: 4.5s;
}



/*@keyframes anim {
  0%{

  }
}*/


/*/Portfolio*/









.portfolioBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 650px;
  width: 100%;
}

.bigBox{
  width: 420px;
  height: 650px;
  position: relative;
  box-sizing: border-box;
  overflow:hidden;
  margin-right: 10px;
}

.portfolioImg{
  position: absolute;
  top: 0;
  left: 0;
  /*height: 100%;*/
  width: 100%;
  transition: 0.25s;
  transition-timing-function: cubic-bezier(0, 0.5, 1, 1);
}

.projectDetail{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100px;
  transition: 0.25s;
  transition-timing-function: cubic-bezier(0, 0.5, 1, 1);
}

.projectDetail p{
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  padding: 0px 20px;
}

.projectDetail h4{
  padding: 20px 0px 0px 20px;
}

.smallBoxContainer{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 865px;
  height: 650px;
}

.smallBox{
  width: 420px;
  height: 317px;
  position: relative;
  box-sizing: border-box;
  overflow:hidden;
  margin-right: 10px;
}

.smallBox:nth-child(1){
  margin-top: 1px;
  position: relative;
}

.smallBox:nth-child(2){
  margin-top: 1px;
  position: relative;
}

.bigBox:hover> .projectDetail{
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px;
  background-color: rgba(12,18,44,0.85);
}

.bigBox:hover> .portfolioImg{
  transform: scale(1.1);
}

.bigBox2:hover> .projectDetail{
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px;
  background-color: rgba(12,18,44,0.85);
}

.bigBox2:hover> .portfolioImg{
  transform: scale(1.1);
}

.smallBox:hover> .projectDetail{
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px;
  background-color: rgba(12,18,44,0.85);
}

.smallBox:hover> .smallBoxImg{
  transform: scale(1.1);
}

.smallBoxImg{
  width: 100%;
  /*height: 100%;*/
  position:absolute;
  bottom: 0px;
  z-index: 1;
  transition: 0.25s;
  transition-timing-function: cubic-bezier(0, 0.5, 1, 1);
}

.section4{
  background-color: #0C122C;
  padding: 120px 0px;
}

.feedbackSection{
  width: 100%;
  height: 490px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0px 80px;
}

.feedbackSection img{
  position: absolute;
  top: 0;
  left: 0;
}

.teamImg{
  width: 100%;
}

.screenBg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(12,18,44,0.74);
}

.feedbackText{
  width: 465px;
  height: 265px;
  position: absolute;
  bottom: 50px;
  z-index: 2;
}

.feedback{
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

.name{
  font-size: 16px;
  color: #2ABEEF;
  font-weight: 500;
}

.job{
  font-size: 12px;
  color: #fff;
}

.section5{
  height: 106vh;
  min-height: 600px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/pattern.svg);
  background-size: cover;
  background-repeat: no-repeat;
}


.showreel{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#myBtn5{
  position: absolute;
  background-color: transparent;
  border: 2px solid #ededed;
  /*padding: 18px 32px;*/
  width: 70px;
  height: 70px;
  color: #ededed;
  border-radius: 50%;
  transition: 0.25s ease-in-out;
}

#myBtn5:hover{
  width: 100px;
  height: 100px;
  border: 2px solid #2ABEEF;
  color: #2ABEEF;
}

.showreel video{
  width: 100%;
  height: 100%;
}

.btnBoxShowReel{
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin-top: 40px;
}

.changeVideo{
  background-color: transparent;
  width: 80px;
  height: auto;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  color: #ccc;
  transition: 0.25s;
}




.ishleya, .changeVideo:hover {
 
  color: #2abeef;
}

/*/Sections*/


/*Footer*/

footer{
  background-color: #0C122C;
  width: 100%;
  position: relative;
}

.formBox{
  width: 570px;
  height: auto;
  border-right: 1px solid #26305C;
  padding-top: 120px;
  padding-bottom: 45px;
}

.inputs:nth-child(4){
  margin-bottom: 0px;
  height: 130px;
}

.inputs{
  width: 470px;
  background-color: transparent;
  border: 1px solid #2ABEEF;
  padding: 12px 25px;
  margin-bottom: 30px;
  color: #2ABEEF;
  transition: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 0.4, 0.5, 0.8);
}

.inputs:focus{
  outline: none;
  width: 500px;
}

::placeholder{
  color: #ededed;
}

.footerNavBox{
  width: 360px;
  border-right: 1px solid #26305C;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 120px;
}

.d-flex{
  display: flex;
  flex-wrap: wrap;
}

.justify-content-center{
  justify-content: center;
  align-items: center;
}

.justify-content-space-beetwen{
  justify-content: space-between;
  align-items: center;
}

.justify-content-space-around{
  justify-content: space-around;
}

.btnGroupVertical{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 161px;
}

.foterNavItemBlock{
  margin-top: 10px;
  position: relative;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}

.headerNavItemBlock{
  margin-top: 5px;
  position: relative;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}

.headerNavItemBlock:hover> .hover3{
  height: 100%;
  width: 80%;
}

.hover3{
  width: 80%;
  height: 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.25s ease-in-out;
}

.hover2{
  width: 120px;
  height: 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.25s ease-in-out;
}

/*.foterNavItemBlock:hover> .hover2{
  height: 100%;
}*/

.footerNav{
  text-decoration: none;
  font-size: 18px;
  color: #2ABEEF;
  width: 150px;
  transition: 0.15s ease-in-out;
}

.footerNav:hover{
  color: #F37C21;
}

textarea{
  font-family: Rubik;
}

.addressBox{
  display: flex;
  flex-direction: column;
  width: 161px;
}

.addressBox p{
  color: #fff;
  font-size: 14px;
}

.addressBox a{
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  font-size: 14px;
}

.icons{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 161px;
}

.socialMediaBtn{
  background-color: #fff;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 25px;
}

.socialMediaBtn img{
  height: 25px;
}

.socialMediaBtn:nth-child(3) {
  margin-right: 0;
}

.socialMediaBtn:nth-child(4) {
  margin-top: 20px;
}

.socialMediaBtn:nth-child(5) {
  margin-top: 20px;
}

.socialMediaBtn:nth-child(6) {
  margin-right: 0;
  margin-top: 20px;
}

.socialMediaBtn:nth-child(2) img{
  height: 20px;
}

.socialMediaBtn:nth-child(3) img{
  height: 15px;
}

.illustrationBox{
  position: absolute;
  right: 20px;
  top: 70px;
  width: 550px;
}

.illustrationBox svg{
  width: 100%;
}

#site-content {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;

  -webkit-box-shadow: #000 0 7px 35px 0;
  -moz-box-shadow: #000 0 7px 35px 0;
  box-shadow: #000 0 7px 35px 0;
  
}

#site-footer {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}

/*/Footer*/



/*About Us*/

.pattern2{
  background-image: url(../img/pattern2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.scrollIndicatorBox{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 141px;
  margin-top: 100px;
}

.scrollIndicatorBox p{
  color: #F9F9FB;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bolder;
  margin-top: -10px;
}

.aboutSection{
  background-color: #0C122C;
  padding: 120px 0px;
}

.aboutBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.img-comp-container {
  position: relative;
  height: 600px;
  width: 50%;
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}

.aboutText{
  width: 40%;
}

.aboutText2{
  width: 40%;
}

.aboutImgBox{
  width: 50%;
}

.aboutImgBox img{
  width: 100%;
}

.caspyStoryBox{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.caspyServiceBox{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.storyName{
  width: 410px;
}

.serviceName{
  width: 40%;
}

.storyText{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.serviceText{
  width: 50%;
}

.coreBlock{
  width: 50%;
}

.sectionTeam{
  background-color: #0C122C;
  padding: 120px 0px;
  display: flex;
  flex-wrap: wrap;
}

.teamCardBox{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.teamCard{
  width: 19%;
  max-width: 240px;
  min-width: 190px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-right: 20px;
  margin-top: 40px;
}

.teamCardHeader{
  transition: 0.15s ease-in-out;
  transition-delay: 0.05s;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 320px;
}

.teamCardHeader img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.teamCardBody{
  margin-top: 10px;
}

.teamCardBody h5{
  transition: 0.15s;
}

.teamCardBody p{
  color: #f9f9fb;
  margin-bottom: 5px;
  font-size: 12px;
  transition: 0.15s;
}

.teamCardBody h4{
  color: #0c122c;
  visibility: hidden;
  background-color: transparent;
  border: none;
  transition: 0.15s ease-in;
  font-size: 12px;
}

.whiteBox{
  background-color: #F9F9FB;
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.25s ease-in;
  z-index: -1
}

.teamCard:hover> .teamCardHeader{
  transform: translateY(-20px);
}

.teamCard:hover> .whiteBox{
  height: 30%;
}

.teamCard:hover> .teamCardBody h5{
  color: #0C122C;
  transform: translateY(-20px);
}

.teamCard:hover> .teamCardBody p{
  color: #0C122C;
  transform: translateY(-20px);
}

.teamCard:hover> .teamCardBody h4{
  visibility: visible;
  transform: translateY(-25px);
}

.galleryBox{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 650px;
}

.bigGalleryImg{
  height: 100%;
  width: 50%;
  background-image: url(../img/img1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.secondImgBox{
  width: 48%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.tallImg{
  width: 100%;
  height: 50%;
  background-image: url(../img/img2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.squareImg1{
  width: 49.5%;
  height: 49%;
  background-image: url(../img/img3.jpg);
  background-size: cover;
}

.squareImg2{
  width: 49.5%;
  height: 49%;
  background-image: url(../img/img4.jpg);
  background-size: cover;
}




/*About Us*/



/*Portfolio Page*/

.whiteSection{
  padding: 120px 0px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center; 
}


/*/Portfolio Page*/


/*Contacts Page*/

.infoBox{
  width: 350px;
}

.infoBox a{
  text-decoration: none;
  color: #fff;
  font-weight: bolder;
}

.contactBox{
  width: 580px;
}

.contactSection{
  width: 100%;
  height: 100vh;
  min-height: 100%;
  background-color: #0C122C;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*padding: 120px 0;*/
}

.actionName{
  color: #2abeef;
  font-style: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 5px;
}


/*/Contacts Page*/




/*Projs Nav*/

.projNavBox{
  position: fixed;
  bottom: 50px;
  right: 50px;
  padding: 5px;
  height: 160px;
  width: 100px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  opacity: 0.3;
  transition: 0.25s;
}

.projBackBtn{
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #2ABEEF;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  color: #fff;
  text-decoration: none;
}


.projNavBox:hover> .projBackBtn2{
  margin-bottom: 10px;
}

.projNavBox:hover{
  opacity: 1;
}

.projNavBox:hover> .projSubNav{
  height: 110px;
  padding-top: 10px;
}

.projSubNav{
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background-color: #2ABEEF;
  z-index: 8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: 0.25s all;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*/Projs Nav*/



/*Aria*/

.ariaTransition{
  height: 100vh;
  background-color: red;
  z-index: 99;
  top: 0;
}

.ariaSection{
  background-color: #171717;
  padding-bottom: 120px;
}

.ariaBg{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-image: url(../img/projs/aria/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

.ariaBg img{
  position: absolute;
  z-index: 2;
}

.ariaOverlay{
  background: rgb(23,23,23);
  background: linear-gradient(179deg, rgba(23,23,23,0.37) 0%, rgba(23,23,23,1) 99%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*opacity: 0.2;*/
}

.flower{
  position: absolute;
  left: -180px;
  top: -50px;
  z-index: 2;
}

.flower2{
  position: absolute;
  right: -100px;
  top: -300px;
  z-index: 2;
  transform: rotateY(180deg);
}

.aLogosBox{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 100px;
}

.alogos{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.releative{
  position: relative;
}

.hr{
  width: 100%;
  height: 2px;
  background-color: #B98F55;
  margin: auto;
}

.ariaDesc{
  font-family: Playfair Display;
  font-size: 28px;
  color: #AFAFAF;
  line-height: 40px;
  text-align: center;
  width: 900px;
  margin: auto;
  margin-top: 120px;
}

.logoLine{
  width: 280px;
  margin: auto;
}

.details{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 160px;
}

.details2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 160px;
}

.details2 p{
  font-family: Playfair Display;
  font-size: 28px;
  color: #AFAFAF;
  line-height: 40px;
  text-align: left;
  width: 800px;
}

.bg2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 355px;
  width: 100%;
  background-image: url(../img/projs/aria/bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg2 h1{
  font-family: Raleway;
  font-size: 56px;
  color: #DDDDDD;
  font-weight: 600;
  text-transform: none;
  line-height: 65px;
}

.colorsSection{
  width: 100%;
  height: 100%;
  padding-bottom: 200px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.flowerWhite{
  position: absolute;
  top: -100px;
  left: -200px;
}

.flowerWhite2{
  position: absolute;
  bottom: 0;
  right: -250px;
  transform: rotateY(180deg);
}

.flowerWhite3{
  position: absolute;
  top: 0;
  right: -250px;
  transform: rotateY(180deg);
}

.ariaColorsBox{
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ariaColors{
  width: calc(100% / 4);
  height: 500px;
  background: rgb(112,86,46);
  background: linear-gradient(45deg, rgba(112,86,46,1) 0%, rgba(207,158,94,1) 35%, rgba(147,113,68,1) 100%);
  display: flex;
  align-items: flex-end;
}

.ariaColorsBox p{
  color: #EDECEF;
  font-family: Roboto;
  font-size: 14px;
  padding: 20px;
  line-height: 30px;
}

.ariaColors2{
  width: calc(100% / 4);
  background-color: #030504;
  height: 400px;
  display: flex;
  align-items: flex-end;
}

.ariaColors3{
  width: calc(100% / 4);
  background-color: #EDECEF;
  height: 300px;
  display: flex;
  align-items: flex-end;
}

.ariaColors3 p{
  color: #030504;
}

.ariaColors4{
  width: calc(100% / 4);
  background-color: #C89C62;
  height: 200px;
  display: flex;
  align-items: flex-end;
}

.ariaLabelBox{
  width: 1020px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.labelBox{
  margin-top: 300px;
  position: relative;
}

.label{
  width: 140px;
  -webkit-box-shadow: 30px 10px 50px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 30px 10px 50px 0px rgba(0,0,0,0.8);
  box-shadow: 30px 10px 50px 0px rgba(0,0,0,0.8);
}

.labelBox h2{
  color: #D5A464;
  font-size: 34px;
  font-weight: 500;
  font-family: Playfair Display;
}

.ariaLabelTextBox{
  width: 600px;
  padding-left: 100px;
}

.ariaLabelTextBox p{
  font-family: Playfair Display;
  font-size: 24px;
  line-height: 45px;
  color: #AFAFAF;
  padding: 0;
  margin-top: 40px;
}

.mockBox{
  width: 90%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.mockBox img{
  width: 100%;
  margin-top: 50px;
}

/*/Aria*/


/*Oguz*/

.oguzSection{
  width: 100%;
  height: 100vh;
  background-image: url(../img/projs/oguz/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlayOguz{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.27;
}

.oguzMainLogo{
  position: absolute;
  width: 300px;
  top: 100px;
  right: 300px;
}

.oguzMainLogo:nth-child(1){
  width: 220px;
}

.oguzLogoSection{
  width: 100%;
  height: 100%;
  padding: 120px 0px;
  background-color: #323E48;
  background-image: url(../img/projs/oguz/pattern.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.oguzColorSection{
  width: 100%;
  height: 100%;
  padding: 120px 0px;
  background-color: #323E48;
  background-image: url(../img/projs/oguz/pattern2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.oguzLogoBox{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.oguzLogoBox2{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.oguzLogoBox2 img{
  width: 500px;
}

.oguzLogoBox img{
  width: 300px;
}

.oguzH1{
  background-color: #262F35;
  width: 300px;
  padding: 5px 10px;
}

.oguzParallaxSection{
  width: 100%;
  min-height: 500px;
}

.oguzParallax {
  background-image: url('../img/projs/oguz/parallax.jpg');
  height: 700px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.oguzParallaxSection2{
  width: 100%;
  min-height: 500px;
}

.oguzParallax2 {
  background-image: url('../img/projs/oguz/bg4.jpg');
  height: 700px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.oguzImgSection{
  background-color: #323E48;
}

/*/Oguz*/



/*Turkmen Gala*/

.tgSection{
  width: 100%;
  height: 100vh;
  min-height: 500px;
  background-image: url(../img/projs/tg/cover.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tgSection img{
  width: 310px;
  margin-top: -250px;
}

.aboutTg{
  text-align: center;
  background-color: #1D75BC;
  padding: 120px 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.aboutTg h1{
  color: #fff;
  font-family: Roboto;
}

.aboutTg p{
  color: #fff;
  width: 500px;
  margin-top: 20px;
  font-family: Roboto;
}

.linetg{
  width: 400px;
  margin-top: 10px;
  border: none;
  background-color: #fff;
  height: 3px;
}

.tgLogosSection{
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: 120px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tgPattern{
  position: absolute;
  top: 0;
  left: -100px;
  width: 700px;
}

.tgPattern2{
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 700px;
}

.tgLogosSection h1{
  color: #1D75BC;
  font-family: Roboto;
}

.linetgBlue{
  width: 400px;
  margin-top: 10px;
  border: none;
  background-color: #1D75BC;
  height: 3px;
}

.tgLightBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 80px;
  background-color: #F3F8FF;
  margin-top: 80px;
  border-radius: 10px;
}

.tgDarkBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
  background-color: #4674B7;
  margin-top: 80px;
  border-radius: 10px;
}

.tgDarkBox img{
  width: 24%;
}

.tgLightBox img{
  width: 24%;
}

.tgImg2{
  width: 100%;
  height: 500px;
  background-image: url(../img/projs/tg/img2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.tgImg3{
  width: 100%;
  height: 500px;
  background-image: url(../img/projs/tg/img3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.tgImg4{
  width: 100%;
  height: 100vh;
  background-image: url(../img/projs/tg/img4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tgImg4 h1{
  color: #fff;
  font-family: Roboto;
  position: absolute;
  z-index: 2;
  text-align: center;
}

.tgOverlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4674B7;
  opacity: 0.5;
}

.tgColorBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 700px;
  min-width: 500px;
  margin-top: 60px;
  height: 450px;
}

.colorBox1{
  width: 45%;
  min-width: 200px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4674B7;
  border-radius: 10px;
  color: #fff;
}

.colorBox2{
  width: 45%;
  min-width: 200px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4774B7;
  border-radius: 10px;
  color: #fff;
}

.colorBox3{
  width: 45%;
  min-width: 200px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A6A8AA;
  border-radius: 10px;
  color: #fff;
}

.colorBox4{
  width: 45%;
  min-width: 200px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #808184;
  border-radius: 10px;
  color: #fff;
}

.tgmock{
  width: 650px;
}

/*/Turkmen Gala*/


/*Alp Et*/

.alpCover{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/projs/alp/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.alpLogo{
  width: 400px;
}

.alpImg3{
  width: 100%;
}

.alpBg{
  background-image: url(../img/projs/alp/blackbg.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  width: 100%;
  height: auto;
  padding-top: 120px;
  position: relative;
  min-height: 100vh;
}

.aboutAlpBox{
  width: 600px;
  margin-left: auto;
  margin-top: 60px;
}

.aboutAlpBox h1{
  color: #fff;
  font-family: Ubuntu;
}

.aboutAlpBox p{
  color: #fff;
  font-family: Ubuntu;
  font-size: 18px;
  margin-top: 20px;
}

.logoAlpBox h1{
  color: #fff;
  font-family: Ubuntu;
}

.logoAlpBox{
  width: 600px;
  margin-left: auto;
  margin-top: -80px;
  text-align: right;
}

.alpImg12{
  width: 100%;
  margin-top: 80px;
}

.alpImg1{
  position: absolute;
  width: 700px;
  top: 0;
}

.alpImg2{
  width: 300px;
}

.alpImg17{
  position: absolute;
  left: -100px;
  width: 200px;
  top: 0;
}

.realative{
  position: relative;
}

.margin-top-160{
  margin-top: 160px;
}

.alpFooterImg{
  width: 100%;
}

.alpColorBox{
  width: 400px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #533515;
  margin-top: 60px;
  -webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
}

.alpColorBox2{
  width: 400px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E30613;
  margin-top: 60px;
  -webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
}

.alpColorsBox{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/*/Alp Et*/


/*BB*/

.bbCoverSection{
  width: 100%;
  height: 100vh;
  background-color: #083135;
  background-image: url(../img/projs/bb/pattern.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bbLogo{
  width: 700px;
}

.bbWhiteBox{
  background-color: #fff;
  padding: 120px 0px;
}

.bbWhiteBox h1{
  font-family: Sinkin Sans, sans-serif;
  color: #247B3C;
}

.bbLogos{
  width: 100%;
  margin-top: 80px;
}

.logo1Box{
  width: 45%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.bbLogoBox{
  width: 45%;
}

.logo1Box img{
  width: 100%;
}

.logoBoxContainer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.colorsBox{
  width: 100%;
  margin-top: 120px;
}

.colorsBox img{
  width: 70%;
}

.bbWeb{
  width: 100%;
  height: auto;
  background-color: #083135;
  background-image: url(../img/projs/bb/pattern.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
}

.bbWeb h1{
  color: #fff;
  font-family: Sinkin Sans, sans-serif;
}

.webMockBox{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webMockBox img{
  width: 100%;
}

.bbMock{
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #84C441;
  padding: 120px 0;
}

.bbNoteBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 90%;
  margin: auto;
}

.bbstickerImg{
  width: 80%;
}

/*/BB*/


/*Erem*/

.eremCoverSection{
  width: 100%;
  height: 100vh;
  background-color: #283261;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eremPattern{
  width: 100%;
  height: 300px;
  background-image: url(../img/projs/erem/pattern.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
}

.eremPattern2{
  width: 100%;
  height: 300px;
  background-image: url(../img/projs/erem/pattern2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  bottom: 0;
  left: 0;
}

.eremLogo{
  width: 500px;
  margin-top: 120px;
}

.eremAboutSection{
  width: 100%;
  padding: 160px 0px;
  background-color: #DF5150;
  color: #fff;
  font-family: Roboto Slab, sans-serif;
  text-align: center;
}

.eremAboutSection h1{
  color: #fff;
}

.eremAboutSection p{
  color: #fff;
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
}

.eremMainSection{
  position: relative;
  width: 100%;
  background-color: #283261;
  min-height: 500px;
  text-align: center;
  font-family: Roboto Slab, sans-serif;
  padding-top: 270px;
  padding-bottom: 370px;
}

.eremLogoBox{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 80px;
}

.eremLogoBox img{
  width: 48%;
}

.eremLogoBox2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
}

.eremLogoBox2 img{
  width: 48%;
}

.eremInterior{
  text-align: center;
  background-color: #DF5150;
  width: 100%;
  font-family: Roboto Slab, sans-serif;
  padding: 120px 0;
}

.eremInterior h1{
  color: #fff;
}

.eremImgBox{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.eremImgBox img{
  border-radius: 10px;
  width: 100%;
  margin-top: 80px;
}

.eremImgBox img:nth-child(2){
  width: 48%;
}

.eremImgBox img:nth-child(3){
  width: 48%;
}

.eremMockSection{
  width: 100%;
}

.eremMockSection img{
  width: 100%;
}

/*/Erem*/


/*Zip90*/

.zipCoverSection{
  width: 100%;
  height: 100vh;
  background-image: url(../img/projs/zip90/cover.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zipCoverSection img{
  height: 550px;
}

.zip90MainSection{
  background-color: #192529;
  padding: 120px 0px;
}


/*/Zip90*/



/*Talhan*/

.talhanCoverSection{
  width: 100%;
  height: 100vh;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/projs/talhan/cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.talhanCoverSection img{
  width: 20%;
}

.talhanMainSection{
  width: 100%;
  padding: 120px 0;
  text-align: center;
  font-family: Exo, sans-serif;
}

.talhanMainSection h1{
  color: #525151;
}

.talhanIconsBox{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.leftBox, .rightBox{
  width: 49%;
  padding: 40px 0px;
  background-color: #EFEFEF;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.leftBox img{
  width: 250px;
}

.rightBox img{
  width: 200px;
}

.talhanColorSection{
  width: 100%;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
}

.talhanColor{
  width: 33.33%;
  min-height: 500px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column-reverse;
  position: relative;
}

.talhanColor p{
  position: absolute;
  transform: rotateZ(270deg);
  color: #fff;
  top: 100px;
  right: 25px;
  font-size: 23px;
  font-family: Exo, sans-serif;
}

.talhanColor:nth-child(1){
  background-color: #FF8671;
}

.talhanColor:nth-child(2){
  background-color: #412020;
}

.talhanColor:nth-child(3){
  background-color: #00806E;
}

.subColor{
  width: 100%;
  height: 100px;
  background-color: #E37663;
}

.subColor:nth-child(2){
  width: 100%;
  height: 100px;
  background-color: #D06C5B;
}

.subColor2{
  width: 100%;
  height: 100px;
  background-color: #381C1C;
}

.subColor2:nth-child(2){
  width: 100%;
  height: 100px;
  background-color: #2C1612;
}

.subColor3{
  width: 100%;
  height: 100px;
  background-color: #047161;
}

.subColor3:nth-child(2){
  width: 100%;
  height: 100px;
  background-color: #055448;
}

.talhanParallaxSection{
  width: 100%;
  min-height: 500px;
}

.talhanParallax {
  background-image: url('../img/projs/talhan/mock1.jpg');
  height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.talhanParallaxSection2{
  width: 100%;
  min-height: 90vh;
}

.talhanParallax2{
  background-image: url('../img/projs/talhan/mock3.jpg');
  height: 90vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box1{
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.box2{
    width: 0px;
    height: 100vh;
    background: url('../img/projs/talhan/footer.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}

/*/Talhan*/



/*Sinalco*/

.sinalcoSection{
  width: 100%;
  height: 100vh;
  background-color: #FBC22A;
  background-image: url(../img/projs/sinalco/pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sinalcoSection img{
  width: 400px;
}

.sinalcoMainSection{
  background-color: #FBC22A;
  width: 100%;
  padding: 120px 0px;
  text-align: center;
}

.sinalcoImg{
  width: 49%;
  margin-top: 20px;
  border-radius: 10px;
}


.box3{
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.box4{
    width: 0px;
    height: 100vh;
    background: url('../img/projs/sinalco/img5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    border-radius: 10px;
}

.sinalcoParallaxSection{
  width: 100%;
  min-height: 500px;
}

.sinalcoParallax {
  background-image: url('../img/projs/sinalco/img8.jpg');
  height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sinalcoInstaBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sinalcoInstaBox h2{
  color: #FC8C00;
  text-transform: uppercase;
}

.sinalcoInstaBox img{
  margin-top: 30px;
}

.sinalcoPosterBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sinalcoPosterBox img{
  width: 49%;
  margin-top: 40px;
  border-radius: 10px;
}

/*/Sinalco*/


/*Poseidon*/

.poseidonSection{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-image: url(../img/projs/poseidon/cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.poseidonSection img{
  width: 400px;
}

.poseidonBgSection{
  width: 100%;
  height: 100%;
  padding: 120px 0;
  background-image: url(../img/projs/poseidon/bgimg.jpg);
  background-color: #fff;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.poseidonBgSection p{
  padding: 0px 120px;
}

.poseidonLogoSection{
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 500px;
  display: flex;
  justify-content: center;
  background-color: #1B355E;
}

.poseidonLogoBg{
  width: 100%;
  height: 80vh;
  min-height: 500px;
  background-image: url(../img/projs/poseidon/cover2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.poseidonLogoBox{
  width: 700px;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 50px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.posImg{
  width: 50%;
}

.posImg img{
  width: 100%;
}

.posInfo{
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.posPackBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.posPackBox img{
  height: 520px
}

.posPackSection{
  width: 100%;
  background-color: #1B355E;
  padding: 120px 0;
}

.poseidonColorSection{
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #1B355E;
}

.poseidonColorBg{
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 0;
  background-image: url(../img/projs/poseidon/cover3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.posColorsImg{
  width: 50%;
  position: absolute;
  bottom: 0;
}

.posParallaxSection, .posParallaxSection2{
  width: 100%;
  min-height: 500px;
}

.posParallax {
  background-image: url('../img/projs/poseidon/parallax.jpg');
  height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.posParallax2 {
  background-image: url('../img/projs/poseidon/posFooter.jpg');
  height: 80vh;
  min-height: 500px; 
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.posMockSection{
  width: 100%;
  background-color: #1B355E;
  padding: 120px 0;
}

.posMockSection img{
  width: 80%;
}

/*/Poseidon*/


/*Erjel*/

.erjelMainSection{
  width: 100%;
  height: 100vh;
  background-image: url(../img/projs/erjel/cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.erjelMainSection img{
  width: 400px;
}

.erjelMockSection{
  width: 100;
  min-height: 800px;
}

.erjelMock{
  background-image: url(../img/projs/erjel/jar.jpg);
  height: 1000px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.erjelContentSection{
  background-color: #F9ECD8;
}

.erjelPackSection{
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: center;
  background-color: #F9ECD8;
  z-index: -2;
  padding-top: 100px;
  padding-bottom: 950px;
}

.erjelPackImg{
  z-index: -1;
  position: absolute;
  top: 0;
  background-image: url(../img/projs/erjel/cover4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 500px;
  height: 700px;
}

.erjelPackImg2{
  z-index: -1;
  position: absolute;
  bottom: 0;
  background-image: url(../img/projs/erjel/mock2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  min-height: 950px;
  height: 105vh;
}

.erjelPack{
  width: 100%;
  margin-top: 500px;
}

/*/Erjel*/




