body{
margin: 0;
}
.main, .header, .middle, .bottom {
width: 99%;
height: 24vh;
margin: 5px auto 0 auto;
border: 0 solid #000;
}
.main {
width: 98%;
height: 100vh;  /* only vh for height */
margin: 5px auto 0 auto;
border: 0 solid #000;
}
.header {
width: 99%;
height: 10vh;  
margin: 5px auto 0 auto;
border: 0 solid #000;
}
.header .box1 {
width: 25%;
height: 15vh;
float: left;
border: 0 dotted #000;
margin: 0 0 0 0;
} 
.header .box1 .logo {
width: 70%;
height: 100%;
object-fit: contain;
display: block;
margin: -24px 0 -15px 0;
}
.header .box2 {
width: 30%;
height: 8vh;
float: left;
border: 0 dotted #000;
margin: 5px 0 0 200px;
object-fit: contain;
}
.header .box2 ul {
padding: 0;
margin: 0;
align-items: center;
height: 100%;
margin: 25px 0 0 -60px;
}
.header .box2 ul li {
display: inline;
text-decoration: none;
font-size: 20px;
color: #111;
font-family:Helvetica, sans-serif;
margin: 0 10px 0 30px;
}
.header .box2 ul li a {
text-decoration: none;
color: black;
}
.header .box3 {
width: 20%;
height: 8vh;
float: right;
border: 0 dotted #000;
margin: 5px 5px 0 0;
} 
.header .box3 .usericon {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
margin: 0 0 0 90px;
}
.signup-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-content {
  background: #e9e9e9;
  width: 700px;
  max-width: 90%;
  padding: 40px 45px;
  position: relative;
  box-sizing: border-box;
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
}
.mandatory-note {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}
.mandatory-note span,
.popup-content label span {
  color: red;
}
.popup-content form {
  display: flex;
  flex-direction: column;
}
.popup-content label {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 18px;
}
.popup-content input[type="text"],
.popup-content input[type="email"],
.popup-content input[type="password"] {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: 1px solid #999;
  background: #fff;
  box-sizing: border-box;
}
.checkbox-row {
  margin-top: 22px;
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
.checkbox-row label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.submit-btn {
  width: 100%;
  background: black;
  color: white;
  border: none;
  padding: 18px;
  font-size: 20px;
  cursor: pointer;
  margin-top: 20px;
}
.login-text {
  text-align: center;
  margin-top: 30px;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
.login-text a {
  color: black;
  text-decoration: underline;
}
.video {
width: 98%;
height: 88vh;
margin: 5px auto 0 auto;
border: 0 solid #000;
position:absolute;
z-index: -1;
}
.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.imageipad {
width: 98%;
height: 88vh;
margin: 5px auto 0 auto;
border: 0 solid #000;
position:absolute;
z-index: -2;
}
.imageipad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.middle { 
width: 90%;
height: 30vh;
margin: 200px auto 0 auto;
border: 0 solid #000;
}
.middle .box4 {
    width: 25%;
    height: auto;
    float: left;
    margin: -5px 0 0 30px;
    color: white;
    border: none;
    font-family: Helvetica, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    position: absolute;
    left: 6%;
    top: 48%;
    z-index: 2;
    border: 0 solid #000;
}

.middle .box4 p {
    margin: 0 0 6px 0;
    white-space: nowrap;
    overflow: hidden;
}
.typewriter {
    width: 7ch;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid white;
    animation: typing1 1.5s steps(5, end) forwards,
               hideCursor 0s linear 1.5s forwards;
}
.typewriter2 {
    width: 13ch;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid white;
    animation: typing2 2s steps(11, end) forwards 1.6s,
               hideCursor 0s linear 3.6s forwards;
}
.typewriter3 {
    width: 15ch;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid white;
    animation: typing3 2s steps(13, end) forwards 3.7s,
               hideCursor 0s linear 5.7s forwards;
}

@keyframes typing1 {
    from { width: 0; }
    to { width: 7ch; }
}

@keyframes typing2 {
    from { width: 0; }
    to { width: 13ch; }
}

@keyframes typing3 {
    from { width: 0; }
    to { width: 15ch; }
}

@keyframes hideCursor {
    to { border-right-color: transparent; }
}

.middle .box5 {
    width: 25%;
    height: auto;
    color: white;
    border: none;
    font-family: Helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    font-size: 28px;
    left: 42%;
    top: 48%;
    z-index: 2;
    margin: 30px 0 0 -40px;
}

.middle .box5 p {
    margin: 0 0 2px 10px;
    white-space: nowrap;
    overflow: hidden;
}

.typewriter4 {
    width: 19ch;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid white;
    display: inline-block;
    animation: typing4 2.5s steps(16, end) forwards,
               hideCursor 0s linear 2.5s forwards;
}


@keyframes typing4 {
    from { width: 0; }
    to { width: 19ch; }
}

@keyframes hideCursor {
    to { border-right-color: transparent; }
}



.middle .box6 {
    width: 25%;
    height: 20vh;
    float: right;
    font-family: Helvetica, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: white;
    border: 0 dotted #000;
      margin: 115px 40px 0 0;
}

.middle .box6 p {
     margin:  0 0 6px 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    border-right: 2px solid white;
}

/* line 1 */
.typewriter5 {
    animation:
        typing5 2s steps(25, end) forwards,
        blink 0.7s step-end 4,
        hideCursor 0s 2.8s forwards;
}

/* line 2 */
.typewriter6 {
    animation:
        typing6 2s steps(21, end) 2.2s forwards,
        blink 0.7s step-end 2.2s 4,
        hideCursor 0s 5s forwards;
}

/* line 3 */
.typewriter7 {
    animation:
        typing7 2s steps(16, end) 4.4s forwards,
        blink 0.7s step-end 4.4s 4,
        hideCursor 0s 7.2s forwards;
}

@keyframes typing5 {
    from { width: 0; }
    to { width: 25ch; }
}

@keyframes typing6 {
    from { width: 0; }
    to { width: 21ch; }
}

@keyframes typing7 {
    from { width: 0; }
    to { width: 16ch; }
}

@keyframes blink {
    50% { border-color: transparent; }
}

@keyframes hideCursor {
    to { border-right-color: transparent; }
}

.middle .box7ipadphone {
    width: 50%;
    height: 50vh;
    float: right;
    font-family: Helvetica, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: white;
    border: 0 dotted #000;
    margin: 115px -250px 100px 0;
    display: none;
}   

.middle .box7ipadphone p {
    margin: 0 0 20px 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    border-right: 2px solid white;
}

.typewriter8 {
    animation:
        typing8 2s steps(16, end) forwards,
        blink 0.7s step-end 4,
        hideCursor 0s 2.8s forwards;
}

@keyframes typing8 {
    from { width: 0; }
    to { width: 30ch; }
}

@keyframes blink {
    50% { border-color: transparent; }
}

@keyframes hideCursor {
    to { border-right-color: transparent; }
}

.bottom {
    width: 20%;
    height: 15vh;
    margin: 70px auto -10px 575px;
    position: relative;
    border: 0 solid #000;
}

.bottom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.bottom p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    text-align: center; }

    .bottom .bottomnext a {
  text-decoration: none;
  color: white;
}


.hamburger-panel {
  width: 100%;
  height: 170px;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -20;
  display: none;
}



/* MEDIA QUERY TABlET 1100-1500*/
 @media only screen and (max-width:1400px) {

  div div{
  background-color: transparent;
  }
.main, .header, .middle, .bottom {
width: 99%;
height: 24vh;
margin: 5px auto 0 auto;
border: 1px solid #000;
}

.main {
width: 98%;
height: 100vh;  /* only vh for height */
margin: 5px auto 0 auto;
border: 0 solid #000;
}

.header {
width: 99%;
height: 10vh;  
margin: 5px auto 0 auto;
border: 0 solid #000;
}

.header .box1 {
width: 40%;
height: 12vh;
float: left;
border: 0 dotted #000;
margin: 5px 0 0 5px;
} 

.header .box2 {
width: 50%;
height: 8vh;
float: left;
border: 0 dotted #000;
margin: 10px 0 0 -30px;
z-index: 100;

} 

.header .box2 ul li {
    font-size: 20px;
  padding: 1%;
  }



.header .box3 {
  width: 15%;
  height: 6vh;
  position: absolute;
  top: 20px;
  right: 0;
  border: 0 dotted #000;
  margin: 0;
}

.header .box3 p {
  display: none;
}

.header .box3 .usericon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0;
}

.user-icon {
  cursor: pointer;
}

.signup-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: Helvetica, sans-serif;
}

