.banner-section {
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper .line-1,
.swiper .line-2 {
    position: absolute;
    top: 0;
}

.swiper .line-1 {
    left: 40%;
}

.swiper .line-2 {
    left: 25%;
}

.homeSpace,
.counter-section {
    background-color: #DBEAF7;
}

.cta-section {
    background-color: #DBEAF7;
}

.blog-section {
    padding: 120px 0px 90px 0px;
}

footer {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../image/footer-4.jpg');
    background-size: cover;
}

.team-img {
    mask-image: url('../image/t-mask.png');
}

/* contact page */

.contactPage {
    padding: 120px 0px 160px 0px;
}

.aboutCounter {
    background-image: url('../image/counter.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.aboutCounter::after {
    position: absolute;
    background-color: #103741;
    opacity: 0.8;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.simple-section .content-box{
    z-index: 1;
}

.homeFAQ .accordion-item {
    background-color: transparent;
    border: unset;
    margin-bottom: 30px;
    border-radius: 30px;
    background: var(--white-color);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.07);
}

.homeFAQ .accordion-button {
    background-color: transparent;
}

.homeFAQ .accordion-button:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.homeFAQ .accordion-item:hover .accordion-button,
.homeFAQ .accordion-button:not(.collapsed) {
    color: #9C29B2;
}

.blog-section .rotate {
    right: 6%;
    bottom: 24%;
}

.blog-section .shape-mockup.clouded {
    top: 17%;
    right: 6%;
}

.blog-section .shape-mockup.ruler {
    bottom: 22%;
    left: 4%;
}
.blog-section .shape-mockup.appleShape {
    top: 22%;
    left: 8%;
}

.blog-img img {
    width: 100%;
    height: 277px;
    object-fit: cover; 
}

/* .team-card i{
    font-family: 'Font Awesome';
} */

.mockUpStart img{
    right: 6%;
    bottom: 40%;
}
.mockUpDog img{
    bottom: 40%;
    left: 6%;
}
.eggMockUp img{
    bottom: 23%;
    left: 7%;
}
.lineMockUp img{
    right: 7%;
    bottom: -9%;
}

.aboutSpahe .img-box-2{
    float: left;
    width: 50%;
    margin-right: 3rem;
}

.hero-title{
    font-size: 38px;
}