/* RESET CSS ////////////////////////////////////////// */

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






/* FONTS /////////////////////////////////////////////// */

/* app font */
/* app font */
@font-face {
  font-family: "Robo1";
  src: url(fonts/Roboto-Light.ttf);
}

/* restaurant 1 fonts */
@font-face {
  font-family: "Robo2";
  src: url(fonts/Roboto-Medium.ttf);
}

@font-face {
  font-family: "Futura";
  src: url(fonts/futura\ medium\ bt.ttf);
}
@font-face {
  font-family: "AppFont";
  src: url(fonts/Attractive-Regular.otf);
}

/* restaurant 1 fonts */
@font-face {
  font-family: "Rest1FontTitle";
  src: url(fonts/HammersmithOne.ttf);
}

@font-face {
  font-family: "Rest1FontBody";
  src: url(fonts/Quicksand-Regular.otf);
}

@font-face {
  font-family: "Rest1FontBodyBold";
  src: url(fonts/Quicksand-Bold.otf);
}

/* restaurant 2 fonts */
@font-face {
  font-family: "Rest2FontTitle";
  src: url(fonts/AvenirNext.ttc);
}

@font-face {
  font-family: "Rest2FontBody";
  src: url(fonts/Exo-Light.otf);
}

@font-face {
  font-family: "Rest2FontBodyBold";
  src: url(fonts/Exo-Medium.otf);
}

/* restaurant 3 fonts */
@font-face {
  font-family: "Rest3FontTitle";
  src: url(fonts/Gotham-Medium.ttf);
}

@font-face {
  font-family: "Rest3FontBody";
  src: url(fonts/FiraSans-Light.ttf);
}

@font-face {
  font-family: "Rest3FontBodyBold";
  src: url(fonts/FiraSans-Medium.ttf);
}

/* GENERAL APP STYLES /////////////////////////////////// */

body {
  font-size: 14px;
   position: absolute;
  top:10%;
  left:38%;
  background-color: #28282B;
 

  }
  

  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    background-image: url('../css/bckg.jpeg');
  background-size: cover;
  background-repeat: no-repeat;   
    filter: brightness(80%); /* Adjust the percentage to change brightness */
  }
  

main {
  position: absolute;
  width: 375px;
  height: 667px;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  background-color: white;
}

header {
  width: 375px;
  height: 60px;
  position: absolute;
  top: 0;
  padding: 15px;
}

section {
  position: absolute;
  top: 60px;
  width: 375px;
  height: 547px;
  background: #ffffff;
  overflow: auto;
  scrollbar-width: thin; 
  -ms-overflow-style: none; 
  .scroll-container::-webkit-scrollbar {
      display: none;
      -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
section::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  
}}


footer {
  width: 375px;
  height: 60px;
  position: absolute;
  bottom: 0;
  padding-left: 1.1rem;
}

/* SPLASH SCREEN ////////////////////////////////////////// */

#splash {
  background-image: url(../img/splash_back.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
}

#splash header {
  font-family: "Robo2", sans-serif;
  border-bottom: solid 5px #FFF;
  background: #f5a07f;
  font-size: 35px;
  color: #FFF;
  padding: 20px;
  height: 30px;
  text-align: center;
}

#splash img {
  width: 173px;
  height: auto;
}

#splash footer {
  height: 10px;
  background: #f5a07f;
}

/* LANDING SCREEN ///////////////////////////////////////// */

#landing {
   
  background-image: url(../img/landing_back.jpg);
  background-size: cover;
  padding-top: 130px;
  
}

#landing header {
  
  font-family: "Robo2";
  color: #61302a;
  height: 103px;
  padding: 20px;
  margin-top: 2rem;
  font-size: 30px;
  line-height: 100%;
  text-align: right;
}

#landing header img {
  width: 350px;
  height: auto;
  margin-top: -3rem;
  margin-left: -1rem;
}

.landingLogos {
  position: relative;
  padding: 20px;
  padding-top: 0px;
  margin: 10px;
  text-align: center;
 
}

.landingLogos>img{
  transition: .2s;
}
.landingLogos>img:hover{
  cursor: pointer;
  transform: scale(1.02);
  
  
}

