/* bootstrap overwrites */
/* align the navbar */
html {
  scroll-behavior: smooth;
}
header{
    position: sticky;
    top: 0;
    z-index: 1;
    
}
.navbar-nav{
    width: 100%;
    justify-content: flex-end;
}

.home{
    /* height: 557px; */
    justify-items: center;
    padding-top: 150px;
    background-image: url('./assets/home-background-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.multiple_mobile{
    position: relative;
    animation-duration: 2s !important;
    /* left: 630px; */
    width: 100%;
}
.home_description{
    /* padding: .5rem 10rem !important; */
    /* width: 952px; */
    /* height: 359px; */
    animation-duration: 2s !important;
    font-family: 'Source Sans Pro', sans-serif;
}
.home_description-container{
    display: flex;
}
.title_container{
    width: 70%;
}
.home_description-decor{
    padding-top: 10px;
    margin-right: 15px;
}
.home_description-decor-design{
    background: linear-gradient(0deg, rgba(192,57,253,1) 0%, rgba(255,255,255,1) 100%);
    width: 15px;
    height: 73px;
    margin: 0px;
}
.home_description-title{
    font-size: 34px;
    color: #FFFFFF;
}
.home_description-para{
    color: #FFFFFF;
    font-size: 14px;
}
.button_container{
    display: flex;
    justify-content: space-evenly;
}

.home_description-button{
    background: transparent;
    margin: 10px !important;
    display: flex !important;
    width: 215px !important;
    font-size: 14px !important;
    padding: 10px 40px !important;
    border-radius: 100px 100px 100px 100px !important;
    justify-content: space-around !important;
}
.portfolio-button{
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}
.portfolio-button img{
    width: 25.57px;
    height: 18.83px;
}
.talk-button{
    background-color: #FFFFFF !important;
    color: #B028B6 !important;
    line-height: 1.5;
}
.talk-button img{
    width: 25.09px;
    height: 25.09px;
}
.home_description-button i{
    margin: 0px;
    color: #FFFFFF;
}


/* about section  */
.about{
    /* height: 598px; */
    padding-top: 100px;
}
.about_description{
    margin-top: 170px;
}
.about_description-title{
    font-size: 24px;
    font-weight: bold;
}
.about_description-para{
    font-size: 14px;
}
.purple_ellipse{
    position: absolute;
    top: 970px;
    left: 25px;
    width: 61px;
    height: 61px;
    background: transparent linear-gradient(180deg, #773CFF 0%, #B000FF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
}
.orange_ellipse{
    position: absolute;
    top: 775px;
    left: 670px;
    width: 74px;
    height: 74px;
    background: transparent linear-gradient(180deg, #FA6784 0%, #FCBE66 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
}
.design_pic{
    width: 367px;
    height: 504px;
    margin-left: 65px;
}


/* portfolio section */
.portfolio{
    /* height: 598px; */
    padding-top: 120px;
}
.portfolio_title{
    color: #B028B6;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.portfolio_app-container{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 48px #00000014;
    border-radius: 10px;
    opacity: 1;
    text-align: center;
    padding: 60px;
    padding-bottom: 30px;
    margin-top: 40px;
}

.portfolio_app-container .app_image{
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
}
.portfolio_app-container .store{
    width: 140px;
    height: 140px;
}
.portfolio_app-container .app_title{
    font-size: 24px;
    font-weight: bold;
}

.portfolio_app-container .app_description{
    color: #888888;
}

.team{
    height: 700px;
}
.team-container{
    justify-items: center;
    margin-top: 50px;
    padding-top: 100px;
    background-image: url('./assets/team-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 478px;
}
.team-title{
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}
.team-description{
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}
.team-gallery{
    line-height: 20;
    justify-content: center;
}

.team-profile{
    border-radius: 50%;
    text-align: center;
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.team-profile img{
    width: 90px;
    border-radius: 80%;
}
.team-profile.active > img{
    width: 125px !important;
}

.team-message-box{
    height: 120px;
    width: 270px;
    border: 1px solid #B028B6;
    border-radius: 10px;
    padding: 8px;
    position: relative;
    top: -50px;
    left: 530px;
    text-align: center;
  }
  
  .team-message-box:before,.team-message-box:after{
    content:"";
    position:absolute;
    top:-24px;
    left:105px;
    border-bottom:25px solid #ffffff;
    border-left:25px solid transparent;
    border-right:25px solid transparent;
}
.team-message-box:before{
    top:-25px;
    border-bottom-color:#B028B6;
}

.team-message-box .name{
    color: #B028B6;
    font-size: 20px;
}
.team-message-box .position{
    color: #888888;
    font-size: 16px;
}

.contact{
    margin-top: 40px;
}
.contact-logo{
    width: 100px;
    height: 100px;
    
}
.contact-title{
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}
.contact-description{
    text-align: center;
    font-size: 16px;
    color: #555555;
}
.image-alignment{
    display: flex;
    justify-content: center;
    margin: 20px 0px 40px 0px;
}
.form-control:focus{
    border-color: #B028B6 !important;
    box-shadow: 0 0 0 0.1px #B028B6 !important;
}
.submit{
    background: transparent linear-gradient(100deg, #7267FA 0%, #DB1CA8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 24px #00000014;
    border-radius: 28px !important;
    opacity: 1;
    color: #ffffff !important;
    width: 250px !important;
}

.footer{
    margin-top: 20px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 50px 0px;
}
.footer-icon{
    position: relative;
    top: -85px;
    left: 1160px;
    width: 58px;
    height: 58px;
}
.footer p{
    text-align: left;
    font: Medium 12px/14px SF Pro Display;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    opacity: 0.75;
}

.footer ul{
    display: flex;
}
.footer ul li{
    list-style-type: none;
    margin: 20px;
}

/* color schemes */
.bg-r_dark{
    background-color:#000000;
}
.bg-r_dark a{
    color: #FFFFFF;
    opacity: 1;
}
.bg-r_dark a:hover{
    color: #FFFFFF !important;
    opacity: 1 !important;
}
.active{
    color: #FFFFFF !important;
    opacity: 1 !important;
}

/* media queries */


@media(min-width: 1440px){
    .multiple_mobile {
        width: 84%;
    }
    .orange_ellipse{
        top: 760px;
        left: 718px;    
    }
}
@media screen and (max-width: 1024px){
    .home{
        height: 490px;
    }
    .multiple_mobile {
        position: absolute;
        top: -8px;
        left: 35px;
        width: 90%;
    }
    .design_pic{
        margin-left: 0px;
    }
    .orange_ellipse {
        top: 715px;
        left: 525px;
    }
    .footer-icon{
        position: relative;
        top: -85px;
        left: 930px;
    }
}
@media (min-width: 992px){
    /* navbar padding to center align */
    .navbar{
        padding: .5rem 8rem !important;
    }
    }
@media (max-width: 991.98px) {
    .multiple_mobile {
        position: absolute;
        top: -75px;
        left: 465px;
        width: 90%;
    }
}

@media(max-width: 768px){
    .multiple_mobile {
        display: none;
    }
    .about{
        height: 900px;
        padding-top: 100px;
    }
    .purple_ellipse{
        position: absolute;
        top: 970px;
        left: 60px;
        width: 37px;
        height: 37px;
        background: transparent linear-gradient(180deg, #773CFF 0%, #B000FF 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
        border-radius: 50%;
    }
    
    .orange_ellipse{
        position: absolute;
        top: 805px;
        left: 670px;
        width: 61px;
        height: 61px;
        background: transparent linear-gradient(180deg, #FA6784 0%, #FCBE66 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
        border-radius: 50%;
    }
    .about_description{
        /* width: 600px;
        height: 79px;
        margin-top: 80px; */
        text-align: center;
    }

    .portfolio{
        padding-top: 80px;
    }
    
.team-message-box{
    left: 225px;
  }
  .footer-icon{
    position: relative;
    top: -85px;
    left: 675px;
}
.team-message-box{
    height: 120px;
    width: 270px;
    border: 1px solid #B028B6;
    border-radius: 10px;
    padding: 8px;
    position: relative;
    top: -50px;
    left: 240px;
    text-align: center;
  }
}

@media (max-width: 425px) {
    .home{
        padding: 0;
    }
    .multiple_mobile{
        display: none;
    }
    .home_description{
        padding: 0px !important;
        font-family: 'Source Sans Pro', sans-serif;
        text-align: center;
    }
    .home_description-container{
        margin: 10px;
        padding-left: 20px;
    }
    .title_container{
        width: 90%;
    }
    .home_description-title{
        font-size: 40px;
    }
    .home_description-decor{
        display: none;
    }
    .home_description-para{
        margin: 20px;
    }
    .button_container{
        display: block;
        width: 100%;
        text-align: center;
        padding-left: 20%;
    }

    .design_pic{
        margin: 0px;
        width: 217px;
        height: 298px;
    }
    .about{
        height: 800px;
        padding-top: 100px;
    }
    .purple_ellipse{
        position: absolute;
        top: 770px;
        left: 20px;
        width: 37px;
        height: 37px;
        background: transparent linear-gradient(180deg, #773CFF 0%, #B000FF 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
        border-radius: 50%;
    }
    
    .orange_ellipse{
        position: absolute;
        top: 594px;
        left: 290px;
        width: 61px;
        height: 61px;
        background: transparent linear-gradient(180deg, #FA6784 0%, #FCBE66 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
        border-radius: 50%;
    }
    .about_description {
        margin-top: 70px;
        text-align: center;
    }
    .about_description-title{
        font-size: 24px;
        font-weight: bold;
        width: 60%;
        margin: auto;
    }

    .portfolio{
        padding-top: 50px;
    }
    .footer-icon{
        position: relative;
        top: -85px;
        left: 300px;
    }

    .team-profile{
        text-align: center;
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px;
        cursor: pointer;
    }
    .team-profile img{
        width: 40px;
        border-radius: 50%;
    }
    .team-profile.active > img{
        width: 60px !important;
    }
    .team-message-box{
        height: 120px;
        width: 270px;
        border: 1px solid #B028B6;
        border-radius: 10px;
        padding: 8px;
        position: relative;
        top: -97px;
        left: 35px;
        text-align: center;
      }
      .team-gallery{
        line-height: 21;
        justify-content: center;
    }
    
 }