@import url("config.css");
@import url("external/owl.carousel.min.css");
@import url("external/owl.theme.default.min.css");
@import url("external/plyr.css");
@import url("external/aos.css");
@import url("external/notyf.min.css");
@import url("menu.css");
@import url("footer.css");

#banner {
    width: 100%;
    min-height: 25rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: var(--c1);
}
#banner > figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.3;
}
#banner .container {
    position: relative;
    z-index: 20;
}
#banner .container .title {
    display: flex;
    flex-direction: column;
}
#banner .container .title h1 {
    font-size: 3rem;
    font-family: 'f4';
    color: white;
    text-align: center;
}
#banner .container .title b {
    font-family: 'f4';
    color: var(--c4);
    font-size: 1.5rem;
    text-align: center;
}
.tmp-banner {
    width: 100%;
    height: 1rem;
    background: var(--c4);
}
#proposal {
    padding: 6rem 0;
}
#proposal .container {
    display: flex;
    flex-direction: column;
}
#proposal .container .cont {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
}
#proposal .container .cont .item {
    width: 100%;
    height: 20rem;
    position: relative;
    background: var(--c1);
    overflow: hidden;
}
#proposal .container .cont .item figure:nth-child(1) {
    position: relative;
    width: 100%;
    height: 100%;
}
#proposal .container .cont .item figure:nth-child(1) > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
}
#proposal .container .cont .item:hover figure:nth-child(1) > span {
    opacity: 0;
}
#proposal .container .cont .item figure:nth-child(1) > span u {
    width: 6rem;
    height: 6rem;
}
#proposal .container .cont .item figure:nth-child(1) > span u .cls-1 {
    fill: white !important;
}
#proposal .container .cont .item figure:nth-child(1) > span > div {}
#proposal .container .cont .item figure:nth-child(1) > span b {
    font-family: 'f4';
    font-size: 1.2rem;
    height: 100%;
    width: 100%;
}
#proposal .container .cont .item figure:nth-child(1) > span {
    text-align: center;
    display: flex;
    flex-direction: column;
    z-index: 10;
    gap: 1rem;
    color: white;
    padding: 1rem;
    opacity: 1;
    transition: all 1;
}
#proposal .container .cont .item:hover figure:nth-child(2) {
    bottom: 0;
}
#proposal .container .cont .item figure:nth-child(2) {
    background: var(--c4);
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    transition: all 0.5s;
}
#proposal .container .cont .item figure:nth-child(2) span {
    color: white;
    font-family: 'f1';
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;
}
#proposal .container .cont .item figure:nth-child(2) span > div {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
#proposal .container .cont .item figure:nth-child(2) span > div u {
    width: 4rem;
    height: 4rem;
    display: flex;
}
#proposal .container .cont .item figure:nth-child(2) span > div u .cls-1 {
    fill: white !important;
}
#proposal .container .cont .item figure:nth-child(2) span > div b {
    font-size: 1.2rem;
    font-family: 'f4';
    color: white;
}
#proposal .container .cont .item figure > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tmp-proposal {
    padding: 6rem 0;
}
.tmp-proposal .cont {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.tmp-proposal .cont .item {
    padding: 1rem;
    border-radius: 0.5rem;
}
.tmp-proposal .cont .item .cont-item figure {
    width: 100%;
    height: 100%;
}
.tmp-proposal .cont .item .cont-item u .cls-1 {
    fill: gray !important;
}
.tmp-proposal .cont .item .cont-item u {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: white;
    padding: 1.5rem;
    border: 4px solid gray;
    transition: all 0.5s;
}
.tmp-proposal .cont .item .cont-item:hover u .cls-1 {
    fill: white !important;
}
.tmp-proposal .cont .item .cont-item:hover {
    transform: scale(1.05);
}
.tmp-proposal .cont .item .cont-item:hover u {
    transform: scale(1.2);
    background: var(--c4);
    border: 4px solid white;

}
.tmp-proposal .cont .item .cont-item:hover {
    background: var(--c1);
}
.tmp-proposal .cont .item .cont-item:hover b {
    color: white;
}
.tmp-proposal .cont .item .cont-item:hover p {
    color: white;
}
.tmp-proposal .cont .item .cont-item {
    display: grid;
    grid-template-rows: 10rem 3rem auto;
    background: var(--c0);
    border-radius: 0.5rem;
    transition: all 0.5s;
    min-height: 30rem;
}
.tmp-proposal .cont .item .cont-item span {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-family: 'f1';
    font-size: 1rem;
    padding: 1rem;
}
.tmp-proposal .cont .item .cont-item span b {
    font-size: 1rem;
    text-align: center;
    font-family: 'f4';
    color: gray;
}
.tmp-proposal .cont .item .cont-item span p {
    color: gray;
    font-size: 0.8rem;
}
@media only screen and (min-width: 1280px) {}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    #banner .container .title h1 {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    #banner .container .title h1 {
        font-size: 1.5rem;
    }
    .tmp-proposal .cont {
        grid-template-columns: repeat(2,1fr);
    }
    #banner .container .title b {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #banner .container .title h1 {
        font-size: 1.5rem;
    }
    .tmp-proposal .cont {
        grid-template-columns: auto;
    }
    #banner .container .title b {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
    #banner .container .title h1 {
        font-size: 1.5rem;
    }
    .tmp-proposal .cont {
        grid-template-columns: auto;
    }
    .tmp-proposal .cont .item .cont-item {
        min-height: 35rem;
    }
    #banner .container .title b {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 359px) and (min-width: 10px) {
    #banner .container .title h1 {
        font-size: 1.5rem;
    }
    .tmp-proposal .cont {
        grid-template-columns: auto;
    }
    .tmp-proposal .cont .item .cont-item {
        min-height: 35rem;
    }
    #banner .container .title b {
        font-size: 1rem;
    }
}
@media only screen and (min-height: 1280px) {}
@media only screen and (max-height: 1279px) and (min-height: 1024px) {}
@media only screen and (max-height: 1023px) and (min-height: 768px) {}
@media only screen and (max-height: 767px) and (min-height: 480px) {}
@media only screen and (max-height: 479px) and (min-height: 360px) {}
@media only screen and (max-height: 359px) and (min-height: 10px) {}