/* *{
    border: 1px solid red;
} */

nav {
    font-family: 'Montserrat', 'sans-serif';
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0e0e0e54;
    padding: 0 5%;
    position: fixed;
    z-index: 999;
    width: 100%;
}
nav .logo { 
    float: left;
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
}
nav .links {
    float: right;
    padding: 0;
    margin: 0;
    width: 74%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav .links li {
    list-style: none;
}
nav .links a {
    display: block;
    padding: 1em;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: relative;
}
nav .links a:hover {
    color: white;
}
nav .links a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
nav .links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
    color: white;
}
#nav-toggle {
     position: absolute;
     top: -100px;
}
nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
nav .icon-burger .line {
    width: 30px;
    height: 5px;
    background-color: #fff;
    margin: 5px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}

.d-large{
    display: block;
}
.d-phone{
    display: none;
}

@media screen and (max-width: 768px) {
    nav .logo {
        float: none;
        width: 100%;
        justify-content: start;
    }
    nav .links {
        float: none;
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        justify-content: space-evenly;
        background-color: rgba(0, 0, 0, .8);
        overflow: hidden;
        transition: all .5s ease-in-out;
    }
    nav .links a {
        font-size: 18px;
    }
    nav .links a {
       
        padding: 0px 0px;
       
    }
    nav :checked ~ .links {
        bottom: 0;
        top: 78px;
    }
    nav .icon-burger {
        display: block;
    }
    nav :checked ~ .icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }
    nav :checked ~ .icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }
    nav :checked ~ .icon-burger .line:nth-child(2) {
        opacity: 0;
    }
    .d-large{
        display: none !important;
    }
    .d-phone{
        display: block !important;
    }
    .btn-block{
        display: none !important;
    }
    .hover-widget-5 {
        position: absolute !important;
        z-index: 4;
        top: 64% !important;
        right: 0% !important;
    }
    .hover-widget-3 {
        position: absolute !important;
        z-index: 3;
        top: 66% !important;
        left: 11px !important;
    }

    .hover-widget-4 {
        position: absolute !important;
        z-index: 4;
        top: 28% !important;
        left: 0% !important;
        right: 0px !important;
    }
}



.btn-block {
    background-color: #f26700;
    width: 10%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.btn-block:hover{
    background-color: bisque;
    color: #000;
}

.btn-block a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

/* -------------- ====================== carousel css star ===================------------- */

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
  }
  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }

  /* carousel css end */
  .star ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0%;
}
.tamenities {
    margin-top: 10px;
}
.tamenities ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    list-style: none;
    padding: 0px;
    margin: 10px 0px;
}
.tamenities li img {
    width: 30px !important;
    border-radius: 6px !important;
    
}
.tamenities ul li p {
    margin-bottom: 0;
    font-size: 12px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol, ul {
    padding-left: 0px !important;
}
.head{
    margin-top: 20px;
}
.packagerequest a {
    text-decoration: none;
}
.item {
    padding: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
}

.tbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.packagebtn {
    width: 51px;
    display: inline-block;
}
.packagerequest {
    display: inline-block;
    padding: 0px 10px;
    width: calc(100% - 100px);
}
.packagebtn {
    width: 51px;
    display: inline-block;
}
.packagebtn a {
    border: 1px solid #2f3a29;
    display: block;
    width: 51px;
    height: 51px;
    line-height: 45px;
    text-align: center;
    border-radius: 7px;
}

.packagerequest a {
    background: #2f3a29;
    color: #fff;
    display: block;
    height: 51px;
    line-height: 51px;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
}
.top-head{
 margin-bottom: 20px 
}
.top-head h3 {
    font-weight: 700;
    font-family: none;
    text-align: center;
    cursor: pointer;


}
.top-head h3::after {
    content: '';
    display: block;
    width: 140px;
    height: 3px;
    background-color: red;
    margin: 10px auto;
    transition: 1s;
    border-radius: 12px;
    
}
.item img:hover {
    transform: scale(1.03);
   
}
.item img{
    overflow: hidden;
    transition: 0.5s;
}

.pricing-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 5px 0px;
}
.prefer {
    padding: 25px 0px;
    background: #f7f7f6;
}
.prefer h2 {
    text-align: center;
    margin-bottom: 30px;
}
.hover-widget {
    position: relative;
    min-height: 500px;
}
.hover-widget-1 {
    position: absolute;
    z-index: 1;
    top: 42px;
    left: 120px;
}
.hover-widget-2 {
    position: absolute;
    z-index: 10;
    top: 8%;
    right: 0px;
}
.hover-widget-3 {
    position: absolute;
    z-index: 3;
    top: 40%;
    left: -50px;
}
.hover-widget-4 {
    position: absolute;
    z-index: 4;
    top: 24%;
    left: 45%;
    right: 0px;
}
.hover-widget-5 {
    position: absolute;
    z-index: 4;
    top: 40%;
    right: -10%;
}
.hover-widget-6 {
    position: absolute;
    z-index: 4;
    bottom: 10%;
    left: 15%;
}
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    backface-visibility: hidden;
    transition-duration: 0.3s;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    transform: scale(1.1);
}

