span {
    line-height: 1.5;
}

.left-space {
    margin-left: 20%;
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .team .member .member-info {
        padding: 25px;
    }

    .team .member-parent {
        height: 300px;
    }

    .carousel-1 .carousel-item-1 h3 {
        font-size: 20px;
        line-height: 36px;
        margin-top: 49%;
    }

    .carousel-1 {
        height: 430px;
    }

    .head-content {
        padding: 3%;
    }

    .left-space {
        margin-left: 0px;
    }
}

#mindmap {
    width: 100%;
    position: relative;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.node-container {
    display: flex;
    justify-content: center;
    /* margin-bottom: 40px; */
    position: relative;
}

.node {
    border: 1px solid #3498db;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    width: 40%;
    height: 80px;
}

.line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    height: 0.5px;
    background-color: #3498db;
    z-index: 0;
}

canvas {
    border: 1px solid black;
}


.box {
    display: inline-block;
    width: 200px;
    height: 100px;
    background-color: blue;
    margin: 10px;
    padding: 10px;
}

.icon {
    display: inline-block;
    width: 30px;
    /* Adjust the width as desired */
    height: 30px;
    /* Adjust the height as desired */
    /* background-color: gray; */
    background: #3498db;
    color: white;
}

.sentence {
    display: inline-block;
    margin-left: 10px;
}

.right-node {
    margin-left: 20%;
}

.node-container .node img {
    width: 20px;
    position: absolute;
    margin-top: 15px;
}

.node-container .node p {
    margin-left: 30px;
    font-size: 13px;
    margin-top: 12px;
}

.vertical-line {
    width: 1px;
    height: 60px;
    background-color: #3498db;
    margin: 0 auto;
}

.connecting-line {
    position: absolute;
    transform: translateY(-50%);
    width: 13.5%;
    height: 0.5px;
    background-color: #3498db;
    z-index: 0;
    margin-top: 80px;
    margin-left: 68.5%;
}

.top-vertical-line {
    width: 1px;
    height: 80px;
    background-color: #3498db;
    margin: 0px 82%;
    position: absolute;
}

.left-top-vertical-line {
    width: 0.5px;
    height: 80px;
    background-color: #3498db;
    position: absolute;
    margin-top: 80px;
    margin-left: 13.5%;
}

.left-connecting-line {
    position: absolute;
    transform: translateY(-50%);
    width: 16%;
    height: 0.5px;
    background-color: #3498db;
    z-index: 0;
    margin-top: 80px;
    margin-left: 13.5%;
}

/* .moving-image-container {
   margin-right: 17px;
   position: absolute;
   width: 282px;
   height: 70px;
   overflow: hidden;
} */
.moving-image-container {
    /* margin-top: 35px; */
    margin-right: 0px;
    position: absolute;
    width: 100%;
    height: 306px;
    overflow: hidden;
}

@keyframes moveRight {
    0% {
        left: 40%;
        top: 0;
    }

    10% {
        left: 60%;
        top: 0;
    }

    10% {
        left: 60%;
        top: 0;
        visibility: hidden;
        display: none;
    }

    20% {
        left: 83.5%;
        top: 0;
        visibility: hidden;
        display: none;
    }

    30% {
        left: 83.5%;
        top: calc(100% - 260px);
        visibility: hidden;
        display: none;
    }

    35% {
        left: 83.5%;
        top: calc(100% - 190px);
        visibility: visible;
        display: block;
    }

    40% {
        left: 70%;
        top: calc(100% - 190px);
        visibility: hidden;
        display: none;
    }

    50% {
        left: calc(30% - 10px);
        top: calc(100% - 190px);
        visibility: hidden;
        display: none;
    }

    55% {
        left: calc(30% - 10px);
        top: calc(100% - 190px);
        visibility: visible;
        display: block;
    }

    60% {
        left: 13.5%;
        top: calc(100% - 190px);
    }

    70% {
        left: 13.5%;
        top: calc(100% - 105px);
        visibility: hidden;
        display: none;
    }

    75% {
        left: 13.5%;
        top: calc(100% - 65px);
        visibility: hidden;
        display: none;
    }

    80% {
        left: 13.5%;
        top: calc(100% - 65px);
        visibility: hidden;
        display: none;
    }

    85% {
        left: calc(40% + 10px);
        top: calc(100% - 65px);
        visibility: hidden;
        display: none;
    }

    90% {
        left: calc(40% + 10px);
        top: calc(100% - 65px);
        visibility: visible;
        display: block;
    }

    100% {
        left: 60%;
        top: calc(100% - 65px);
    }
}


