*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    /* semiBold = 600
    black = 900
    medium = 500 */
}
a{
    text-decoration: none;
    color: white;
}
p{
    color: #19057a;
    margin: 0;
}
.home{
    width: 70%;
    margin: auto;
}
@media (min-width:320px) and (max-width:767px){
    .home{
        width: 80%;
    }
}
/* drop down menu style */
.menu{
    position: relative;
}
.drop-down-menu{
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    position: absolute;
    right: 102%;
    top: 0%;
    z-index: 100000;
    background-color:#19057a;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 310px;
}
.drop-down-menu li{
    margin: 20px 0 20px 0;
}
.company-name{
    color: white;
}
@media (min-width:320px) and (max-width:767px){
    .drop-down-menu{
        top: 207%;
        right: -175%;
    }
}
/* end of drop down menu */

/* navigation bar style */
.menu{
    background-color: #19057a;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 65px;
}
.first_nav-bar{
    display: flex;
    border-style: solid ;
    border-color: #c1c1c1;
    border-width: 1px 0px;
    justify-content: space-between;
}
.first_nav-bar a{
    padding-right: 3px;
}
.second_nav-bar{
    display: flex;
    border-style: solid;
    border-color: #c1c1c1;
    border-width: 0px 0px 1px 0px;
    justify-content: space-between;
}
.second_nav-bar p{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #19057a;
}
.second_nav-bar p a{
    color: #19057a;
    text-decoration: none;
}
.nav-bar_leftSide{
    margin: 5px;
    display: flex;
    align-items: center;
}
.nav-bar_leftSide a i{
    color: #19057a;
}
.nav-bar_leftSide p sup{
    font-weight: 500;
    font-size: 10px;
}
@media (min-width:320px) and (max-width:767px) {
    .nav-bar_leftSide p {
        font-size: 10px;
    }
    .nav-bar_leftSide p sup{
        font-size: 8px;
    }
}
.language{
    height: 35px;
    background-color: #19057a;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
}
.language p{
    color: white;
    font-weight: 500;
    margin-right: 5px;
}
@media (min-width:320px) and (max-width:767px) {
    .language p {
        font-size: 10px;
    }
}
.language i{
    font-size: 10px;
}
/* end of navigation bar */

