*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    color: var(--dark-color);
}
:root{
    --primary-color:#FF6600;
    --text-color:#333333;
    --white-color:#ffffff;
    --dark-color:#101010;
    --border-color:#D2D2D2;
    --bg-gray:#F9F9F9;
}
.main-heading{
    font-size: 40px;
    font-weight: 600;
    line-height: 51px;
    margin-bottom: 1.6rem;
}
.main-heading span{
    color: var(--primary-color);
}
.heading{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
.heading span{
    color: var(--primary-color);
}
header{
    background-color: var(--white-color);
    padding: 16px 0;
}
.blue-header img{
    width: 130px;
}
.w-49{
    width: 49px !important;
}
.no-product{
    left: 50%;
    transform: translate(-50%, 0);
    width: 50%;
    padding: 40px 24px !important;
}
.nav-content{
    display: none !important;
}
.navbar-none{
    justify-content: center !important;
}
.navbar-brand {
    position: relative;
}
.nav-link.active {
    position: relative;
}
.nav-link.active:before {
    content: '';
    width: 50px;
  min-height: 4px;
    display: block;
    background: var(--dark-color);
    bottom: 0;
    position: absolute;
    border-radius: 4px;
}
.shipment-status .hide{
    display: none;
}
.shipment-status.main .hide{
    display: inline-block;
}
.shipment-status.main .show{
    display: none;
}
.shipment-status:hover span, .shipment-status:hover i{
    color: var(--primary-color);
}
.logo-dark {
    position: absolute;
    left: 0px;
    background-color: var(--white-color);
    border-radius: 8px;
    padding: 16px;
    top: -15px;
}
.logo-dark img{
    max-width: 100%;
    height: auto;
}
.logo-dark.active{
    position: relative;
    padding: 0;
    height: 40px;
    top: 0;
}
.logo-dark.active img{
    height: 40px;
}
header .nav-link a, .deel{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: var(--white-color);
    text-decoration: none;
}
header a:hover{
    color: var(--white-color);
}
.text{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
.text span {
    font-weight: 500;
}
h1{
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
}
.banner {
    box-shadow: 0px 16px 32px -12px #585C5F1A;
    padding: 8px 0;
    background-color: #F9F9F9;
}
.deel{
    color: var(--dark-color);
    margin-bottom: 0;
    font-weight: 500;
}
.nav-link{
    color: var(--dark-color);
}
.section01{
    /* padding: 32px 0; */
    height: 370px;
    position: relative;
    overflow: hidden;
}
.navbar-brand img{
    max-width: 140px;
}
.banner-img img{
    position: absolute;
    max-width: 100%;
    height: auto;
}
.tracking-card {
    padding: 24px;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background-color: var(--white-color);
    position: absolute;
    top: 85px;
}
.tracking-card .text{
    margin-bottom: 20px;
}
.flex-items{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 10px;
}
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.form-check-input:checked[type=radio] {
    background-image: none;
    position: relative;
}
.form-check-input:checked[type=radio]:before {
    content: "\f00c";
    font-weight: 800;
    color: var(--white-color);
    font-family: 'Font Awesome 5 pro';
    z-index: 9999;
    position: absolute;
    top: 2px;
    font-size: 8px;
    left: 50%;
    transform: translate(-50%, 0);
}
.form-check-input:focus, .form-control:focus ,.btn-primary:focus , .btn-primary:active:focus ,.btn.btn-outline-primary, .btn.btn-outline-primary:active:focus, .btn.btn-outline-primary:focus{
    box-shadow: none;
}
.btn.btn-primary{
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
    padding:6px 18px;
    border-radius: 6px;
}
.form-control {
    border-radius: 8px;
    border: 1px solid var(--border-color);
}
.form-control::placeholder {
    font-size: 12px;
    line-height: 18px;
    color: var(--dark-color);
}
.content-box .text{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
}
.btn.btn-buy{
    background-color: transparent;
    border-radius:25px;
    color: var(--white-color);
    font-size: 17px;
    line-height: 15px;
    padding: 0;
    display: flex;
    align-items: center;
}
.btn-icon {
    background: var(--primary-color);
}
.img-box img{
    transition: 1.3s ease-out;
}
.item {
    box-shadow: 0px 4px 10px 0px #0000001A;
    background-color: var(--white-color);
    padding: 18px;
    border-radius: 12px;
	transition: 1.3s ease-out;
    min-height: 290px;
    margin: 10px 5px;
}
.owl-carousel-two .item{
    box-shadow: 0px 4px 20px 0px #0000000D;
}
.img-box {
    margin-bottom: 10px;
    overflow: hidden;
    transition: 1.3s ease-out;
    height: 210px;
}
.item:hover{
    min-height: 340px;
    transition: 1.3s ease-out;
}
.item:hover .img-box {
    margin-bottom: 15px;
    min-height: 250px;
    border-radius: 10px;
    transition: 1.3s ease-out;
}
.item:hover .img-box img{
    scale: 1.6;
}
.button-buy{
    border: 0px solid;
    background-color: transparent;
    text-decoration: none;
}
.button-content{
    width:30px;
    min-height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF6600;
    overflow: hidden;
    color: var(--white-color);
    transition: 1.3s ease-out;
    font-size: 17px;
}
.button-content span{
    width: 0;
    transition: 1.3s ease-out;
    visibility: hidden;
    color: var(--white-color);
}
.item:hover .button__text{
    color: #fff;
    width: 90px;
    padding: 2px 2px;
    padding-left: 0px;     
  }
  .item:hover .button-content {
    width: 110px;
  }
  .item:hover .button__icon{
    width: auto;
    min-height: auto;
    padding: 7px 0 7px 7px;
  }
  .item:hover .button-content span{
    width: 90px;
    visibility: visible;
}
.item:hover .button-content i {
    margin-left: 10px;
    transform: rotate(180deg);
    margin-right: 5px;
}
.Ellipse{
    position: absolute;
    top: -700px;
    z-index: 1;
}
.z-index-99{
    z-index: 99;
}
.button-content i {
    font-weight: 300;
    transition: 1.3s ease-out;
    color: var(--white-color);
}
.btn.btn-outline-primary {
    border: 1px solid var(--primary-color);
    padding: 16px 48px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--dark-color);
    border-radius: 100px;
}
.btn.btn-outline-primary:hover{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}
.shipment-status{
    cursor: pointer;
}
.section02{
    padding: 60px 0 20px 0;
    border: 0.2px solid #f5f5f585;
}
.table tr th {
    border-bottom-color: #d2d2d2;
}
.table tr th {
    border-bottom-width: 1px;
}
.mape{
    width: 100%;
    min-height: 225px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.blue-dart{
    background-color: var(--bg-gray);
    border-radius:0 0  16px 16px ;
    padding: 32px 40px;
    margin-bottom: 25px;
    border-top: 0px solid !important;
}
.blue-main.main hr {
    display: none;
}
.card-content::-webkit-scrollbar{
    background-color: #E8E8E8;
    border-radius: 10px;
    width: 10px;
}
.card-content::-webkit-scrollbar-thumb{
    background-color: #A4A4A4;
    border-radius: 10px;   
}
.blue-main {
    display: flex;
    gap: 45px;
    flex-wrap: wrap;
    padding-top: 10px;
    position: relative;
}
hr {
  min-height: 0.1px !important;
    border-color: var(--border-color);
    width: 72%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.blue-header{
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.line-img{
    margin-top: 15px;
}
.date h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0;
}
.date p{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.content-track h6{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.content-track h6.active{
    color: #1FC16B;
}
.content-track h6 span{
    font-weight: 500;
}

.owl-carousel:hover .owl-nav.disabled{
    display: block !important;
  }
.owl-nav button span {
    display: flex;
    justify-content: center;
    min-height: 30px;
    width: 30px;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: var(--white-color);
}
button.owl-prev {
    position: absolute;
    top: 35%;
    left: -20px;
}
button.owl-next {
    position: absolute;
    top: 35%;
    right: -20px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent !important;
}
.main-video{
    width: 100%;
  min-height: 740px;
    border-radius: 10px;
    position: relative;
    z-index: 99;
    cursor: pointer
}
.post-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.bg-blur {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}
.post-img .bg-blur::after{
    content: '';
    background: radial-gradient(circle farthest-corner at 35% 90%, #fe836430, #fe836430 50%);
    position: absolute;
    width: 10px;
  min-height: 10px;
    visibility: hidden;
    transition: 0.6s ease-out; 
           
}
.post-img:hover .bg-blur::after {
    visibility: visible;
    scale: 40;
}
.post-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #ed1854 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    visibility: hidden;
    transition: 0.6s ease-out;
}
.post-img:hover i{
    visibility: visible;
    font-size: 60px;
}
.navbar-light .navbar-toggler{
    border-color: transparent;
}
.item.project {
    min-height: auto;
}
.item.project .button-content{
    width: auto;
    padding: 5px 10px;
}
.item.project .button-content i{
    padding-right: 5px;
    transform: rotate(0deg);
}
.item.project:hover .button-content i{
    margin-left: 0px;
}
.item.project .button-content span{
    visibility: visible;
    width: auto;
}
.item.project:hover .img-box img{
    scale: 1;
}
.item.project:hover .img-box{
    min-height: auto;
}
.item.project .img-box{
    min-height: auto;
    margin-bottom: 15px;
}
.owl-theme .owl-dots {
    display: none;
}
.shipment-details{
    background-color: var(--white-color);
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    position: relative;
    z-index: 999;
    margin: 5px 0 15px 0;
}
.wrapper {
    border: 1px solid var(--border-color);
    border-radius: 6px;
}
tbody,thead, tr{
    border-color: transparent;
}
.shipment-details{
    display: none;
}
tbody tr td{
    padding: 10px 10px !important;
}

.table>:not(:last-child)>:last-child>*{
    border-bottom-color: var(--border-color);
}
.badge.bg-success{
    background-color: #1FC16B1A !important;
    padding: 8px 24px;
    border-radius: 100px;
    color: #1FC16B;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}
span.dot {
    width: 7px;
  min-height: 7px;
    display: inline-block;
    background-color: #1FC16B;
    border-radius: 100px;
    margin-bottom: 4px;
}
footer{
    background-color: var(--primary-color);
    padding: 10px 0;
}
.footer-content{
    display: flex;
    justify-content: end;
    align-items: center;

}
.social-media{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
    padding-left: 0;
}
ul li{
    list-style: none;
}
.social-account{
    list-style: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--dark-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.social-account:hover{
    background-color: var(--white-color);
}
.social-account:hover i{
    color: var(--primary-color);
    scale: 1.4;
}
.social-account i{
    color: var(--white-color);
}
footer p{
    color: var(--white-color);
    margin-bottom: 0;
}
.track-info{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    background-color: #F9F9F9;
    padding: 40px;
    border-radius: 16px 16px 0 0;
    border: 1px solid #dee2e6 !important;
    justify-content: space-between;
}
.track-info .main-heading{
    font-size: 32px;
    margin-bottom: 0;
    background: #ffffff;
    padding: 18.5px 40px;
    border-radius: 16px;
}
.track-history {
    display: flex;
    align-items: self-start;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
.history-items .icon{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
}
.history-items .icon img:last-child{
    width:90px
}
.history-items a{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}
.accordion{
    padding-left: 0;
}
.text-primary{
    color: var(--primary-color) !important;
}
.text-disable{
    color: #8E8E8E;
}
.history-items {
    padding: 42px 0;
}
.track-table{
    background-color: #F9F9F9;
    padding: 24px;
    border-radius: 16px;
    position: relative;
}
.track-table::before {
    content: '';
    background-image: url(../img/icon/arrow-up.png);
    height: 40px;
    width: 50px;
    position: absolute;
    top: -40px;
    right: 40%;
    z-index: 999;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(-10px);
}
.rotate{
    rotate: 45deg;
    color: var(--white-color);
}
textarea{
    height: 120px !important;
    margin-bottom: 20px;
    resize: none;
}
.mystyle{
    display: none;
}
#demo{
    color: #1FC16B;
    font-size: 16px;
    font-weight: 500;
}
/* input slider css start  */
.range-item {
    position: relative;
  }
  
  .range-item .range-input input {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .range-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(99% + 0px);
    margin: 0;
  }
  .range-item ul .list-inline-item span {
    position: relative;
    min-width: auto;
    text-align: center;
    display: block;
    font-size: 14px;
    padding-top: 4px;
    word-break: break-word;
    color: #b1b1b1;
  }
  .range-item .range-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: calc(100% - 14px);
    background-color: #ddd;
    z-index: 0;
    margin: 0 7px;
    border-radius: 50px;
    overflow: hidden;
  }
  
  .range-item .range-input .dot-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 24px);
    left: 0;
    z-index: 1;
  }
  .range-item .range-input .active-dot {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    background-color: #000000;
    height: 24px;
    width: 24px;
    border: 4px solid var(--primary-color);
    z-index: 11;
    left: 0%;
    border-radius: 50%;
  }
  .range-item .range-input .range-line .active-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--primary-color);
    transition: all 0.1s ease;
  }
  
  input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -8px; /* Centers thumb on the track */
    background-color: #0000;
    height: 15px;
    width: 15px;
    border: 4px solid #0000;
    z-index: 11;
    box-shadow: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -8px; /* Centers thumb on the track */
    background-color: #0000;
    height: 24px;
    width: 24px;
    border: 4px solid #0000;
    box-shadow: none;
    z-index: 11;
  }
  
  input[type="range"]::-webkit-slider-runnable-track {
    background-color: #f0f0f000;
  }
  input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: none !important;
    background-color: #f0f0f000;
  }
 .list-inline-item .img-show{
    display: block;
  }
  .list-inline-item.active .img-show{
    display: none;
  }
  .list-inline-item.active .img-hide{
    display: block;
  }
  .list-inline-item .img-hide{
    display: none;
  }
