/*------------------Module-2 start----------------*/


.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #444;
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.card[data-background-color="orange"] {
    background-color: #f96332;
}

.card[data-background-color="red"] {
    background-color: #FF3636;
}

.card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.card[data-background-color="green"] {
    background-color: #15b60d;
}

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) p {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-size: inherit;
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.zero h2 {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 5px
}

.zeroone h2 {
    font-size: 26px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 10px;
}

.zeroten h2 {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #89347B;


}

.my-list {
    font-size: 20px;
    list-style-type: none;
    padding-left: 0;
    font-family: "Roboto", sans-serif;
    /* Change the font-family to Roboto */
    font-weight: 500;
}

.my-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
}

.my-list li i {
    margin-right: 11px;
    color: black;
    flex-shrink: 0;
    /* Prevent icon from shrinking */

}



/* Section 6 Services */

.ServiceHeading {

    font-family: Inter;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000000;


}

.nav-pills-custom .nav-link {
    color: #7C7C7C;
    background: #fff;
    position: relative;
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;

}

.nav-pills-custom .nav-link.active {
    color: #0d0d0d;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}


/* relevant styles */
.img__wrap {
    position: relative;

    /* width: 600px;
    padding: -24px; */

}

.img__description {
    position: absolute;
    top: 46px;
    bottom: 0;
    left: 48px;
    right: 0;
    background: rgb(156, 13, 149);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    /* border-radius: 5px; */
    /* padding-top: 120px; */
    font-family: "Roboto", sans-serif;
    /* Change the font-family to Roboto */
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.01em;
    text-align: left;
    width: 600px;
    height: 600px;
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;

    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
}

.img__description h1 {
    font-size: 40px;
    font-weight: 400;
}

.img__description a {
    margin-top: 300px;
    text-decoration: underline !important;
    color: #000000 !important;
}



.img__wrap:hover .img__description {
    visibility: visible;
    opacity: 1;
}


.leftImg {
    margin-top: -1px;
    float: left;


}

.rightImg {
    margin-top: -58px;
    float: right;
}

/*------------------Module-2 start----------------*/

.hover-one h1 {
    font-size: 50px;
}

.bulbul {
    border: 1.5px solid #000;
    border-radius: 20px;
    transition: background-color 0.3s, color 0.3s;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.col-lg-6:hover .bulbul {
    background-color: #c517a8;
    color: #ffffff;
}

.bulbul h1 {
    font-size: 65px;
    color: #89347B;
}

.col-lg-6:hover .bulbul h1 {
    color: #ffffff;
}

.bulbul h2 {
    font-size: 31px;
    color: #89347B;
    font-family: "Roboto", sans-serif;
    /* Change the font-family to Roboto */
    padding: 5px 0;
    font-weight: 500;
}

.col-lg-6:hover .bulbul h2 {
    color: #ffffff;
}

.bulbul h3 {
    font-size: 28px;
    color: #89347B;
    font-family: "Roboto", sans-serif;
    /* Change the font-family to Roboto */
    padding: 5px 0;
    font-weight: 500;
    background: linear-gradient(to left, #f69ec4, #000000 100%);
    background-position: 0 100%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    width: 25%;

}

.col-lg-6:hover .bulbul h3 {
    color: #ffffff;
    background: linear-gradient(to left, #000000, #ffffff 100%);
    background-position: 0 100%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
}

.bulbul p {
    font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif;
    /* Change the font-family to Roboto */
    padding: 5px 0;
    font-weight: 300;
}

.col-lg-6:hover .bulbul p {
    color: #ffffff;
}

.col-lg-6:hover .my-list li i {
    color: #ffffff;
}

.my-listtwo {
    font-size: 20px;
    list-style-type: none;
    padding-left: 0;
    font-family: "Roboto";
    /* Change the font-family to Roboto */
    color: #000;
}



.my-listtwo li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
    font-family: "Roboto";
    /* Change the font-family to Roboto */
}

.my-listtwo li i {
    margin-right: 11px;
    color: #89347B;
    flex-shrink: 0;
    /* Prevent icon from shrinking */

}







.container .services-section .card {
    text-align: center;
    position: relative;
    cursor: pointer;
    background: #fff;
    margin: 0 15px;
    border-radius: 20px;
    z-index: 10;
    transition: transform 0.8s;
    margin-top: 100px;
    margin-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid #89347B;
}

.services-section .card .icon {
    width: 150px;
    height: 150px;
    background: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 80px;
    border-radius: 50%;
    color: #89347B;
    border: 20px solid #89347B;
    margin: -75px auto 0;
    transition: transform 1s;

}

.services-section .card h2 {
    height: 35px;
    width: 30%;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px auto;
    position: relative;
    background: #fff;
    line-height: 35px;
}

.services-section .card h2:after {
    content: '';
    width: 40px;
    height: 30px;
    background: linear-gradient(to right, #fff, #89347B);
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: -1;
}

.services-section .card h2:before {
    content: '';
    width: 40px;
    height: 30px;
    background: linear-gradient(to right, #89347B, #fff);
    position: absolute;
    left: -5px;
    bottom: -5px;
    z-index: -1;
}

.services-section .card p {
    font-size: 16px;
    text-align: left;
}

.services-section .card:hover {
    transform: translateY(-20px);
}

.services-section .card:hover .icon {
    transform: rotate(360deg);
}

/* For screens up to 768px width */
@media (max-width: 768px) {
    .col-lg-4 {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* For screens above 768px width */
@media (min-width: 769px) {
    .col-lg-4 {
        width: 33.3333%;
        float: left;
        box-sizing: border-box;
        padding: 0 15px;
    }
}


@media (max-width: 768px){
    .services-section .card h2 {
        height: 35px;
        width: 70%;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 25px auto;
        position: relative;
        background: #fff;
        line-height: 35px;
    }
    
}
/* Additional styles for responsiveness can be added here */

.my-listbi {
    font-size: 15px;
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 20px;
}

.my-listbi li {
    display: flex;
    align-items: top;
    /* Align items at the top */
    margin-bottom: 10px;

}

.my-listbi li i {
    margin-right: 11px;
    color: #89347B;
    flex-shrink: 0;
    /* Prevent icon from shrinking */
    padding-top: 5px;
}

.my-listbi li .item-content {
    flex-grow: 1;
    /* Expand item-content to fill remaining space */
}

mark{
    padding-top: 200px;
}


.mac-book h3{
    text-align: left;
    padding-bottom:15px ;
    font-weight: 600;
}

@media (max-width: 768px){
    .mac-book h3{
        text-align: left;
        padding-bottom:15px ;
        font-weight: 600;
        font-size: 16px;
    }
    
}