.body{
    display: flex;
    justify-items: center;
    align-items: center;
}

#bookLink{
    border-color: var(--red);
    color: var(--red);
    background: #fff;
    box-shadow: 0px 0px 10px 4px #c96e6e;

}
    #exitPopup {
      position: fixed;
      top: 20%;
      left: 50%;
      transform: translateX(-50%);
      width: 80vw;
      padding: 20px;
      background: white;
      border: 2px solid #888;
      border-radius: 8px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      display: none;
      z-index: 9999;
      text-align: center;
    }
    
    #exitPopup button {
      margin-top: 15px;
      padding: 10px 20px;
      background-color: var(--red);
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    font-size: 1.1em;      
    }
    
    #exitPopup button:hover {
      background-color: var(--grey);
      color: var(--red);
    }
    
    #popupOverlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 9998;
      cursor: pointer;
    }
    #closeFree i {
        color:white;
        font-size: larger;
    }
    #closeFree{
        position:absolute;
        top:-4%;
        right:0%;
        padding:1vh 1vw;
        background-color:var(--red);
        border-radius:50%;
        
        z-index:21;
    } 
#PrivacyPolicyContain{
position: relative;
    height: 50vh;
    width: 80%;
    left: 10%;
    overflow: scroll;
    margin: 6vh 2vw;
        font-size: calc(var(--fontsizer)*0.7);
}
#adVideo{
    display: grid;
    position: relative;
    width: 80vw;
    height:calc(80vw*0.5625);
    justify-self: center;
    align-self: center;
border: 2px solid var(--red);
}
 @media (min-aspect-ratio: 1/1) {
#adVideo{
    width: 40vw;
    height:calc(40vw*0.5625);
}
}
#chatBox{
    position: relative;
    width: 100%;
    height:100%;
    bottom:0%;
    display: flex;
    justify-content: flex-end;
    
}
#chatBox i{
    position:sticky;
    background: var(--red);
    color: white;
        font-size: calc(var(--fontsizer)*3); 
        border-radius: 20%;
        padding: 15%;
        width:min-content;
}
#socialContain{
      display: flex;
    justify-content: space-between;
    align-items: center;    
    flex-direction: row;
    width:100%;
    justify-self: center;
    margin-top: 2vh;    

    
}
#socialContain a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
#socialContain i{
    background: var(--red);
    color: white;
        font-size: calc(var(--fontsizer)*3); 
        border-radius: 20%;
        padding: 15%;
        width:min-content;
    display: grid;
    justify-self: center;
    align-self: center;        
}
#socialContain h1{
     display: grid;
    justify-self: center;
    align-self: center;
    font-size: calc(var(--fontsizer) * 1.2);
        margin-top: 0;
}
 #reviewContain{
      display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: column;
     flex-flow: row wrap;    
 }

.snip1533 {
  box-shadow: 0px 0px 10px 4px #c96e6e; 
  color: var(--red);
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: calc(var(--fontsizer)*0.5*var(--scale));
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid var(--red);
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: black;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 4px #c96e6e;
  color: var(--red);
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: calc(var(--fontsizer)*var(--scale));
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: var(--red);
  font-size: calc(var(--fontsizer)*0.625*var(--scale));
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}


#BigLinkText{
        position: relative;
        display: flex;
        margin: calc(var(--topMargin)*3) 0;
        font-size: calc(var(--fontsizer)*2.3);
        justify-content: center;
        align-content: center;  
        cursor: pointer;
}
#img2{
    position:relative;
    display: flex;
    justify-self: center;
    align-self: center;
    width:calc(95vw);
    height:calc(95vw*0.56);
    box-shadow: 0px 0px 10px 4px #c96e6e;    
    
}
#imgPicture{
    position:relative;
    display: flex;
    justify-self: center;
    align-self: center;
    width:calc(70vw);
    height:calc(70vw*0.56);
    box-shadow: 0px 0px 10px 4px #c96e6e;  
    margin-bottom: 7vh;
    
}
 @media (min-aspect-ratio: 1/1) {
    #imgPicture{
        width:calc(30vw);
        height:calc(30vw*0.56);
    }
}
.links{
    display: grid;
    position:relative;
    width: max-content;
    height:max-content;
    font-weight: bold;
    padding: 4px 5px;
    background-color: var(--red);
    border-color: var(--red);
    color: #fff;
    box-shadow: 0px 0px 10px 4px #c96e6e;
    border: 1px #fff solid;
    border-radius: 4px;
    text-align: center;
    justify-self: center;
    align-self: center;
    font-size:calc(var(--fontsizer)*1.7);
    max-width: 80vw;
  
    

    
    
}
#promoLinkContain{
    display: flex;
    flex-direction: column;
    position:absolute;

}
#bodyy{
    position: relative;
    font-size:calc(var(--fontsizer));    
    display: none;
}
#closeUpForm i, #closeUpForm h {
    color:white;
    font-size: calc(var(--fontsizer)*1.3);
}
#closeUpForm{
    position:absolute;
    display:none;
    top:0%;
    right:0%;
    padding:2vw 2vw;
    background-color:white;
    border-radius:50%;
        background:var(--red);
    z-index:1000000001;
        cursor:pointer;
}

