/* Fonts  */

@font-face {
    font-family: Raleway;
    src: url(../media/fonts/Raleway-Regular.ttf)
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../media/fonts/Raleway-Bold.ttf)
}

@font-face {
    font-family: Raleway-Semibold;
    src: url(../media/fonts/Raleway-Semibold.ttf)
}

@font-face {
    font-family: Raleway-Light;
    src: url(../media/fonts/Raleway-Light.ttf)
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../media/fonts/Raleway-Medium.ttf);
}

/* Fonts ends  */

/* Global styles  */

html {
    scroll-behavior: smooth;
}

body {
    margin:0;
}

textarea:focus, input:focus, button:focus {
    outline:none
}

body * {
    box-sizing: border-box;
    color: #462255;
    font-family: Raleway;
}

p, h1, h2, h3, h4, h5, h6, ul, li {
    margin:0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

/* Global styles ends  */

.global-cont {
    background-color: #F7F7F7;
}

/* Header styles  */

.header-up {
    background-color: #fff;
    height: 36px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.up-header-links a {
    font-family: Raleway-Medium;
    font-size: 12px;
    line-height: 14px;
    color: #AAAAAA;
}

.up-header-links li {
    margin-right: 50px;
}

.up-header-links {
    margin-right: 80px;
}

.up-header-links li:last-child {
    margin-right: 0;
}

.up-header-social li {
    margin-right: 15px;
}

.up-header-social li:last-child {
    margin-right: 0;
}

.up-header-social {
    margin-right: 115px;
}

.navbar-cstm .nav-link {
    text-transform: uppercase;
    color: #462255;
    font-family: Raleway-Bold;
    font-size: 14px;
    line-height: 19px;
}

.navbar-cstm .nav-item {
    margin-right: 30px;
}

.navbar-cstm .nav-item:last-child {
    margin-right: 0;
}

.navbar {
    padding-top: 30px;
    padding-bottom: 75px;
}

/* Header styles Ends  */

/* Main styles  */

.purple-sect {
    background-color: #462255;
    border-radius: 20px;
    padding: 60px 71px
}

.first-sect_img img {
    width: 50%;
    position: absolute;
    right: 0px;
    z-index: 3;
    top: -30px;
}

.purple-sect h1 {
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    font-family: Raleway-Semibold;
    margin-bottom: 20px;
}

.purple-sect .main-p {
    color: #fff;
}

.main-p {
    font-size: 18px;
    line-height: 27px;
}

.main-link {
    font-family: Raleway-Semobold;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    color: #4987A7;
    text-transform: uppercase;
    margin-top: 30px;
}

.aqua-link {
    color: #92E1D8;
}

.second-sect {
    border-radius: 20px;
    background-color: #fff;
    padding: 60px 71px 160px 71px;
    margin-top: 20px;
}

.cstm-p {
    font-family: Raleway-Semibold;
    font-size: 18px;
    line-height: 27px;
    color: #462255;
}

.cstm-p span {
    font-family: Raleway-Bold;
}

.third-sect {
    padding-top: 65px;
}

.main-h2 {
    color: #A64987;
    font-size: 24px;
    font-family: Raleway-Bold;
    line-height: 27px;
}

.main-h6 {
    margin-top: 15px;
    color: #462255;
    font-family: Raleway-Bold;
    font-size: 18px;
    line-height: 27px;
}

.mt-20 {
    margin-top: 20px;
}

.four-item_bl-carousel {
    display: none;
}

.third-sect-img {
    width: 100%;
    position: relative;
    top: -100px;
}

.four-item_bl .col-lg-3 {
    border-right: 1px solid #4987A7;
    padding-top: 10px;
    padding-bottom: 30px;
}

.four-item_bl .col-lg-3:last-child {
    border-right: none;
}

.four-item_bl {
    margin-top: 65px;
}

.third-sect_pt2 {
    margin-top: 100px;
}

.semibold-h4 {
    color: #462255;
    font-size: 18px;
    line-height: 24px;
    font-family: Raleway-Semibold;
}

.four-item_bl h4 {
    margin-top: 35px;
    min-height: 50px
}

.four-sect {
    padding-left: 70px;
}

.team-up-sect {
    padding-left: 70px;
    padding-top: 55px;
    padding-bottom: 150px;
    background-color: #92E1D8;
}

.tripple-block-sect {
    border-radius: 20px;
    margin-top: 70px;
    height: 500px;
}

.who-we-are {
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 70px;
    padding-top: 65px;
    padding-right: 70px;
    padding-bottom: 48px;
    margin-top: 75px;
}

.project-team {
    font-family: Raleway-Semibold;
    font-size: 18px;
    color: #4987A7;
    line-height: 27px;
}

.abs-circle {
    position: absolute;
    height: 106px;
    width: 106px;
    border-radius: 50%;
    background-color: #A64987;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.with_z {
    position: relative;
    z-index: 2;
}

.name_bold-h3 {
    color: #A64987;
    font-size: 18px;
    line-height: 27px;
    font-family: Raleway-Bold;
    margin-bottom: 15px;
}

.members-sect_img{
    width: 144px;
    margin-left: 10px;
    border-radius: 50%;
    display: flex;
    position: relative;
    z-index: 2;
}

.small-circle_abs {
    height: 71px;
    width: 71px;
    border-radius: 50%;
    background-color: #92E1D8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.team-members-sect {
    background-color: #fff;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 60px;
}

.team-members-sect h3 {
    margin-top: 35px;
    margin-bottom: 25px;
}

.team-members-sect .col-lg-4 {
    margin-top: 60px;
}

.bg_sect-img {
    background-image: url(../media/images/KarenLee_6.png);
    border-radius: 20px;
    background-size: cover;
    padding-left: 70px;
    padding-right: 70px;
    max-height: 560px;
}

.white-bord-sect {
    border-radius: 100px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 65px;
    padding-bottom: 120px;
    background-color: #fff;
    position: relative;
    top: 20px;
    z-index: 1;
}

.two_bl-img {
    margin-right: 45px;
}

.two-bl_sect-cont {
    margin-top: 35px;
}

.bg-sect_pink {
    background-color: #A64987;
    border-radius: 20px;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 252px;
    padding-bottom: 90px;
    margin-top: 20px;
}

.abs-circle2 {
    right: unset;
    left: 0;
    background-color: #92E1D8;
}

.team-up_name-p {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}

.team-up_name-bold-p {
    font-family: Raleway-Semibold;
    color: #92E1D8;
    line-height: 27px;
    font-size: 18px;
}

.pink-sect_div {
    position: relative;
}

.pink-sect_div a {
    position: absolute;
    bottom: 0;
    right:0;
    background-color: #462255;
    color: #fff;
    border-top-left-radius: 20px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 27px;
    font-family: Raleway-Semibold;
}

.how-too-connect_sect {
    background-color: #462255;
    border-radius: 20px;
    padding:72px 70px 65px 70px;
}

.how-too-connect_sect .main-h2 {
    color: #92E1D8;
}

.team-up_name-p span {
    color: #fff;
    display: flex;
    width: 65px;
    border-right: 1px solid #fff;
    font-size: 18px;
    line-height: 27px;
}

.team-up_name-p a {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    display: flex;
    margin-left: 8px;
}

.social-white li {
    margin-right: 15px;
}

.last-sect {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 80px;
    padding-bottom: 90px;
}

.last-sect .main-h2 {
    color: #462255;
}


@media only screen and (max-width: 991px) {

    .up-header-social {
        margin-right: 0;
    }

    .header-cont {
        background-color: #fff;
    }
    
    .first-sect_img img  {
        width: calc(100% + 100px);
        position: absolute;
        right: auto;
        left: -100px;
        top: 40px;
        z-index: 1;
        height: 100%;
        transform: rotate(180deg);
    }

    .first-section {
        position: relative;
        top: -40px;
    }

    .purple-sect {
        z-index: 2;
        border-top-right-radius: 150px;
    }

    .four-item_bl {
        display: none;
    }

    .four-item_bl-carousel {
        display: block;
    }

    .four-item_bl-carousel .carousel-item{
        padding: 60px 50px 120px 50px;
        border: 1px solid #4987A7;
        border-radius: 20px;
        min-height: 370px;
        max-height: 370px;
    }

    .team-members-sect .carousel-item {
        border-color: #92E1D8
    }

    .four-item_bl-carousel .carousel-item * {
        text-align: center;
    }

    .four-item_bl-carousel .carousel-item img {
        width: 103px;
       
    }

    .four-item_bl-carousel .carousel-item .semibold-h4 {
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .purple-sect, .second-sect, .four-sect, .who-we-are, .team-up-sect, .team-members-sect, .bg_sect-img, .bg-sect_pink, .how-too-connect_sect, .last-sect, .white-bord-sect {
        padding-left: 15px;
        padding-right: 15px;
    }

    .purple-sect h1{
        padding-right: 50px;
    }

    .four-item_bl-carousel .carousel-indicators {
        bottom: -50px;
    }

    .carousel-indicators li {
        width: 17px;
        height: 17px;
        min-width: 17px;
        min-height: 17px;
        border: 1px solid #4987A7;
        border-radius: 50%;
        opacity: 1;
        background-color: transparent;
    }

    .carousel-indicators .active {
        background-color: #4987A7;
    }

    .team-members-sect .carousel-indicators li {
        border: 1px solid #92E1D8;
    }

    .team-members-sect .carousel-indicators .active {
        background-color: #92E1D8;
    }

    .with_z {
        max-width: 250px;
        
    }

    .cstm-column-3, .bg-sect_pink .col-lg-3 {
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }

    .team-up-sect {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .team-members-sect .carousel-item {
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .carousel-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .white-bord-sect {
        border-radius: 20px;
    }

    .bg-sect_pink {
        padding-top: 170px;
    }

    .pink-sect_div {
        max-width: 280px;
    }

    .team-up_name .carousel-item {
        border: none;
    }

}

@media only screen and (max-width: 767px) {

    .second-sect {
        padding-bottom: 80px;
    }

    .third-sect-img {
        left: -55px;
    }

    .second-sect, .who-we-are {
        padding-top: 40px;
    }

    .third-sect_pt2 {
        margin-top: 40px;
    }

    .bg_sect-img {
        max-height: 700px;
    }

    .last-sect {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

@media only screen and (max-width: 575px) {
    
    .team-up_name-p {
        flex-direction: column;
    }

    .team-up_name-p span {
        border-right: none;
    }

    .team-up_name-p a {
        margin-left: 0;
    }

    .up-header-links {
        margin-right: 0;
    }

    .purple-sect {
        margin-left: 15px;
        margin-right: 15px;
    }

    .first-sect_img img {
        width: calc(100% + 80px);
        top: 88px;
    }

    .second-sect {
        margin-top: 70px;
    }

    .bg_sect-img {
        background-image: url(../media/images/KarenLeemobile.svg);
    }

    .two-bl_sect {
        flex-direction: column;
    }

    .four-item_bl-carousel .carousel-item {
        max-height: 600px;
        min-height: 600px;
    }

    .bg_sect-img {
        max-height: 1200px;
        border-radius: 0px;
    }

    .white-bord-sect {
        top: 60px;
    }

    .bg-sect_pink, .how-too-connect_sect {
        border-radius: 0;
    }

    .team-up_name .carousel-item {
        max-height: unset;
    }

    .team-up_name .carousel-item {
        min-height: unset;
        padding-bottom: 0;
    }

    .four-sect .carousel-item {
        min-height: 500px;
        max-height: 500px;
    }

}