/* DESKTOP SETTINGS*/
/* Hide short text by default (resolution > 895px)*/
.phone-text { 
    display: none; /*hide phone-text class*/
    font-size: .75rem;/*.75rem=======new from green  buttons*/
}




/*--------Chat bot btn----------*/
.chatBtn{
    position: relative;
    top: 45px;
    left: 30px;
    z-index: 4;
}
/*--------chat Btn end----------*/

.chatBtn-phone {
    display: none;
}






.phone-t-help { 
    display: none; 
}

.desktop-logo {
        margin-top: 0px;/*18px----------------*/
        flex-align: top;
}

.phone-logo { /*hide phone logo*/
    display: none;
}

.overlayTitles-desktop {font-size: 2rem;} /*desktop text titles*/
.overlayText-desktop {font-size: 1.5rem;} /*desktop text*/
.overlayCLoser-desktop {font-size: 1rem;} /*desktop text closer*/

/* END DESKTOP SETTINGS*/


/*==========PHONE SETTINGS - MEDIA CALL============================================*/
/* PHONE STUFF - When resolution <= 895px, hide full text and show short text*/
@media (max-width: 895px) {
    #overlay {font-size: 4px;}


/*pan-y="none"---------------turns off scrolling/y-panning--------------------------*/



.chatBtn-phone {
    background-color:red;
    overflow: scroll;
    display: block;
}


.phone-text { 
    display: inline-block; 
/*padding: 20%;--Sets overlay text responsive margin from left edge*/
  position: absolute;
  top: 40%;
  right: 200px;/*10px; 30%;*/
/*  font-size: 1.5vw;*/
  color: white;/*white*//*----------------------------------------------About overlay phone text color----------------*/
  transform: translate(-50%,-50%);/*(-50%, -50%*/
  -ms-transform: translate(-50%,-50%);
    }
    
.phone-t-help { 
    display: inline-block; 
  position: absolute;
  top: 5%;
  right: 200px;/*10px; 30%;*/
  color: white;/*----------------------------------------------Help overlay phone text color----------------*/
  transform: translate(-50%,-50%);/*(-50%, -50%*/
  -ms-transform: translate(-50%,-50%);
    }
    
    
    .desktop-text { display: none; }
    
    .phone-logo { 
        display: inline-block; 
        margin-top: 18px;/*18px----------------*/
        margin-left: 288px;/*288px*/
    }
    
    .desktop-logo {display: none; }
    
    .overlayTitles-phone {font-size: 1.25rem;}/*1.25rem*/
    .overlayText-phone {font-size: .9rem;}
    .overlayCLoser-phone {font-size: .85rem;}

}/*----------------------------------------------------------------------Phone END-----------------------*/




/*==========================DESKTOP SETTINGS for overlays  =========*/
#overlay { /*-------HELP----------*/
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;/*50;-/0;-------------------------------------------------*/
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
opacity:.71;/*darkness of overlay background*/
  z-index: 2;
  cursor: pointer;
}
#text{
/*overflow: scroll;--------------------------------------------------------------disappears text if activated----------------------------*/
    padding: 20%;/*Sets overlay text responsive margin from left edge*/
  position: absolute;
  top: 28rem;/*22rem,  40%*/
  left: 30rem;/*30%*/
/*  font-size: 1.5vw;*/
  color: white; /*-red---------------------------------------------overlay desktop text color----------------*/
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

#overlay2 { /*-------ABOUT----------*/
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;/*50;-/0;-------------------------------------------------*/
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
opacity:.71;/*darkness of overlay background*/
  z-index: 2;
  cursor: pointer;
}
#text2{
/*overflow: scroll;------------------------------------------------------------------------------------------*/
    padding: 20%;/*Sets overlay text responsive margin from left edge*/
  position: absolute;
  top: 22rem;/*40%*/
  left: 30rem;/*30%*/
/*  font-size: 1.5vw;*/
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

/*
@media screen and (min-width: 601px) {
  div.example {
    font-size: 80px;
  }
}
*/

/*------------------responsive text above------------------------------*/

model-viewer {
  width: 100%;
  height: 90%;
 background-color: grey;/*#ffffff; - bkgd filler while model loads, if not coverd by poster*/
}