/* input slider css end  */

@media (max-width:1400px) {
    .history-items .icon img:last-child {
        width: 49px;
    }
    .content-track h6, .history-items a{
        font-size: 18px;
    }
    .date h4{
        font-size: 22px;
    }
    .date p{
        font-size: 16px;
    }
    .track-info .main-heading{
        font-size: 20px;
        padding: 12.5px 20px;
    }
    .track-info{
        gap: 25px;
    }
}
@media (max-width:1200px) {
    .track-history{
        gap: 30px;
    }
    .date h4 {
        font-size: 20px;
    }
    .date p {
        font-size: 15px;
    }
    .content-track h6, .history-items a {
        font-size: 16px;
    }
    .tracking-card{
        position: relative;
        top: auto;
    }
    .track-table::before{
        display: none;
    }
    .main-video{
      min-height: 540px;
    }
    .button-content{
        font-size: 12px;
        padding: 5px 5px;
    }
    .img-box{
        min-height: 120px;
    }
    .content-box .text{
        font-size: 13px;
    }
    .item:hover .img-box{
        min-height: 170px;
    }
    .item.project .button-content{
        padding: 5px 5px;
    }
    .item:hover {
        min-height: 250px;
    }
    .item {
        min-height: 200px;
    }
    .item:hover .button-content {
        width: 75px;
    }
    .item:hover .button-content i {
        margin-left: 2px;
        margin-right: 5px;
    }
    .history-items {
        padding: 10px 0;
    }
    .no-product{
        position: absolute;
        top: 50px;
        width: 80%;
    }
}

