
@font-face
{
    font-family: myFirstFont;
    src: url(font/AvenirLTStd-Roman.otf);

}
@font-face
{
    font-family: myFirstFont1;
    src: url(font/AvenirLTStd-Book.otf);

}
.back-link{
  font-size: 24px;
  color: black !important;
}


#link-mid
{
  align-items: center;
  justify-content: center
}



#gif
{
    position: absolute;
    width:100%;
    height: 100%;
}
img.animate
{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 168px;

}

ul,li
{

  list-style-type:none;
}

.menu li { float:left; }

.menu li a
{
    display: inline-block;
    padding: 20px 20px;
    color: black;
    font-size: 20px;
    padding-top: 20px;

}

.wrapper
{

    height:10em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right:0px;
     font-family: myFirstFont1;
    margin: 0;

}

.menuToggle
{
  padding: 10px 15px;
  display: none;
  cursor: pointer;
}







.graphic
{
  display: block;
  width:512px;
  height: 512px;
  vertical-align: middle;
  padding-top: 20px;

}
.pcontent
{
    font-size: 16px;
    line-height:1.7;
    text-align: justify;
    margin-left: 240px;
    margin-right: 240px;
    font-weight: 400;

}
#position2
{
  height:30em;
display: flex;
align-items: center;
justify-content: center
}
#SpaceDesign
{
  height:30em;
  display: flex;
  align-items: center;
  justify-content: center

}
#SpaceDesign-image
{
  height:30em;
  display: flex;
  align-items: center;
  justify-content: center
}
#DigitalDesign
{
    height:30em;
    display: flex;
    align-items: center;
    justify-content: center;
    height:30em;
  display: flex;
  align-items: center;
  justify-content: center
}
#DigitalDesign-image
{
    height:30em;
  display: flex;
  align-items: center;
  justify-content: center

}
#EditorialDesign
{
    height:30em;
  display: flex;
  align-items: center;
  justify-content: center;
  height:30em;
  display: flex;
  align-items: center;
  justify-content: center
}
  #EditorialDesign-image
      {
              height:30em;
            display: flex;
            align-items: center;
            justify-content: center
      }
  #BrandArchitecture
  {
        height:30em;
      display: flex;
      align-items: center;
      justify-content: center
  }
  #BrandArchitecture-image
  {
      height:30em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #Environmental
  {
      height:30em;
      display: flex;
      align-items: center;
      justify-content: center;
      height:30em;
      display: flex;
      align-items: center;
      justify-content: center
  }
  #Environmental-image
  {
            height:30em;
          display: flex;
          align-items: center;
          justify-content: center
  }

.emptyspace
{
  height:80px;
}
.emptyspace3{
  height: 40px;
}
.emptyspace2
{
  height:70px;
}
.emptyspace
{
  height:120px;
}
.heading
{
  font-size:78px;
  line-height:88px;
  font-weight:700;
  text-align:center;
}
.h4style
{
  font-size: 18px;
  line-height:200%;
  font-weight:500;
  text-align:center;
}
.h1style
{
    font-weight: bold;
    text-align: center;
    font-size: 36px;
}
/*page 3 css*/
#pagestyle{
  margin-left: 5%;
  margin-right: 5%;
}
#pagestyle1{
  margin-left: 5%;
  margin-right: 5%;
}
.container {
  position:relative;
   box-shadow: 0 2px 8px 0 rgba(1,1,1,.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 2px;


}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color:rgba(0,0,0,1);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

    border-radius: 2px;
}

.container:hover .overlay {
  opacity: .5;
}

#icon_plus {
  color: white;
  font-size: 50px;
  font-weight:bold;
  position: absolute;
  top: 39%;
  left: 43%;

  text-align: center;
  vertical-align: middle;
}
.moreportfolio{
  text-align: center;
  font-size: 16px;
  color: black;
  text-decoration: underline;
}

/* page 4*/
#teambutton{
  display: none;
}
#myDIV{
  display: none;
}
/* profile content*/


