@font-face {
    font-family: myFont;
    src: url(../font/trendsans.ttf);
 }
 @font-face {
    font-family: helvetica;
    src: url(../font/Helvetica.ttf);
 }
 @font-face {
    font-family: barlow;
    src: url(../font/Barlow-ExtraLight.ttf);
 }
@font-face {
    font-family: amatic-regular;
    src: url(../font/AmaticSC-Regular.ttf);
}
@font-face {
    font-family: amatic-bold;
    src: url(../font/AmaticSC-Bold.ttf);
}
@font-face {
    font-family: avenir-regular;
    src: url(../font/AvenirLT-Light.ttf);
}
.me-auto {
    margin: auto;
}

/* hero section css start */

.hero-section {
    padding: 0px 60px;
}

.hero-section .container-fluid {
    background-color: #1FB7BE;
    padding-top: 40px;
    padding-bottom: 50px;
}

.hero-content img{
    display: block;
    margin: 0 auto;
    width: 500px;
}

.hero-content .hurt-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 170px;
    bottom: 70px;
}

.hero-content h1{
    text-align: center;
    font-family: myFont;
    font-size: 64px;
    font-weight: 400;
    color: #fff;
    padding: 25px 0px 35px;
    padd

}

.main-menu {
    padding: 20px 0;
}

.main-menu li:hover{
    background-color: #C6F7F9;
}
.main-menu li a {
    font-size: 15px;
    font-family: helvetica;
    font-weight: 400;
    color: #444 !important;
    padding: 5px 20px !important;
}
.main-menu li .active{
    background-color: #1FB7BE;
    color: white !important; 
}
.main-menu li .active:hover{
    background-color: #C6F7F9;
    color: #444 !important;
}

/* offcanvas menu */

  .offcanvas-body li a{
    font-family: avenir-regular;
    font-size: 18px;
    color: #000;
    text-align: center;
  }
  .offcanvas-body li:hover{
    background-color: #C6F7F9;
}
.offcanvas-body li .active{
  background-color: #1FB7BE;
  color: white !important; 
}
.offcanvas-body li .active:hover{
  background-color: #C6F7F9;
  color: #000 !important;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .0rem;
}
/* offcanvas menu end */

.hero-btn {
    margin: auto;
    text-align: center;
}
.hero-btn a {
    border: none;
    box-shadow: 0.00px 1.00px 4px 0px rgba(0,0,0,0.6);
    transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s);
    border-radius: 100px;
    font-size: 24px;
    background: #fff;
    text-decoration: none;
    padding: 10px 35px;
    color: #1fb7be;
    font-family: barlow;
    font-weight: bold;

}

.hero-btn a:hover {
    background-color: #1fb7be;
    color: white;
}

.ball-icon {
    padding-top: 40px;
}

.hero-bottom-icon .ball-icon img {
    width: 58px;
    height: 79px;
    margin-left: 315px;
}
.bones-icon {
    padding-top: 40px;
}

.bones-icon img {
    width: 70px;
    transform: rotate(345deg);
    margin-left: 150px;
}

.hero-bottom-icon .heart-shaped img{
    width: 30px;
}

.hero-bottom-icon .heart-shaped img{
    width: 30px;
}
.heart-shaped.shape-1 {
    position: relative;
}
.heart-shaped.shape-1 img {
    position: absolute;
    top: -52px;
    left: 53px;
}
.heart-shaped.shape-2 {
    position: relative;
}
.heart-shaped.shape-2 img {
    position: absolute;
    top: -28px;
    left: 20px;
}
.heart-shaped.shape-3 {
    position: relative;
}
.heart-shaped.shape-3 img {
    position: absolute;
    top: 70px;
    left: 80px;
}
.heart-shaped.shape-4 {
    position: relative;
}
.heart-shaped.shape-4 img {
    position: absolute;
    top: 118px;
    left: 20px;
}
/* hero section css end */
.line-indication {
    position: relative;
    z-index: 10;
}
.line-indication img {
    width: 746px;
    height: 780px;
    position: absolute;
    left: 175px;
    top: -64px;
}
/* about section start */
.about {
    position: relative;
    padding-top: 190px;
    width: 1000px;
    margin: auto;
    /* padding-left: 50px; */
    z-index: 20;
}
.about-content {
    position: relative;
    padding-left: 25px;
}
.sec-title{
    font-size: 60px;
    font-family: amatic-bold;
    color: #1FB7BE;
}
.about-content p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: avenir-regular;
    padding-right: 70px;
}
.bones-icon.about-bones {
    padding-top: 60px;
    margin-left: -82px;
    padding-bottom: 45px;
}
.about-content img {
    width: 25px;
    position: absolute;
}

