.header {
    /* background-color: #fff !important; */
    /* background-image: linear-gradient(to right, #fff 19%,#8C298D 100%); */
    background-image: linear-gradient(to right, #fff 19%, #E03F2B, #8C298D);
}
.main_bt {
    /* background: #8C298D; */
    background-image: linear-gradient(150deg,#E03F2B,#8C298D);
    /* border: solid #90288B 2px; */
    border: none;
    transition: 0.5s ease;
}
.main_bt:hover{
    background: #E03F2B !important;
    /* border: solid #E03F2B 2px !important; */
    border: none;
}
.banner-section {
  position: relative;
  width: 100%;
}

.banner-main{
    background-image: url('../images/imgpsh_fullsize_anim.png'); 
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center top ;
    width: 100%;
    background-repeat: no-repeat;
    height: 100vh;
    
}
.text-bg h1{
    color: #fff !important;
    font-size: 5em !important;
}
.about-space{
    padding: 10px;
    height: 300px;
    /* border: 10px solid #E03F2B;     */
    /* border-radius: 5px; */
    margin: 5px;
    background-color: #fff;
}
.bg-border{
    padding: 5px;
    /* border: 10px solid green;
    border-radius: 5px; */
    background-image: linear-gradient(120deg,#E03F2B,#8C298D);
    /* border-image: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00)) 21 30 30 21 repeat repeat;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00)) 21 30 30 21 repeat repeat; */

}

.thank_msg h1{
  color: #fff !important;
  font-size: 5em !important;
}

.thank_msg {
  padding-top: 80px;
  text-align: center;
  padding-bottom: 50px;
}
.footer{
    background: linear-gradient(90deg, #E03F2B,#8C298D);
}

.box{
    height: 100px;
    width: 100px;
    background-color: #8C298D;
    margin-left: 78px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: 0.5s ease;
}
.box:hover{
    height: 100px;
    width: 100px;
    background-color: #E03F2B;
    margin-left: 78px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;

}
.box i{
    font-size: 4em;
}
.soc_icons{
    display: flex !important;
    padding: 10px;
    background-color: #8C298D !important;
}
.hidden {
    display: none;
}
.back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    border-radius: 100%;
    background: #141c38;
    padding: 0.5rem;
    border: none;
    cursor: pointer;
    opacity: 100%;
    transition: opacity 0.5s;
  }

  .back-to-top:hover {
    opacity: 60%;
  }

  .hidden {
    opacity: 0%;
  }


#myBtn{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #E03F2B;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }

  #myBtn:hover {
    background-color: #555;
  }

  .progress-bar {
    height: 1rem;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
  }

  /* arrow css */
  .border-top {
    width: 2px;
    height: 50px; /* <- adjust your height as you need it */
    background: black;
    position: relative;
    /* transform: rotate(90deg); */
  }

  .border-top::before{
    content: '';
    position: absolute;
    left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }

  .border-top::before {
    top: 0;
    border-bottom: 15px solid black;
  }

  .border-top::after {
    bottom: 0;
    border-top: 15px solid black;
  }

  .price-tab{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* --------------------------------- */

  .dolfeen-heading-title{
    color: #7C7C7C;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
  }

  .dolfeen-main-title{
    color: #1E1E1E;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    /* text-align: center; */
  }

  .booknow-button{
    font-weight: 500;
    color: #028CF3;
    background-color: #61CE7000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #028CF3;
    border-radius: 50px 50px 50px 50px;
    padding-left: 20px;
    padding-right: 20px; 
  }

  .card-title{
    color: #1E1E1E;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 22px;
    font-weight: 500;
  }

  .card-content{
    color: #7C7C7C;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }

  .first-card-div{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    margin-top: 1%;
    margin-bottom: 1%; 
    padding: 10%;
  }

  .secound-card-div{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    margin-top: 1%;
    margin-bottom: 1%; 
    padding: 10%;
    margin-left: -15px;
  }

  /* .secound-card-div:hover{
    background-image: linear-gradient(120deg, #e79c92, #d886da);
  } */

  img.card-icon {
    margin-bottom: 20px;
}
/* .main-image-div {
  margin-top: 156px;
} */

.dolfeen-widget-container-main{
  text-align: center;
}

  .any-queries-section{
    background-image: url('../images/queries-img.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 3%;
    padding-bottom: 4%;
}

.title-of-queries{
  color: #FFFFFF;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 60px;
  text-shadow: 4px 4px 10px #575555;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 10px;
}

.description-of-queries{
  color: #FFFFFF;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-shadow: 2px 2px 4px #000000;
  margin-bottom: 20px;
}

.button-container {
  border: 1px solid white;
  border-radius: 50px;
  width: fit-content;
  padding-bottom: 13px;
  padding-top: 13px;
  padding-left: 40px;
  padding-right: 40px;
  outline-width: 1px;
  outline-offset: 0;
  outline-color: white;
  outline-style: solid;
  animation: animateOutline 2s ease infinite;
}

.contact-number{
  font-family: "Red Hat Display", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  fill: #FFFCFC;
  color: #FFFCFC;
  text-shadow: 2px 2px 4px #000000;
}

/* .button-pulse {
  animation: pulseMinus 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 white;
  border-radius: 50px;
} */

.button-section{
  display: flex;
}

.contact-us-button {
  border: 1px solid white;
  background-image: linear-gradient(120deg, #E03F2B, #8C298D);
  margin-left: 20px;
  border-radius: 50px;
  width: fit-content;
  padding-bottom: 13px;
  padding-top: 13px;
  padding-left: 40px;
  padding-right: 40px;
  outline-width: 1px;
  outline-offset: 0;
  outline-color: white;
  outline-style: solid;
  animation: animateOutline 2s ease infinite;
}

.explore-services-button{
  border: 1px solid white;
  border-radius: 50px;
  width: fit-content;
  padding-bottom: 13px;
  padding-top: 13px;
  padding-left: 40px;
  padding-right: 40px;
}

.explore-services-button:hover{
  background-image: linear-gradient(120deg, #E03F2B, #8C298D);
}

.description-of-banner{
  color: #FFFFFF;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.queries-button{
  text-align: -webkit-right;
}

.queries-column-div {
  padding-top: 50px;
}

@keyframes animateOutline {
  0% {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(0, 130, 206, 0);
  }

  10% {
    outline-color: white;
  }

  /* The animation finishes at 50% */
  50% {
    outline-width: 15px;
    outline-offset: 4px;
    outline-color: rgba(0, 130, 206, 0);
  }

  100% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(102, 102, 102, 0);
  }
}


