*{
    box-sizing: border-box;
    margin: 0;
padding: 0;
}
body{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;

}
.header-top {
    background: #212529;
}
/* .home {
    height: 100%;
} */
ul.nav.nav-justified-header {
    justify-content: space-between;
    display: flex;
}

ul.nav li a {
    font-size: 14px;
  }

/* .deatils-card {
    box-shadow: 0 0 2px 2px#ccc;
    height: 100%;
    max-height: 515px;
    

} */
/* .details-sec {
    height: 100vh;
    position: relative;
} */

button {
    margin: 20px;
  }
  .custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  .btn-information:hover a {
    color: #f0094a !important;
  
}
.socail-account a img {
    width: 45px;
    padding: 6px;
  }
.btn-information a {
    color: #ffffff !important;
  text-decoration: none;
}
.btn-information {
    width: 250px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    background: rgb(255,27,0);
  background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
  }
 .btn-information:hover {
    color: #f0094a;
    background: transparent;
     box-shadow:none;
  }
.btn-information:before,
.btn-information:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #f0094a;
    box-shadow:
     -1px -1px 5px 0px #fff,
     7px 7px 20px 0px #0003,
     4px 4px 5px 0px #0002;
    transition:400ms ease all;
  }
.btn-information:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
.btn-information:hover:before,
.btn-information:hover:after{
    width:100%;
    transition:800ms ease all;
  }
  .deatils-card ul li a {
    text-decoration: none;
    color: #656262;
}
footer.bg-dark{
   
    padding: 13px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #10121470;
  outline: 0;
  box-shadow: none;
}
.fa-theme {
    color: #f75b36;
    font-size: 20px;
}
::marker {
    color: red;
}
.btn:focus-visible {
    background-color:  #f75a35 !important;
    
}
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {

    background-color: #f75a35 !important;
}

.desktop-view-dnone {
    display: none;
  }
  .modal.show .modal-dialog {
    transform: none;
    margin-top: 100px !important;
  }
@media screen and (max-width:1280px){
    .deatils-card ul li a{
        font-size: 12px !important;
    }
    footer.bg-dark {
        
        padding: 10px !important;
}

.deatils-card {
    padding: 2px 10px !important;
    margin-bottom: 50px;
}
button {
    margin: 5px;
  }
  .btn-information a {
 
    font-size: 14px !important;
}
h3 {
    font-size: 20px !important;
}
.deatils-card h3 {
    padding: 4px 12px !important
}
}
@media screen and (max-width:1024px){
    .deatils-card{
        padding: 16px 16px !important;
     height: 100% !important;
     max-height: 100% !important;
     margin-bottom: 150px;
    }
}
@media screen and (max-width:991px){
    .disp-none {
        display: none;
      }
      .desktop-view-dnone {
        display: block;
        color: #fff;
        text-decoration: none;
      }
      .detail-card-box1 {
        height: 100% !important;
        max-height: 100% !important;
        margin-bottom: 6px;
      }
}
@media screen and (max-width:768px){
    ul.nav .nav-item a {
        font-size: 12px;
    }
    .deatils-card{
        padding: 16px 16px !important;
     
    }
    
}