@font-face {
  font-family: 'RobotoSlab';
  src: url('../fonts/static/RobotoSlab-Regular.ttf') format('truetype');
  /* Specify the font format */
}

h1 {
  font-family: 'RobotoSlab', sans-serif;
  /* Specify 'sans-serif' without capitalization */
}

h2 {
  font-family: 'RobotoSlab', sans-serif;
  /* Specify 'sans-serif' without capitalization */
}

h3 {
  font-family: 'RobotoSlab', sans-serif;
  /* Specify 'sans-serif' without capitalization */
}

h4 {
  font-family: 'RobotoSlab', sans-serif;
  /* Specify 'sans-serif' without capitalization */
}

h5 {
  font-family: 'RobotoSlab', sans-serif;
  /* Specify 'sans-serif' without capitalization */
}

h6 {
  font-family: 'RobotoSlab', sans-serif;
  /* Specify 'sans-serif' without capitalization */
}

h1 {
  font-family: 'RobotoSlab', sans-serif;
  /* Specify 'sans-serif' without capitalization */
}

p {
  font-family: 'RobotoSlab', sans-serif;
  /* Specify 'sans-serif' without capitalization */
}

a {
  font-family: 'RobotoSlab', sans-serif;
  /* Specify 'sans-serif' without capitalization */
}

span {
  font-family: 'RobotoSlab', sans-serif;
  /* Specify 'sans-serif' without capitalization */
}

small {
  font-family: 'RobotoSlab', sans-serif;
  /* Specify 'sans-serif' without capitalization */
}

/* order */
/* .order-img {
  background-image: url('../images/moon-light.png');
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 100%;
  position: relative;
} */
.moon-land-img::before {
  content: "";
  background: rgba(0, 0, 0, 0.65) !important;
  /* Black overlay with 50% opacity */
  width: 100%;
  height: 100%;
  position: absolute !important; 
  /* Position the overlay absolutely within the container */
  top: 0;
  left: 0;
}
.order-img-main-section {
  height: auto;
  transition: height 0.3s ease;
}


.order-img-main-section.expanded {
  height: 200vh;
}
    .increased-height {
        height: 100% !important; /* Set your desired height */
    }
   
.order-img{
  position: relative;
  height: 100vh !important;
  width: 100%;
}
.order-img-main{
  width: 65%;
  height: auto !important;
  display: block;
  margin: 0px auto;
  position: relative;
}
.order-img-main::before {
  content: "";
  background: rgba(0, 0, 0, 0.65) !important;
  /* Black overlay with 50% opacity */
  width: 100%;
  height: 100%;
  position: absolute !important; 
  /* Position the overlay absolutely within the container */
  top: 0;
  left: 0;
}
.order-img-text{
  position: absolute;
  top: 10%;
  left: 0%;
  width: 100%;
}
.card-body {
  position: relative;
}
 

.packages h5 {
  color: #3469AF;
  font-size: 16px;
  font-weight: 600;
}

.packages i {
  color: #3469AF;
  font-size: 8px;
  padding: 5px 2px;
}

.packages span {
  color: white;
  font-size: 10px;
  padding: 5px 10px;
  line-height: 1.5;
  width: 100%;
}

.packages-rate {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0px;
  position: absolute;
  bottom: 1%;
  right: 1%;
}

.packages-rate p {
  font-size: 13px;
  padding-left: 10px;

}

.packages-rate a {
  font-size: 9px;
  color: white;
  text-decoration: none !important;
  background: #7085A0;
}

.packages-img {
  width: 45%;
  margin-right: -20px;
}

.name-dead .search {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid white !important;
  border-radius: 0 !important;
  padding: 0px;
}
.name-dead input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: white !important;
}

.name-dead input::placeholder {
  color: white !important;
  font-size: 16px;
  padding: 10px 0px;
}

.date label {
  color: white;
  padding-right: 50px;
}

.day-dropdown {
  border: none;
  margin: 5px;
  background: #515151;
  color: white;
  padding: 5px;
  margin-left: 10px;
}

.month-dropdown {
  border: none;
  margin: 5px;
  background: #515151;
  color: white;
  padding: 5px;
}