.landingLogos:nth-child(4) {
  padding: 20px;
  margin-top: -20px;
}
.landingLogos:nth-child(4) img{
  width: 100%;
  
}

.fineDining {
  position: absolute;
  width: 125px;
  height: auto;
  right: -8px;
  top: 15px;
}

.casualDining {
  position: absolute;
  width: 150px;
  height: auto;
  left: -8px;
  top: 15px;
}

.fastFoodDining {
  position: absolute;
  width: 172px;
  height: auto;
  right: -8px;
  top: 15px;
}

.crispy {
  width: 250px;
  height: auto;
}

#landing footer {
  height: 15px;
  background: #61302a;
}

/* MENU ////////////////////////////////////////////// */

#menu {
  font-family: "AppFont", sans-serif;
  background: #208DE6;
  padding-top: 80px;
}

#backToLanding, .menu1, .menu1, #menuadd{
  font-family: "Futura", sans-serif;
}

#backToLanding img{
  width: 1.2rem;
  margin-right: 1.5rem;
}

.menu1:hover{
  cursor: pointer;
}

.hamburger:hover{
cursor: pointer;
}

#phone{
  position: absolute;
  z-index: 100;
}

#menuadd img, #contact img, #about img{
  margin-right: 1.5rem;
}

.menuDetail{
  padding-top: 3rem;
  margin-left: 3rem;
}

#menu header img {
   width: 21rem;
  
}

.menuBtn {
  padding: 20px;
  color: white;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 100%;
}

.menuBtn img {
  width: 25px;
  height: auto;
  float: left;
  margin-right: 7px;
}

.menuBtn span {
  display: block;
  margin-top: 2px;
}

.contactIcon {
  margin-top: 3px;
}

.add1{
  font-size: 1.1rem;
}

#address-trigger{
  position: absolute;
  margin-left:-1.5rem ;
  box-shadow:0px 1px 15px 5px rgba(0,0,0,0.33);
  width: 20rem;
  padding-top: 2rem;
  text-align: center;
  background-color: rgb(240, 240, 240);
  height: fit-content;
  padding-bottom: 1rem;
  border-radius: 2rem;
}

#contact-trigger{
  position: absolute;
  margin-left:-1.5rem ;
  box-shadow:0px 1px 15px 5px rgba(0,0,0,0.33);
  width: 20rem;
  padding-top: 2rem;
  text-align: center;
  background-color: rgb(240, 240, 240);
  height: fit-content;
  padding-bottom: 1rem;
  border-radius: 2rem;
  margin-top: -4rem;
}
#about-trigger{
  position: absolute;
  margin-left:2rem ;
  margin-top: -8rem;
  box-shadow:0px 1px 15px 5px rgba(0,0,0,0.33);
  width: 20rem;
  padding-top: 2rem;
  text-align: center;
  background-color: rgb(240, 240, 240);
  height: fit-content;
  padding-bottom: 1rem;
  border-radius: 2rem;
}

.add1{
 margin-top: -1rem;
 
  
}

#menuadd:active #address-trigger{
  display: block;
}

.trigger-button {
  border: none;
  margin-top: 1rem;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #3cb0fd;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.trigger-button:hover {
  background: #e34b4b;
  text-decoration: none;
  cursor: pointer;
}

/* SHARED RESTAURANT /////////////////////////////////// */

/* header/footer */

header img {
  width: 35px;
  height: auto;
  float: left;
  margin-right: 85px;
}

header h1 {
  color: #FFF;
}

footer div {
  float: left;
  text-align: center;
  overflow: auto;
  font-size: 12px;
  padding: 10px;
  color: #FFF;
}

footer img {
  height: 25px;
  width: auto;
}

.homeIcon, .specialsIcon, .reservationsIcon {
  transition: all 1s;
}

/* general section */

.logoCon{
  background-color: #6ac672;
  width: 100%;
  height: 7rem;
  padding-left: 1rem;
}

.sectionContainer {
 
text-align: center;

color: #000;
}

/* home section */
.photoAddress , .nightContainer {
  padding-top: 100px ;
 
  padding-left: 1.15rem;
  text-align: center;
  display: flex;
  gap: 12px;
}


p .desc{
 
  font-size: .8rem;
  
}