/*--------color picker dropdown----------*/
.controls{
    background-color: rgba(255, 255, 255, 0.5);
    width: fit-content;
    height: fit-content;
    padding-top: 5px;/*10px*/
    padding-bottom: 6px;/*10px*/
    padding-right: 25px; /*25px*/
    padding-left: 15px; /*25px*/
    position: relative;
    top: 35px;/*45px----------------------------color picker height--------------------------*/
    left: 30px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    z-index: 4;
}
/*--------color picker dropdown----------*/



@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
}

/* ///////////..utility classes../////////// */

.container {
/*  max-width: 1200px; -------not sure but don't want to restrict model view size*/
  width: 95%;/*90%*/
  margin: auto;
}

.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: small;
}

.btn-primary {
  color: #fff;/*#fff-----------------------------------------------------*/
  background: #16a083;
}

.btn-primary:hover {
  background: #117964;
  transition: background 0.3s ease-in-out;
}

/* ............/navbar/............ *
/* desktop mode............/// */
.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}
.navbar { /*weird extra floating bar at top*/
  box-shadow: 0px 5px /*5px shadow lgth*/ 10px 0px #aaa; /*#aaa; - weird undershadow*/
  position: fixed;
  width: 100%;/*green box width*/
background: white; /*transparent/#fff- wide top menu bkgd color------ transparent-top menu bar-don't know what this bar does----------------------------------*/
  color: #000; /*#000 text and logo text (if not removed, eg Ri) color upper right top menu bar*/
  opacity: 0.85;
  height: 50px;/*50px - controls inpenetrable top menu bar slab*/  /*-----------------------------------------------------*/
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}

.menu-items {
  order: 22;/*2;*/
  display: flex;
    @media (max-width: 768px) {
    /* overflow: scroll;*/
    }
}

.menu-items li {
/* background-color: red;-list item buttons right--*/
  list-style: none;
      opacity: 1;/*-------------------------------------------------------------------------------*/
  margin-left: 1.5rem;
/*margin-top: 90px;------------controls space btw buttons--------------------*/
/*  margin-bottom: 0.5rem; */
  font-size: 1.2rem;
}


/*================================================================================================Button controllz=====================================*/
.menu-items button {
z-index: -1; /*----------------------------------------------------------------------------------------------------*/
background-color: white;/*-button color--dodgerblue;--lime green red--------------------------------*/
border-radius: 8px;
padding-right: 15px;/*15px-------------------------------------------------------------------------*/
padding-left: 15px;
padding-top: 5px;/*5px-----------------------------------------------------------------------------*/
padding-bottom: 5px;
}
/*================================================================================================Button controllz=====================================*/


.menu-items a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
  color: #117964;
  transition: color 0.3s ease-in-out;
}

.logo {
  order: 1;
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
  margin-top:20px; /*0.5rem;======================================= PUSHES LOGO down======================================================*/
  
}

/* ............//// Showcase styling ////......... */
.showcase-area {
  height: 900px;/*600px----------model height-------------------*/
  background: linear-gradient(
      rgba(240, 240, 240, 0.144),
      rgba(255, 255, 255, 0.336)
    ),

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showcase-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.6rem;
}

.main-title {
  text-transform: uppercase;
  margin-top: 1.5em;
}



/*---------KEYFRAMES-----------------*/
@keyframes about-img-animation {
  100% {
    transform: translate(0);
  }
}

@keyframes about-text-animation {
  100% {
    transform: translate(0);
  }
}
/*---------KEYFRAMES-----------------*/



/* ......../ media query /.......... */

@media (max-width: 768px) {
  .navbar {
    opacity: 0.95;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items { /*-----------------------phone slideout menu --------------------*/
overflow:scroll;/*-------------------------allows slideout menu to scroll----------------*/
    padding-top: 55px;/*100px;*/
    background: #fff;/*#fff-----------------------color of slideout bkgd-----------------*/
    opacity: 0.75;
    height: 95vh;/*95vh------------------------------slideout menu height----------------*/
    max-width: 200px;/*300px--phone slideout menu width--*/
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
/*    box-shadow: 5px 0px 10px 0px #aaa;*/
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 5px;/*5px========================================================================*/
    right: 15px;
    font-size: 2rem;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }
  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }
  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }


@media (orientation: landscape) and (max-height: 500px) {
  .showcase-area {
    height: 90vmax; /*50vmax------------------------------------------------------------------50vmax------------------------------------------------------------*/
  }
}