@font-face {
    font-family: 'SulimanLipi';
    src: url('font/SolaimanLipi_22-02-2012.ttf') format('truetype');
}
@font-face {
    font-family: 'Li Ador Noirrit Bold';
    src: url('font/Li Ador Noirrit Bold.ttf') format('truetype');
}

body {
    font-family: 'Li Ador Noirrit Bold', sans-serif;
    overflow-x: hidden;
      
}
.bg-main{
    background-color: cornsilk;
    /*background-color: #FFFB57;*/
}
footer{
    background-color: #212121;
    color: white;
}
p {
    text-align: justify;
}


/*other page bg*/
.page-content {
    background-color: rgba(242, 246, 238, 1);
    min-height: 100vh;
}

.card {
    border: 1px solid #212529;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.card:hover {
    border: 1px solid #007bff;
    transform: scale(1.1);
    /*background: #5cb247;*/
}

@keyframes borderAnimation {
    0% {
        border-color: #28a745;
    }
    50% {
        border-color: #007bff;
    }
    100% {
        border-color: #28a745;
    }
}

.card-content {
    padding: 10px;
}

.pricing-card-container {
    display: flex;
    justify-content: space-evenly;
    padding: 1rem;
}
.pricing-cards {
    display: flex;
    flex-wrap: wrap;
}
.pricingCard {
    
    height:750px;
    flex: 1;
    transition: all .3s ease-out;
    background-color: white;
    margin: .5rem 1rem;
    padding: 2rem 1rem;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    .pricingCard {
        width: 90%; /* Responsive width for tablets and below */
        margin: 10px auto;
    }
}

@media screen and (max-width: 480px) {
    .pricingCard {
        width: 95%; /* Responsive width for mobile devices */
        padding: 15px;
    }
}

.centers {
    transform: scale(1.1);
}
.pricingCard-title1 {
    text-align: center;
    color: rgb(249, 252, 245);
    background-color:#0867d2 ;
    padding: .25em;
    margin:-20px ;
    border-radius: 0.5rem 0.5rem 0 0;
    
}

/* custom title */

/* .pricingCard-title2 {
    text-align: center;
    color: #4ebad4;
    background-color: rgba(249, 252, 245, 0.815); 
    padding: .25em;
    margin:-20px ;
    border-radius: 0.5rem 0.5rem 0 0;
} */

.pricingCard-pricing {
    
    text-align: center;
    color: rgb(249, 252, 245);
}
.price {
    font-size:  2rem;
    font-weight: 600;
}
/* .pricingCard-basket1 {
    display: block;
    background-color: rgb(249, 252, 245);
    text-align: center;
    color: #4ebad4;
    padding: 1rem;
    border-radius: 100px;
    font-weight: 1000;
    margin: 1rem;
    text-decoration: none;
} */

/* customize */
.pricingCard-basket2 {
    display: block;
    background-color: #0867d2;
    text-align: center;
    color: rgb(249, 252, 245);
    padding: 1rem;
    border-radius: 100px;
    font-weight: 1000;
    margin: 1rem;
    text-decoration: none;
    
}

.pricingCard-refresh {
    text-align: center;
    color: rgb(249, 252, 245);
    /* color: #adff2e; */
}
.pricingCard-properties {
    padding: 1rem 0;
    color: rgb(249, 252, 245);
}

.pricingCard-all-properties {
    text-align: center;
}
.pricingCard-all-properties a {
    color:  #491bd5;
    text-decoration: none;
    font-weight: 600;
    font-size: large;
}
.pricingCard-all-properties a:hover {
    color: #54595F;
}



/* pricingCard-basket */


.pricingCard-basket-container {
    width: 85%;
    margin: 0 auto;
    padding: 1rem;
}
@media (max-width: 600px) {
    .pricingCard-basket-container {
        width: 100%;
        margin: 0;
    }
}
.pricingCard-basket-container .pricingCard-basket-title {
    padding-top: 3rem;
}
.pricingCard-basket-container .pricingCard-basket-title h1 {
    padding: 2rem 1rem;
    padding-top: 0;
}
.pricingCard-basket-container .pricingCard-basket-title h3 {
    font-size: 1.5rem;
}
.pricingCard-basket-container .pricingCard-basket-title p span {
    font-weight: 600;
}

.pricingCard-basket-container .plan-container {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
}
.pricingCard-basket-container .plan-container .plan {
    padding: 1rem;
    margin: 1rem;
    background-color: #fff;
    flex: 1;
    border: 2px solid lightgrey;
    transition: all .5s;
    cursor: pointer;

}
.pricingCard-basket-container .plan-container .plan i {
    color: #fff;
    font-size: .7rem;
    border: 2px solid lightgrey;
    border-radius: 50%;
    padding: .3rem;
    transition: all .8s;
}
.pricingCard-basket-container .plan-container .plan .onay {
    background-color: #673de6;
}