.desc{
  text-align: left;
  width: 163px;
  
  
}


.homeImg {
  width: 148px;
  height: auto;
  float: left;
  margin-right: 15px;
  margin-left: 1.5px;
  border-radius: .5rem;
}


.photoCount {
  
  padding: 1px;
  text-align: center;
  width: 148px;
  margin-top: -15px;
}

.hours {
  margin-top: 20px;
}

.hours h2 {
  margin-left: 140px;
  padding-right: 10rem;
  text-align: center;
  font-family: "Futura", sans-serif;
  width: 210px;
}

.hours p {
  margin-top: 5px;
}

.reviews {
  margin: 20px;
}
.reviews p{
  font-size: .95rem;
}

.days p{
  font-size: .9rem;
}

.profile {
  text-align: left;
  border-bottom: solid 1px #000;
  overflow: auto;
  padding-bottom: 15px;
}

.profile img {
  width: 50px;
  height: auto;
  float: left;
  margin-right: 15px;
}

.profile p:last-child {
  margin-top: 5px;
}

.reviews p:last-child {
  text-align: left;
  margin-top: 10px;   
}

/* RESTAURANT 1 ////////////////////////////////////// //////////////////////////////*/

/* general */
#rest1 {
  font-family: "Rest1FontBody", sans-serif;
}

/* general section */
#rest1 .sectionContainer {
  border-bottom-color: #342000;
}


#rest1 footer {
  background: #6ac672;
    
  
}

.landing>#logo3>img {
  width: 10%;
}

/* footer subnav */

.homeIcon, .specialsIcon, .reservationsIcon {
  cursor: pointer;
}

#rest1 .homeIcon {
  margin-left: 55px;
  height: 3.75rem;
  overflow: hidden;
}

#rest1 .specialsIcon {
  margin-left: 30px;
  margin-right: 25px;
  height: 3.75rem;
  overflow: hidden;
}
#rest1 .reservationsIcon {
 
  height: 3.75rem;
  overflow: hidden;
}

#rest1 .logo {
  width: 50%;
  height: auto;
  margin: 15px 0;
  
}

.c1{
  width: 100%;
  margin-top:-3rem;
}

/* home */
#rest1 .bar {
 
  
  font-size: 20px;
  margin-bottom: 15px;
}

#rest1 h2 {
  font-family: "Futura", sans-serif;
  font-size: 1.7rem;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #1cad28;
}
#rest1 h3 {
  font-family: "Futura", sans-serif;
  font-size: 1.2rem;
  padding-left: 1rem;
  margin-bottom: 20px;
  color: #1cad28;
}

#rest1 .photoCount {
  border-color: #569772;
}

#rest1 p{
  font-family: 'Robo1';
  font-weight: bolder;
  text-align: center;
  
}

.address p{
  padding-top: 10px;
  font-size: .8rem;

  padding-bottom: 30px;
}





#rest1 .profile {
  border-bottom-color: #177535;
}





/* Rest header */

.rest header{
  background-color: #6ac672;
  
}



/* * Resturant 2 ************************************************************************/ */
#rest2 .logoCon{
    background-color: #ffcc00;
}

#topCon2{
  background-color: #ffcc00;
}

#rest2 header{
    background-color: #ffcc00;;
}

/* general section */
#rest2 .sectionContainer {
    border-bottom-color: #342000;
}


#rest2 footer {
    background: #ffcc00;
}


/* footer subnav */
#rest2 .homeIcon {
  margin-left: 40px;
  height: 3.75rem;
  overflow: hidden;
}

#rest2 .specialsIcon {
  margin-left: 30px;
  margin-right: 25px;
  height: 3.75rem;
  overflow: hidden;
}

#rest2 .reservationsIcon {
 
  height: 3.75rem;
  overflow: hidden;
}

#rest2 .logo {
  width: 50%;
  height: auto;
  margin: 15px 0;
}

/* home */
#rest2 .bar {
   
 
    font-size: 20px;
    margin-bottom: 15px;
}

