:root{
    --skybluecolor:#5ce6ff;
    --yallow:#dff750;
    --color:#666;
    --heading-font: "Inter", sans-serif;
    --desc-font:"Jost", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--heading-font);
}

label, p, a, span {
    font-family: var(--desc-font);
}

/* Header css */
.navbar-brand:focus, .navbar-brand:hover{
    color:#fff !important;
}
a.navbar-brand {
    width: 5%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
nav.navbar.navbar-expand-sm {
    position: absolute;
    width: 100%;
}
div#mynavbar {
    justify-content: flex-end;
}


a.nav-link {
    color: #fff;
    font-weight: 500;
    padding: 0 0 0 34px !important;
    font-size: 17px;
}
a.nav-link:hover {
    color: var(--yallow);
}
.call-now a {
    padding: 10px 24px !important;
    background: #6a6a6a;
    border-radius: 102px;
    margin-left: 27px;
    color: var(--yallow);
    border:2px solid var(--yallow);
}
/* Button */
.CTA-button {
    margin-top: 30px;
}
.CTA-button a {
    text-decoration: none;
    color: #000;
    background: var(--skybluecolor);
    padding: 10px 22px;
    border-radius: 40px;
    font-weight: 600;
        font-size: 20px;
}
/* End button */

/* Hero section */

section.hero_section {
    background: linear-gradient(to bottom, #000000a3, #2a2a2794, #c9de7900), url(../assets/img/hero-wall.png), #000;
    height: 100vh;
    background-size: contain;
    background-position: bottom;
    /* padding: 50px 0; */
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
}
.slider-container {
    width: 63%;
    text-align: left;
}
.slider-container h2 {
    font-weight: 900;
    font-size: 55px;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
    line-height: 1.1;
}
.slider-container label {
    background: #e9ff2e;
    color: #000;
    border-radius: 32px;
    padding: 4px 16px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 12px;
}

.slider-container p {
    color: #fff;
    font-size: 19px;
}

/* About us section */

.experiance h4 {
    font-size: 120px;
    font-weight: 900;
    line-height: 1;
    margin: 0px;
    /* font-family: 'Jost'; */
}
.about-ktr p {
    margin-bottom: 10px;
    font-size:17px;
}
.experiance span {
    font-size: 21px;
    font-weight: 500;
}
section#aboutus {
    padding: 80px 0;
    border-bottom: 1px solid #eee;
}
.experiance {
    border: 1px solid #ddd;
    padding: 20px 20px;
    background: #f9f9f7;
    text-align: center;
}
.experiance span {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}

label.slug-title {
    background: var(--yallow);
    color: #000;
    font-style: italic;
    padding: 2px 16px;
    border-radius: 32px;
    margin-bottom: 13px;
    font-weight: 700;
}
.about-ktr h3 {
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
}
img.imgcontainer {
    border-radius: 42px;
    border: 1px solid #eee;
}

/* Why choose us */

section#why-choose-us {
    padding: 80px 0px;
    background: #eeeeee52;
}
.heading-title h2 {
    font-weight: 200;
    font-size: 37px;
}

.choose-point-list {
    display: grid;
    grid-template-columns: 40% 20% 40%;
    padding: 20px 0;
    /*align-items: center;*/
}
.point-lists ul li i {
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translate(0px, -50%);
    background: var(--yallow);
    width: 40px;
    height: 40px;
    border-radius: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border: 1px solid #ddd;;
}
.point-lists.point-right ul li i {
    right: -19px;
    left: unset;
}
.point-lists ul li:first-child {
    right: -50px;
}
.point-right ul li:first-child {
    left: -50px;
}

.point-lists ul li:last-child {
    right: -50px;
}
.point-right ul li:last-child {
    left: -50px;
}
.point-lists ul {
    list-style: none;
    padding: 0;
}

.point-lists ul li {
    padding: 20px 20px;
    border: 1px solid #eee;
    background: #fff;
    margin: 20px 14px;
    border-radius: 13px;
    position: relative;
    padding-left: 42px;
}
.point-lists.point-right ul li {
    padding-right: 40px;
    padding-left: 20px;
}
.point-lists ul li h2 {
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
}
.point-lists ul li p {
    margin-bottom: 0px;
}
.point-lists {
    padding: 0 40px;
}

/* Why choose us */

/* populer card */

section#cars {
    padding: 80px 0px;
}