/* @keyframes moveRight {
   0% { left: 0; top: 0; }
   20% { left: calc(100% - 50px); top: 0; }
   40% { left: calc(100% - 50px); top: calc(100% - 50px); }
   60% { left: 0; top: calc(100% - 50px); }
   80% { left: 0; top: 0; }
   100% { left: calc(100% - 50px); top: 0; }
 } */

/* @keyframes moveRight {
   0% { left: 235px; top: 0; }
   20% { left: calc(100% - 25px); top: 0; }
   40% { left: calc(100% - 25px); top: calc(100% - 190px); }
   60% { left: 26px; top: calc(100% - 190px); }
   80% { left: 26px; top: calc(100% - 65px); }
   100% { left: calc(100% - 320px); top: calc(100% - 65px); }
 } */

/* @keyframes moveRight {
   0% { left: 235px; top: 0; opacity: 1; }
   10% { left: calc(100% - 290px); top: 0;}    
   20% { left: calc(100% - 25px); top: 0; visibility: hidden;display: none;}
   25% { left: calc(100% - 25px); top: calc(100% - 190px); visibility: hidden;display: none;}
   40% { left: calc(100% - 25px); top: calc(100% - 190px); visibility: visible;display: block;}
   60% { left: 26px; top: calc(100% - 190px); }
   80% { left: 26px; top: calc(100% - 65px); }
   100% { left: calc(100% - 320px); top: calc(100% - 65px); }
 } */
.moving-image {
    margin-top: 40px;
    position: absolute;
    top: 60%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 27px;
    border-radius: 50%;
    background-color: #3498db;
    animation: moveRight 15s linear infinite;
    /* animation-delay: 2s; */
    justify-content: center;
    text-align: center;
}

.moving-image span {
    color: white;
    /* margin-left: 10px; */
    font-size: 14px;
}

.mobile-how-to-start {
    display: none;
}

.moving-image-span-rotate-90 span {
    display: inline-block;
    transform: rotate(90deg);
}

.moving-image-span-rotate-180 span {
    display: inline-block;
    transform: rotate(180deg);
}