#rest2 h2 {
  font-family: "Futura", sans-serif;
  font-size: 1.7rem;
  text-align: left;

  margin-top: 1rem;
  margin-bottom: 1rem;
    color:  #ffcc00;
}
#rest2 h3 {
  font-family: "Futura", sans-serif;
  font-size: 1.2rem;
  padding-left: 1rem;
  margin-bottom: 20px;
    color: #ffcc00;
}



#rest2 p{
    font-family: 'Robo1';
    font-weight: bolder;
    text-align: center;
    font-size: 1rem;
}

#rest2 .profile {
    border-bottom-color: #177535;
}

/* RESTAURANT 3 ////////////////////////////////////// */

/* Resturant 3 ************************************************************************/
#rest3 .logoCon{
  background-color: #ff6863;;
}

/* general section */
#rest3 .sectionContainer {
  border-bottom-color: #342000;
}



/* header/footer */
#rest3 header {
 
  background: #ff6863;
 
}

#rest3 footer {
  background: #ff6863;
}


/* footer subnav */
#rest3 .homeIcon {
  margin-left: 40px;
  height: 3.75rem;
  overflow: hidden;
}

#rest3 .specialsIcon {
  margin-left: 30px;
  margin-right: 25px;
  height: 3.75rem;
  overflow: hidden;
}

#rest3 .reservationsIcon {
 
  height: 3.75rem;
  overflow: hidden;
}

#rest3 .logo {
  width: 50%;
  height: auto;
  margin: 15px 0;
}

/* home */
#rest3 .bar {
 
  padding: 3px;
  font-size: 20px;
  margin-bottom: 15px;
}

#rest3 h2 {
  font-family: "Futura", sans-serif;
  font-size: 1.7rem;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color:  #d92f28;
}

.days{
  padding-left:1.3rem;
}
#rest3 h3 {
  font-family: "Futura", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  padding-left: 1rem;
  margin-bottom: 20px;
  color: #d92f28;
}



#rest3 p{
  font-family: 'Robo1';
  font-weight: bolder;
  text-align: center;
  font-size: 1rem;
}

#rest3 .profile {
  border-bottom-color: #177535;
}


/* general specials/reservations */
#rest3 .sectionBanner {
  font-family: "Futura", sans-serif;
  color: #ffc105;
  line-height: 140%;
}

/* specials */
#rest3 .nightContainer {
  border-bottom-color: #ffc105;
}

#rest3 .nightContainer ul {
  color: #7b5b01;
}

#rest3 .sub {
  color: #ffc105;
}

/* reservations */
#rest3 .reservations .sectionContainer {
  color: #7b5b01;
}

#rest3 .reservations h2 {
  border-bottom: solid 1px #ffc105;
}

#rest3 input,
#rest3 select,
#rest3 textarea {
  border-color: #ffc105;
  font-family: "Rest3FontBody", sans-serif;
}

#rest3 input:focus,
#rest3 select:focus,
#rest3 textarea:focus {
  outline: none;
  background: rgba(255, 193, 5, 0.05);
}

#rest3 .reserve {
  border-color: #fff !important;
  color: #fff;
  background: #ffc105;
}

#rest3 .reserve:hover {
  border-color: #ffc105 !important;
  color: #ffc105;
  background: #fff;
}



/* ! Booking Complete Page */
/* rest1 */
#rest1 .booking{
  height: 41.73rem;
  overflow: hidden;
  margin-top: -3.8rem;
  background-color: #177535;
}

.cr1{
  background-color: #f5f5f5;
  height: 12rem;
  width: 12rem;
  border-radius: 100rem;
  position: relative;
  margin: 3rem auto 0 auto;
  }
.cr2{
  background-color: #f5f5f5;
  background-color: #fea801;
  height: 11rem;
  width: 11rem;
  border-radius: 100rem;
  position:absolute;
  margin-left: .5rem;
  box-shadow: 0px 3px 3px 0px #051700;
  margin-top: .5rem;
  }

.cr2 img{
  position: absolute;
  width: 10rem;
  margin-top: 1.2rem;
}

/* rest2 */
#rest2 .booking{
  height: 41.73rem;
  overflow: hidden;
  margin-top: -3.8rem;
  background-color: #ffcc00;
}

.cr3{
  background-color: #f5f5f5;
  height: 12rem;
  width: 12rem;
  border-radius: 100rem;
  position: relative;
  margin: 3rem auto 0 auto;
  }
