
/* @import url('https://fonts.googleapis.com/css2?family=Figtree&display=swap'); */


@media (max-width: 600px){

        .footer-row{
           align-items: center;
        }

        .section5-flex-row, .card, .section5-flex-row, .section3-buttons, .section6-row{
            flex-direction: column;
        }
        .col-lg-4{
            margin-top: 30px;
        }
        .btn-try-toggl, .btn-secondary, .title-btn, .title-btn1, .section6-btn{
            font-size: 100%;
        }

        .companyLogo{
            width: 15%;
        }

        .section5-flex-row{
            padding-top: 15%;
            align-items: center;
        }
        .card{
            text-align: center;
        }
        .card1, .card2, .card3 {
            width: 64%;
            margin: 0;
        }
        .section6-img{
            width: 100%;
        }

        .section4-col2{
            padding: 0;
        }

        .section3-button{
            margin: 2px 0 0 0;
        }

        .section5-card1, .section5-card2, .section5-card3{
            padding-top: 10%;
        }
}

/* body element */
body{
    background-color: #2c1338;
}

/* Navbar  */
.navbar{
    margin: 0 20px;
    font-weight: 400;
}

.navbar-brand img{
    width: 100px;
}

.navbar-nav a{
    color:rgb(33, 33, 17);
    font-size:large;
    margin: 12px;
}

.navbar-nav a:hover{
        color: bisque;
}

.nav-item .we-are-hiring .nav-link{
    background-color: aliceblue;
    color: #412A4C;
    border-radius: 10px;
    width:fit-content;
    height: 30px;
    font-size: 13px;
    align-items: center;
    font-weight: bold;
}

.nav-item .we-are-hiring:hover{
    color: white;
    background-color:#785887;
}

.nav-item .btn-try-toggl {
    background-color: #ffde91;
    color: #412A4C;
    border-radius: 20px;
    font-weight: 600;
    padding: 10px;
    display: inline-block;
}

.dropdown-menu .dropdown-item{
    color: #2c1338;
}

.dropdown-menu .dropdown-item:hover{
    color:black;
    width: fit-content;
}

/* 'GT Haptik Medium',sans-serif' */

.container{
    margin-top: 50px;
}

.container{
    color: white;
    height: fit-content;
}
.container .title-subtext{
    line-height: 1.5;
    margin: 20px 0;
    font-size: clamp(1.125rem * 0.9, 1.25vw, 1.125rem);
    max-width: 90%;
}
.container .title{
    /* font-family: 'GT Haptik Medium', sans-serif; */
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: clamp(4.5rem * 0.5, 4.2vw, 4.5rem);
    margin-top: 30px;
    text-align: left;
}
.title-img-col2{
    width: 80%;
}
.title-img{
    padding: 0;
}
.btn-secondary{
    background-color: #e57cd8;
    border-radius: 22px;
    border: none;
}
.title-btn{
    display: flex;
    align-items: baseline;
}
.title-btn p{
    margin-left: 20px;
    font-weight: bold;
}  
.countries{
    margin-top: 40px;
}


/* time-tracking-section */
.time-tracking-section{
    margin-top: 10%;
    background-color: #FEF9F7;
    text-align: center;
    font-size : clamp(3rem * 0.6, 3vw, 3rem);
    padding: 10%;
    font-weight: bold;
    font-family: 'Figtree', sans-serif;
}

.time-tracking-section .time-tracking-section-text{
        padding: 0 20%;
}


.time-tracking-section-text2{
        /* text-align: center; */
        padding: 2% 26% 2%;
        font-weight: 200;
        font-family: 'Figtree', sans-serif;    
        color: #6B5A74;
        line-height: 1.5;
        font-size: clamp(1.375rem * 0.75,1.55vw,1.375rem);
    
}
#love{
    color: #E57CD8;
    font-style: italic;
}
.love-text{
    font-size : clamp(2rem * 0.8, 2.5vw, 2rem);
}



/* features section */

.features{
    margin-top: 7%;
}
.features-img{
    width: 30%;
}
.title-btn1{
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: medium;
}
.features-line{
    margin-top: 20px;
    font-size:xx-large;
    color: #412A4C;
}
.title-btn1 p{
    padding: 20px;
}

