@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-text-color: #000000;
    --secondary-text-color: #782878;
    --grey-bg: rgb(143 143 143 / 5%);
    --tertiary-text-color: #8F8F8F;
    --blue-color: #49C0E6;
}

.purle-text {
    color: var(--secondary-text-color)
}

body {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 16px;
    color: var(--primary-text-color);
}

.banner-section {
    background: url(../images/banner.png);
    width: 100%;
    height: 100%;
    min-height: 579px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.banner-title {
    color: var(--secondary-text-color);
    font-size: 40px;
    font-family: 'Roboto-Black';
}

.section-2 {
    background-image: linear-gradient(180deg, #991698, #6513A6);
    height: 100%;
    width: 100%;
}

.bigfont {
    font-size: 60px;
}

.midfont {
    font-size: 30px;
}

.custom-border {
    position: relative;
}
.section-2 .container-fluid {
    max-width: 90%;
}

.custom-font {
    font-family: 'Roboto-Medium';
    letter-spacing: 1.08px;
    font-size: 14px;
}

.section-3 {
    background: url(../images/section-3-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 676px;
    display: flex;
    align-items: center;
}

.section-3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, #000000, #00000000);
    width: 50%;
    height: 100%;
    z-index: -1;
}

.roboto-med {
    font-family: 'Roboto-Medium';
}

.roboto-reg {
    font-family: 'Roboto-Regular';
}

.roboto-bold {
    font-family: 'Roboto-Bold';
}

.arrow-list li {
    list-style: none;
    position: relative;
}

.arrow-list li:before {
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    content: "\F138";
    font-family: bootstrap-icons !important;
}

.author-details div {
    line-height: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    top: 50%;
    width: 50px !important;
    height: 50px !important;
    background-image: linear-gradient(180deg, #991698, #6513A6) !important;
    opacity: 1 !important;
    left: -25px;
    transform: translateY(-50%);
}

.carousel-control-next {
    right: -25px;
    left: inherit;
}

.carousel-control-prev .bi-play-fill::before {
    transform: rotate(180deg);
}

.carousel-inner {
    border: 1px solid #D5D5D5;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #00000029;

}
.carousel-control-prev span , .carousel-control-next span{
    border-bottom:none;
}
.carousel-inner {
    min-height: 370px;
    display: flex;
    align-items: center;
}

.section-5 {
    background-color: var(--grey-bg);
}

.section-5 .card {
    border-top: solid 7px var(--secondary-text-color);
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 14px;
    padding-bottom: 50px !important;
    width: 100%;          
}

.liststyle {
    padding-inline-start: 20px;
}

.liststyle li::marker {
    color: var(--secondary-text-color);
    font-size: 23px;
    line-height: 23px;
}

/* .liststyle li {
    color: var(--tertiary-text-color);
} */
a:hover{
    color: var(--secondary-text-color);
}
.card a {
    color: var(--secondary-text-color);
    display: inline-flex;
    align-items: center;     text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 23px;
}

.card a span {
    border-bottom: solid 1px var(--secondary-text-color);
    display: flex;
    align-items: center;
}

.border-blue {
    border-top: solid 7px var(--blue-color) !important;
}

.section-6 .banner {
    background: url(../images/section-6-bg.jpg);
    width: 100%;
    height: 100%;
    min-height: 658px;
    background-size: cover;
    background-repeat: no-repeat;
}

a {
    color: var(--secondary-text-color);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

a span {
    border-bottom: solid 1px var(--secondary-text-color);
    display: flex;
    align-items: center;
}

.section-7 .banner {
    background-image: linear-gradient(120deg, #f1dde6, #bcc4f2);
    height: 100%;
    width: 100%;
    border-radius: 10px 0 0 10px;
}

.contact-btn {
    background: var(--secondary-text-color);
    padding: 5px 15px;
    color: #ffffff;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    border:solid 1px var(--secondary-text-color);
}

.contact-btn:hover {
    background: transparent;
    border: solid 1px #782878;
    color: #782878;
}

.bg-patch {
    background-image: linear-gradient(180deg, #9916985C, #6513A600);
    min-height: 500px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 20%;
    justify-content: center;
}

.right-content-patch {
    background-image: linear-gradient(180deg, #991698, #6513A6);
    position: absolute;
    left: -40%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bottom-border:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    border-bottom: solid 1px #fff;
    width: 100%;
}

.patch-row {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 3%;
    grid-template-columns: 0.9fr 9fr;
}

.patch-row div {
    display: flex;
    align-items: center;
}

.banner-tab, .section-3-tab, .section-6-tabimg {
    display: none;
}
.carousel-indicators{
    bottom: -60px;
}
.carousel-indicators [data-bs-target]{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #e9d0eb;
    opacity: 1;
}
.carousel-indicators .active{
    background-color: #991698;
}
@media screen and (min-width: 1500px) and (max-width:1700px){
    .banner-section{
        min-height: 660px;
    }
    .section-3{
        min-height: 700px;
    }
}
@media screen and (min-width: 1701px) and (max-width:2000px){
    .banner-section{
        min-height: 780px;
    }
    .section-3{
        min-height: 780px;
    }
}
@media screen and (max-width:991px) {
    .custom-border {
        min-height: auto;
        border-top: none !important;
    }

    .banner-section, .section-3, .section-6 .banner  {
        background: none;
        min-height: auto;
    }
    .section-3-tab{
        margin: 0 auto;
    }
    .banner-section{
        background-color: #ebebeb;
    }
    .section-6 .banner {
        background-color:#f3f3f3 ;
    }
    .banner-tab , .section-3-tab, .section-6-tabimg{
        display: block;
        margin: 0 auto;
    }

    .top-border {
        border-top: 1px solid #dee2e6;
    }

    .border-start {
        border-left: none !important;
    }
    .midfont{
        font-size: 60px;
    }
    .section-3:before{
        background-image: none;
        background-color: var(--primary-text-color);
        width: 100%;
    }
    .section-7 .banner{
        border-radius: 0;
    }
}

@media screen and (max-width:767px){
    .right-content-patch {
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0px);
    }

    .bg-patch {
        padding: 0%;
        min-height: auto;
        align-items: center;
    }

    .patch-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .patch-row div {
        width: 100%;
        justify-content: center;
        margin: 5px 0;
    }
    .midfont{
        font-size: 60px;
    }
    .custom-border{
        padding: 1rem 0;
    }
    .banner-title{
        font-size: 30px;
    }
    
}