.signup-popup.active {
  display: flex;
}

.popup-content {
  background: #e9e9e9;
  padding: 40px;
  width: 500px;
  max-width: 90%;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.popup-content form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.popup-content input[type="text"],
.popup-content input[type="email"],
.popup-content input[type="password"] {
  padding: 12px;
  font-size: 16px;
}

.popup-content button[type="submit"] {
  background: black;
  color: white;
  border: none;
  padding: 15px;
  font-size: 20px;
  cursor: pointer;
}

.video {
width: 98%;
height: 88vh;
margin: 5px auto 0 auto;
border: 1px solid #000;
background-color: blue;
opacity: 0.5;
position:absolute;
z-index: -1;
display: none;
}

.imageipad {
width: 98%;
height: 88vh;
margin: 5px auto 0 auto;
border: 0 solid #000;
position:absolute;
z-index: -1;
}

.middle { 
width: 90%;
height: 20vh;
margin: 300px auto 0 auto;
border: 0 solid #000;
font-size: 40px;
}

.middle .box4 {
width: 0;
height: 0h;
float: left; 
background-color: transparent;       
border: 0 solid transparent;
margin: 0 0 0 0;
display: none;

}
.middle .box5 {
width: 35%;
height: 15vh;
float: left;      
border: 0 dotted #000;
margin: 0 0 200px -210px;
}

.middle .box5 p {
    font-size: 50px;}


.middle .box6 {
width: 0;
height: 0h;
float: left; 
background-color: transparent;       
border: 0 solid transparent;
margin: 0 0 0 0;
display: none;
}

.middle .box7ipadphone {
    width: 100%;
    height: 50vh;
    float: right;
    font-family: Helvetica, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: white;
    border: 0 dotted #000;
    margin: 0 250px 100px 0;
    position:absolute;
    display: block;
    z-index: 3;
}  

.middle .box7ipadphone p {
    margin: 200px 0 0 190px;
    font-size: 20px;

}

.bottom { 
  width: 50%;
  height: 8vh;
  position: absolute;
  top: 58%;
  left: 50%;
  margin: 100px 0 0 -200px;
  border: 0 solid #000;
  z-index: 6;
}

.bottom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.bottom .bottomnext {
  width: 98%;
  height: 98%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.bottom .bottomnext p {
  font-size: 20px;
}

 .bottom .bottomnext a {
  text-decoration: none;
  color: white;
}

.hamburger-panel {
  width: 100%;
  height: 170px;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -20;
  display: none;
}







 /* MEDIA QUERY PHONE 400-1100*/
  @media only screen and (max-width:800px) {
   
 div div{
  background-color: transparent;
  }

  .main, .header, .middle, .bottom {
width: 99%;
height: 24vh;
margin: 5px auto 0 auto;
border: 1px solid #000;
}

.main {
  width: 98%;
  height: 100vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
  position: relative;
}



.header {
  width: 99%;
  height: 12vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
  position: relative;
}

.header .box1 {
  width: 100%;
  height: 12vh;
  float: none;
  border: 0 dotted #000;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .box1 .logo {
  width: 75%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.header .box2 {
width: 50%;
height: 8vh;
float: left;
border: 0 dotted #000;
margin: 10px 0 0 -30px;
display: none;

} 

.header .box2 ul li {
    font-size: 20px;
    display: none;
}

.header .box3 {
  width: 15%;
  height: 6vh;
  position: absolute;
  top: 20px;
  right: 0;
  border: 0 dotted #000;
  margin: 0;
}

.header .box3 p {
  display: none;
}

.header .box3 .usericon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
  margin: 0;
}
.video {
width: 98%;
height: 88vh;
margin: 5px auto 0 auto;
border: 1px solid #000;
background-color: blue;
opacity: 0.5;
position:absolute;
z-index: -1;
display: none;
}

.imageipad {
width: 98%;
height: 88vh;
margin: 5px auto 0 auto;
border: 0 solid #000;
position:absolute;
z-index: -1;
}

.middle { 
width: 90%;
height: 20vh;
margin: 300px auto 0 auto;
border: 0 solid #000;
font-size: 40px;
}

.middle .box4 {
width: 0;
height: 0h;
float: left; 
background-color: transparent;       
border: 0 solid transparent;
margin: 0 0 0 0;
display: none;

}
.middle .box5 {
width: 35%;
height: 15vh;
float: left;      
border: 0 dotted #000;
margin: 0 0 200px -130px;
}

.middle .box5 p {
    font-size: 30px;}


.middle .box6 {
width: 0;
height: 0h;
float: left; 
background-color: transparent;       
border: 0 solid transparent;
margin: 0 0 0 0;
display: none;
}

.middle .box7ipadphone {
    width: 100%;
    height: 50vh;
    float: right;
    font-family: Helvetica, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: white;
    border: 0 dotted #000;
    margin: 0 250px 100px 0;
    position:absolute;
    display: block;
    z-index: 3;
}  

.middle .box7ipadphone p {
    margin: 20px 0 0 20px;
    font-size: 20px;

}


.bottom { 
width: 50%;
height: 20vh;
margin: 10px auto 0 auto; 
border: 0 solid #000;
display: none;
}
.bottom .bottomnext {
width: 100%;
height: 15vh;
border: 0 dotted #000;
margin: 10px auto 0 auto;
}
.bottom .bottomnext p {
    font-size: 15px;}




.hamburger-panel {
  width: 100%;
  height: 170px;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 20;
  display: block;
}

.hamburger-line {
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  position: absolute;
  top: 48px;
  left: 0;
}

.hamburger-button {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: black;
  border: none;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.hamburger-button span {
  width: 24px;
  height: 3px;
  background: white;
  display: block;
  border-radius: 2px;
  transition: 0.3s ease;
}

.hamburger-button.open span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

.hamburger-button.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-button.open span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

.hamburger-menu {
  width: 100%;
  background: #f3f3f3;
  position: absolute;
  top: 48px;
  left: 0;
  padding: 70px 0 28px 0;
  display: none;
  text-align: center;
  z-index: 22;
}

.hamburger-menu a {
  display: block;
  text-decoration: none;
  color: black;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  margin: 18px 0;
  letter-spacing: 1px;
}

.hamburger-menu.show {
  display: block;
}

.hamburger-iconbox {
  width: 54px;
  height: 54px;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  background: #f7f7f7;
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 26;
}
  }
}

/* SECOND PAGE*/

.mainexplore, .headerlogo, .leftside, .rightside {
  width: 99%;
  height: 24vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.mainexplore {
  width: 98%;
  height: 100vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerlogo {
  width: 99%;
  height: 10vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerlogo .boxlogo {
  width: 25%;
  height: 15vh;
  float: left;
  border: 0 dotted #000;
  margin: 0 0 0 0;
}

.headerlogo .boxlogo .logo {
  width: 70%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: -24px 0 -15px 0;
}

.headerlogo .icon {
width: 20%;
height: 8vh;
float: right;
border: 0 dotted #000;
margin: 5px 5px 0 0;
} 



.headerlogo .icon .usericon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 0 0 90px;
}



.leftside {
  width: 47%;
  height: 60vh;
  float: left;
  border: 0 solid red;
  margin: 10px 0 0 -370px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.leftside .picture1 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.lefttext-wrap {
  width: 47%;
  float: left;
  clear: left;
  margin: 10px 0 0 10px;
  box-sizing: border-box;
}

.lefttext-wrap .lefttext-title {
  width: 70%;
}

.lefttext-wrap .lefttext-title p {
  margin: 0;
}

.lefttext-wrap .typewriter-title {
  font-family: Helvetica, sans-serif;
  font-size: 35px;
  line-height: 1.05;
  text-transform: uppercase;
  color: black;
  overflow: hidden;
  display: inline-block;
  border-right: 2px solid black;
  white-space: normal;
  width: 0;
  animation: typingTitle 3s steps(60, end) forwards,
             hideCursor 0s linear 3s forwards;
}

@keyframes typingTitle {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hideCursor {
  to { border-right-color: transparent; }
}

.rightside {
  width: 47%;
  height: 60vh;
  float: right;
  border: 0 solid red;
  margin: -519px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.rightside .picture2 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.rightside .picturephone {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}
.righttext {
  width: 40%;
  float: right;
  margin: 12px 0 -20px 10px;
  box-sizing: border-box;
}

.righttext p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: black;
  margin: 0;
  position: absolute;
  margin: 12px 0 0 -100px;
}


/* exploreeee MEDIA QUERY TABlET 1100-1500*/
/* MEDIA QUERY TABLET 1100-1500 */
@media only screen and (max-width:1400px) {

  div div {
    background-color: transparent;
  }
.mainexplore, .headerlogo, .leftside, .rightside {
  width: 99%;
  height: 24vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.mainexplore {
  width: 98%;
  height: 100vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerlogo {
  width: 99%;
  height: 1ovh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerlogo .boxlogo {
  width: 40%;
  height: 12vh;
  float: left;
  border: 0 dotted #000;
  margin: 0 0 0 0;
}

.headerlogo .boxlogo .logo {
  width: 70%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: -24px 0 -15px 0;
}

.headerlogo .icon {
width: 20%;
height: 8vh;
float: right;
border: 0 dotted #000;
margin: 5px 5px 0 0;
} 



.headerlogo .icon .usericon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
    margin: 0 0 0 90px;
}



.leftside {
  width: 47%;
  height: 60vh;
  float: left;
  border: 0 solid red;
  margin: -65px 0 0 -370px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.leftside .picture1 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.lefttext-wrap {
  width: 50%;
  float: left;
  clear: left;
  margin: 20px 0 0 10px;
  box-sizing: border-box;
}

.lefttext-wrap .lefttext-title {
  width: 75%;
}

.lefttext-wrap .lefttext-title p {
  margin: 0;
}

.lefttext-wrap .typewriter-title {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.05;
  text-transform: uppercase;
  color: black;
  overflow: hidden;
  display: inline-block;
  border-right: 2px solid black;
  white-space: normal;
  width: 0;
  animation: typingTitle 3s steps(60, end) forwards,
             hideCursor 0s linear 3s forwards;
}

@keyframes typingTitle {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hideCursor {
  to { border-right-color: transparent; }
}

.rightside {
  width: 98%;
  height: 65vh;
  float: right;
  border: 0 solid red;
  margin: -150px 0 0 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.rightside .picture2 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
  
}

.rightside .picturephone {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.righttext {
  width: 40%;
  float: right;
  margin: -65px 0 0 10px;
  box-sizing: border-box;
}

.righttext p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: black;
  margin: 0;
  position: absolute;
  margin: 0 0 0 -100px;
}
}

/* MEDIA QUERY PHONE 400-1100*/
  @media only screen and (max-width:800px) {
   
 div div{
  background-color: transparent;
  }
.mainexplore, .headerlogo, .leftside, .rightside {
  width: 99%;
  height: 24vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.mainexplore {
  width: 98%;
  height: 100vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerlogo {
  width: 99%;
  height: 1ovh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerlogo .boxlogo {
  width: 40%;
  height: 12vh;
  float: left;
  border: 0 dotted #000;
  margin: 0 0 0 0;
}

.headerlogo .boxlogo .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: -24px 0 -15px 0;
}

.headerlogo .icon {
width: 20%;
height: 8vh;
float: right;
border: 0 dotted #000;
margin: 5px 5px 0 0;
} 



.headerlogo .icon .usericon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
    margin: 0 0 0 90px;
}



.leftside {
  width: 100%;
  height: 60vh;
  float: left;
  border: 0 solid red;
  margin: 10px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.leftside .picture1 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.lefttext-wrap {
  width: 100%;
  float: left;
  clear: left;
  margin: -80px 0 0 0;
}

.lefttext-wrap .lefttext-title {
  width: 50%;
}

.lefttext-wrap .lefttext-title p {
  margin: 0 0 0 0;
  border: #000 0 solid;
}

.lefttext-wrap .typewriter-title {
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.05;
  text-transform: uppercase;
  color: black;
  overflow: hidden;
  display: inline-block;
  white-space: normal;
  width: 50%;
  animation: typingTitle 3s steps(20, end) forwards,
             hideCursor 0s linear 3s forwards;
}

@keyframes typingTitle {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hideCursor {
  to { border-right-color: transparent; }
}




.rightside {
  width: 98%;
  height: 65vh;
  float: right;
  border: 0 solid red;
  margin: -120px 0 0 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.rightside .picture2 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.rightside .picturephone {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.righttext {
  width: 40%;
  float: right;
  margin: -80px 0 0 10px;
  box-sizing: border-box;
    display: none;
}

.righttext p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: black;
  margin: 0;
  position: absolute;
  margin: 0 0 0 -100px;
  display: none;
}


}


/* ARTIST PAGE DESKTOP*/
.mainart, .headerart, .leftside2, .rightside2 {
  width: 99%;
  height: 24vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.mainart {
  width: 98%;
  height: 100vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerart {
  width: 99%;
  height: 10vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerart .logoart {
  width: 25%;
  height: 15vh;
  float: left;
  border: 0 dotted #000;
  margin: 0 0 0 0;
}

.headerart .logoart .logo {
  width: 70%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: -24px 0 -15px 0;
}

.headerart .iconart {
width: 20%;
height: 8vh;
float: right;
border: 0 dotted #000;
margin: 5px 5px 0 0;
} 



.headerart .iconart .usericonart {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 0 0 90px;
}



.leftside2 {
  width: 47%;
  height: 60vh;
  float: left;
  border: 0 solid red;
  margin: 10px 0 0 -370px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.leftside2 .picture1 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.lefttext-wrap2 {
  width: 47%;
  float: left;
  clear: left;
  margin: 10px 0 0 10px;
  box-sizing: border-box;
}

.lefttext-wrap2 .lefttext-title2 {
  width: 70%;
}

.lefttext-wrap2 .lefttext-title2 p {
  margin: 0;
}

.typewriter-title2 {
  font-family: Helvetica, sans-serif;
  font-size: 35px;
  line-height: 1.05;
  text-transform: uppercase;
  color: black;
  overflow: hidden;
  display: inline-block;
  border-right: 2px solid black;
  white-space: normal;
  width: 0;
  animation: typingTitle 3s steps(60, end) forwards,
             hideCursor 0s linear 3s forwards;
}

@keyframes typingTitle {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hideCursor {
  to { border-right-color: transparent; }
}

.rightside2 {
  width: 47%;
  height: 60vh;
  float: right;
  border: 0 solid red;
  margin: -519px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.rightside2 .picture2 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.rightside2 .picturephone {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}
.righttext {
  width: 40%;
  float: right;
  margin: 12px 0 -20px 10px;
  box-sizing: border-box;
}

.righttext p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: black;
  margin: 0;
  position: absolute;
  margin: 12px 0 0 -100px;
}

/* ARTISTTTTT MEDIA QUERY TABlET 1100-1500*/
@media only screen and (max-width:1400px) {

  div div {
    background-color: transparent;
  }
.mainart, .headerart, .leftside2, .rightside2  {
  width: 99%;
  height: 24vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.mainart {
  width: 98%;
  height: 100vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerart {
  width: 99%;
  height: 1ovh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerart .logoart {
  width: 40%;
  height: 12vh;
  float: left;
  border: 0 dotted #000;
  margin: 0 0 0 0;
}

.headerart .logoart .logo {
  width: 70%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: -24px 0 -15px 0;
}

.headerart .iconart {
width: 20%;
height: 8vh;
float: right;
border: 0 dotted #000;
margin: 5px 5px 0 0;
} 



.headerart .iconart .usericonart {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
    margin: 0 0 0 90px;
}



.leftside2 {
  width: 98%;
  height: 60vh;
  float: left;
  border: 0 solid red;
  margin: -145px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.leftside2 .picture1 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.lefttext-wrap2 {
  width: 50%;
  float: left;
  clear: left;
  margin: 20px 0 0 10px;
  box-sizing: border-box;
}

.lefttext-wrap2 .lefttext-title2 {
  width: 75%;
}

.lefttext-wrap2 .lefttext-title2 p {
  margin: 0;
}

.lefttext-wrap2 .typewriter-title2 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.05;
  text-transform: uppercase;
  color: black;
  overflow: hidden;
  display: inline-block;
  border-right: 2px solid black;
  white-space: normal;
  width: 0;
  animation: typingTitle 3s steps(60, end) forwards,
             hideCursor 0s linear 3s forwards;
}

@keyframes typingTitle {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hideCursor {
  to { border-right-color: transparent; }
}

.rightside2 {
  width: 98%;
  height: 65vh;
  float: right;
  border: 0 solid red;
  margin: -150px 0 0 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.rightside2 .picture2 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.rightside2 .picturephone {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.righttext {
  width: 40%;
  float: right;
  margin: 20px 0 0 10px;
  box-sizing: border-box;
}

.righttext p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: black;
  margin: 0;
  position: absolute;
  margin: 0 0 0 -100px;
}
}

/* artist MEDIA QUERY PHONE 400-1100*/
  @media only screen and (max-width:800px) {
   
 div div{
  background-color: transparent;
  }
.mainart, .headerart, .leftside2, .rightside2 {
  width: 99%;
  height: 24vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.mainart {
  width: 98%;
  height: 100vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerart {
  width: 99%;
  height: 1ovh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerart .logoart {
  width: 40%;
  height: 12vh;
  float: left;
  border: 0 dotted #000;
  margin: 0 0 0 0;
}

.headerart .logoart .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: -24px 0 -15px 0;
}

.headerart .iconart {
width: 20%;
height: 8vh;
float: right;
border: 0 dotted #000;
margin: 5px 5px 0 0;
} 



.headerart .iconart .usericonart {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
    margin: 0 0 0 90px;
}



.leftside2 {
  width: 47%;
  height: 60vh;
  float: left;
  border: 0 solid red;
  margin: 10px 0 0 -370px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.leftside2  .picture1 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}
.lefttext-wrap2 {
  width: 100%;
  float: left;
  clear: left;
  margin: 25px 0 0 0;

}

.lefttext-wrap2 .lefttext-title2 {
  width: 60%;
}

.lefttext-wrap2 .lefttext-title2 p {
  margin: -100px 0 0 0;
  border: #000 0 solid;
}

.lefttext-wrap2 .typewriter-title2 {
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.05;
  text-transform: uppercase;
  color: black;
  overflow: hidden;
  display: inline-block;
  white-space: normal;
  width: 100%;
  animation: typingTitle 3s steps(20, end) forwards,
             hideCursor 0s linear 3s forwards;
}

@keyframes typingTitle {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hideCursor {
  to { border-right-color: transparent; }
}






.rightside2 {
  width: 98%;
  height: 65vh;
  float: right;
  border: 0 solid red;
  margin: -120px 0 0 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.rightside2 .picture2 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.rightside2 .picturephone {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.righttext2 {
  width: 40%;
  float: right;
  margin: -80px 0 0 10px;
  box-sizing: border-box;
    display: none;
}

.righttext2 p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: black;
  margin: 0;
  position: absolute;
  margin: 0 0 0 -100px;
  display: none;
}


}


/* exhibition page*/
.mainex, .headerex, .leftside3, .rightside3 {
  width: 99%;
  height: 24vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.mainex {
  width: 98%;
  height: 100vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerex {
  width: 99%;
  height: 10vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerex .logoex {
  width: 25%;
  height: 15vh;
  float: left;
  border: 0 dotted #000;
  margin: 0 0 0 0;
}

.headerex .logoex .logo {
  width: 70%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: -24px 0 -15px 0;
}

.headerex .iconex {
width: 20%;
height: 8vh;
float: right;
border: 0 dotted #000;
margin: 5px 5px 0 0;
} 



.headerex .iconex .usericonex {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 0 0 90px;
}



.leftside3 {
  width: 47%;
  height: 60vh;
  float: left;
  border: 0 solid red;
  margin: 10px 0 0 -370px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.leftside3 .picture1 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.lefttext-wrap3 {
  width: 47%;
  float: left;
  clear: left;
  margin: 10px 0 0 10px;
  box-sizing: border-box;
}

.lefttext-wrap3 .lefttext-title3 {
  width: 70%;
}

.lefttext-wrap3 .lefttext-title3 p {
  margin: 0;
}

.lefttext-wrap3 .typewriter-title3 {
  font-family: Helvetica, sans-serif;
  font-size: 35px;
  line-height: 1.05;
  text-transform: uppercase;
  color: black;
  overflow: hidden;
  display: inline-block;
  border-right: 2px solid black;
  white-space: normal;
  width: 0;
  animation: typingTitle 3s steps(60, end) forwards,
             hideCursor 0s linear 3s forwards;
}

@keyframes typingTitle {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hideCursor {
  to { border-right-color: transparent; }
}

.rightside3 {
  width: 47%;
  height: 60vh;
  float: right;
  border: 0 solid red;
  margin: -519px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.rightside3 .picture2 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.rightside3 .picturephone {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}
.righttext {
  width: 40%;
  float: right;
  margin: 12px 0 -20px 10px;
  box-sizing: border-box;
}

.righttext p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: black;
  margin: 0;
  position: absolute;
  margin: 12px 0 0 -100px;
}

/* exhibition MEDIA QUERY TABlET 1100-1500*/
@media only screen and (max-width:1400px) {

  div div {
    background-color: transparent;
  }
.mainex, .headerex, .leftside3, .rightside3  {
  width: 99%;
  height: 24vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.mainex {
  width: 98%;
  height: 100vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerex {
  width: 99%;
  height: 1ovh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerex .logoex {
  width: 40%;
  height: 12vh;
  float: left;
  border: 0 dotted #000;
  margin: 0 0 0 0;
}

.headerex .logoex .logo {
  width: 70%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: -24px 0 -15px 0;
}

.headerex .iconex {
width: 20%;
height: 8vh;
float: right;
border: 0 dotted #000;
margin: 5px 5px 0 0;
} 



.headerex .iconex .usericonex {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
    margin: 0 0 0 90px;
}



.leftside3 {
  width: 98%;
  height: 60vh;
  float: left;
  border: 0 solid red;
  margin: -145px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.leftside3 .picture1 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.lefttext-wrap3 {
  width: 50%;
  float: left;
  clear: left;
  margin: 20px 0 0 10px;
  box-sizing: border-box;
}

.lefttext-wrap3 .lefttext-title3 {
  width: 50%;
}

.lefttext-wrap3 .lefttext-title3 p {
  margin: 0;
}

.lefttext-wrap3 .typewriter-title3 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.05;
  text-transform: uppercase;
  color: black;
  overflow: hidden;
  display: inline-block;
  border-right: 2px solid black;
  white-space: normal;
  width: 50%;
  animation: typingTitle 3s steps(60, end) forwards,
             hideCursor 0s linear 3s forwards;
}

@keyframes typingTitle {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hideCursor {
  to { border-right-color: transparent; }
}

.rightside3 {
  width: 98%;
  height: 65vh;
  float: right;
  border: 0 solid red;
  margin: -150px 0 0 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.rightside3 .picture2 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.rightside3 .picturephone {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.righttext {
  width: 40%;
  float: right;
  margin: 20px 0 0 10px;
  box-sizing: border-box;
}

.righttext p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: black;
  margin: 0;
  position: absolute;
  margin: 0 0 0 -100px;
}
}

/* exhibition MEDIA QUERY PHONE 400-1100*/
  @media only screen and (max-width:800px) {
   
 div div{
  background-color: transparent;
  }
.mainex, .headerex, .leftside3, .rightside3 {
  width: 99%;
  height: 24vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.mainex {
  width: 98%;
  height: 100vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerex {
  width: 99%;
  height: 1ovh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerex .logoex {
  width: 40%;
  height: 12vh;
  float: left;
  border: 0 dotted #000;
  margin: 0 0 0 0;
}

.headerex .logoex .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: -24px 0 -15px 0;
}

.headerex .iconex {
width: 20%;
height: 8vh;
float: right;
border: 0 dotted #000;
margin: 5px 5px 0 0;
} 



.headerex .iconex .usericonex {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
    margin: 0 0 0 90px;
}



.leftside3 {
  width: 47%;
  height: 60vh;
  float: left;
  border: 0 solid red;
  margin: 10px 0 0 -370px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.leftside3  .picture1 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.lefttext-wrap3  {
  width: 100%;
  float: left;
  clear: left;
  margin: -80px 0 0 10px;
  box-sizing: border-box;
}

.lefttext-wrap3 .lefttext-title3 {
  width: 50%;
}

.lefttext-wrap3 .lefttext-title3 p {
  margin: 0;
}

.lefttext-wrap3 .typewriter-title3 {
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.05;
  text-transform: uppercase;
  color: black;
  overflow: hidden;
  display: inline-block;
  border-right: 2px solid black;
  white-space: normal;
  width: 50%;
  animation: typingTitle 3s steps(60, end) forwards,
             hideCursor 0s linear 3s forwards;
}

@keyframes typingTitle {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hideCursor {
  to { border-right-color: transparent; }
}

.rightside3 {
  width: 98%;
  height: 65vh;
  float: right;
  border: 0 solid red;
  margin: -120px 0 0 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.rightside3 .picture2 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.rightside3 .picturephone {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.righttext3 {
  width: 40%;
  float: right;
  margin: -80px 0 0 10px;
  box-sizing: border-box;
    display: none;
}

.righttext2 p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: black;
  margin: 0;
  position: absolute;
  margin: 0 0 0 -100px;
  display: none;
}


}

/* collect page*/
.mainc, .headerc, .leftside4, .rightside4 {
  width: 99%;
  height: 24vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.mainc {
  width: 98%;
  height: 100vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerc {
  width: 99%;
  height: 10vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerc .logoc {
  width: 25%;
  height: 15vh;
  float: left;
  border: 0 dotted #000;
  margin: 0 0 0 0;
}

.headerc .logoc .logo {
  width: 70%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: -24px 0 -15px 0;
}

.headerc .iconc {
width: 20%;
height: 8vh;
float: right;
border: 0 dotted #000;
margin: 5px 5px 0 0;
} 



.headerc .iconc .usericonc {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 0 0 90px;
}



.leftside4 {
  width: 47%;
  height: 60vh;
  float: left;
  border: 0 solid red;
  margin: 10px 0 0 -370px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.leftside4 .picture1 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.lefttext-wrap4 {
  width: 47%;
  float: left;
  clear: left;
  margin: 10px 0 0 10px;
  box-sizing: border-box;
}

.lefttext-wrap4 .lefttext-title4 {
  width: 70%;
}

.lefttext-wrap4 .lefttext-title4  p {
  margin: 0;
}

.lefttext-wrap4 .typewriter-title4  {
  font-family: Helvetica, sans-serif;
  font-size: 35px;
  line-height: 1.05;
  text-transform: uppercase;
  color: black;
  overflow: hidden;
  display: inline-block;
  border-right: 2px solid black;
  white-space: normal;
  width: 0;
  animation: typingTitle 3s steps(60, end) forwards,
             hideCursor 0s linear 3s forwards;
}

@keyframes typingTitle {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hideCursor {
  to { border-right-color: transparent; }
}

.rightside4 {
  width: 47%;
  height: 60vh;
  float: right;
  border: 0 solid red;
  margin: -519px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.rightside4 .picture2 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.rightside4 .picturephone {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}
.righttext {
  width: 40%;
  float: right;
  margin: 12px 0 -20px 10px;
  box-sizing: border-box;
}

.righttext p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: black;
  margin: 0;
  position: absolute;
  margin: 12px 0 0 -100px;
}





/* collect MEDIA QUERY TABlET 1100-1500*/
@media only screen and (max-width:1400px) {

  div div {
    background-color: transparent;
  }
.mainc, .headerc, .leftside4, .rightside4  {
  width: 99%;
  height: 24vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.mainc {
  width: 98%;
  height: 100vh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerc {
  width: 99%;
  height: 1ovh;
  margin: 5px auto 0 auto;
  border: 0 solid #000;
}

.headerc .logoc {
  width: 40%;
  height: 12vh;
  float: left;
  border: 0 dotted #000;
  margin: 0 0 0 0;
}

.headerc .logoc .logo {
  width: 70%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: -24px 0 -15px 0;
}

.headerc .iconc {
width: 20%;
height: 8vh;
float: right;
border: 0 dotted #000;
margin: 5px 5px 0 0;
} 



.headerc .iconc .usericonc {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
    margin: 0 0 0 90px;
}



.leftside4 {
  width: 98%;
  height: 60vh;
  float: left;
  border: 0 solid red;
  margin: -145px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.leftside4 .picture1 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  border: none;
}

.lefttext-wrap4 {
  width: 40%;
  float: left;
  clear: left;
  margin: 20px 0 0 10px;
  box-sizing: border-box;
}

.lefttext-wrap4 .lefttext-title4 {
  width: 40%;
}

.lefttext-wrap4 .lefttext-title4 p {
  margin: 0;
}

.lefttext-wrap4 .typewriter-title4 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.05;
  text-transform: uppercase;
  color: black;
  overflow: hidden;
  display: inline-block;
  border-right: 2px solid black;
  white-space: normal;
  width: 40%;
  animation: typingTitle 3s steps(60, end) forwards,
             hideCursor 0s linear 3s forwards;
}

@keyframes typingTitle {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hideCursor {
  to { border-right-color: transparent; }
}

.rightside4 {
  width: 98%;
  height: 65vh;
  float: right;
  border: 0 solid red;
  margin: -150px 0 0 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.rightside4 .picture2 {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.rightside4 .picturephone {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
  border: none;
}

.righttext {
  width: 40%;
  float: right;
  margin: 20px 0 0 10px;
  box-sizing: border-box;
}

.righttext p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: black;
  margin: 0;
  position: absolute;
  margin: 0 0 0 -100px;
}
}