.year-dropdown {
  border: none;
  margin: 5px;
  background: #515151;
  color: white;
  padding: 5px;
}
.font-style img {
   margin-top: 10px;
}

.font-style h4 {
  color: white;
}

/* .ellips-img img{
    width: 40%;
}
.ellips-img{
    position: absolute;
    top: 0%;
    right: -40%;
} */
.print-ship input {
  background-color: black;
}

.print-ship label {
  color: white;
  font-size: 20px;
  padding: 5px 20px;
}

.print-ship h4 {
  color: white !important;
  font-size: 18px;
}
.faq-title i.fa-angle-left {
  font-size: 20px !important;
  transition: transform 0.3s ease; /* Adding a smooth transition effect */
}

.faq-title.active i.fa-angle-left {
  transform: rotate(-90deg); /* Rotate the icon on click */
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title1 h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
 
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  /* background: #242323; */
  bottom: -25px;
  margin-left: -30px;
}
.faq-title1 h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  /* background: #242323; */
  bottom: -25px;
  margin-left: -30px;
}
 
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq-title1 p {
  padding: 0 190px;
  margin-bottom: 10px;
}
.faq {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  /* background-color: #242323; */

}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}



.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  background-color: #242323;
  border-radius: 5px;
}

.faq .card .card-header .faq-title1 {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  background-color: #242323;
  border-radius: 5px;
}

.faq .card .card-body p {
  margin-bottom: 14px;
  color: white;
}

.faq-title .arrow-icon {
  float: right;
  transition: transform 0.3s;
}

.faq-title1 .arrow-icon {
  float: right;
  transition: transform 0.3s;
}

.faq-title[aria-expanded="true"] .arrow-icon {
  transform: rotate(-90deg);
}
.faq-title[aria-expanded="true"] .arrow-icon {
  transform: rotate(-90deg);
}
/* .order-img-main-section.expanded {
  height: 410vh;
}  */

/* checkout   */

.checkout-order input {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid white;
  /* White bottom border for the input */
  color: white;
  /* White text color for the input */
  transition: border-color 0.3s, color 0.3s;
  /* Add a smooth transition effect */

}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.checkout-order input::placeholder {
  padding: 5px 0px;
  color: white;
  /* White color for the placeholder text */
}

.checkout-order input:focus {
  border-bottom: 1px solid white;
  /* Change the border color when focused */
  color: white;
  /* Change the text color when focused */
  border-radius: 0;
  background-color: transparent;
}

.checkout-order a {
  text-decoration: none !important;
  color: white;
}

.checkout-order a p {
  background: #2b2a2a;
  padding: 15px;
  border-radius: 5px;
}
.step-text{
  display: none;
  font-size: 20px;
}
.how-work{
  margin-top: 80px;
}

/* //select */

:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}

.packages-card {
  height: 480px;
  background-color: rgb(36, 35, 35);
  color: white;
  padding: 20px 30px;
  border-radius: 20px;
  width: 100%;
  overflow: hidden !important;
  position: relative; /* Added for positioning context */
}
 

.packages-card h5 {
  color: #3469AF;
  font-size: 30px;
  font-weight: 600; 
  padding: 20px 0px;
}
.packages-card p{
  text-align: left;
}
.packages-card i {
  color: #3469AF;
  font-size: 8px;
  padding: 5px 2px;
}
.packages-card span {
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  line-height: 1.5;
  width: 100%;
}

.packages-card-rate {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0px;
  position: absolute;
  bottom: 5%;
  right: 1%;
}

.packages-card-rate p {
  color: white;
  font-size: 25px;
  padding-left: 10px;
  position: relative;
  top: 12px;
  left: 15px;

}

.packages-card-rate button {
  font-size: 20px;
  color: white;
  text-decoration: none !important;
  background: #7085A0;
}
.packages-card-rate button:hover {
  color: white; 
  background: #505e70;
  box-shadow: 0px 0px 25px 2px #7085A0;
  transition: 0.5s;
}

.packages-card-img {
  width: 55%;
  margin-right: -40px;
}
.packages-card-img img{
  width: 75%;
  
}
.card-lines {
  position: absolute;
  top: 0%;
  right: 0%;
  height: 100px;
  width: 100px;
}