.auction {
    background-color: #1e1e1e;
    padding: 90px 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
}
.section {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}
.auction h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.footer {
    padding: 15px;
    background: #000;
}
.footer p {
    margin: 0px;
}
a{
    text-decoration: none !important;
}
.footer a{
    color:#fff;
}

.auction-right .get-started {
    padding: 10px 20px;
    /* margin-top: 40px !important; */
    border: 1px solid #ffffff;
    color: #fff;
    font-weight: 700;
}
.auction-right p{
    margin-bottom: 40px;
}
.auction-lft a {
    color: #fff;
}
.getoffer {
    padding-bottom: 30px;
    padding-top: 30px;
}


.offerctn h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}
.offerctn p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
.offerctn a {
    background: #fff;
    color: #f47625;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    display: block;
    width: 162px;
}
.bg-img{
    background-image: url('../images/img/mid-banner.png');
    background-position: center;
    width: 100%;
   height: 300px ;
   display: flex;
   justify-content: center;
   align-items: center;
}
.btn-block-2 {
    padding: 15px 20px;
    background-color:azure;
    width:50%;
    display:flex;
    justify-content:center;
    align-content:center;
}
.btn-block-2 a {
    color: #000;
    font-weight: 700;
}
.why-heading{
    text-align: center;
    margin: 30px ;
}
.why-items {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    height: 100% !important;
    
  
}

.cont{
    padding: 20px 40px ;
}
.img-why{
    width: 60px;
}

.whychoose{
    padding: 70px 0px ;
}
.why-heading::after {
    content: '';
    display: block;
    margin: 14px auto;
    background-color: red;
    width: 220px;
    height: 3px;
    border-radius: 12px;
}


.what-call-block {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}
.call-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* background-image: linear-gradient(127deg, #f54f00 0%, #f99636 91%); */
}
.whatsapp_block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: linear-gradient(127deg, #f54f00 0%, #f99636 91%);
}
.call-icon {
    font-size: 30px !important;
    color: #fff;
}
.whatsaap-icon {
    font-size: 30px !important;
    color: #fff;
}
.burger-block{
    border: 1px solid #f3f3f3 ;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px ;
}
.icon-f {
    width: 20%;
}

.cont-f {
    width: 75%;
    margin: 0px 20px;
}



@media screen and (max-width: 450px ) {
    .cont-f {
        width: 48%;
        margin-left: 55px;
    
    }
    .cont {
        padding: 10px 10px;
    }
    .btn-block {
        display: none;
    }
    .carousel-wrap {
        margin: 30px auto;
        padding: 0 5%;
        width: 80%;
        position: relative;
    }
     
    .d-md-block {
            display: block !important;
        }

        .main-banner h1 {
            color: #ffffff;
            font-size: 22px !important;
        }
        .main-banner p {
            color: #ffffff;
            font-size: 13px !important;
        }

        .carousel-indicators [data-bs-target]{
            display: none !important;
        }
   
    
    
}


.banner-h{
    color: #f26700;
    font-weight: 700;
    text-transform: uppercase;
}

.main-banner h1{
    color: #ffffff;
}



/* new section start */
.star ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0%;
}
.head {
    margin-top: 20px;
}
.pricing-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 5px 0px;
}
.pricing-list li span i.fa {
    color: #f26700;
}
.tbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.packagebtn {
    width: 51px;
    display: inline-block;
}
.packagebtn a {
    border: 1px solid #2f3a29;
    display: block;
    width: 51px;
    height: 51px;
    line-height: 45px;
    text-align: center;
    border-radius: 7px;
}

.pricing-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 5px 0px;
}
.packagerequest {
    display: inline-block;
    padding: 0px 10px;
    width: calc(100% - 100px);
}
.packagerequest a {
    background: #2f3a29;
    color: #fff;
    display: block;
    height: 51px;
    line-height: 51px;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
}

.packagebtn {
    width: 51px;
    display: inline-block;
}

.packagebtn a {
    border: 1px solid #2f3a29;
    display: block;
    width: 51px;
    height: 51px;
    line-height: 45px;
    text-align: center;
    border-radius: 7px;
}
.contnet-block {
    padding: 20px;
}
.price-menu.price {
    background-color:  #fefefe !important;
 
}

.head h6{
    font-size: 16px;
}
.texi-centent ul li {
    font-size: 15px;
}
.pricing-list{
    padding: 0px !important;
    margin: 20px !important;
}
.head-top{
    margin-bottom: 30px;
}