/* pic and text style*/
.page3style{

font-size: 16px;
line-height:27px;
font-weight: 400;
text-align:left;
display: table;

}
.profilepic
{
  width:100%;
  height: auto;
  vertical-align: middle;
}
.profilepic3{
  width:100%;
  height: auto;
  vertical-align: middle;
}

.card {
/*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  max-width: 320px;
  background-color: #fefefe;
  border-radius: 10px;
    margin: auto;


}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 18%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;

  width: 30%;

  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */



.modal-header {
  padding: 2px 16px;
  text-align: center;
  color: black;
  border: none;
  padding-top:20px;
}

.modal-body {color: #000;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content

.modal-content {
    vertical-align: middle;
    background-color: #fefefe;
    border: 1px solid #888;
    width:100%
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}*/

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
#closestyle {
    color:#847e7e;
align-items:right;
display: block;
    font-size: 35px;
    font-weight:900;
    padding-left: 12px;
}

#closestyle:hover,
#closestyle:focus {
    color:black;
    text-decoration: none;
    cursor: pointer;
}




  .profilepic2
  {
    width:100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .title{
    text-align: justify;
    padding-left:20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;


  }

  /* 6th page*/

  .input{
          width: 100%;
          margin-bottom: 23px;
          padding: 10px 15px;
          border: 2px solid #f0f0f0;
          outline: 0;
          font-size: 14px;
          line-height: 24px;
          font-weight: 400;
          background-color: #fff;
          color: #5a5a5a;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;

  }
  .controlsubmit {
    display: inline-block;
    width: auto;
    height: 47px;
    line-height: 43px;
    padding: 0 37px;
    border: 2px solid #3a6ee8;
        border-top-color:black;
        border-right-color: black;
        border-bottom-color: black;
        border-left-color: black;
    font-size: 12px;
    letter-spacing: .6px;
    font-weight: 700;
    font-family: inherit;
    color: black;
    background-color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
}
.controlsubmit:hover{
  background-color: black;
  color: white;

}
#mymap{
  padding-bottom:0px;
height: 400px;
}

.fa {
  font-size: 20px;
width: 35px;
height: 35px;
text-decoration: none;
border-radius: 50%;
text-align: center;
padding-top: 7px;

}

.fa:hover {
    opacity: .8;
}

.fa-facebook {
  background: white;
  color: black;
}
.fa-google {
  background: white;
  color: black;
}

.fa-linkedin {
  background: white;
  color: black;
}

.fa-youtube {
  background: white;
  color: black;
}

.fa-instagram {
  background: white;
  color: black;
}

.fa-dribbble {
  background: white;
  color: black;
}




#position3
{

padding-top: 31%;

display: block;
    align-items: center;
    justify-content: center;

}
#position4
{

padding-top: 20%;

display: block;
    align-items: center;
    justify-content: center;

}
/* heritage page styles*/
.portfolio-subclass{
  font-size: 68px;
  text-align: center;
  font-weight: 700;
  color: #121212;
}

#imagestyle{
  width: 100%;
  height:auto;
  margin-top: 46px;
 

}
#makeing-details{
  margin-left:46px;
  margin-top:46px;
  color:#121212;
  text-align: left;
}

#row-with-gap{
  margin-bottom:46px;
  margin-top:46px;
}


.dropdown{
  display: none;
}

#mobilhead{
  display: none;
}
#mobilhead2{
  display: none;
}

.portlogo{
  width: auto;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#portfoliologo{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#commingsoon{
  display: flex;
  align-items: center;
  justify-content: center;

margin-top: 20%;
}
.indflg{
  height: 100px;
  width: 150px
}