.pricingCard-basket-container .plan-container .plan .plan-time {
    text-align: center;
    font-weight: 600;
}
.pricingCard-basket-container .plan-container .plan .plan-price {
    text-align: center;
    padding: 2rem;
}
.pricingCard-basket-container .plan-container .plan .plan-price h2 {
    font-size: 2rem;
}
.pricingCard-basket-container .plan-container .plan .plan-price p {
    color: #727586;
    font-weight: 600;
}

.pricingCard-basket-container .plan-container .plan .plan-date {
    text-align: center;
    color: #727586;
}

.pricingCard-basket-container .total-snow {
    text-align: right;
    padding: 0 3rem;
}
.pricingCard-basket-container .total-snow .snow {
    color: #2f1c6a;
    border-bottom: 2px solid lightgrey;
}
.pricingCard-basket-container .total-snow .total {
    color: #673de6;
    font-size: 1.2rem;
    padding-top: .5rem;
}

.payment-container {
    display: flex;
}
.payment-container .payment {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin: 1rem;
    background-color: #fff;
    flex: 1;
    flex-wrap: wrap;
    border: 2px solid lightgrey;
    transition: all .5s;
    border-radius: 5px;
    cursor: pointer;

}
.payment-container .payment  h3 {
    color: #673de6;
    padding-left: 1rem;
}
.payment-container .payment i {
    color: #fff;
    font-size: .7rem;
    border: 2px solid lightgrey;
    border-radius: 50%;
    padding: .3rem;
    transition: all .8s;
}
.payment-container .payment .onay {
    background-color: #673de6;
}

.checkout-container {
    border: 2px solid lightgrey;
    border-radius: 5px;
    padding: 1rem;
}
.checkout-container .checkout-detail {
    display: flex;
    margin: 1rem 0;
}
.checkout-container .checkout-detail p{
    color: #727586;
    flex: 1;
}
.checkout-container .checkout-detail span {
    font-weight: 600;
}
.hr {
    border: 1px solid lightgrey;
}
.checkout-container .checkout-total {
    margin-top: 1rem;
}
.checkout-container .checkout-total .total{
    display: flex;
}
.checkout-container .checkout-total .total h3{
    flex: 1;
    font-size: 1.5rem;
}
.checkout-container .checkout-total .total span {
    font-size: 1.5rem;
    font-weight: 600;
}

.checkout-container .pay {
    display: flex;
}
.checkout-container .pay button{
    background-color: #673de6;
    border:none;
    padding: 1rem 3rem;
    font-size: 1.3rem;
    color: #fff;
    border-radius: 5px;
    margin: 1rem 0;
    cursor: pointer;

}

.pay-property {
    padding: 1rem;
}
.pay-property i {
    color: #00b090;
    padding-right: .3rem;
}


@media screen and (max-width: 880px) {

    .container .container__img-holder:nth-child(3n+1) {
    margin-left: 16px;
    }

}


#myBtn {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 21px;
    font-weight: 800;
    border: none;
    outline: none;
    background: #009A4E;
    color: #ffff;
    cursor: pointer;
    padding: 6px;
    border-radius: 50%;
    
}

#myBtn:hover {
    background: #ef0f0f;
}
.loction-map{
    height: 522px;
}

.avatar {
    align-content: center;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 5%;
}


/* contact.html page style */
.input-container {
    position: relative;
}

/* Style the label */
.input-container label {
    position: absolute;
    top: -10px;
    left: 17px;
    background-color: rgb(251 251 251);
    padding: 0 5px;
    font-size: 16px;
    color: #333;
}

/* Style the input field */
.custom-input {
    width: 100%;
    /*background-color: rgba(242, 246, 238, 1);*/
    padding: 10px;
    border: 1px solid rgba(196, 201, 191, 1);
    outline: none;
    border-radius: 8px;
    font-size: 13px;
}

/* Style the textarea */
.custom-textarea {
    width: 100%;
    height: 150px; /* Adjust the height as needed */
    /*background-color: rgba(242, 246, 238, 1);*/
    padding: 10px;
    border: 1px solid rgba(196, 201, 191, 1);
    outline: none;
    border-radius: 8px;
    font-size: 16px;
    resize: vertical; /* Allow vertical resizing */
}

/*custom button*/
.my-button{

    display: text;
        padding: 12px 24px; /* Adjust padding to increase button size */
        font-size: 24px; /* Adjust font size */
        background-color: inherit; /* Button background color */
        color: rgb(230, 17, 17); /* Button text color */
        border: none; /* Remove button border */
        border-radius: 8px; /* Optional: Add border radius for rounded corners */
        cursor: pointer;
        text-decoration: underline; /* Remove underline from text */
}

.about-img{

    rotate: -4.99deg;
    background: #FFD90F;
    position: relative;
  top: -6px;
}

.red-arrow-btn {
    background-color: transparent;
    border: none;
    color: red;
    font-size: 16px;
    cursor: pointer;
  }

  .red-arrow-btn .fas {
    margin-right: 5px;
  }



  .carousel-item img {
    object-fit: cover; /* Cover the area while maintaining aspect ratio */
  }
  
  .carousel-inner {
    display: flex;
  }
  
  .carousel-item {
    width: 100%;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
    backface-visibility: hidden;
    text-align: center;
  }
  