@media (max-width:1024px) {
    hr{
        width: 57%;
    }
    .btn.btn-outline-primary{
        padding: 6px 30px;
    }
    .logo-dark{
        left: 0;
    }
    .navbar-brand {
        position: static;
    }
    .logo-dark {
        position: relative;
        padding: 0;
        height: 40px;
        top: 0;
    }
}
@media (max-width:991px) {
    .main-video{
      min-height: 400px;
    }
    .Ellipse{
        display: none;
    }
    .blue-main{
        display: block;
    }
    hr{
        width: 100%;
        position: relative;
    }
    .icon {
        display: inline-block;
    }
    h1{
        font-size: 28px;
        line-height: 38px;    
    }
    .blue-dart{
        padding: 20px 26px;
    }
    .item:hover {
        min-height: 300px;
    }
    .item:hover .img-box {
        min-height: 240px;
    }
}
@media (max-width:768px) {
    .tracking-card{
        margin-bottom: 20px;
    }
    
}
@media (max-width:767px) {
    .main-video{
      min-height: 300px;
    }
    .w-350 {
        width: 350px;
    }
    .w-175{
        width: 175px;
    }
    .w-130{
        width:130px
    }
    .section01 .owl-carousel{
        display: none !important;
    }
    .section01{
      min-height: 290px;
    }
    .flex-items{
        gap: 10px;
    }
    .main-heading{
        font-size: 28px;
        line-height: 34px;
    }
    .heading {
        font-size: 20px;
    }
    .section02 {
        padding: 30px 0;
    }
    .item:hover .img-box{
      min-height: 200px;
    }
    .item:hover {
      min-height: 300px;
    }
    .img-box{
      min-height: 160px;
    }
    .item{
      min-height: 250px;
    }
    .button-content {
        width: 100px;
    }
    .button-content span {
        width: 90px;
        visibility: visible;
    }
    .button-content i {
        margin-left: 10px;
        transform: rotate(180deg);
    }
    .order-md-2 .justify-content-end{
        justify-content: flex-start !important;
    }
    .date h4{
        font-size: 20px;
        line-height: 26px;    
    }
    .date p {
        font-size: 14px;
        line-height: 18px;
    }
    .content-track h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .icon {
        margin-bottom: 10px;
    }
    .track-info .main-heading{
        font-size: 24px;
    }
    .track-info{
        gap:24px;
    }
    .no-product{
        top: 30px;
    }
    .track-history{
        display: block;
    }
    .history-items{
        display: flex;
        gap: 20px;
    }
    .history-items .icon img:last-child{
        rotate: 90deg;
        margin-top: 30px;
    }
    .history-items .icon{
        display: block;
    }
    .date {
        width: 100px;
    }
    .history-items:last-child .icon img{
        rotate: 0deg;
        margin-top: 0;
    }
    .accordion-item .collapse {
        width: 100%;
        overflow-x: scroll;
    }
    .accordion-item .collapse th, .accordion-item .collapse td{
        font-size: 14px;
        padding: 5px 5px !important;
    }
    .track-table{
        padding: 18px 16px;
    }
    .blue-dart {
        padding: 20px 10px;
    }
    .content-track p{
        font-size: 14px;
    }
}
@media (max-width:426px) {
    .main-video{
      min-height: 240px;
    }
    button.owl-next {
        position: relative;
        top: auto;
        right: auto;
    }
    button.owl-prev{
        position: relative;
        top: auto;
        right: auto;
    }
    .track-info .main-heading {
        font-size: 18px;
        padding: 11.5px 20px;
    }
    .heading {
        font-size: 18px;
    }
    .deel {
        font-size: 14px;
    }
    .range-item ul .list-inline-item span{
        font-size: 10px;
    }
    .main-heading {
        font-size: 24px;
    }
    .content-track p{
        font-size: 10px;
    }
}
@media (max-width:375px) {
    .history-items .icon img:last-child {
        width: 40px;
    }
    .list-inline-item:not(:last-child) {
        margin-right: .2rem;
    }
    .list-inline-item img {
        width: 35px;
    }
    .no-product{
        padding: 24px 24px !important;
    }
    .blue-dart {
        padding: 20px 5px;
    }
    .track-table {
        padding: 5px 5px;
    }
}
@media (max-width:320px) {
    .main-video{
      min-height: 180px;
    }
    .history-items {
        display: flex;
        gap: 5px;
    }
    .date {
        width: 80px;
    }
    .date h4 {
        font-size: 16px;
        line-height: 26px;
    }
}

tbody, td, tfoot, th, thead, tr{
border-width: 1px !important;
    border-color: #d2d2d2;
}