@media only screen and (max-width: 600px)
{
  #gif {
      position: absolute;
      width: 100%;
      height: 100%;
      margin-top: 92px;
      margin-left: 5px;
      background-color: white;
    }

    .graphic {
      display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    height: 100%;

    }
    #myHeader{
      display: none;
    }

    .logo3 {
    width: 50px;
    height: auto;
    margin:0px;
    display: flex;
    text-align: center;
       justify-content: center;
       align-items: center;
       margin-top: 0px;
       position: fixed;
       right:40%;
       z-index: 10000;
       background-color: white;
       background-size: 100%;
  }
 
  #mobilhead{
    display: flex;
    text-align: center;
       justify-content: center;
       align-items: center;
       position:absolute;
       z-index: 1001;
      
      
  
  }
  #mobilhead2{
    position: fixed;
       background-color: white;
       background-size: 100%;
       z-index: 100;
       width: 100%;
       height: 70px;
       display:inline-block;
  
  }
  
  .dropdown {
    position: fixed;
    display: inline-block;
    margin: 0px;
    margin-top: 28px;
   }





    p{
      text-align: center;
    }


    #menubar{
      display: none;
    }




  #dropbtn {

      
      font-size: 16px;
      border: none;
      cursor: pointer;
      margin-left: -7px;
      margin: 0px;
      padding: 0px;

  }

 

  
  .dropdown-content a:hover{
    text-decoration: underline;
    color: black;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.6s;
    animation-name: animatetop;
    animation-duration: 0.6s;
  }

  .dropdown-content {
    font-size: 16px;
      display: none;
      position: absolute;
      background-color: white;
      width:100%;
      overflow: auto;
      text-align: left;
      z-index: 1;
      margin-top: 27px;
      margin-left: -15px;
  }

  .dropdown-content a {
      color: #8d8d8d;
      padding: 12px 16px;
      text-decoration: none;
      text-align: left;
      display: block;
  }



  .show {display: block;}


    .pcontent
    {
        font-size: 16px;
        text-align: justify;
        margin-left:auto;
        margin-right:auto;

    }

    .sky
    {
          font-size: 31px;
      font-weight: 600;
      line-height: 1.2;
      margin-top: 60px;
      text-align: center;
      margin-left: 0px;
}
    #position
    {
        padding-top:65px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 75%;

    }
    #position1
    {
        padding-top: 10px;;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 75%;

    }
    #position2{
      height:10em;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 75%;
    }
    #connt
    {
      display: flex;
      flex-flow: column;
    }
    #SpaceDesign
    {
      height:10em;

    align-items: center;
    justify-content: center;
    width:100%;
    height: 75%;
    order: 2;

    }
    #SpaceDesign-image
    {
      height:10em;

    align-items: center;
    justify-content: center;
     width:100%;
    height: 75%;
    order: 1;
    }
    #DigitalDesign
    {
      height:10em;

    align-items: center;
    justify-content: center;
    width:100%;
    height: 75%;
    order:2;
    }
    #DigitalDesign-image
    {
      height:10em;

    align-items: center;
    justify-content: center;
    width:100%;
    height: 75%;
    order: 1;

    }
    #EditorialDesign
    {
      height:10em;

    align-items: center;
    justify-content: center;
    width:100%;
    height: 75%;
    order: 6;
    }
      #EditorialDesign-image
          {
            height:10em;

          align-items: center;
          justify-content: center;
          width:100%;
          height: 75%;
          order:5;
          }
      #BrandArchitecture
      {
        height:10em;

      align-items: center;
      justify-content: center;
      width:100%;
      height: 75%;
      order:8;
      }
      #BrandArchitecture-image
      {
        height:10em;

      align-items: center;
      justify-content: center;
      width:100%;
      height: 75%;
      order: 7;
      }
      #Environmental
      {
        height:10em;

      align-items: center;
      justify-content: center;
      width:100%;
      height: 75%;
      order: 10;
      }
      #Environmental-image
      {
        height:10em;

      align-items: center;
      justify-content: center;
      width:100%;
      height: 75%;
      order: 9;
      }


    .emptyspace
    {
       height:80px;
    }
    .emptyspace2{
      height:30px;
    }

  .heading
  {
    font-size: 45px;
    line-height:25px;
    font-weight:500;

  }
  /* page4*/
  .title{
    text-align: left;
  }

