header#header {
    padding: 0.75rem 2rem !important;
}

.__hero {
    position: relative;
    z-index: 10;
    padding: 150px 0 40px;
}

.__hero .__bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    width: 100%;
    height: 90%;
    object-fit: cover;
    object-position: bottom;
}

.__hero h1 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 15px;
}

.__hero p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.__hero .__ctaHero {
    display: flex;
    gap: 25px;
    margin: 30px 0;
}

.__hero .__form {
    position: relative;
    background: rgb(14, 85, 49);
    background: linear-gradient(0deg, rgba(14, 85, 49, 1) 20%, rgba(28, 169, 97, 1) 100%);
    padding: 40px 1.5rem;
    margin: 40px 0 0;
    border-radius: 30px;
    box-shadow: -30px 23px 20px #0000003a;
}

.__hero .__form label,
.__hero .__form input,
.__hero .__form textarea {
    background-color: transparent;
    border: inherit;
    width: 100%;
    border-radius: inherit;
    padding: 0 0;
    color: var(--white-color);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    resize: none;
    height: 40px;
    display: block;
}

.__hero .__form input,
.__hero .__form textarea {
    border-bottom: 2px solid var(--white-color);
}

.__hero .__form input::placeholder,
.__hero .__form textarea::placeholder {
    color: var(--white-color);
}

.__hero .__form button {
    margin: 25px 0 0;
    width: 100%;
    cursor: pointer;
}

.__hero .__form .__whiteBtn {
    padding: 10px 0;
    font-size: 20px;
    color: #0E5732;
    font-weight: 700;
    border: inherit;
}

.__hero .__form .__whiteBtn:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.__hero .__form h2 {
    color: var(--white-color);
    text-align: center;
    font-size: 35px;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 0 40px;
}

.__illustrationServices {
    padding: 100px 0 150px;
}

.__illustrationServices .__content {
    padding: 0 0 20px;
}

.__illustrationServices .__serviceSlider h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--black-color);
}

.__illustrationServices .__content h2,
.__talkUs .__content h2,
.__ourPortfolio .__content h2,
.__ourBestBooks .__content h2,
.__illustrationProcess .__content h2,
.__talkUsSecond .__content h2 {
    font-size: 50px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0 0 10px;
    text-transform: capitalize;
}

.__illustrationServices .__content p,
.__talkUs .__content p,
.__ourBestBooks .__content p,
.__illustrationProcess .__content p,
.__ourServices .__content p,
.__talkUsSecond .__content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.__talkUs {
    padding: 00px 0;
    background-image: url(../media/children-book-illustration/talkUsBg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.__talkUs .__sideImage {
    position: relative;
}

.__talkUs .__sideImage img {
    position: relative;
    top: -50px;
    left: 0;
    right: 0;
}

.__talkUs .__ctaTalkUs {
    gap: 10px;
}
.__ourPortfolio{
    padding: 80px 0;
}
.__ourPortfolio .__content{
    padding: 0 0 30px;
}
.__ourPortfolio .__content h2{
    line-height: 1.2;
}
.__ourPortfolio button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    z-index: 100;
}

.__ourPortfolio button.slick-next.slick-arrow {
    right: 15px;
}

.__ourPortfolio .slick-disabled{
    opacity: 0.4;
}
.__ourPortfolio .__portfolioBooks ul.slick-dots{
    bottom: -10px;
}
.__ourPortfolio ul.slick-dots{
 justify-content: center;
 left: 0;
}
.__ourPortfolio .slick-next,
.__ourPortfolio .slick-prev {
    background: inherit;
    cursor: pointer;
}
.__ourPortfolio .nav-link{
    position: relative;
    color: #2B2B2B;
    width: max-content;
    margin: 0 auto;
}
.__ourPortfolio .nav-link:not(.active)::before{
    content: "";
    background-color: #2B2B2B;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.__ourPortfolio .tab-content .__pageSlider img{
    height: 700px;
    object-fit: contain;
}
.__ourPortfolio .slick-prev:after {
    content: url('../media/children-book-illustration/leftArrow.png')
}

.__ourPortfolio .slick-next:after {
    content: url('../media/children-book-illustration/rightArrow.png')
}
.__ourPortfolio .slick-prev::before, 
.__ourPortfolio .slick-next::before {
    content: inherit;
}
.__ourBestBooks {
    padding: 100px 0 0;
}

.__ourBestBooks .__content,
.__ourBestIllustrations .__content,
.__illustrationProcess .__content {
    padding: 0 0 60px;
}

.__ourBestBooks .__garden {
    position: relative;
}

.__ourBestBooks .__garden img {
    object-fit: cover;
}

.__ourBestIllustrations {
    padding: 100px 0;
}

.__ourBestIllustrations .__content h2,
.__ourServices .__content h2 {
    font-size: 45px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0 0 10px;
    text-transform: capitalize;
}

.__illustrationProcess {
    position: relative;
    padding: 40px 0 80px;
}

.__illustrationProcess .__card {
    background-color: #192229;
    padding: 40px 20px 0;
    border-radius: 40px;
}

.__illustrationProcess .__card .__cards {
    border: 1px solid var(--yellow-color);
    padding: 10px;
    border-radius: 15px;
    height: 100%;
}

.__illustrationProcess .__card .__cards img {
    background-color: #F3BC18;
    padding: 40px;
    border-radius: 100px;
}

.__illustrationProcess .__card .__content {
    padding: 40px 10px;
    background-color: var(--white-color);
    text-align: center;
    border-radius: 15px;
    height: 100%;
}

.__illustrationProcess .__card .__content h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 10px;
    min-height: 110px;
    text-transform: capitalize;
}