#closeBay i {
    color:white;
    font-size: calc(var(--fontsizer)*1.3);
}
#closeBay{
    position:absolute;
    top:0%;
    right:0%;
    padding:4%;
    background-color:white;
    border-radius:50%;
        background:var(--red);
    z-index:1000000001;
        cursor:pointer;
}

#promoClick{
    position:absolute;
    height:20%;
    width:100%;
    top:0%;
    z-index: 100001;
    
}

#promoContain{
    position:sticky;
    display:none;
    z-index: 100000;
    border:2px solid var(--red) ;
    width:80vw;
    height:calc(80vw*1.6);
    justify-content: center;
    align-items: center;
    justify-self: center;
            box-shadow: 0px 0px 10px 4px #c96e6e;    

}

#containPromoLinkText{
        position: relative;
        display: flex;
        margin: calc(var(--topMargin)*2) 0;
        font-size: calc(var(--fontsizer)*1.7);
        justify-content: center;
        align-content: center; 
        z-index:2000000001;  
        cursor: pointer;
        
}

#iForm{
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;  
}
#formContain{
    position:relative;
    height: 100%;
    width:80%;
    background:lightgray;
    display: grid;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2vh 2vw;
        box-shadow: 0px 0px 10px 4px #c96e6e;
    justify-self: center;    
}

#formContainFront{
    position:relative;
    height: 100%;
    width:80%;
    background:lightgray;
    display: grid;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2vh 2vw;
        box-shadow: 0px 0px 10px 4px #c96e6e;
    justify-self: center;
}

.inputType{
    font-size:var(--fontsizer);
    padding: 2% 2%;
    margin:2% 0%;
    text-decoration: none;
    color:black;
}
#formContain select {
    font-size:var(--fontsizer);
    padding: 1% 1%;
    margin:2% 0%;
    text-decoration: none;
    color:black;
}
#send{
    font-size:var(--fontsizer);
    padding: 2% 2%;
    margin:2% 0%;
    text-decoration: none;
    color:black;
}
input[type=text] {
     opacity: 1;
    font-size: calc(var(--fontsizer));
    text-align: center;
}
#addInput{
    padding: 20% 7%;
}
#YTVideo{
    position: relative;
    display: flex;
    align-self: center;
    justify-self: center;
    width:60vw;
    height:calc(60vw*0.5625);
}
#serviceLink{
        margin-bottom: calc(var(--topMargin)*3);
    display: flex;    
    justify-self: center;
    align-self: center;        
}
#MainLink{
    color: var(--red);
    border-color: var(--red);
    background-color: #fff;
    box-shadow: 0px 0px 10px 4px white;
    margin: calc(var(--topMargin)*1.7) 0;
}
#containserviceLinkText{
        position: relative;
        display: flex;
        margin: calc(var(--topMargin)*3) 0;
        font-size: calc(var(--fontsizer)*1.5);
        justify-content: center;
        align-content: center;
       
}
#serviceLinkText{
        position: relative;
        display: flex;
        margin: calc(var(--topMargin)*3) 0;

        justify-self: center;
        align-self: center;
}

#serviceLinkText a{

        font-size: calc(var(--fontsizer)*1.2);

}
#serviceContain{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; 
    justify-content: center;
    align-items: center;
    margin-bottom: calc(var(--topMargin)* 0.5);
         box-shadow: 0px 0px 10px 4px #c96e6e; 
         background-color: white;
  
}
#imgContain{
    position:relative;
    display: flex;
    align-items: center;    
    width:52vw;
    
}
#serviceImg{
    position:relative;
    width:52vw;
    height:calc(52vw*1.3);
    object-fit: cover;
    
}