#pagestyle1{
  display: table;
  margin-left: 0px;
  margin-right: 0px;
}
#teamwidth {
    display: table-cell;
    padding-bottom: 20px;
    padding-right: 32px;
    padding-left: 5%;
    width: 34%;

}

.member{
  display: table;
}

#contactwidth{
display: table-cell;

}
.nick-name{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 15%;
padding-left: 4px;
}
.member-name{
  text-align: center;
}

  .page3style{
    display: none;
  }


  .profilepic{
    width:100%;
  }
  .profilepic3{
    width:100%;
  }



  #position3
  {

      height: 9em;
      display: flex;
      align-items: center;
      justify-content: center;

  }
  #position4
  {

      height: 9em;
      display: flex;
      align-items: center;
      justify-content: center;

  }
  .social-media{
    padding-left: 10px;
    vertical-align: middle;
  }
  #imagestyle{
    width: 100%;
    height:auto;
    margin-left: 0px;
    margin-top: 46px;
    margin-right:0px;

  }
  #makeing-details{
    margin-left:0px;
    margin-top:0px;
    color:#121212;
    text-align: left;
  }

  #row-with-gap{
    margin-bottom:46px;
    margin-top:46px;
  }
 
  .emptyspace3{
    height:8em;
  }

  .emptyspace3{
    height: 20px;
  }

  .portfolio-subclass{
    font-size: 68px;
    text-align: center;
    font-weight: 700;
    color: #121212;
  }
  #teambutton{
    display:inline-block;
  }
  #myDIV{
    display: none;
  }



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 35%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;

  width: 100%;

  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */



.modal-header {
  padding: 2px 16px;
  text-align: center;
  color: black;
  border: none;
  padding-top: 20px;
}

.modal-body {color: #000;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content*/
.indflg{
  height: 50px;
  width:80px;
}



}


@media only screen and (min-device-width: 599px) and (max-device-width: 800px){
  




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 28%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;

  width: 50%;

  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */



.modal-header {
  padding: 2px 16px;
  text-align: center;
  color: black;
  border: none;
  padding-top: 20px;
}

.modal-body {color: #000;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content*/
.indflg{
  height: 50px;
  width:80px;
}




}

@media only screen and (min-device-width: 800px) and (max-device-width: 1000px){
  




  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 23%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
  
    width: 50%;
  
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  
  
  
  .modal-header {
    padding: 2px 16px;
    text-align: center;
    color: black;
    border: none;
    padding-top: 20px;
  }
  
  .modal-body {color: #000;}
  
  .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
  }
  
  /* Modal Content*/
  .indflg{
    height: 100px;
    width:150px;
  }
  
  
  
  
  }

  @media only screen and (min-device-width: 1001px) and (max-device-width: 1200px){
  




    /* The Modal (background) */
    .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      padding-top: 16%; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    
    /* Modal Content */
    .modal-content {
      position: relative;
      background-color: #fefefe;
      margin: auto;
      padding: 0;
    
      width: 50%;
    
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      -webkit-animation-name: animatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: animatetop;
      animation-duration: 0.4s
    }
    
    /* Add Animation */
    @-webkit-keyframes animatetop {
      from {top:-300px; opacity:0} 
      to {top:0; opacity:1}
    }
    
    @keyframes animatetop {
      from {top:-300px; opacity:0}
      to {top:0; opacity:1}
    }
    
    /* The Close Button */
    
    
    
    .modal-header {
      padding: 2px 16px;
      text-align: center;
      color: black;
      border: none;
      padding-top: 20px;
    }
    
    .modal-body {color: #000;}
    
    .modal-footer {
      padding: 2px 16px;
      background-color: #5cb85c;
      color: white;
    }
    
    /* Modal Content*/
    .indflg{
      height: 100px;
      width:150px;
    }
    
    
    
    
    }