:root {
    --primary-color-dark-blue-1: hsl(217, 28%, 15%);
    --primary-color-dark-blue-2: hsl(218, 28%, 13%);
    --primary-color-dark-blue-3: hsl(216, 53%, 9%);
    --primary-color-dark-blue-4: hsl(219, 30%, 18%);
    --accent-color-cyan: hsl(176, 68%, 64%);
    --accent-color-blue: hsl(198, 60%, 50%);
    --neutral-color-white: hsl(0, 0%, 100%);
    --font-heading: 'Raleway', sans-serif;
    --font-body: 'Open Sans', sans-serif;
    --padding-sm: 2.5rem 2rem;
    --padding-md: 3.5rem 3rem;
    --padding-lg: 4.5rem 4rem;
    --padding-footer: 15rem 4rem 1rem;
    --padding-footer-tablet: 20rem 3rem 1rem;
    --padding-footer-mobile: 25rem 3rem 1rem;
}

body {
    background:#fff;
    margin: 0;
    padding: 0;
    font-family: var(--font-body);
}
.lg-p {
    font-size: 1rem;
}

a {
    color: var(--neutral-color-white);
    font-family: var(--font-heading);
    text-decoration: none;
}



a:hover {
    color: var(--accent-color-cyan);
    transition: 600ms;
}

.intro img,
.productive img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*text-align: center;*/
}
.button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100px;
    padding: 20px 15px;
    font-size: 30px;
    line-height: 26px;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    background: #ab0f14;
    outline: none;
    letter-spacing: 3px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.button:hover {

    color: #ab0f14;
    cursor: pointer;
    background: linear-gradient(50deg, var(--neutral-color-white), var(--neutral-color-white));
    border: 2px solid #ab0f14;
}
.addresbtn {
    position: absolute;
    top: 69%;
    display: flex;
    max-width: 600px;
    width: 100%;
    left: 0;
    justify-content: center;
    margin: auto;
    
}
.learn-more{
  top: 63% !important;
}
.content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  height: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

       
     
      


label{
   display: flex;
}

.slect-address{
  display: flex;
  background-color: #e0dfde;
  border: 1px solid #423f40;
  padding-top: 10px;
  width: 100%;
}


.sub-head{
    /*height: 25px;*/
    box-shadow: 8px 7px 9px #bbb;
    color: white;
    font-size: 16px;
    background-color: rgba(128, 0, 1, 1) !important;
    border: #e67e22;
    border-radius: 10%;
    background: #da291c;
    padding: 12px 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 0;
    
}
.head{
  display: flex;
  align-items: center;
  padding: 15px 0px;
}


input[type="checkbox"] {
  display: none;
}

label {
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  text-transform: uppercase;
}

.para{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #5e524e;
    font-size: 25px;
    /*line-height: 1.5;*/
    
    padding: 25px 0px 0px 0px;
}

.para1 {
        font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #5e524e;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
}


/*--------------------------------------------------------------
# Chat popup design
--------------------------------------------------------------*/
.chatpopup .modal-header {
    height: auto;
    padding-top: 25px;
    background: #fff;
    border: none;
}

.chat-iframe {
    height: 90vh;
}



.index-chat-image-gallery {
    padding: 16px 20px 16px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   
}

.index-chat-image-gallery .index-gallery-items {
    margin: 15px;

}

.index-chat-image-gallery .index-gallery-items .index-item {
    position: relative;
    width: 100px;
    overflow: hidden;

}

.index-chat-image-gallery .index-gallery-items .index-item img {
    width: 60%;
}

.chat-section {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.hide {
    /*display: none;*/
    width: 400px !important;
    text-align: center;
    align-items: center;

}

.icon-hover:hover+.hide {
    display: flex;
    color: red;
    width: 100px !important;
    font-size: 25px;
    text-align: center;
    margin: auto;
    justify-content: center;
}

.form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

label {
  margin-bottom: 8px;
}

input {
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
}

.card-footer {
  text-align: left;
  padding: 15px;
}

button {
  padding: 10px 20px;
  background-color: #4caf50;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #45a049;
}


footer p {
   /*top: 800px;*/
    position: relative;
    text-align: center;
    background: rgba(128, 0, 1, 1);
    padding: 20px;
    margin-bottom: -2px;
    color: #fff;
    font-size: 22px;
    margin:0px;
    font-family: Arial, sans-serif;
}

@media (min-width: 320px) and (max-width: 600px) {

   .form {
       padding: 12px;
   }
   /*.addresbtn {
      top: 775px;
  }*/
  .button{
    padding: 10px 15px;
        width: auto;
        font-size: 20px;
  }
}