.rect-text {
    right: 2vw;
}

.diamondrect-s3 .diamond__content {
    font-size: 0.88vw;
}

.diamondrect-s4 .diamond__content {
    font-size: 0.88vw;
}

.box .box_content {
    line-height: 1.7vw;
}

.box .box_content {
    font-size: 1.6vw;
}

.diamondrect-s1 .diamond__content {
    font-size: 0.8vw;
}

.diamondrect-s2 .diamond__content {
    font-size: 0.7vw;
}

.diamondrect-s3 .diamond__content {
    font-size: 0.85vw;
}

.diamondrect-s6 .diamond__content {
    font-size: 0.8vw;
}

.diamondrect-s4 .diamond__content {
    font-size: 0.88vw;
}

.box .box_content {
    line-height: 1.7vw;
}

.diamondrect-s1 .diamond__content {
    font-size: 0.88vw;
}

.diamondrect-s3 .diamond__content {
    font-size: 0.9vw;
}

.diamondrect-s6 .diamond__content {
    font-size: 0.9vw;
}

#main {
    width: 30%;
    padding-top: 29%;
    /* width: 25%;
    padding-top: 25%; */
}

.box .box_content {
    height: 13vw;
    /* 
    height: 13vw;
    width: 13vw; 
    font-size: 1.3vw; 
     */
}

a {
    text-decoration: none !important;
}

.nav-color {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.nav-color.dropdown-menu.show {
    /* transform: translate(0px, 50px) !important; */
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125 !important;
    background-color: #e9ecef !important;
}

@media (max-width: 1150px) {
    .dropdown-menu {
        left: 20% !important;
        right: 20% !important;
        background-color: rgb(0 0 0) !important;
    }

}

.nav-color a {
    color: #fff !important;
    padding: 10px !important;
    font-weight: 300 !important;
    font-size: 14px !important;
}

@media (max-width: 1150px) {
    .nav-color a {
        padding: 0px !important;
    }
}


.hero {
    position: relative;
    width: 100%;
    z-index: 999;
}

.hero .wrapper {
    position: relative;
    z-index: 9;
    height: 100%;
}

.hero:after {
    content: " ";
    background: rgba(53, 5, 63, 0.521);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.hero nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
}

.hero nav>a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hero nav>a img:hover {
    opacity: 0.8;
}

.hero h1 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: show 1.3s ease-out 0s 1;
    animation: show 1.3s ease-out 0s 1;
}

.menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 120px 0 0;
    list-style-type: none;
}

.menu-list a {
    color: #fff;
    font-size: 15px;
    padding: 20px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-list a:hover {
    text-decoration: none;
    opacity: 0.8;
    list-style-type: none;
}

.fixed .lang {
    /* top: 18px !important; */
}

.lang {
    position: absolute;
    right: 30px;
    height: 42px;
    /* top: 40px; */
    z-index: 999;
}

.lang:hover a {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.lang:hover a:first-child {
    border-radius: 5px 5px 0 0;
}

.lang a {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #7519b0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    border-top: 1px solid #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: left;
}

.lang a:first-child {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    border-radius: 5px;
    border-top: none;
}

.lang a:last-child {
    border-radius: 0 0 5px 5px;
}

.lang a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.lang img {
    width: 30px;
    height: 20px;
    margin-right: 10px;
}

.navbar-light .navbar-toggler {
    border: none !important;
    padding: 20px;
}

#navbarNav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1150px) {
    .menu-list {
        -webkit-transition: -webkit-animation 0.2s;
        transition: -webkit-animation 0.2s;
        transition: animation 0.2s;
        transition: animation 0.2s, -webkit-animation 0.2s;
        -webkit-animation: show2 0.3s ease;
        animation: show2 0.3s ease;
        z-index: 999;
        overflow: hidden;
        list-style: none;
        list-style-type: none;
    }
}

menu {
    background: #f1f1f1;
    z-index: 9999;
}

menu nav {
    padding: 0 !important;
    width: 100%;
}

menu .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    overflow-x: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

menu .nav-link.nav-link.nav-link {
    color: #333;
}

menu .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding: 16px 20px !important;
    font-family: Verdana, Montserrat, sans-serif !important;
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    position: relative;
    overflow: hidden;
}

menu .nav-link:last-child {
    border: none;
}

menu .nav-link:hover {
    text-decoration: none;
    color: #f24704 !important;
}

menu .nav-link:hover:after {
    bottom: 0;
}

menu .nav-link:after {
    content: " ";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -3px;
    background: #f24704;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
}

.menu-icon {
    display: none;
}

@media (max-width: 1150px) {
    nav ul.menu-list {
        display: none;
        overflow: hidden;
        position: absolute;
        background: #7519b0;
        left: 0;
        top: 77px;
        width: 100%;
        list-style-type: none;
    }

    nav ul.menu-list li {
        padding: 15px;
        text-align: center;
        list-style-type: none;

    }

    .menu-icon {
        background: transparent;
        cursor: pointer;
        display: block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin-left: auto;
        margin-right: 140px;
        padding: 4px 8px;
        border: 1px solid #c8a4e0;
        border-radius: 4px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    .menu-icon:hover {
        opacity: 0.8;
    }
}

.activeLink {
    color: #f24704 !important;
}

.activeLink:after {
    bottom: 0 !important;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes show2 {
    0% {
        height: 0;
        opacity: 0;
    }

    to {
        height: 374px;
        opacity: 1;
    }
}

@keyframes show2 {
    0% {
        height: 0;
        opacity: 0;
    }

    to {
        height: 374px;
        opacity: 1;
    }
}



@media (max-width: 1150px) {


    nav ul.menu-list {
        right: 16px !important;
        top: 77px !important;
        list-style-type: none;
        padding: 2.2em;
    }

    .menu-icon {
        margin-right: 40px;
    }

    #main {
        padding: 20%;

    }

    .box .box_content {

        padding-top: 75px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .lang a {
        font-size: 0 !important;
    }

    .lang img {
        margin-right: 0 !important;
    }
}


@media (max-width: 500px) {

    nav ul.menu-list {
        right: 16px !important;
        top: 77px !important;
        list-style-type: none;
    }

    .menu-list a {
        padding: 0 !important;
    }

    .menutxt {
        font-size: 0.6rem;

    }

    .menu-icon {
        margin-right: 40px;
    }

    #main {
        width: 70%;
        padding: 34%;
        margin-top: 18%;
    }

    .box .box_content {
        width: auto;
        padding-top: 75px;

    }

    .hero h1 {
        font-size: 2rem;
    }

    .lang a {
        font-size: 0 !important;
    }

    .lang img {
        margin-right: 0 !important;
    }
}