.moving-image-span-rotate-270 span {
    display: inline-block;
    transform: rotate(270deg);
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .desktop-how-to-start {
        display: none;
    }

    .mobile-how-to-start {
        display: block;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .desktop-how-to-start {
        display: none;
    }

    .mobile-how-to-start {
        display: block;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .desktop-how-to-start {
        display: none;
    }

    .mobile-how-to-start {
        display: block;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {}

/* Media Query for Large screens */
@media (min-width: 1281px) {}





.card1 {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 25px 14px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    text-align: center;

    /* &:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -30px;
        left: -30px;
        background: #3498db;
        height: 36px;
        width: 36px;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.55s ease-out;
    } */

    &:hover:before {
        transform: scale(21);
    }

}

.card1-left {

    width: 100%;

}

.card1-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -99%;
    background: #3498db;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.9s ease-in;
}

.card1-left:hover:before {
    transform: scale(21);
  }

.card-full-bottom {
    max-width: 100%;
    width: 100%;

}
.card-full-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 99%;
    left: 0px;
    background: #3498db;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.9s ease-in;
}

/* .card-full-bottom:hover{
    background: #3498db;
} */


.card-bottom-parent {
    /* height: 290px; */
}



.card-bottom .small,
.card-full-bottom-parent .small {
    font-size: 14px;
    /* max-width: 410px; */
}

.card-bottom {
    width: 100%;


}

/* .card-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    right: 50%;
    background: #3498db;
    height: 72px;
    width: 72px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.9s ease-out;
} */

.card1:hover span {
    transition: all 0.3s ease-out;
    color: #ffffff;
}
.card1:hover .icon{
    background-color: #fff;
}
.card1:hover .icon i{
    color: #3498db;
}
.card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
}

.card1 span {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.card1 .icon {
    margin: 0 auto;
    width: 35px;
    height: 35px;
    background: #3498db;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}

.card1 i {
    color: #fff;
    font-size: 23px;
    transition: ease-in-out 0.3s;
}

.card1 p {
    color: #000;
}

@media (max-width: 768px) {
    .card1 span {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.card-bottom-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
    /* color: #222; */
}

.card-bottom-services .icon-box::before {
    /* content: "";
    position: absolute;
    background: #3498db;
    top: 100%;
    left: 40%;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.9s ease-in-out;
    z-index: -1; */

    content: "";
    position: absolute;
    z-index: -1;
    bottom: -110px;
    background: #3498db;
    width: 100px;
    height: 100px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.9s ease-out;
  }
  .card-bottom-services:hover:before {
    transform: scale(21);
  }

.card-bottom-services .icon-box:hover::before {
    background: #3498db !important;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.card-bottom-services .icon {
    margin: 0 auto 20px auto;
    padding-top: 10px;
    text-align: center;
    border-radius: 50%;
    border: none;
    width: 60px;
    height: 60px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.card-bottom-services .icon i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.card-bottom-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.card-bottom-services .title a {
    color: #111;
}

.card-bottom-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.card-bottom-services .icon-box:hover .icon {
    background: #3498db;
}


/* Left Card */

.card1-left-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
    /* color: #222; */
}

/* .card1-left-services .icon-box::before {
    content: "";
    position: absolute;
    background: #3498db;
    top: 100%;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.9s ease-in-out;
    z-index: -1;
  } */

.card1-left-services .icon-box:hover::before {
    background: #3498db !important;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.card1-left-services .icon {
    margin: 0 auto;
    width: 35px;
    height: 35px;
    background: #3498db;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}

.card1-left-services .icon i {
    line-height: 1;
    color: #fff;
}

.card1-left:hover .icon {
    background-color: #fff;
}

.card1-left:hover .icon i{
    color: #3498db;
}

  

.card1-left-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.card1-left-services .title a {
    color: #111;
}

.card1-left-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

/* .card1-left-services .icon-box:hover .icon , .card1-left-services .icon-box:hover{
    background: #3498db;
} */

/* Card Full Bottom */


.card-full-bottom-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
}


.card-full-bottom-services .icon-box:hover::before {
    background: #3498db !important;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.card-full-bottom:hover b{
    color: #fff;
}

.card-full-bottom-services .icon {
    margin: 0 auto 20px auto;
    padding-top: 10px;
    text-align: center;
    border-radius: 50%;
    border: none;
    width: 60px;
    height: 60px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.card-full-bottom-services .icon i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.card-full-bottom-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.card-full-bottom-services .title a {
    color: #111;
}

.card-full-bottom-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.card-full-bottom-services .card-full-bottom:hover .icon , .card-full-bottom:hover{
    background: #3498db;
}



/*  */


.bottom-card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -110px;
    left: 30%;
    background: #3498db;
    width: 100px;
    height: 100px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.9s ease-out;
  }
  .bottom-card1:hover:before {
    transform: scale(21);
  }

  .services-culture .icon-box{
    padding: 30px;
    position: relative;
    overflow: hidden;
    /* background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
    color: #222;
    text-align: center;
  }
  
  
  .bottom-card1:hover span {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
  .bottom-card1:hover .icon{
    background-color: #fff;
  }
  .bottom-card1:hover .icon i{
    color: #3498db;
  }
  
  .bottom-card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .bottom-card1 span {
    font-size: 17px;
    color: #000;
    font-weight: 600;
  }
  