/* transition attributes */

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: block;
    opacity: 1;
    transform: none;
  }
  
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translateX(100%);
    opacity: 0;
  }
  
  .carousel-item-left,
  .carousel-item-prev {
    transform: translateX(-100%);
    opacity: 0;
  }
  
  .carousel-item-next,
  .carousel-item-right {
    transform: translateX(100%);
    opacity: 0;
  }
  
  .carousel-caption h5 {
    font-size: 25px;
    letter-spacing: 2px;
    margin-top: 25px;
    color: rgb(207, 188, 14);
  }
  

  .card{
    margin: 0.5em;
  }

/* unorder list alignment */
.unorder-list{
    list-style-type: none; 
    margin-bottom: 0.5rem; 
    padding-left: 20px;
    text-align: left;
    
}

.unorder-list1{
    list-style-type: none; 
    margin-bottom: 0.5rem; 
    padding-left: 20px;
    text-align: left;
}
.unorder-list2{
    list-style-type: none; 
    margin-bottom: 0.5rem; 
    padding-left: 20px;
    text-align: left;
}
 

.unorder-list1 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 2;
    color: rgb(251 251 251);
    font-size: 16px;
}

.unorder-list1 li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0867d2; /* Blue circle color */
    border: 2px solid #fff;
    box-sizing: border-box;
}

.unorder-list1 li:after {
    content: '\2713'; /* White checkmark character */
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 16px;
    color: #fff;
}

 /* Define custom list styles */
 

/* Style each list item */
.unorder-list2 li {
    position: relative; /* Positioning context for pseudo-elements */
    padding-left: 30px; /* Add left padding for space */
    margin-bottom: 10px; /* Add bottom margin for spacing between items */
    line-height: 2; /* Set line height for better readability */
    color: rgb(251 251 251); /* Set text color */
    font-size: 16px;
}

/* Style the circle */
.unorder-list2 li:before {
    content: '✕'; /* Use cross mark character */
    position: absolute; /* Position the cross mark */
    left: 0; /* Align cross mark to the left */
    top: 16px; /* Center vertically */
    transform: translateY(-50%); /* Adjust for vertical centering */
    width: 20px; /* Set cross mark width */
    height: 20px; /* Set cross mark height */
    border-radius: 50%; /* Make cross mark round */
    background-color: #ccc; /* Set cross mark color */
    color: #fff; /* Set cross mark text color */
    text-align: center; /* Center cross mark */
    line-height: 20px; 
    font-size: 16px; /* Set cross mark size */
}

/* creating white line */
.white-line {
    border: none;
    border-top: 2px solid white; /* Adjust thickness here */
    width: 100%; /* Adjust width here */
    margin: 20px 0; /* Adjust margin here */
}
.container {
    background-color: inherit; /* Background color to see the white line */
    padding: 20px;
}

/* custom container for newsletter */


.subscribe-form {
    background-color: inherit;
   width: 100%;
    border-radius: 5px;
    
    display: flex;
  }
  .subscribe-form h2 {
    margin-bottom: 20px;
  }
  .subscribe-form input[type="email"] {
    margin-left: -10px;
    border: 1px solid #1d1b1b;
    border-radius: 5px;
    flex-grow: 2;
    position: relative;
    margin-right: 5px;
  }
  .subscribe-form button {
    padding: 10px 20px;
    border: none;
    background-color: #7c1204;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    flex-shrink: 0;
    
  }
  .subscribe-form button:hover {
    background-color: #ec2715;
  }

  /* social media icons */
  .social-icons {
    display: flex;
    justify-content: space-around;
    gap: 15px; /* Add space between the icons */
  }
  .social-icons a {
    color: #f3efef; /* Change to desired color */
    font-size: 24px; /* Adjust size as needed */
    text-decoration: none;
  }
  .social-icons a:hover {
    color: #007bff; /* Change hover color if desired */
  }

  /* custom design */
  .design1{
    font-size: x-large; 
    text-align:start;
    display: flex;
    width: 100%;
    flex-grow: 2;
    flex-shrink: 0;
    margin-left: -10px;
    position: relative;

  }

  .footer-parent {
    margin: 0;
    padding: 0;
}

.footer {
    display: block;
    unicode-bidi: isolate;
    position: fixed; /* or absolute */
    bottom: 0;
    width: 100%;
    margin-top: auto;
}
  
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* custom owl carousel dot indicators */
.owl-dots {
    text-align: center;
}
.owl-dots button.owl-dot.active span, 
.owl-dots button.owl-dot:hover span {
  background-color: gray;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 1px;
  left:1px;
}
.owl-dots button.owl-dot{
  border: 1px solid gray;
  background: white;
   border-radius: 50%;
   height: 16px;
   width: 16px;
   position: relative;
  
}