.about-content .shape-1 {
    top: 435px;
    left: 308px;
    transform: rotate(240deg);
}
.about-content .shape-2 {
    top: 473px;
    left: 278px;
    transform: rotate(240deg);
}
/* about section end */

    .we-offer-right img{
        width: 450px;
        height: 1055px;

    }
    .offer-content{
        position: relative;
        padding-right: 148px;
    }
    h1.sec-title.offer-title {
        padding-top: 50px;
        padding-bottom: 8px;
    }
    .we-offer span{
        display: inline-block;
        font-size: 20px;
        font-family: avenir-regular;
        padding-bottom: 17px;
        color: #000;
    }
    .offer-title-parag h4{
        font-size: 30px;
        font-family: amatic-regular;
        color: #1FB7BE;
        padding-top: 17px;
    }
    .offer-title-parag p{
        font-size: 16px;
        line-height: 29px;
        font-family: avenir-regular;
        color: #000;
    }
    .offer-1 .p1{
        font-size: 14px;
        line-height: 20px;
    }
    .offer-content .hero-btn{
        padding-top: 10px;
    }
    .offer-content .svg-line img {
        width: 694px;
        height: 730px;
        position: absolute;
        overflow: visible;
        transform: rotate(351deg);
        right: 255px;
        margin-top: -13px;
        z-index: -1;
    }
    .we-offer-right {
      position: relative;
    }
    .we-offer-right .svg-line img {
      width: 471px;
      height: 495px;
      transform: rotate(277.8635992714951deg);
      --comp-rotate-z: 277.8635992714951deg;
      position: absolute;
      top: 283px;
      left: 153px;
  }
/* we offer css END */

/* gullyver pack start  */

.gullivers-pack {
    width: 960px;
    margin: auto;
    padding-top: 45px;
    position: relative;
    padding-bottom: 200px;

}

.gullivers-pack .shape-1 {
    width: 66px;
    margin-left: 30px;
    padding-bottom: 15px;
}
.gullivers-pack .shape-2 {
    width: 70px;
    transform: rotate(345deg);
    position: absolute;
    top: 90px;
    right: 260px;
}
.gullivers-pack h1{
    margin-left: 10px;
}

/* gullyver pack end */

/* gallery css */
.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .gallery-item img {
    width: 466px;
    height: 466px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .gallery-item:hover img {
    transform: scale(1.1);
  }

  .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .gallery-item:hover .gallery-overlay {
    opacity: 1;
  }

  .share-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: white;
    padding: 8px;
    border-radius: 50%;
    font-size: 18px;
    display: none;
}

  .gallery-item:hover .share-icon {
    display: block;
  }
  .gallery-bottom-line {
    position: relative;
}
  .gallery-bottom-line img {
    position: absolute;
    width: 216px;
    height: 264px;
    right: 231px;
    top: 28px;
}

  /* gallery end */

  /* contact start */
  .home-contact {
    margin-top: -50px;
    position: relative;
  }
  .top-part{
    position: relative;
  }
  .home-contact .top-part {
    width: 980px;
    margin: auto;
  }
  .home-contact .second-part-content{
    width: 980px;
    margin: auto;
  }
  .top-part .top-title {
    padding-bottom: 20px;
  }
  .top-part .top-title h1{
    display: inline-block;
  }
  .top-part .top-title span {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    margin-top: 10px;
}

  .top-part .contact-icon-1 {
    width: 264px;
    height: 127px;
    position: absolute;
    right: 42px;
    bottom: -55px;
}
.top-part .contact-icon-2 {
    width: 44px;
    height: 264px;
    position: absolute;
    right: 0;
    bottom: -55px;
}

  .second-part .container {
    background-color: #E4F2F3;
    padding-top: 100px;
    padding-bottom: 80px;

  }

  .second-part-1 .hero-btn {
    text-align: left;
    margin-left: 30px;
  }
  .second-part-1 p {
    font-size: 16px;
    line-height: 24px;
    font-family: avenir-regular;
    margin-left: 30px;
    padding-bottom: 50px;
  }
  .second-part-2 .container{
    padding-top: 0px;
  }
  .second-part-2 a img {
    width: 45px;
    margin-top: 45px;
    margin-left: 25px;
}

  /* contact end */
  /* footer start */

  .footer {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .footer .footer-content{
    width: 980px;
    margin: auto;
  }
  .footer .container {
    background-color: #000;
    color: #b5b5b5
    ;
  }
  .footer-content p {
    font-size: 15px;
    font-family: 'avenir-regular';
    font-weight: 400;
    margin: 0;
    padding-top: 17px;
    padding-bottom: 20px;

}
  /* footer end */



  /* contact page css */

  
  .contact-form {
    max-width: 500px;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .contact-form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
  }
  .contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
  }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
  }
  .contact-form textarea {
    resize: none;
    height: 120px;
  }
  .contact-form button {
    width: 100%;
    padding: 12px;
    background-color: #007BFF;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .contact-form button:hover {
    background-color: #0056b3;
  }
  .google-form iframe {
    width: 100%;
    height: 1400px; /* Set a large enough height to avoid scrollbars */
    border: none; /* Remove default border around iframe */
  }