.car-container {
    padding: 15px;
    border: 1px solid #ddd;
    background: #ffffff;
    display: grid;
    grid-template-columns: 47% 51%;
    grid-column-gap: 2%;
    align-items: center;
    border-radius: 24px;
    margin-bottom: 20px;
}
.car-media {
    border-radius: 20px;
    overflow: hidden;
}
.car-content h2 {
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    margin: 0;
}
.car-content p {
    margin: 3px 0;
}
.car-media {
    border-radius: 20px;
    overflow: hidden;
    margin-left: -30px;
    border: 6px solid #fff;
}
.feature ul li {
    padding-right: 10px;
    font-size: 15px;
}
.feature ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 11px;
}
.point ul {
    display: flex;
    padding: 0;
    list-style: none;
}
.point ul li {
    padding: 3px 8px;
    background: #eee;
    border-radius: 22px;
    font-size: 13px;
    margin-right: 7px;
    font-weight: 600;
}
.price h4 {
    background: #d9d9d9;
    padding: 10px 10px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 15px;
    border-radius: 102px;
    border: 1px solid #000;
}

/* Testimonial */


.testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 1rem;
    /* background-color: #fff; */
    color: #333;
    border-radius: 15px;
    margin: 20px auto;
    padding: 7px 90px;
   
    position: relative;
  }
  

  .stars i {
    font-size: 23px;
    color: orange;
}
  
  .testimonial {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 500;
    height: 100%;
    line-height: 28px;
    margin: 0;
  }
  
  .user {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  
  .user .user-image {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
  }
  
  .user .user-details {
    text-align: center;
  }
  
  .user .username {
    margin: 0;
    font-size: 14px;
  }
  
  .user .role {
    margin: 0;
    font-size: 12px;
  }
  
  .progress-dots {
    display: flex;
    gap: 5px;
  }
  
  .progress-dot {
    width: 5px;
    height: 5px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  .progress-dot.active {
    background-color: #555;
  }
  
  .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 25px;
    cursor: pointer;
    transition: 0.1s ease;
    background: #000000;
    border-radius: 72px;
    color: var(--yallow);
}
  
  .btn:hover {
    background-color: #eee;
  }
  
  #btn-prev {
    left: 25px;
  }
  
  #btn-next {
    right: 25px;
  }

  section#testimonial {
    padding: 80px 0px;
    background: linear-gradient(to top, #ffffffbf, #ffffff), url(../assets/img/testimonial.jpg);
    background-size: cover;
    background-position: center;
    padding-top:0px;
}
  

/* Footer */

footer.footer {
    background: #000;
    padding: 50px 0px;
}
.about-content p {
    color: #ddd;
}

.contactus-footer ul {
    list-style: none;
    padding: 0;
    padding-left: 10px;
}
.contactus-footer ul li {
    color: #fff;
    position: relative;
    padding: 5px 0;
}

.contactus-footer ul li a {
    color: #fff;
    text-decoration: none;
}
.contactus-footer ul i {
    position: absolute;
    left: -30px;
}
.about-content label {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border-right: 1px solid #ddd;
    margin-right: 10px;
    padding-right: 10px;
}
.about-content a {
    color: #fff;
    text-decoration: none;
    padding-right: 11px;
}
.f-logo {
    text-align: center;
    color: #fff;
}
.f-logo h6 {
    margin-bottom: 0;
    margin-top: 10px;
}
.copy-right {
    text-align: center;
    padding: 7px 0;
}
.copy-right p {
    margin-bottom: 0;
}

/* Floating button whatsapp */

a{
    text-decoration:none;
  }
  .floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #21c169;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  
  
  .text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
  }

  /* Countors */

  
.counters {
	background: #000000;
	color: #fff;
	padding: 40px 20px;
	
}

.counters .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	text-align: center;
}

/* .counters i {
	color: lightskyblue;
	margin-bottom: 5px;
} */
.counters .container h3 {
    font-size: 18px;
    font-family: var(--desc-font);
}

.counters .counter {
    font-size: 45px;
    margin: 10px 0;
    font-family: 'Inter';
    font-weight: 800;
    font-style: italic;
    margin-bottom: 0;
}

@media (max-width: 700px) {
	.counters .container {
		grid-template-columns: repeat(2, 1fr);
	}

	
}

/* Contact form */

.form-field {
    margin-bottom: 12px;
}
.form-field label {
    width: 100%;
    font-weight: 600;
    font-style: italic;
}
.form-field textarea {
    width: 100%;
    border: 1px solid #ddd;
}
.form-field input {
    height: 45px;
    padding: 0 12px;
    border-radius: 0px;
    border: 1px solid #ddd;
    width: 100%;
}
.form-container {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
}
button#submit {
    width: 50%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: var(--yallow);
    color: #000;
    font-family: 'Jost';
    font-weight: 600;
    margin-bottom: 11px !important;
    border-radius: 42px;
    /* margin: auto; */
    display: block;
}

.form-title h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
}
section#contactus {
    padding: 80px 0;
}
.form-title {
    /* text-align: center; */
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.media-picture {
    display: flex;
    align-items: center;
}
label.error {
    font-size: 13px;
    color: red;
    font-weight: 500;
}

.google-map h4 {
    font-size: 17px;
    font-family: 'Jost';
    font-weight: 600;
    padding: 8px 0;
}
p.role {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
}