@media (max-width: 1023px){}
#nav1 {
    color : rgb(55,119,246);
    font-weight: 600;
}
#filter {
    background-color: rgba(55, 119, 246, 0.46);
    height: 400px;
    width: 100%;
    z-index: 1;
    position: absolute;
}
.maincontent {
    background-color: rgb(55,119,246);
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main-object {
    margin-bottom: 90px;
    margin-top: 60px;
}
#main {
    position : relative;
    align-items: center;
    display: flex; 
    height: 400px; 
}
#mainimg {
    position: relative;
    width: 100%;
    height: 400px;
    filter: grayscale(1) brightness(0.5);
    object-fit: cover;
    object-position: top;
}
#main-content {
    position: absolute;
    white-space : nowrap;
    margin : 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; 
    z-index: 3;
}
#main-align {
    width: 100%;
    margin-top: 50px;
    display: flex;
    position : relative;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#main-txt {
    position: absolute;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 100;
    font-style: italic;
    line-height: 1.5;
    width: 500px;
    text-align: center;
    white-space: normal;
}
#main-span {
    color: rgb(255, 255, 176);
    font-weight: 300;
}
#txt-name {
    font-weight: 100;
}
#main-img {
    position: absolute;
    width: 300px;
    opacity: 20%;
}
#main-btn {
    margin-right: 5px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 0px;
    background-color: rgb(255, 255, 255);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    color : rgb(55,119,246);
    border-radius: 50px;
    cursor: pointer;
}
#planner {
    width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.type {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 15px 2px ;
    background-color: white;
    border-radius: 10px;
    width: 190px;
    height: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.type-display p {
    margin: 5px;
}
.type-img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#persone-img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.type-txt {
    color : rgb(55,119,246);
    font-size : 20px;
    font-weight: 600;
}
.subtxt {
    font-size : 25px;
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 0;
    }
.subtxt-1 {
    font-size : 25px;
    text-align: center;
    margin:0px;
    }
#persona {
    width: 560px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 15px 2px ;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: white;
}
#persona-object {
    display: flex;
    flex-direction: column;
}
.sub {
    color: rgb(189, 189, 189);
    font-weight: 700;
}
.persona-title {
    font-weight: 700;
    font-size: 24px;
    margin: 0px;
    color: rgb(55,119,246);
}
ul {
    margin-left: -25px;
}
li {
    margin-top: 10px;
}
#journey {
    background-color: rgb(245,245,245);
    height: 1350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#journey-img {
    width: 600px;
    margin: 0 auto;
    display: block;
    /*box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.218);*/
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 15px 2px ;
    margin-bottom: -20px;
}
#solution-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.chip {
    font-size: 15px;
    border: 1px solid rgb(55,119,246);
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    color : rgb(55,119,246);
    border-radius: 50px;
    cursor: pointer;
    font-family : Arial, Helvetica, sans-serif;
}
.chip:hover {
    background-color: rgb(55,119,246);
    color : white;

}
#btn1 {
    background-color: rgb(55,119,246);
    color : white;

}
.hidden {
    display: none;
}
#persona-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .maincontent {
    height: 630px;
    }
    #maintxt {
    font-size: 25px;
    }
    #main-txt {
    width: 300px;
    white-space: normal;
    }
    .subtxt {
    font-size: 20px;
    }
    #planner {
        margin-top: 20px;
    }
    .type {
    width: 360px;
    height: 120px;
    margin-top: 20px;
    flex-direction: row;
    text-align: start;
    }
    .type-txt {
    font-size: 18px;
    }
    .type-display {
    margin-left: 20px;
    }

    .type-img {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    }
    #persona {
    width: 320px;
    }
    #persona-object {
    flex-direction: column;
    }
    #planner {
    width: 360px;
    flex-direction: column;
    }
    #journey-img {
        width: 360px;
        }
}
@media(min-width : 1024px) {
    #main-img {
    width: 400px;
    }
    #planner {
    margin-top: 80px;
    }
    .maincontent {
        height: 400px;
    }
    #journey {
        height: 1000px;
    }
    #journey-img {
    width: 700px;
    object-fit: contain;
    margin: 0;
    }
    .type-img {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    }
    .type-display {
    margin-left: 20px;
    }
    #persona {
    width: 1040px;
    }
    #planner {
    width: 1080px;
    }
    .type {
    width: 340px;
    padding: 0px;
    flex-direction: row;
    height: 150px;
    text-align: start;
    }
    #persona-object {
    flex-direction: row;
    justify-content: space-between;
    }
    .txtwidth {
    width: 300px;
    }
    #journey-object {
    padding-top: 20px;
    width: 1080px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    }
    #journey-object #persona {
    width: 300px;
    margin: 0px;
    }
 
    #persona .persona-object {
    display: flex;
    flex-wrap: wrap;    
    }
    #persona-profile {
    width: 300px;
    }
}