@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300..700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Spline Sans", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1540px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}


.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.text-success{
  color: #3f9904 !important;
}
.bg-light{
  background-color: #F0F0F0 !important;
}
.text-light{
  color: #767676 !important;
}
.bg-success{
  background-color: #3f9904 !important;
}



.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.2em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-400{
  letter-spacing: 0.4em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 90px;
  line-height: 0.9;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-35 {
  font-size: 35px;
}
.fs-36 {
  font-size: 36px;
}
.fs-40 {
  font-size: 40px;
}
.fs-42 {
  font-size: 42px;
}
.fs-50 {
  font-size: 50px;
}
.fs-55 {
  font-size: 55px;
}
.fs-60 {
  font-size: 60px;
}
.fs-90 {
  font-size: 90px;
}
.fs-100{
  font-size: 100px;
}

/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
.lh-2-9{
  line-height: 2.9;
}
/* 02 */
/* .text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
} */
.btn {
  padding: 17px 37px;
  border: 1px solid;
  border-radius: 40px;
  line-height: normal;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-warning{
  background-color: #FFCC00;
  border-color: #FFCC00;
  color: #000;
}
.btn-warning:hover, .btn-warning:focus{
  background-color: #000;
  border-color: #000;
  color: #FFf;
}
.btn-warning:hover img{
  filter: brightness(0) invert(1);
}
.navbar-brand {
  display: inline-block;
  max-width:371px;
  width: 100%;
}
.scroll header {
  background: #368800;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .offcanvas, .site-logo, .nav-right{
  width: 33%;
} */

/* .nav-left, .nav-center, .nav-right{
  width: 33%;
} */
button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}



.carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #3F9904;
  opacity: 80%;
  z-index: 1;
}

.carousel-inner .container{
  position: relative;
  z-index: 2;
}


.welcome-img {
  height: 690px;
  position: relative;
}
.welcome-img::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  border: 5px solid #ffcc00;
  border-radius: 40px 0px 40px 0px;
}
.welcome-img img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  height: 85% !important;
  width: 90% !important;
  border-radius: 0px 40px 0px 40px;
}

.services-img{
  border-radius: 50px !important;
}

.testimonial-bx{
  border-radius: 50px !important;
  box-shadow: 0px 0px 24px 0px rgba(185, 185, 185, 0.25);
}

.slick-track {
  display: flex;
  gap: 30px;
  padding: 15px 0;
}
.slick-slide{
  height: auto;
}
.slick-slide > div{
  height: 100%;
}
.testimonial-wrap {
  position: inherit !important;
}
.slick-prev:before, .slick-next::before {
  content: '';
  background-image: url(../images/slide-before.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  display: inline-block;
}
.slick-next::before{
  background-image: url(../images/slide-after.svg);
}
.slick-prev, .slick-next {
  top: 60%;
}

.form-group input{
  height: 60px ;
  color: #595959;
}
.form-group input::placeholder, .form-group textarea::placeholder{
  color: #595959 !important;
}

footer.bg-success{
  background-color: #368800 !important;
}

/* .contact-detail-wrap::before{
  content: '';
  background-image: url(../images/contact-detail-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
} */

.contact-detail-links ul li a, .contact-detail-links ul li{
  color: #000000;
  font-size: 20px;
  line-height: 2.2;
}
.contact-detail-links ul li{
  position: relative;
  padding-left: 30px;
}
.contact-detail-links ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #000;
}
.contact-detail-links ul li:nth-child(2)::before{
  content: '';
}
.contact-detail-links ul li:nth-child(3)::before{
  content: '';
}



@media(max-width:1600px){
  .container {
    padding-left: 2%;
    padding-right: 2%;
  }
  .slick-next {
    right: 10px;
}
.slick-prev {
  left: 10px;
}
}

@media(max-width:1400px){
  .navbar-brand {
    max-width: 320px;
}
.btn {
    padding: 14px 28px;
    font-size: 17px;
}
h1, .h1 {
    font-size: 70px;
}
.ls-400 {
    letter-spacing: 0.2em;
}
.fs-30 {
    font-size: 25px;
}
.fs-50 {
    font-size: 37px;
}
.fs-20 {
    font-size: 17px;
}
.welcome-img {
    height: 530px;
}
.fs-17 {
    font-size: 15px;
}
.fs-16 {
    font-size: 14px;
}
.form-group input {
    height: 55px;
}
.fs-15 {
    font-size: 14px !important;
}
.fs-23 {
  font-size: 17px;
}
.contact-detail-links ul li a, .contact-detail-links ul li
{
  font-size: 17px;
}
.contact-detail-links ul li::before {
  font-size: 16px;
}
}
@media(max-width:1199px){
  .navbar-brand {
    max-width: 280px;
}
.btn {
    padding: 12px 25px;
    font-size: 15px;
}
h1, .h1 {
    font-size: 60px;
}
.fs-30 {
    font-size: 22px;
}
.fs-50 {
    font-size: 30px;
}
.fs-20 {
    font-size: 15px;
}
.welcome-img {
    height: 450px;
}
.form-group input {
    height: 50px;
}
.fs-23 {
  font-size: 15px;
}
.contact-detail-links ul li a, .contact-detail-links ul li {
  font-size: 15px;
}
.contact-detail-links ul li::before {
  font-size: 14px;
}
}

@media(max-width:991px){
  h1, .h1 {
    font-size: 55px;
}
.carousel-item {
height: 450px;
}
.contact-detail-sec .row{
  position: inherit !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate(0, 0) !important;
  width: auto !important;
}
.contact-detail-wrap{
  background-color: #FFCC00 !important;
  padding: 30px ;
}
.scroll header {
  background: transparent;
  box-shadow: none;
  position: absolute !important;
  top: 0;
  width: 100%;
  left: 0;
}
}

@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  h1, .h1 {
    font-size: 45px;
}
.navbar-brand {
    max-width: 250px;
}
.nav-right a img {
height: 20px;
width: 20px;
}
.fs-30 {
    font-size: 18px;
}
.fs-50 {
    font-size: 25px;
}
.form-group input {
    height: 45px;
}
.form-group textarea {
height: 130px !important;
}
}
@media(max-width:575px){
  .nav-right a {
    padding: 0 !important;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-brand {
        max-width: 220px;
    }
    h1, .h1 {
        font-size: 35px;
    }
.banner-text span {
    line-height: 1;
}
    .carousel-item {
        height: 400px;
    }
    .welcome-img {
        height: 280px;
    }
.services-img, .testimonial-bx {
    border-radius: 30px !important;
}
    .fs-15 {
        font-size: 13px !important;
    }
    .slick-track {
      gap: 20px;
  }
  .slick-next {
    right: 0px;
}
.slick-prev {
    left: 0px;
}
.contact-detail-wrap {
  padding: 20px;
}
.contact-detail-links ul li a, .contact-detail-links ul li {
  font-size: 14px;
}
}
