@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

body {
    font-family: 'Montserrat', sans-serif;
}

.count-title{
        font-family: 'Playfair Display', sans-serif;

}

a:hover{
    color:#004d40;
    opacity: 0.5
}

.navbar-brand {
    font-family: 'Audiowide', sans-serif;
    font-size: 24px;
    color: white;
    padding-left: 53px;
}

.navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: transparent;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #222;
}

/* Montserrat */
.alt-font {
    font-family: 'Montserrat', sans-serif;
}

/*  Playfair Display */
.serif-font {
    font-family: 'Playfair Display', serif;
}

.count-title {
    font-family: 'Playfair Display', sans-serif;
}

.price-value{
     font-family: 'Playfair Display', sans-serif;
}

.hero-section2 {
    position: relative;
    background-image: url('../img/main.webp');
    /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    /* height: 89vh;*/
    /* height: 100vh; */
    color: white;
    display: flex;
    align-items: center;
}



.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* optional dark overlay for better readability */
}

.hero-content {
    position: relative;
    z-index: 1;

    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    /* padding: 20px 10%; */
    /* margin-top: 16%; */
}

.show-btn {
    border-radius: 28px;
    padding: 10px 30px;
    font-size: 15px;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.image-container img {
    width: 100%;
    height: 773px;
    object-fit: cover;
        border-radius: 11px;
    /* filter: blur(42px); */
}

.text-growbit {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #1b6608;
}

.text-growbit h2 {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.text-growbit .description {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.team-creation {
    position: absolute;
    bottom: 59%;
    left: 15px;
    color: black;
}

.creation-detail {
    position: absolute;
    bottom: 11%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 12px;
}

.creation-detail p{
    font-size: 20px;
}

.creation-buttons a{
    width: 200px;
}

.description {
    font-size: 18px;
}

.container {
    /* margin-bottom: 5%; */
    margin-top: 0;
}

a {
    text-decoration: none;
}

.custom-btn {
    background-color: #004d40;
    /* dark green */
    color: white;
    font-family: 'poppins';
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 20px;
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    border: none;
    display: block;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
}

.custom-btn:hover {
    color: white;
    background-color: #013930;
}

.pricing-section {
    padding: 35px;
    text-align: center;
    color: #004d40;
    background: #fbf7f2;
}

.pricing-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.price-box {
    margin-bottom: 30px;
}

.price-label {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.price-value {
    font-size: 3rem;
    font-weight: bold;
}

.select-btn {
    background-color: #004d40;
    /* dark green */
    color: white;
    font-family: monospace;
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 48px;
    max-width: 400px;
    margin: 10px auto;
    border: none;
    display: block;
    text-align: center;
}

.select-btn:hover {
    color: white;
}


.price-box .text-center {
    display: flex;
    justify-content: center;
}


.contact-section {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.contact-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.image-side {
    flex: 1 1 300px;
    background-color: #f0f0f0;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* padding: 20px; */
}

.image-side img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.form-side {
    flex: 1 1 300px;
    padding: 30px;
}

/* ------- FORM LINKS-------  */

.form_links{
    text-decoration: none;
    color: #004d40;
    font-size: 1rem;
}

.form_links:hover{
    opacity: 0.5;
}

.form_links:active{
    color: #013930;
    /* opacity: 0.5; */
}

.heading {
    /* font-size: 47px; */
    letter-spacing: -.05em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 1;
}

.para-text {
    font-size: 18px;
}

.card-container {
    margin-top: 0;
}
/* ----- DOCS ----- */

.docs-container{
    padding: 35px;
    text-align: center;


    width: 100%;
    color: #004d40;
    /* padding-right: 2.5rem; */
    /* padding-left: 2.5rem; */
    margin-right: auto;
    margin-left: auto;
}

.mb-4{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.slider{
    position: relative;
    /* margin-top: 100px; */
    width: 100%;
    height: 25rem;
    overflow: hidden;
}
.item{
    position: absolute;
    width: 20rem;
    height: 25rem;
    text-align: justify;
    background-color: #fff;
    border-radius: 10px;
    /* padding-top: 1rem; */
    transition:  0.5s;
    left: calc(50% - 110px);
    top: 0;
}

.pdf-preview{
    width: 20rem;
}

#next{
    position: absolute;
    right: 50px;
    top: 40%;
}
#prev{
    position: absolute;
    left: 50px;
    top: 40%;
}
#prev, #next{
    color:#004d40 ;
    background: none;
    border: none;
    font-size: 65px;
    font-family: monospace;
    font-weight: bold;
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 100;
}
#prev:hover,
#next:hover{
    opacity: 1;
}

/* ----- DOCS END ----- */



/* home counter  */

            .counter {
                background-color:#f4e9d57a;
                padding: 20px 0;
                border-radius: 5px;
            }

            .count-title {
                font-size: 26px;
                font-weight: bold;
                margin-top: 10px;
                margin-bottom: 0;
                text-align: center;
            }

            .count-text {
                font-size: 12px;
                font-weight: normal;
                margin-top: 10px;
                margin-bottom: 0;
                text-align: center;
            }

            .fa-2x {
                margin: 0 auto;
                float: none;
                display: table;
                color: #4ad1e5;
            }


/* ---------SWIPER---------- */
.swiper {
    width: 27rem;
    height: 35rem;
}


.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.swiper-slide:nth-child(1n) { background-color: rgb(206, 17, 17); }
.swiper-slide:nth-child(2n) { background-color: rgb(0, 140, 255); }
.swiper-slide:nth-child(3n) { background-color: rgb(10, 184, 111); }
.swiper-slide:nth-child(4n) { background-color: rgb(211, 122, 7); }

/* модалка */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 70%;
  border-radius: 12px;
}

.close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}


/* ---------SWIPER END---------- */

@media(max-width: 991px) {
      .heading {
        letter-spacing: -.05em;
        font-size: 5rem;
    }

       .text-start{
            width: 100%;
            max-width: 40rem;
       }
}














@media (max-width: 768px) {
    .hero-section2 {
        /* height: 65rem; */
        align-items: flex-start;
    }


    .heading {
        letter-spacing: -.05em;
        font-size: 4rem;
    }



    .contact-card {
        flex-direction: column;
    }

    .text-growbit h2 {
        font-size: 2rem;
    }

    .text-growbit .description {
        font-size: 1.2rem;
    }

    .creation-detail {
        bottom: -13%;
    }

    /* .container {
        margin-bottom: 50%;
    } */

    .creation-detail {
        left: 0px;
        bottom: -8%;
    }

    .team-creation {
        bottom: 50%;
    }

    /* .heading {
        font-size: 5rem;
    } */

    .para-text {
        font-size: 12px;
    }

    .show-btn {
        font-size: 12px;
    }

        .item {
    /* width: 10rem; */
    height: 15rem;
    }

    .pdf-preview{
    width: 17rem;
    }

}
 @media only screen and (max-width: 600px) {

    .count-title {
        font-size: 14px;
    }

    .count-text {
        font-size: 9px;
    }

    .sec-count{
        margin-top: 70px !important;
    }
}

@media screen and (max-width: 531px) {
    .heading {
        font-size: 3.25rem;
    }

     .text-start{
        /* font-size: 1rem; */
            width: 100%;
            max-width: 25rem;
       }

    .form_links{
        font-size: 0.8rem;
    }

}