.card-lines img {
  width: 100%;
}

/* selected package */


 
.click-radio-div{
  position: absolute;
  top: 0%;
  left: 0% !important;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  border: 1px solid white;
}
.click-radio-div i{
  color: white !important;
  font-size: 10px !important;
  background-color: #558309;
  border-radius: 50px;
  position: absolute;
  top: 1% !important;
  right: 1% !important;
  padding: 7px !important;
}
 
.click-radio-div-package{
  position: absolute;
  top: 0%;
  left: 0% !important;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  border: 1px solid white;
}
.click-radio-div-package i{
  color: white !important;
  font-size: 10px !important;
  background-color: #558309;
  border-radius: 50px;
  position: absolute;
  top: 1% !important;
  right: 1% !important;
  padding: 7px !important;
}
.search-location{
  background-color: #242424;
  border: none;
  width: 100%; 
  color: white;
  padding: 10px 2px;
}
.location-list {
  height: 150px; 
  overflow-y: scroll;
}

/* scrollbar */
.location-list::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.location-list::-webkit-scrollbar-track {
  border-radius: 7px;
}

/* Handle */
.location-list::-webkit-scrollbar-thumb {
  background: #308cd1; /* change handle color as needed */
  border-radius: 7px;
}

/* Handle on hover */
.location-list::-webkit-scrollbar-thumb:hover {
  background: #308cd1; /* change handle hover color as needed */
}



 /*Main Scroll */
::-webkit-scrollbar {
  width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
  border-radius: 7px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #308CD1; 
  border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #308CD1; 
}

.click-radio-div-location{
  position: absolute;
  top: 0%;
  left: 0% !important;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  border: 1px solid white;
}
.click-radio-div-location i{
  color: white !important;
  font-size: 10px !important;
  background-color: #558309;
  border-radius: 50px;
  position: absolute;
  top: 1% !important;
  right: 1% !important;
  padding: 7px !important;
}

.click-radio-div-download{
  position: absolute;
  top: 0%;
  left: 0% !important;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  border: 1px solid white;
}
.click-radio-div-download i{
  color: white !important;
  font-size: 10px !important;
  background-color: #558309;
  border-radius: 50px;
  position: absolute;
  top: 1% !important;
  right: 1% !important;
  padding: 7px !important;
}

.click-radio-div-orientation{
  position: absolute;
  top: 0%;
  left: 0% !important;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  border: 1px solid white;
}
.click-radio-div-orientation i{
  color: white !important;
  font-size: 10px !important;
  background-color: #558309;
  border-radius: 50px;
  position: absolute;
  top: 1% !important;
  right: 1% !important;
  padding: 7px !important;
}

.click-radio-div-font{
  position: absolute;
  top: 0%;
  left: 0% !important;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  border: 1px solid white;
}
.click-radio-div-font i{
  color: white !important;
  font-size: 10px !important;
  background-color: #558309;
  border-radius: 50px;
  position: absolute;
  top: 1% !important;
  right: 1% !important;
  padding: 7px !important;
}
.click-radio-size{
  position: absolute;
  top: 0%;
  left: 0% !important;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  border: 1px solid white;
}
.click-radio-size i{
  color: white !important;
  font-size: 10px !important;
  background-color: #558309;
  border-radius: 50px;
  position: absolute;
  top: 1% !important;
  right: 1% !important;
  padding: 7px !important;
}
.orientation-img{
  width: 65px !important;
  height: 65px !important;
}
.orientation-img{
  width: 100%;
}
.selectcard-data-orientation h6{
  font-size: 13px;
}
.selectcard-data-font{
  height: 80px;
  width: 80px;
}
.selectcard-data-font img{
  width: 100%;
  height: 100%;
}
.packages-card-min {
  height: 300px;
  background-color: rgb(36, 35, 35);
  color: white; 
  border-radius: 5px;
  width: 100% !important;
  padding: 10px;
  overflow: hidden !important;
  position: relative; /* Added for positioning context */
}
.packages-card-min h5 {
  color: #3469AF;
  font-size: 16px;
  font-weight: 600; 
  padding: 10px 0px;
}
.packages-card-min p{
  text-align: left;
  font-size: 11px ;
  padding-left: 7px; 

}
.packages-card-min i {
  color: #3469AF;
  font-size: 6px;
  padding-top: 8px;
}

