/* fount families start */
.pacifico-regular {
    font-family: "Pacifico", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
  }

/* font end */

  *{
	font-family:"Poppins";
    } 
    
    :root{
        --main-green:#b3c100;
        --main-blue:#203f49;
        --sec-bg:#f1f2f7;
        --card-bg:#f1f1f1;
    }
  
a.navbar-brand img {
    width: 25%;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: #000 !important;
}

a.nav-link.active {
    color: #a87314 !important;
}
li.nav-item:hover a.nav-link {
    color: #a97414 !important;
}
a.nav-link {
    color: #fff !important;
}
header {
    position: sticky;
    top: -10px;
    z-index: 9999;
}
section.hreo-sec, section.sign {
    padding: 195px 0;
    position: relative;
    background-size: cover;
    /* background-position: 100% 100%; */
    height: 100vh;
}
h1, h2, h3, h4, h5, h6{
    color: var(--main-blue);
}
span
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
.title h1 {
    font-family: "Pacifico";
    font-size: 60px;
    margin-bottom: 27px;
}
.title h2 {
    font-size: 40px;
}
.title h2, h1 {
    color: #fff;
}
.title {
    z-index: 1;
    margin-bottom: 70px;
}
section.hreo-sec::before, section.sign::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000078;
    top: 0;
    left: 0;
    z-index: 0;
}

.title {
    z-index: 1;
}
/* button start */
.btn {
    z-index: 1;
}

.btn a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    position: relative;
    /* background: #fff; */
    padding: 12px 30px;
}
.btn a::before {
    content: "";
    background-color: #ffff;
    position: absolute;
    width: 2px;
    height: 50%;
    left: 0;
    top: 0;
    transition: all 0.3s;
}
.btn a::after {
    content: "";
    background-color: #ffff;
    position: absolute;
    width: 2px;
    height: 50%;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}
.btn a span::after {
    content: "";
    background-color: #ffff;
    position: absolute;
    width: 30%;
    height: 2px;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}
.btn a span::before {
    content: "";
    background-color: #ffff;
    position: absolute;
    width: 30%;
    height: 2px;
    left: 0;
    top: 0;
    transition: all 0.3s;
}
.btn a:hover::before {
    height: 100%;
}
.btn a:hover::after {
    height: 100%;
}

.btn a:hover span::after {
    width: 100%;
}
.btn a:hover span::before {
    width: 100%;
}
/* button end */
.col-md-2 {
    background-color: var(--main-green);
}
/* title  */
.sec-title h2 {
    font-size: 62px;
    text-align: right;
    font-weight: 600;
}
span.gr {
    color: var(--main-green );
}
.sec-dec {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-dec p {
    font-size: 27px;
    line-height: 48px;
}
/* title end */
/* sec 2 */
section.sec-2 {
    padding: 60px 0;
    background-color: var(--sec-bg);
}
.card {
    padding: 35px 15px;
    border-radius: 25px 5px;
    border: dotted 2px;
    transition: all 1s;
    transform: rotate(-15deg);
}
.icon i {
    font-size: 50px;
    color: var(--main-green);
}
a.my-bt {
    color: var(--main-green);
    text-decoration: none;
}
.col-md-4.card:hover {
    background-color: var(--main-blue);
    color: #fff;
    transform: rotate(0deg);
}
.col-md-4.card:hover h3 {
    
    color: #fff;
}
.col-md-4.card:hover {
    background-color: var(--main-blue);
    color: #fff;
    border-radius: 5px 25px;
    transform: rotate(0deg);
}

/* section 3 start */

section.sec-3 {
    padding: 60px 0;
}
img {
    width: 100%;
}
/* section 4 */
section.sec-4 {
    padding: 50px 0px;
    text-align: center;
}
.title h2 {
    font-family: "Pacifico";
    margin-bottom: 20px;
}
/* section 5 */
section.sec-5 {
    background-color: var(--main-blue);
    padding: 60px 0;
}

.testimonial h2 {
    font-family: "Pacifico";
    color: var(--main-green);
}
.testimonial.text-center.col-md-8 {
    margin: auto;
}
.carousel-control-prev {
    left: -100px;
}
.carousel-control-next {
    right: -100px;
}
.comment h3 {
    color: #fff;
}   


.test img {
    margin: 10px auto 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 0 4px #203f49;
    border: 2px solid #f9f9f9;
}

.comment p  {
    width: 50%;
    margin: auto;
}

/*  */
section.sec-6 {
    padding: 60px 0;
}
.contact h2 {
    color: #fff;
    font-family: "Pacifico";
    margin-bottom: 20px;
}
textarea {
    width: 100%;
    height: 120px;
}
input {
    width: 100%;
}
.con-detail h2 {
    font-family: "Pacifico";
}
section.sec-7 {
    margin: 25px 0;
}
section.sec-8 {
    padding: 20px 0;
    background-color: var(--sec-bg);
}
.sec-7 a {
    color: #000;
    text-decoration: none;
}
.sec-7 i {
    font-size: 30px;
}
.sec-7 h5 {
    margin: 10px 0;
    font-size: 27px;
}
/* sin in form */
.in-form {
    background-color: #ffffffa3;
    z-index: 1;
    padding: 25px 20px;
    border-radius: 17px;
}
.in-form h3 {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 14px;
    font-family: "Pacifico";
}

/* 404 css start */


  h1 {
    font-size: 7rem;
    margin: 0;
    font-weight: 600;
    line-height: 1;
    
  }

  h2 {
    font-weight: 400;
    font-size: 1.5rem;
    margin: 10px 0 20px;
  }

  p {
    font-size: 1rem;
    margin-bottom: 30px;
    /* color: #d2d9f3cc; */
  }

  .btn-home {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 30px;
    background: #ff6b6b;
    color: white;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(255,107,107,0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }

  .btn-home:hover,
  .btn-home:focus {
    background: #ff4c4c;
    box-shadow: 0 8px 20px rgba(255,76,76,0.7);
  }

  @media (max-width: 400px) {
    h1 {
      font-size: 5rem;
    }
    .container {
      max-width: 280px;
    }
  }