.top_menus > li:nth-of-type(1) {
    background-color: #664d93;
}

.top_menus > li:nth-of-type(1)::after {
    border-bottom: 28px solid #f5a347;
}

.top_menus > li:nth-of-type(2) {
    background-color: #f5a347;
}

.top_menus > li:nth-of-type(2)::before {
    border-top: 28px solid #664d93;
}

.top_menus > li:nth-of-type(2)::after {
    border-bottom: 28px solid #69ae8c;
}

.top_menus > li:nth-of-type(3) {
    background-color: #69ae8c;
}

.top_menus > li:nth-of-type(3)::before {
    border-top: 28px solid #f5a347;
}

.top_menus > li:nth-of-type(3)::after {
    border-bottom: 28px solid #5b7fbd;
}

.top_menus > li:nth-of-type(4) {
    background-color: #5b7fbd;
}

.top_menus > li:nth-of-type(4)::before {
    border-top: 28px solid #69ae8c;
}

.top_sub_menu2 {
    left: 30%;
    transform: translateX(-30%);
    width: 550px;
    color: white;
    min-height: 100px;
}

.top_sub_menu3 {
    left: 70%;
    transform: translateX(-50%);
    color: white;
}

.top_sub_menu4 {
    left: auto;
    right: 0;
    color: white;
    width: 900px;
}

.top_sub_menu1 {
    background: rgba(118, 95, 167, 0.95);
}

.top_sub_menu2 {
    background: #f5a347;
}

.top_sub_menu3 {
    background: rgba(15, 143, 100, 0.95);
}

.top_sub_menu4 {
    background: rgba(93, 127, 187, 0.95);
}


.top_sub_menu1 > li > a:first-of-type {
    color: #f9cfba;
}

.top_sub_menu2 > li > a:first-of-type {
    color: #f9cfba;
}

.top_sub_menu3 > li > a:first-of-type {
    color: #EEDB31;
}

.top_sub_menu4 > li > a:first-of-type {
    color: #B8E2F9;
}

.top_sub_menu1 > li > a:not(:first-of-type)::before {
    background-color: #4c2874;
}

.top_sub_menu2 > li > a:not(:first-of-type)::before {
    background-color: #f36e42;
}

.top_sub_menu3 > li > a:not(:first-of-type)::before {
    background-color: #004c2c;
}

.top_sub_menu4 > li > a:not(:first-of-type)::before {
    background-color: #202260;
}