.packages-card-min-rate {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0px;
  position: absolute;
  bottom: 1.5%;
  right: 0%;
}

.packages-card-min-rate p {
  color: white;
  font-size: 15px;
  padding-left: 10px;
  position: relative;
  top: 20px;
  left:5px;
}
.packages-card-min-rate a {
  font-size: 15px ;
  color: white;
  text-decoration: none !important;
  background: #7085A0;
  padding: 5px 8px;
  width: 70%;
}

.packages-card-min-img {
  width: 60%;
  margin-right: -16px;
}
.card-lines-min {
  position: absolute;
  top: 0%;
  right: 0%;
  height: 40px;
  width: 40px;
}

.card-lines-min img {
  width: 100%;
}
/*select package */
.selectcard {
  background-color: #242323;
  border-radius: var(--card-radius);
  position: relative;
  margin-right: 8px;
  height: 280px;
  right: 5px;
  left: 3px;
  height: 320px;
  /* border-right: 2px solid white; */
  border-radius: 0;

  &:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  }
}

.selectcard:hover .radio {
  border-color: var(--color-dark-gray);

  &:checked {
    border-color: var(--color-green);
  }
}

.selectcard:hover .plan-details {
  border-color: var(--color-dark-gray);
}

.selectcard:hover .radio:disabled~.plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.selectcard:hover .radio:disabled {
  border-color: var(--color-gray);
}


/*select locatio */
.selectcard-location {
  background-color: #2c2c2c !important;
  border-radius: 5px !important;
  border-radius: var(--card-radius);
  position: relative;
  border-radius: 0;

  &:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  }
}
 
 
.selectcard-location:hover .radio {
  border-color: var(--color-dark-gray);

  &:checked {
    border-color: var(--color-green);
  }
}

.selectcard-location:hover .plan-details {
  border-color: var(--color-dark-gray);
}

.selectcard-location:hover .radio:disabled~.plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.selectcard-location:hover .radio:disabled {
  border-color: var(--color-gray);
}


/*select locatio */
.selectcard-data {
  border-radius: var(--card-radius);
  position: relative;
  border-radius: 0;

  &:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  }
}
.selectcard-data h4{
  font-size: 15px;
}
.selectcard-data:hover .radio {
  border-color: var(--color-dark-gray);

  &:checked {
    border-color: var(--color-green);
  }
}

.selectcard-data:hover .plan-details {
  border-color: var(--color-dark-gray);
}

.selectcard-data:hover .radio:disabled~.plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.selectcard-data:hover .radio:disabled {
  border-color: var(--color-gray);
}


.radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  /* right: calc(var(--card-padding) + var(--radio-border-width)); */
  top: 2%;
  left: 1%;
}

@supports(-webkit-appearance: none) or (-moz-appearance: none) {
  .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition:
      background 0.2s ease-out,
      border-color 0.2s ease-out;
    width: var(--radio-size);

    &::after {
      border: var(--radio-border-width) solid #fff;
      border-top: 0;
      border-left: 0;
      content: '';
      display: block;
      height: 0.75rem;
      left: 25%;
      position: absolute;
      top: 50%;
      transform: rotate(45deg) translate(-50%, -50%);
      width: 0.375rem;
    }

    &:checked {
      background: var(--color-green);
      border-color: var(--color-green);
    }
  }


}

.plan-details {
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  transition: border-color 0.2s ease-out;
}



.radio:checked~.plan-details {
  border-color: var(--color-green);
}

.radio:focus~.plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.radio:disabled~.plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}

.radio:disabled~.plan-details .plan-type {
  color: var(--color-dark-gray);
}



.plan-type {
  color: var(--color-green);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
}

.plan-cost {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
}

.slash {
  font-weight: normal;
}

.plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

.hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}


 /* .frame_image_style{
  transform: rotate(90deg);
  width: 150%;
  height: 420px;
 } */
  