/* Section3 begins */
.section3{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: #fdf1ec;
    height: fit-content;
    padding-bottom: 10%;
}
.section3-title{
    line-height: 1.2;
}
.section3-holder{
    padding-top: 2%;
    width: 80%;
    margin: auto;
}
.section3-buttons{
    display: flex;
    margin: 3% 0 2% 0;
    align-items: baseline;
}
.section3-button{
    margin: 2px 20px 2px 0;
    border-radius: 20px;
    background-color:#ffebbd;
    color: #412A4C;
    border: none;
}
.section3-button1{
    background-color: #2c1338;
    color: #ffde91;
}
.section3-img {
    width: 75%;
}
.col1, .col2{
    margin-top: 20px;
}
.section3-first-text{
    font-weight: bold;
    font-size:xx-large;
}
.section3-third-text{
    color: #E57CD8;
    cursor: pointer;
}
.section3-fourth-text-div{
    width: fit-content;
    height: fit-content;
    border-left-style:solid;
    border-color: #2c1338;
    border-width:3px;
}
.section3-fourth-text{
    margin-left: 20px;
}
.section3-companyName{
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

/* Section4 begins */
.section4{
        background-color: #2c1338;
        font-family:'Montserrat', sans-serif;
        padding-top: 3% 10%;
        height: fit-content;
}

.first-part{
    height: fit-content;
    width: fit-content;
    background-color: #2c1338;
    margin: auto;
    padding: 8% 15%;
}
.section4-first-part-heading{
    font-weight: bolder;
    font-size: clamp(3rem * 0.6, 3vw, 3rem);
    line-height: 1.5;
    color: white;
}
.more{
    color:#ffda84;
    font-style: italic;
}
.section4-img{
    width: 100%;
    margin: -29px 5px 0 0;
    transform: rotate(7deg);
}

/* section5  */
.section5{
    background-color: #fef6f3;
    width: 100%;
    height: fit-content;
    margin: 6% auto;
}
.section5-flex-row{
    display: flex;
    margin: 5% 0;
    text-align: justify;
}
.section5-holder{

    margin: 6% auto;
    width: 85%;
    padding: 5% 0 5% 0;
    text-align: center;
    height: fit-content;
}
.section5-holder h1{
    font-weight: bold;
    line-height: 1.5;
    font-family: 'Figtree';
}
.section5-title-text{
    margin-top: 1.5%;
    line-height: 1.5;
}

.section5-card1{
    margin-right: 2%;
}
.section5-card3{
    margin-left: 2%;
}
.section5-img{
    width: 90%;
    border-radius: 5%;
    display: block;
}

.section5-img-box{
    width: 90%;
    overflow: hidden;
    display: inline-block;
    border-radius: 20px;
}
.section5-img:hover{
    transform: scale(1.3) rotate(3deg);
    transition: transform 0.4s;
}
.section5-card1, .section5-card2, .section5-card3 {
    height: 100%;    
    width: 60%;
}
.section5-paragraph{
    padding: 3% 0 0 2%;
}
/* End of section5 */

/* Section6 begins */
.section6{
    background-color: #412a4c;
    width: 100%;
    color: white;
    margin-top: -6%;
}
.section6-holder{    
    margin: 3% auto;
    width: fit-content;
    padding: 5% 4% 0 4%;
}
.section6-row{
    display: flex;
}
.section6-text-contents{
    padding: 2% 0 4% 0;
    line-height: 2;
    font-weight: 100;
}
.section6-btn{
    background-color: #ffd77d;
    color: black;
    font-weight: 600;
    padding: 3%;
    border-radius:20px;
}

.section6-btn:hover, .section3-button:hover{
    background-color: #ffda84;
    color:#412A4C;
}

/* End of section6 */

/* Footer Section */
.companyLogo{
    margin: 20px 20px;
}
.footer-col1, .footer-col2, .footer-col3, .footer-col4, .footer-col5{
    margin: 20px;
    color: white;
}

.footer h5{
    color:#6B5A74;
}

.footer li{
    text-decoration: none;
    list-style: none;
    font-size: small;
}
/* .footer ul{
    text-align: left;
} */
.footer{
    padding: 20px 10px 20px 10px;
}
.rights-reserved-text{
    background-color: #ffde91;
    padding: 10px;
}