.__illustrationProcess .__card .__content p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

.__illustrationProcess .__card .__bottomImage {
    position: relative;
    top: 50px;
}

.__ourServices {
    padding: 100px 0;
}
.__ourServices .__content p:not(.__testiCard .__identity .__content p){
    min-height: 100px;
}

.__ourServices .__testiCard {
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 20px;
    width: 95% !important;
}

.__ourServices .__testiCard .__content:not(.__identity .__content) {
    border-bottom: 1px solid #707070;
    padding: 20px 0;
}

.__ourServices .__testiCard .__identity {
    padding: 10px 0;
    gap: 10px;
}

.__ourServices .__testiCard .__identity .__content h4 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
}

.__ourServices .__testiCard .__identity .__content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

ul.slick-dots {
    position: absolute;
    display: flex;
    justify-content: start;
    gap: 0;
    align-items: center;
    bottom: -65px;
    left: 40px;
}

ul.slick-dots li {
    background-color: #D3D5D8;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

ul.slick-dots li.slick-active {
    background-color: #1CA961;
    width: 15px;
    height: 15px;
}

ul.slick-dots li button {
    display: none;
}

.__ourServices button.slick-prev.slick-arrow {
    position: absolute;
    left: 92%;
    top: inherit !important;
    bottom: -40px;
}

.__ourServices button.slick-next.slick-arrow {
    top: inherit !important;
    right: 40px;
    bottom: -40px;
}

.__ourServices .slick-next,
.__ourServices .slick-prev {
    background: inherit;
    cursor: pointer;
}

.__ourServices .slick-prev:after {
    content: url('../media/children-book-illustration/leftArrow.png')
}

.__ourServices .slick-next:after {
    content: url('../media/children-book-illustration/rightArrow.png')
}

.__talkUsSecond {
    position: relative;
    z-index: 10;
}

.__talkUsSecond .__bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    width: 100%;
    height: 90%;
    object-fit: cover;
    object-position: bottom;
    margin: auto 0 0;
}

.__talkUsSecond .__ctaTalkUs {
    gap: 10px;
}

.__letsTalk {
    padding: 100px 0;
}

.__letsTalk .__content {
    background-color: #F3F3F3;
    padding: 40px 40px;
    border-radius: 10px;
}

.__letsTalk .__content h2 {
    font-size: 45px;
    line-height: 55px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
}

.__letsTalk .__content h2 span {
    color: #1CA961;
}

.__letsTalk .__content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.__letsTalk .__content form {
    padding: 30px 0 0;
}

.__letsTalk .__content form input,
.__letsTalk .__content form textarea {
    background-color: transparent;
    border: inherit;
    border-bottom: 1px solid #F3BC18;
    resize: none;
    padding: 0 0 10px;
    margin: 20px 0;
    color: var(--black-color);
}

.__letsTalk .__content form input:hover,
.__letsTalk .__content form textarea:hover {
    border-color: #1CA961;
}

.__letsTalk .__content form input::placeholder,
.__letsTalk .__content form textarea::placeholder {
    color: #B4B7BC;
}

.__letsTalk .__content form button {
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    margin: 20px 0 0;
    background-color: #1CA961;
    color: var(--white-color);
}

.__letsTalk .__emailUs {
    background: #192229;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 15px 0 0;
}

.__letsTalk .__emailUs h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.__letsTalk .__emailUs span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 0 8px;
}

.__letsTalk .__emailUs a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: var(--white-color);
}