.order-selected-img {
  position: absolute !important;
  top: 0% !important;
  left:4% !important;
  width: 100% !important;
  height: 600px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



.order-selected-img-text {
  width: 87%;
  height: 250px;
  position: absolute;
  right: 12%;
  bottom: 11%;
} 

.order-selected-img-text .name hr {
  border-top: 1px solid white;
  width: 75%; 
  display:  block;
  box-shadow: 0 0 20px 5px #4C92CF;
  /* Adjust the values based on your preference */

}

.order-selected-img-text .deed-location hr {
  border-top: 1px solid white;
  width: 50%;
  margin-top: 10px;
  box-shadow: 0 0 20px 5px #4C92CF;
  display: block;
  /* Adjust the values based on your preference */
}

.order-selected-img-text .date hr {
  border-top: 1px solid white;
  width: 30%;
  margin-top: 10px;

  display: block;
  /* Adjust the values based on your preference */
}

.order-selected-img-text .name {
  margin-top: 20px;
  line-height: 1px; 
}

.order-selected-img-text .name h6 {
  color: white;
  font-size: 9px;
  text-shadow: 0 0 10px rgba(0, 48, 120, 0.7), 0 0 20px rgba(0, 48, 120, 0.5), 0 0 30px rgba(0, 48, 120, 0.3);
  margin-top: -15px;
  height: 10px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  letter-spacing: 2px;
  transition: 0.3s;
  transition: 0.3s;
  animation: h6 5000ms infinite;
  text-shadow: 0 0 10px #2288E9,
    0 0 20px #2288E9,
    0 0 40px #2288E9,
    0 0 80px #2288E9,
    0 0 120px #2288E9,
    0 0 110px #2288E9;
}


.order-selected-img-text .name small {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Arial, sans-serif; 

}

.order-selected-img-text .deed-location {
  line-height: 3px;
  margin-top: 22px;
}

.order-selected-img-text .deed-location h6 {
  color: white;
  font-size: 9px;
  margin-top: -13px;
  height: 10px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  transition: 0.3s;
  transition: 0.3s;
  animation: h6 5000ms infinite;
  text-shadow: 0 0 10px #2288E9,
    0 0 20px #2288E9,
    0 0 40px #2288E9,
    0 0 80px #2288E9,
    0 0 120px #2288E9,
    0 0 110px #2288E9;
}

.order-selected-img-text .deed-location small {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Arial, sans-serif; 

}

.order-selected-img-text .date {
  line-height: 0px;
  text-transform: uppercase; 
  margin-top: 22px;
  font-family: Arial, sans-serif;
}

.order-selected-img-text .date h6 {
  color: white;
  font-size: 9px;
  margin-top: -13px;
  padding: 0;
  height: 10px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s;
  transition: 0.3s;
  animation: h6 5000ms infinite; 
 
}
 

.order-selected-img-text .date small {
  color: white;
  font-size: 15px;
  padding: 0;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.checkout-deed-land-img-down{
  width: 110%;
  height: 70%;
}


 

.checkout-deed-land-text .name hr {
  border-top: 1px solid white;
  width: 80%;
  box-shadow: 0 0 30px 15px #003078;
  display:  block;
  /* Adjust the values based on your preference */

}

.checkout-deed-land-text .deed-location hr {
  border-top: 1px solid white;
  width: 50%;
  margin-top: 10px;
  box-shadow: 0 0 30px 10px #003078;
  display: block;
  /* Adjust the values based on your preference */
}

.checkout-deed-land-text .date hr {
  border-top: 1px solid white;
  width: 30%;
  margin-top: 10px;
  box-shadow: 0 0 20px 5px #4C92CF ;
  display: block;
  /* Adjust the values based on your preference */
}

.checkout-deed-land-text .name {
  line-height: 1px;
}

.checkout-deed-land-text .name h6 {
  color: white;
  font-size: 11px;
  text-shadow: 0 0 10px rgba(0, 48, 120, 0.7), 0 0 20px rgba(0, 48, 120, 0.5), 0 0 30px rgba(0, 48, 120, 0.3);
  margin-top: -15px;
  height: 10px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  letter-spacing: 2px;
  transition: 0.3s;
  transition: 0.3s;
  animation: h6 5000ms infinite;
  text-shadow: 0 0 10px #2288E9,
    0 0 20px #2288E9,
    0 0 40px #2288E9,
    0 0 80px #2288E9,
    0 0 120px #2288E9,
    0 0 110px #2288E9;
}


.checkout-deed-land-text .name small {
  color: white;
  font-size: 9px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.checkout-deed-land-text .deed-location {
  line-height: 3px;
}

.checkout-deed-land-text .deed-location h6 {
  color: white;
  font-size: 10px;
  margin-top: -13px;
  height: 10px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  transition: 0.3s;
  transition: 0.3s;
  animation: h6 5000ms infinite;
  text-shadow: 0 0 10px #2288E9,
    0 0 20px #2288E9,
    0 0 40px #2288E9,
    0 0 80px #2288E9,
    0 0 120px #2288E9,
    0 0 110px #2288E9;
}

.checkout-deed-land-text .deed-location small {
  color: white;
  font-size: 8px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.checkout-deed-land-text .date {
  line-height: 0px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Arial, sans-serif;
}

.checkout-deed-land-text .date h6 {
  color: white;
  font-size: 10px;
  margin-top: -13px;
  padding: 0;
  height: 10px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s;
  transition: 0.3s;
  animation: h6 5000ms infinite;
  text-shadow: 0 0 10px #2288E9,
    0 0 20px #2288E9,
    0 0 40px #2288E9,
    0 0 80px #2288E9,
    0 0 120px #2288E9,
    0 0 110px #2288E9;
}

@keyframes h6 {
  20% {
    text-shadow: 0 0 20px #2288E9,
      0 0 30px #2288E9,
  }

}

.checkout-deed-land-text .date small {
  color: white;
  font-size: 12px;
  padding: 0;
  padding-top: 5px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}
.checkout-deed-land-img-down{
  width: 110%;
  height: 70%;
}


 

.checkout-deed-land-text .name hr {
  border-top: 1px solid white;
  width: 80%;
  box-shadow: 0 0 30px 15px #003078;
  display:  block;
  /* Adjust the values based on your preference */

}

.checkout-deed-land-text .deed-location hr {
  border-top: 1px solid white;
  width: 50%;
  margin-top: 10px;
  box-shadow: 0 0 30px 10px #003078;
  display: block;
  /* Adjust the values based on your preference */
}

.checkout-deed-land-text .date hr {
  border-top: 1px solid white;
  width: 30%;
  margin-top: 10px;
  box-shadow: 0 0 30px 12px #003078;
  display: block;
  /* Adjust the values based on your preference */
}

.checkout-deed-land-text .name {
  line-height: 1px;
}

.checkout-deed-land-text .name h6 {
  color: white;
  font-size: 11px;
  text-shadow: 0 0 10px rgba(0, 48, 120, 0.7), 0 0 20px rgba(0, 48, 120, 0.5), 0 0 30px rgba(0, 48, 120, 0.3);
  margin-top: -15px;
  height: 10px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  letter-spacing: 2px;
  transition: 0.3s;
  transition: 0.3s;
  animation: h6 5000ms infinite;
  text-shadow: 0 0 10px #2288E9,
    0 0 20px #2288E9,
    0 0 40px #2288E9,
    0 0 80px #2288E9,
    0 0 120px #2288E9,
    0 0 110px #2288E9;
}


.checkout-deed-land-text .name small {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.checkout-deed-land-text .deed-location {
  line-height: 3px;
}

.checkout-deed-land-text .deed-location h6 {
  color: white;
  font-size: 10px;
  margin-top: -13px;
  height: 10px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  transition: 0.3s;
  transition: 0.3s;
  animation: h6 5000ms infinite;
  text-shadow: 0 0 10px #2288E9,
    0 0 20px #2288E9,
    0 0 40px #2288E9,
    0 0 80px #2288E9,
    0 0 120px #2288E9,
    0 0 110px #2288E9;
}

.checkout-deed-land-text .deed-location small {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.checkout-deed-land-text .date {
  line-height: 0px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Arial, sans-serif;
}

.checkout-deed-land-text .date h6 {
  color: white;
  font-size: 10px;
  margin-top: -13px;
  padding: 0;
  height: 10px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s;
  transition: 0.3s;
  animation: h6 5000ms infinite;
  text-shadow: 0 0 10px #2288E9,
    0 0 20px #2288E9,
    0 0 40px #2288E9,
    0 0 80px #2288E9,
    0 0 120px #2288E9,
    0 0 110px #2288E9;
}

@keyframes h6 {
  20% {
    text-shadow: 0 0 20px #2288E9,
      0 0 30px #2288E9,
  }

}

.checkout-deed-land-text .date small {
  color: white;
  font-size: 12px;
  padding: 0;
  padding-top: 5px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}
.order-img-text-detail{
  position: absolute;
  bottom: -15%;
}
.order-img-text-detail p {
  color: white !important;
  font-size: 6px;
  line-height: 10px;
  padding: 0px 25px;
  padding-top: 5px;
  margin-top: -15px;
  width: 100%;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  word-spacing: 1px;
  font-family: Arial, sans-serif;
  padding-top: 12px;
}
.section-order-main{
  height: 100%;
}
.order-section{
  height: 600px;
  width: 100%;
}
.order-section-image{
  height: 100%;
  width: 100%;
}
#deed_image{
  width: 95%;
  height: 90%;
  object-fit: fill;
  object-position: top;  
}
.frame_image{
  height: 100%;
  width: 100%; 
}
 .frame_image-style{
  height: 100%;
  width: 500px; 
}
.order_deed_image{
  width: 425px;
  height: 90%;
  object-fit: fill;
  object-position: top;  
  margin-left: -40px;
}

.landscape {
  transform: rotate(90deg);
  transform-origin: left top;
  width: 80% !important;
  height: 60% !important;
}

.landscape-styling {
  width: 80%;
  height: 85%;
  position: absolute ;
  top: 20%;
  right: -31%;
}
.checkout-deed-port{
  position: absolute !important;
  bottom:2% !important;
}
 .checkout-deed-land-img-without-frame{
  position: relative;
  height: auto;
  width: 100%;
 }
 .checkout-deed-land-img-without-frame img{
  position: relative;
  top: 0px !important;
  width: 105%;
  right: 15px;
 }

/* .checkout-deed-land-img{
  width:  100%;
  height: 100%;
} */
.checkout-deed-land-img-land{
  width: 105%;
  height: 105%;
  margin-top: 10px;
  margin-left: -12px;

  /* position: absolute;
  left: 0%;
  top: 15%; */
}

/* .checkout-deed-land-text{
  position: absolute;
  right: -1% !important;
  bottom: -15% !important;
  transform: rotate(90deg);
  transform-origin: top center !important;
} */
.checkout-deed-land-text{
  position: absolute;
  top: 0%;
  transform: rotate(90deg);
  right: 35%;
  width: 90%;
  height: 100%;
  color: white;
}
.checkout-deed-land-text-land{
    position: absolute;
    top: 0%;
    transform: rotate(90deg);
    right: 37%;
    width: 90%;
    height: 100%;
    color: white;
}
.proceed-btn{
  margin-left: 30px;
}
.remove-btn-size{
  border: 2px solid white;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
}
p#removeButtonSize{
  font-size: 14px !important;
  /* margin-left: -45px; */
}
.remove-btn{
  border: 2px solid white;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  cursor: pointer;
  padding: 20px; 
}

p#removeButton{
  font-size: 14px !important;
  padding-top: 5px;
  margin-left: -25px;
  text-align: center;
}
.landscape-checkout-frame{
  transform: rotate(90deg);
  width: 95%;
  height: 100%;
  position: relative;
}
.landscape-checkout-frame-section{
  position: relative;
}
/* .landscape-checkout-frame-section-content{
  position: absolute;
  top: 15%;
} */
.landscape-checkout-frame-section-content{
  position: absolute;
  top: 15%;
  height: auto;
  width: 100%;
 }
 /* .checkout-deed-land-img-without-frame img{
  position: relative;
  top: 0px !important;
  width: 110%;
 } */
@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
 
  .faq .card .card-header .faq-title1 {
    line-height: 26px;
    margin-top: 10px;
  }
}