#imgCoupContain{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#coupImg{
    position:relative;
    width:65vw;
    height:calc(65vw*0.625);
    margin:0 1vw;
    
}
 @media (min-aspect-ratio: 1/1) {
#coupImg{
    width:20vw;
    height:calc(20vw*0.625);
    
}
}
:root {
    --scale: 2;    
    --fontsizer: 0.1vw;
    --red: #751823;
    --lightRed: #751823;    
    --headerMargin: 3vw;
    --topMargin: 0.5vh;
    --grey:#f4f4f4;
}

 @media (min-aspect-ratio: 1/1) {
:root {
    --scale: 1.8;    
}
}
#catchyVideo{
    position:relative;
}
#stickyHead{
    position:sticky;
    top:0;
    z-index: 100;
    background-color: #fbf6f2;
    cursor: pointer;

}
#navbar{
    position:relative;
    display: none;
    flex-direction: column;

}

#navbar a{
 border-top: solid 0.25vh var(--red);
 margin:var(--topMargin) 0;
 font-size:calc(var(--fontsizer)*1.5);
 height:fit-content;

}
#icon{
  font-size:calc(var(--fontsizer)*2.5); 
      color: var(--red);
}
#linkContain{

   display:flex; 
    justify-content: center;   
    width: max-content;
    height: fit-content;
    align-self: center;    
}

#linkContain a{
white-space: nowrap;
   
}

#toggleContain{

   display:flex; 
   flex-wrap:wrap;
    justify-content: center;
    align-content: center; 
    flex-direction: column;
    width: max-content;

   

}

#toggle{
    background: var(--red);
    height: 0.5vh;
    width: 5vw;
    transform: rotate(0);
    margin: 0.2vh 0;
    margin-right: calc(var(--headerMargin)*0.1);    

}
#linkContain a{
       margin: 0 var(--headerMargin);
}

header{
    display: flex;
    justify-content: center;
    align-content: center; 
    width:100%;
}
#img{
    position:relative;
    height:0vh;
    width:0vw;
   
    
}
#img1{
    position:relative;
    display: flex;
    justify-self: center;
    align-self: center;
    width:calc(80vw);
    height:calc(80vw*0.56);
    visibility: visible;
    
}

.link{
    display: flex;
    position:relative;
    width: max-content;
    height:max-content;
    font-weight: bold;
    padding: 4px 5px;
    background-color: var(--red);
    border-color: var(--red);
    color: #fff;
         box-shadow: 0px 0px 10px 4px #c96e6e; 
    border: 1px #fff solid;
    border-radius: 4px;
    text-align: center;
    justify-self: center;
    align-self: center;

    
    
}

#whyUs{
     display: flex;
    position:relative;
    justify-content: center;
    align-content: center;
     font-size:calc(var(--fontsizer)*1.2); 
     flex-direction: column;
}


ul {
  list-style: none;
  margin:0;
  margin: 0;
  padding: 2vh 2vw;  
  }

ul li:before {
  content: '✓';
  font-size:calc(var(--fontsizer)*1.2);
  color: var(--red); 
  font-weight: 900;
 
}
 li{
       padding: 0.5vh 0vw; 
 }

#imgDesContain {
    color: white;
    text-align: center;
    position: absolute;
    top:0;
    width:100%;
    display:flex;
    flex-direction: column;
    
}
#imgDesContain p{
    font-size:0.5em;
    margin:0;
    padding: 0 4vw;
}

.container {
    display: grid;
    justify-self: center;
    padding: 2vh 2vw;
    
}
.container h {
    font-weight:bolder;
    color: var(--red);
}

#standOut{
display: flex;
    font-size: calc(var(--fontsizer) * 2);
    background-color: black;
    width: 100%;
    box-shadow: 0px 0px 10px 4px #c96e6e;
    text-align: center;
    color:white;
    
}

#standOut1{
    display: flex;
    font-size:calc(var(--fontsizer)*2);
    background-color: var(--red);
    color: white;
    width:100%;
    margin-top:6vh;
    
}

.services{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
}
.contact-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: white;
    padding: 2vh 2vw;
         box-shadow: 0px 0px 10px 4px #c96e6e; 
    margin-top: calc(var(--topMargin)*3);   
    font-size:calc(var(--fontsizer)*1.2);
}
.service {
    width: 40vw;
    background-color: white;
    padding: 2%;
}

.service h{
     font-size:calc(var(--fontsizer)*1.4);
     text-shadow: 0 4px 8px rgba(0,0,0,0.1);
     text-decoration: underline;
}
.service p{
     font-size:calc(var(--fontsizer)*1.2);
}

footer {
    background-color: var(--red);
    color: white;
    text-align: center;
    position: relative;
     font-size:calc(var(--fontsizer)*0.7);
    padding:2vh 2vw;
    margin-top:4vh;
}
a {
    color:var(--red);
    text-decoration: none;
}
.frontForm{
    
 width:80vw;
    
}

@keyframes shake {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.02,1.02);
    }
        100% {
        transform: scale(1,1);
    }
}