/* Logo style */
.logo{
    width: 85%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
@media (min-width:320px) and (max-width:767px){
    .logo svg{
        width: 100px;
        height: 100px;
    }
}
/* end of logo */

/* central text style */
.central-text{
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 230px;
}
.central-text h1 {
    color: #19057a;
    font-size: 70px;
    text-transform: uppercase;
}
@media (min-width:320px) and (max-width:767px){
    .central-text{
        margin-bottom: 60px;
    }
    .central-text h1{
        font-size: 22px;
        margin-bottom: 70px;
    }
}
/* end of central text */
/* doodle animation */
.start path{
    stroke-dasharray: 4000px;
    stroke-dashoffset: 4000px;
    animation: line-anim 30s ease forwards;
}
@keyframes line-anim{
    to{
        stroke-dashoffset: 0;
    }
}
/* end of doodle animation */

/* doodles section style */
.doodles{
    display: flex;
    flex-direction: column;
    margin-bottom: 200px;
}
.right-doodle{
    display: flex;
    justify-content: flex-end;
}
.right-doodle-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right-doodle-content svg{
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
}
.right-doodle-content p{
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}
.left-doodle{
    display: flex;
    justify-content: start;
}
.left-doodle-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.left-doodle-content svg{
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
}
.left-doodle-content p{
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}
@media (min-width:320px) and (max-width:767px){
    .doodles{
        margin-bottom: 70px;
    }
    .right-doodle{
        justify-content: center;
        margin-bottom: 60px;
    }
    .right-doodle-content svg{
        margin-bottom: 30px;
    }
    .right-doodle-content p{
        font-size: 15px;
    }
    .right-doodle-content .line{
        font-size: 14px;
    }
    .left-doodle{
        justify-content: center;
        margin-bottom: 60px;
    }
    .left-doodle-content svg{
        margin-bottom: 30px;
    }
    .left-doodle-content p{
        font-size: 15px;
    }
}
/* end of doodles */

/* central text style */
.central-text-two{
    text-align: center;
    margin-bottom: 100px;
}
.central-text-two h1{
    font-weight: 900;
    font-size: 70px;
    color: #19057a;
}
.central-text-two h1 sup{
    font-weight: 500;
}
.central-text-two p {
    text-transform: uppercase;
    font-size: 30px;
}
@media (min-width:320px) and (max-width:767px){
    .central-text-two h1{
        font-size: 27px;
    }
    .central-text-two p{
        font-size: 18px;
    }
}
/* end of central text */
/* second doodles section style */
.second-doodles-section{
    display: flex;
    height: 1000px;
}
.section-column{
    width: 33.33333%;
    display: flex;
}
.section-column-one{
    align-items: flex-start;
    justify-content: flex-end;
}
.section-column-two{
    align-items: center;
    justify-content: center;
}
.section-column-three{
    align-items: flex-end;
    justify-content: flex-start;
}
.doodle{
    text-align: center;
}
.first-doodle{
    margin-bottom: 200px;
}
.more-button{
    background-color: #19057a;
    text-align: center;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more-button p{
    color: white;
    
}
@media (min-width:320px) and (max-width:767px){
    .section-column-content{
        width: 100%;
    }
    .doodle svg{
        width: 80px;
        height: 80px;
    }
    .doodle p{
        font-size: 14px;
    }
    .second-doodles-section{
        height: 790px;
    }
    .more-button p{
        font-size: 10px;
        text-transform: uppercase;
    }
    .more-button{
        height: 25px;
    }
    .section-column-one{
        align-items: normal;
    }
    .section-column-two{
        align-items: normal;
        margin-top: 120px;
    }
    .section-column-three{
        align-items: normal;
        margin-top: 270px;
    }
    .section-column-one .section-column-content .first-doodle{
        margin-bottom: 280px;
    }
    .section-column-two .section-column-content .first-doodle{
        margin-bottom: 285px;
    }
    .section-column-three .section-column-content .first-doodle{
        margin-bottom: 270px;
    }

}
/* end of second doodles section  */
/* central text three style */
.central-text-three{
    text-align: center;
    margin: 100px 0 60px 0;
}
.central-text-three p{
    color: #19057a;
    font-size: 85px;
    text-transform: uppercase;
}
@media (min-width:320px) and (max-width:767px){
    .central-text-three p{
        font-size: 45px;
    }
}
/* end of central text three */
/* awards section style */
.awards{
    text-align: center;
}
.awards p{
    font-size: 30px;
}
.awards-imgs{
    display: flex;
    margin: 25px 0 25px 0;
}
.awards-imgs svg{
    width: 20%;
    height: 200px;
}
@media (min-width:320px) and (max-width:767px){
    .awards p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .awards-imgs{
        margin: 0;
        flex-wrap: wrap;
    }
    .awards-imgs svg{
        width: 33.333333%;
        height: 100px;
        margin: auto;
    }
}
/* end of awards section */
/* collaborate style */
.collaborate{
    text-align: center;
}
.collaborate p{
    font-size: 30px;
}
.collaborate img{
    margin: 25px 0 25px 0;
    width: 100%;
}
@media (min-width:320px) and (max-width:767px){
    .collaborate p{
        font-size: 16px;
        margin: 20px 0 20px 0;
    }
}
/* end of collaborate */
/* contact us style */
.contact-us{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}
/* end of contact us */
/* form style */
.row{
    margin-bottom: 25px;
}
.form-control{
    height: 60px;
}
.message{
    height: 200px;
}
.submit-btn{
    text-align: center;
    margin: 20px;
}
.btn-primary{
    background-color: #19057a;
}
@media (min-width:320px) and (max-width:767px){
    .form-control{
        height: 40px;
    }
}
/* end of from style */
/* footer style */
.footer{
    display: flex;
    align-items: center;
    margin: 50px 0 50px 0;
    justify-content: space-between;
}
.footer svg{
    width: 70%;
}
.footer p{
    font-size: 12px;
}
@media (min-width:320px) and (max-width:767px){
    .footer p{
        font-size: 8px;
    }
    .footer svg{
        width: 20%;
    }
}
/* end of footer style */