.cr4{
  background-color: #f5f5f5;
  background-color: #36963e;
  height: 11rem;
  width: 11rem;
  border-radius: 100rem;
  position:absolute;
  margin-left: .5rem;
  margin-top: .5rem;
  box-shadow: 0px 3px 3px 0px #051700;
  }

.cr4 img{
  position: absolute;
  width: 10rem;
  margin-top: 1.2rem;
}

/* rest3 */
#rest3 .booking{
  height: 41.73rem;
  overflow: hidden;
  margin-top: -3.8rem;
  background-color: #c84743;
}

.cr5{
  background-color: #f5f5f5;
  height: 12rem;
  width: 12rem;
  border-radius: 100rem;
  position: relative;
  margin: 3rem auto 0 auto;
  
  }
.cr6{
  background-color: #f5f5f5;
  background-color: #3866b2;
  height: 11rem;
  width: 11rem;
  border-radius: 100rem;
  position:absolute;
  margin-left: .5rem;
  margin-top: .5rem;
  box-shadow: 0px 3px 3px 0px #051700;
  }

.cr6 img{
  position: absolute;
  width: 10rem;
  margin-top: 1.2rem;
 
}

/*! Home Button in Booking */

.myButton {
	background-color:#fea801;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
  font-weight: bolder;
  margin: 2rem 0 0 5.8rem;
  align-items: center;
	padding:15px 45px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
  
	
}
.myButton:hover {
	background-color:#fcad10;
}
.myButton:active {
	position:relative;
	top:1px;
}

.btn1{
  box-shadow: 0px 4px 0px -1px #4f3707;
}

.btn2{
  background-color: #36963e;
  box-shadow: 0px 4px 0px -1px #173f1a;
}

.btn2:hover {
	background-color:#418a48;
}
.btn3{
  background-color: #3866b2;
  box-shadow: 0px 4px 0px -1px #172a49;
}

.btn3:hover {
	background-color:#335996;
}

/* reservation text syles */

.bk1{
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: "Robo2";
  color: white;
}
.bk2{
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Robo1";
  color: white;
}

.bk3{
  text-align: center;
  font-family: "Rest1FontTitle";
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: white;
}

.bk4 {
  text-align: center;
  color: white;
  font-size: .9rem;
  font-family: "Robo1";
}

/* Specail items styles */

#rest1 .sectionBanner{
  font-family: "Futura", sans-serif;
  color: #1cad28;
  font-size: 1.6rem;
  margin-left: 1.3rem;
  margin-top: 1rem;
  font-weight: bold;
}
#rest2 .sectionBanner{
  font-family: "Futura", sans-serif;
  color: #ffcc00;
  font-size: 1.6rem;
  margin-left: 1.3rem;
  margin-top: 1rem;
  font-weight: bold;
}
#rest3 .sectionBanner{
  font-family: "Futura", sans-serif;
  color: #d92f28;
  font-size: 1.6rem;
  margin-left: 1.3rem;
  margin-top: 1rem;
  font-weight: bold;
}

.nightContainer1 {
  padding-top: 20px ;
  padding-left: 1.15rem;
  text-align: center;
  display: flex;
  gap: 12px;
}

.nightContainer1 h2{
  width: fit-content;
  margin-left: -2rem;
  padding-bottom: 2rem;
}

.menuItems {
  
  overflow: hidden;
  padding-bottom: 1.5rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: .5rem;
  
  width: 100%;
}

.menuImg{
  width: 8rem;
  border-radius: 1rem;
  transition: .3s;
  margin-right: -12rem;
  margin-top: -5rem;
}
.menuImg:hover{
  transform: scale(1.01);
  cursor: pointer;
  box-shadow: 0px 4px 10px -1px #000000;
}


.sub{
  font-size: 1.02rem;
  width: fit-content;
  font-weight:bold;
  }
  
.price{
    width: fit-content;
    
    color: rgb(12, 55, 0);
    font-size: 1.0rem;
}  

.day {
  width: fit-content;
  
  margin-bottom: 2rem;
  color: rgb(137, 0, 0);
  font-family: "Rest1FontBodyBold";
}


