/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 25, 2021, 10:29:14 AM
    Author     : raawa
*/



.landing-first-section{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5em;
    padding-bottom: 20px;
}

.landing-first-section .text{
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu li a {
    color:#333333 ;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
    padding: 5px 7px 5px 8px;
    text-shadow: none !important;
}

a .menu-login{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    color:white;
    background: var(--secondary-color-dark-2);
    border-radius: 8px;

}

a .menu-register{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    color:white;
    background: var(--primary-color);
    border-radius: 8px;
    top: -15px;

}

.helper.left-menu menu{
    text-align: left;
    height: 30px;
    width:100%;
}

.landing-first{
    padding-top: 160px;
}

.landing-first h1{
    font-weight: 500;
    font-size: 66px;
    line-height: 55px;
    color: #151519;
}

.landing-first p{
    line-height: 140%;
    font-size: 15px;
    color: #151519;
}

.become-counselor{
    line-height: 140%;
    font-size: 15px;
    color: #6D6F7D;
    padding-top: 20px;
}


.landing-btn{
    margin-top: 7px;
    height: 52px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}


.border-primary-color-light-2{
    border: 1px solid #FFE2D9;
}

.landing-first a {
    text-decoration: none;
}


.landing-first a:hover {
    outline: 0;
    text-decoration: none;
}

hr {
    height: 2px;
}

.award-winning-container{
    position:relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5vh 0;
    background: #ffe2d9;
}


.award-winning-container .text{
    color: #151519;
}

.award-winning-container .text h3{
    font-weight: 700;
    font-size: 27px;
    line-height: 34px;
}

.award-winning-container .text  {
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    padding-top: 10px;
}

.sponsers-listing ul{
    width:100%;
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px;
}

.sponsers-listing ul li{
    display: inline-block;
    list-style: none;
    margin: 15px;
    text-align: center;
}

.how-it-works{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 70vh;
    padding: 6px;
}

.how-it-works .container{
    line-height: 34px;
    color: #151519;
    padding-left: 8%;
    padding-right: 8%;
}

.how-it-works .container > h3{ 
    font-size:27px;
    color: #ffffff;
}

.how-it-works h4{
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 25px;
}

.how-it-works .row > div > div{
    height: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin:10px;
}

.download-app a img{
    width: auto;
}


.how-it-works .row > div > div >p{
    font-size:15px;
    font-weight: 500;
}

.how-it-works .row > div > div > h3{
    font-weight: 600;
}

.how-it-works .row div {
    padding:10px;
}

.how-it-works img{
    width:50%;
    margin:7px;
}

.how-it-works .row > div > div > h3 > div {
    color: #151519;
    font-weight: 700;
    padding-bottom: 3px;
    font-size: 19px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.025em;
}


.how-it-works .row > div > div > div {
    color: #151519;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    flex:1;
}
.how-it-works .row > div > div > div > div {
    color: #151519;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    flex:1;
}

.how-it-works {
    margin-bottom: 100px;
}

.who-is-takalam-for .container{
    padding-top: 70px;
    padding-bottom:70px;
}

.who-is-takalam-for .container > h3{
    padding-bottom: 20px;
}

.who-is-takalam-for h3{
    font-weight: 700;
    font-size: 27px;
    margin-top: 20px;
    color: #151519;
}


.who-is-takalam-for .row h3{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #151519;
}

.who-is-takalam-for img{
    padding-top:-10px;
}

.who-is-takalam-for .categories{
    height: auto;
    padding: 10px;
}
.who-is-takalam-for a .row:hover{
    background-color: #F55A5920;
    padding: 12px;
    border-radius: 12px;
}


.who-is-takalam-for .categories img{
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 0;
}

.who-is-takalam-for .categories p{
    font-size:16px;
    padding-left: 0px;
}

.who-is-takalam-for .categories h3{
    padding-left: 0px;
}


.pink .step-towards{
    color: var(--primary-color);
    font-weight: 500;
    font-size: 60px;
    line-height: 64px;
    padding-bottom: 20px;
}


.award-winning-container.pink .pink-info{
    justify-content: center;
    text-align: center;
    z-index: 1000;
}


.info-section-white{
    height: 100vh;
    background-color: white;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    padding-top: 8%;
}

.info-section-white .info-text {
    padding: 100px;
    padding-top: 150px;
}

.info-text .text-pink{
    color: var(--primary-color);

}

.info-section-white .info-img{
    width:100%;
}

.download-app-section{
    padding:10%;
    padding-top: 1% !important;

}
.info-section-pink{
    height: 100vh;
    background-color: #fff2ee;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    padding-top: 8%;

}

.info-section-pink .info-text {
    padding: 100px;
    padding-top: 150px;
}

.info-section-pink .info-img{
    width:100%;
}

.footer-pink{
    background-color:#A668F5;
    padding:25px;
    padding-top: 50px;
}

.footer-pink  a{
    text-decoration: none;
    color:white;
}

.footer-pink  a:hover{
    outline: 0;
    text-decoration: none;
}

.footer-list-wrapper div{
    color:white;
    padding:5px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans";
}

.footer-pink hr{
    color:white;
    background-color: white;
}

.socialmedia{
    margin:4px;
}

.copyright p{
    font-weight: 600;
    font-size: 14px;
}

.copyright{
}


.carousel .carousel-indicators li {background-color:#E0E0E0; width: 60px;}
.carousel .carousel-indicators  .first-indicator.active {background-color: #FDDD33;}
.carousel .carousel-indicators  .second-indicator.active {background-color: #54b574;}
.carousel .carousel-indicators  .third-indicator.active {background-color: var(--primary-color);}

.carousel-inner .carousel-item {
    padding:  0 10%;
    padding-top: 5%;
}


.carousel-item p{
    font-weight: normal;
    font-size: 15px;
}

.carousel-item img{
    width: auto;
    height: auto;
    max-height: 45em;
}

.carousel-text{
    padding-top: 120px;
}

.second-row{
    padding-top:50px;
}

.blog-intro{
    /*padding-top:10%;*/
}

.second-column{
    padding-top: 20%;
}

.tallam-search{
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
}

.tallam-search p{
    font-size:16px;
    font-weight: normal;
    padding-top: 5px;
    margin-bottom: 10px;
}

.tallam-search .pink{
    color: var(--primary-color);
}

.tallam-search-box input{
    width: 100%;
    margin: 0;
    border-radius: 8px 0 0 8px;
}

.search-input-box {
    padding-left: 30%;
    padding-right: 30%;
}

.tallam-search-box button {
    border:0;
    font-size:13px;
    width: 70px;
    margin-top: 0px;;
    height:36px;
    border-radius: 0 8px 8px 0 !important;

}

@media screen and (max-width: 480px) {
    .tallam-search-box button.landing-btn {
        margin: 0 !important;
        margin-top: 0px !important;
    }
    .app-offering-details-heros-content {
        padding-top: 50px !important;
    }

    .app-offering-details-hero-content-container {
        padding-top: 0px !important;
    }

    .app-offering-details-hero-title {
        max-width: unset !important;
    }
}

nav.left-menu ul {
    list-style-type: none;
    padding-left: 0px;
    width: 100%;
}

nav.left-menu ul li {
    float: left;
    margin-right: 0.5em;
    padding: 5px;
}

nav.left-menu ul li.active a{
    color:var(--primary-color);
}

nav ul .menu-register{
    float: right;
}

nav ul .menu-login{
    float: right;
    margin: 0;
}

.logo-nav img{
    width:100px;
    margin:8px;
    margin-left:12px;
    height:auto;
}

nav.right-menu ul {
    list-style-type: none;
    padding-left: 0px;
    width: 100%;
}

nav.right-menu ul li {
    float: right;
    margin-right: 0.5em;
    padding: 5px;
}


nav.right-menu{
    text-align: right;
    height: 30px;
    width:100%;
}

.hamburger-menu{
    visibility: hidden;
    display: none;
}

.back_breadcrumbs{
    padding: 15px;
    color: #7B3D76;
}

.back_breadcrumbs span{
    padding-right: 6px;
    font-size: 12px;
}



.breadcrumbs span {
    text-transform: uppercase;
    font-size:  13px;
    padding: 12px;   
}

.breadcrumbs .current{
    text-transform: none;
    color:#f55951;
}

.booking-heading{
    padding: 15px;
    color: #361D32;
    padding-bottom: 30px;
}

.counselor-info > img{
    width:100%;
}

.counselor-info > div{
    padding-top: 15px;
    padding-bottom: 15px;
}

.session-info{
    background-color: white;
    border-radius: 15px;
    padding:15px;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #42444D;
}

.session-info .row div:nth-child(2) {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #42444D;
}
.session-info .row:nth-child(1) div:nth-child(1){
    font-weight: 600;
    font-size: 16px;
}

.blog-section{
    text-align: center;
    min-height: 100vh;
    background-color: white;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    padding-left:10%;
    padding-right: 10%;
    padding-top: 4%;
}


.blog-section h3{
    font-size: 25px;
    font-weight: 700;
    
}

.blog-section  .pink{
    color: var(--primary-color);

}

.agencies-section{
    text-align: center;
    background-color: white;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    padding-left:10%;
    padding-right: 10%;
    padding-top: 4%;
}


.agencies-section h3{
    font-size: 25px;
    font-weight: 700;
}

.agencies-section  .pink{
    color: var(--primary-color);

}

.agencies-section p{
    font-size:16px;
    font-weight: normal;
    padding-top: 15px;
}

.download-app-section .iphone-preview img{
    width: 60%;

}

.download-app-section .iphone-preview{
    padding-top:60px;

}

.download-app-section .app-link {
    padding-top: 15px;
    width: 216px;
}


.article-teaser-main h6{
    font-weight: 600;
    font-size: 18px; 
    text-align: left;
    min-height: 81px;
}

.article-teaser-main .teaser{
    font-weight: 400;
    font-size:15px;
    text-align: left;
    line-height: 30px;

}


.js-page{
    padding-bottom: 0 !important;
}
.logo-image{
    float: left;
}

.new-home-bg {
    background-image: url("../images/new_website/new_home_bg.png");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-titles {
    text-align: center;
}

.header-titles h1 {
    font-size: 48px;
    line-height: 1.3;
    font-weight: bold;
}

.header-titles p {
    font-size: 24px;
    line-height: normal;
}

.download-icons {
    text-align: center;
    margin-top: 20px;
}

.first-download-icon {
    margin-bottom: 10px;
}

.header-description {
    text-align: center;
}

.header-description h2, .app-offering {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.app-offering-section  .app-offering-item-bg {
    background-color: #F4F7FA;
    border-radius: 0.5rem;
    transition: all .5s ease-in-out;
}

a.app-offering-item-bg:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.app-offering-section .app-offering-item .img-cover {
    background-color: #F98576;
    padding: 1.5rem;
    width: 120px;
    height: 120px;
    /* margin: 0 auto; */
    border-radius: 2rem;
}

.app-offering-section .app-offering-item .img-cover img {
    width: 100%;
}

.app-offering-section .app-offering-item .learn-more {
    color: #000 !important;
    display: flex;
    /* justify-content: center; */
}

.app-offering-section .app-offering-item .learn-more svg {
    color: #000 !important;
    margin: auto 10px;
}

.app-offering-details  .app-offering-details-item-bg {
    background-color: #F4F7FA;
    border-radius: 0.5rem;
    transition: all .5s ease-in-out;
}

.app-offering-details .img-cover {
    background-color: #F98576;
    padding: 1.5rem;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 2rem;
}

.app-offering-details .img-cover img {
    width: 100%;
}

.app-offering-details .img-cover svg {
    width: 100%;
    height: 100%;
}

.app-offering-details .app-offering-details-hero {
    background-image: url("../images/app-offerings/app-offering-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.app-offering-details .app-offering-details-hero .img-cover {
    margin: unset;
}

.app-offering-details .app-offering-details-hero-title {
    font-weight: bold;
    font-size: 3rem;
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.4;
    color: #000;
}

.app-offering-details .app-offering-details-hero-text {
    max-width: 80%;
    font-size: 1.3rem;
    color: #000;
}

.app-offering-details .app-offering-details-hero .app-offering-details-heros-img {
    text-align: center;
}

.app-offering-details .app-offering-details-item-comming-soon {
    color: #F98576;
}
.header-description p {
    font-size: 16px;
    font-weight: bold;
}

.app-offering-details-item .app-offering-details-item-text {
    /* display: none; */
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.app-offering-details-item-bg:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.app-offering-details-item-bg:hover .app-offering-details-item-text {
    /* font-weight: bold; */
    /* display: block; */
}

body {
    background-image: url("../images/new_website/footer_bg.png");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

.download-footer {
    text-align: right;
}

