body {
    font-family: 'Raleway';
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fe7029;
  animation: move 1s infinite ease-in-out;
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}

.hidden {
  display: none;
}
.tyhg{
    font-size: 18px;
    border: 2px solid #c5a51b;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #c5a51b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.rtgf i {
    width: 30px;
    height: 30px;
    background: #333333;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7px;
    font-size: 18px;
}
.pmnm a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 40px !important; 
    font-weight: 500;   
}
.pmnm{
    flex: 0 0 83%;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
}
.line {
    width: 100px;
    border-bottom: 3px solid #333;
    display: none;
}
.flex.ghbn a, .flex.ghbn button {
    width: 120px;
}
.flex.ghbn {
    justify-content: space-between;
}
.qazx{
    flex: 0 0 60%;
    text-align: left;
}
.line.white {
    border-color: #fff;
}
.dfgh td {
    font-size: 12px;
}
.ujmn{
  font-size: 12px;
}
.ujmn i{
  margin-right: 5px;
}
.rtgf.white i {
    background: #fff !important;
    color: #333333 !important;
}
.flex.items-center.rtgf.white {
    margin-top: 20px;
}
.aksd {
    justify-content: space-between;
    margin-top: 30px;
    border-top: 3px solid #c5a51b;
    padding-top: 30px;
}
.tapl {
    transition-duration: 0.3s;
}
.tapl:hover {
    transform: translateY(-10px);
    border-bottom: 2px solid #fff;
}
.gap10rem{
    gap: 10rem;
}
/*.bg-\[\#c5a51b\]:hover {
    background: #000;
}*/
#carouselExampleCaptions .carousel-item img {
    height: 430px;
    object-fit: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
    z-index: 0;
  }
.carousel-caption {
    top: 60px;
}

.stylish {
    display: inline-block;
    padding: 6px 24px 8px;
    border-radius: 5px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    font-size: 19px;
    cursor: pointer;
    color: #fff;
    z-index: 1;
    background: #000;
    margin-top: 15px;
    font-weight: 500;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.stylish:hover:before, .stylish:focus:before, .stylish:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.stylish:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c5a51b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.stylish i {
    font-size: 16px;
    margin-left: 5px;
}
span.carousel-control-prev-icon , .carousel-control-next-icon{
    width: 40px !important;
    height: 40px !important;
    background-color: rgb(0 0 0 / 47%);
    border-radius: 10px;
}
.compare-title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 44px;
}
.comp p {
    margin-top: 10px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.comp {
    text-align: center;
}
.comp img {
    display: inline;
    border-radius: 8px;
    cursor: pointer;
    width: 239px;
    height: 128px;
    object-fit: cover;
}
.compare{
    padding: 50px 0;
}
.compare table>tbody tr td {
    padding: 9px 0 8px;
    color: #888;
    border-bottom: 1px solid #d5d9e0;
    text-transform: uppercase;
    font-size: 14px;
}
.compare table {
    width: 100%;
}
.dabba img {
    width: 150px;
    height: 100px !important;
    margin: auto;
    object-fit: contain;
}
.dabba {
    border: 1px solid #e8e8e875;
    padding: 10px;
    border-radius: 7px;
    cursor: pointer;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-align: center;
    box-shadow: 1px 1px 9px rgb(0 0 0 / 3%);
    margin-bottom: 25px;
    height: 170px;
}
.dabba h5 {
    margin: 5px 0;
}
.dabba:hover {
    transform: scale(1.1);
}
.pmnm a:hover {
    color: #c5a51b;
}
div#enquiryModal {
    z-index: 99;
}
#testimonialCarousel button.carousel-control-prev {
    left: -20px;
    width: 3%;
}
#testimonialCarousel button.carousel-control-next {
    right: -20px;
    width: 3%;
}
#testimonialCarousel .shadow.rounded-lg.p-4 {
    height: 256px;
}
#testimonialCarousel .carousel-control-prev-icon, #testimonialCarousel .carousel-control-next-icon {
    width: 25px !important;
    height: 25px !important;
    border-radius: 31px;
}
table.dfgh {
    color: #fff;
}
.serg, .serg1{
    border: 1px solid #d0d1d2;
    width: 80%;
    margin: 0 15px 0 23px;
    border-radius: 4px;
    padding: 4px 20px;
}
.white{
    color: #fff !important;
}

.bg-blue-600, .bg-blue-400, .bg-blue-500, .bg-blue-300{
    background: #000 !important;
}
.text-blue-600, .text-blue-400, .blue, .text-blue-500, .text-blue-300, h2.text-xl.font-bold.mb-4{
    color: #000 !important;
}
.qpqp{
    margin-bottom: 50px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.qpqp .swiper-wrapper{
    height: auto !important;
}
button#closeModalBtn {
    background: gray;
    color: #fff;
}
td.lefty {
    height: 39px;
}
nav a.active, .vset {
    color: #c5a51b !important;
}
.hove:hover {
    background: #fff;
    color: #000 !important;
}

div#testimonialCarousel {
    width: 78%;
}
.hovor:hover {
    background: #fff;
    color: #c5a51b !important;
}
.oraa:hover{
    background: #000 !important;
    color: #fff !important;
}
.tsde{
    width: 30px;height: 30px;background: #333333;color: #fff;border-radius: 50px;margin-left: 7px;object-fit: contain;padding: 5px;
}
img.tsde:hover, .rtgf i:hover, .tapp:hover {
    background: #c5a51b !important;
}
.tapp{
    width: 30px;height: 30px;background: #fff;color: #fff;border-radius: 50px;display: flex;justify-content: center;align-items: center;margin-left: 7px;
}
.logos img {
    border: 1px solid #333333;
    padding: 20px;
    margin-top: 20px;
    height: 110px;
    width: 100%;
    object-fit: contain;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: static;
    margin-top: 30px;
}
.max-w-md.mx-auto.bg-white.rounded-lg.overflow-hidden {
    width: 100%;
}