/* Style for forms */

#forms{
 margin-top: -5rem;
}

#forms>h1{
 text-align: center;
 top:20px;  
 font-family: 'Space Grotesk', sans-serif;   
 color: #0061fe;
 font-size: 280%;
 padding: 40px;
}



.formContent{
  font-size: .9rem;
  font-family: 'Questrial', sans-serif;
  margin: 10px;
  font-weight:lighter;   
  text-align: center;
  padding-bottom: 5rem;
}

#name, #email, #dob, #password {
  height: 14.400px;
  width: 316.400px;
  padding: 16px;
  margin-bottom: 1rem;
  margin-top: .5rem;
  border:  .8px solid grey;
  color: grey;
  font-size: 1rem;
}
#time{
  color: red;
}
#selection, #time{
  height: 30.400px;
  width: 316.400px;
  
  margin-bottom: 1rem;
  margin-top: .5rem;
  border:  .8px solid grey;
  color: grey;
  font-size: 1rem;
  cursor: pointer;
}
#req{
  height: 90px;
  width: 316.400px;
  padding: 16px;
  margin-bottom: 1rem;
  margin-top: .5rem;
  border:  .8px solid grey;
  color: grey;
  font-size: 1rem;
}

.inputBox:focus-visible{
  outline: 2px solid #4985e6;
}

.labels{
  margin-left:-15rem;
  color: #737373;
}
.labelsD{
  margin-left:-17.6rem;
  color: #737373;
}
.labelsN{
  margin-left:-17.4rem;
  color: #737373;
}
.labelsP{
  margin-left:-16rem;
  color: #737373;
}
.labelSl{
  margin-left:-15rem;
  color: #737373;
}
.labelSlp{
  margin-left:-12rem;
  color: #737373;
}
.labelSe{
  margin-left:-13rem;
  color: #737373;
}

.reserve{
  height: 14.400px;
  width: 150px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #973c00;
  border: 1px solid #973c00;
  font-family: 'Questrial', sans-serif;
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  font-weight: bolder;
  text-align: center;
  padding-top: .8rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
}

.reserve:hover{
  cursor: pointer;
  background-color: #ba4a00;
  box-shadow: 0px 4px 0px -1px #000000;
}



/* phone css */

.phoneTop{
  width: 407px;
  height: 70px;
  background-color: #000000;
  position: absolute;
  z-index: 1;
  margin-top: -4.4rem;
  margin-left: -1rem;
  border-radius: 2rem 2rem 0 0;
  }
  
.phoneLeft{
  width: 1rem;
  height: 700px;
  background-color: #000000;
  position: absolute;
  z-index: 1;
  margin-top: -1rem;
  margin-left: -1rem;
  border-radius: 2rem 2rem 0 0;
  }
.phoneRight{
  width: 1rem;
  height: 700px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  z-index: 1;
  margin-top: -1rem;
  margin-left: 23.43rem;
  border-radius: 2rem 2rem 0 0;
  }

.phoneBottom{
    width: 407px;
    height: 60px;
    background-color: #000000;
    position: absolute;
    z-index: 1;
    margin-top: 41.7rem;
    margin-left: -1rem;
    border-radius:0 0 2rem 2rem;
    -webkit-box-shadow: 4px 36px 50px 5px rgba(0,0,0,0.71); 
box-shadow: 4px 36px 80px 5px rgba(0,0,0,0.71);
    } 

    .phoneDot1{
      position: absolute;
      margin-top: 2rem;
      margin-left: 9.3rem;
      border-radius: 1rem;
      width: 120px;
      height: 8px;
      background-color: ffff;
      border: 2px solid rgb(211, 211, 211)
    }
    .phoneDot2{
      position: absolute;
      margin-top: 1.9rem;
      margin-left: 20rem;
      border-radius: 1rem;
      width: 12px;
      height: 12px;
      background-color: rgb(114, 114, 114);
      
    }
    .phoneDot3{
      position: absolute;
      margin-top: 1rem;
      margin-left: 12rem;
      border-radius: 10rem;
      width: 35px;
      height: 35px;
      background-color: rgb(29, 29, 29);
      border: 2px solid rgb(211, 211, 211);
     
    }
    