@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("external/jquery.fancybox.min.css");
@import url("config.css");
@import url("menu.css");
@import url("footer.css");

body {
    background: whitesmoke;
}

#banner {
    width: 100%;
    height: 70vh;
    z-index: 0;
    position: relative;
}
#banner figure {
    background: var(--c1);
}
#banner figure > img {
    opacity: 0.5;
}
#banner figure > .shadow {
    background: radial-gradient(circle , rgba(0, 50, 50, 0) 20%, rgba(0, 50, 50) 100%);
    opacity: 0.5;
}
#travel-type {
    top: -15rem;
    position: relative;
    z-index: 90;
}
#travel-type .container {
    padding: 2rem;
    background: white;
    position: relative;
    min-height: 30rem;
    box-shadow: 4px 8px 20px rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem;
}
#travel-type .container .cont {
    font-family: 'f1';
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#travel-type .container .cont h1 {
    font-size: 2.5rem;
    font-family: 'f4';
    color: var(--c4);
}
#travel-type .container .cont span {
    font-size: 1rem;
    font-family: 'f1';
}
#travel-type .info .item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.5rem;
    background: var(--c1);
}
#travel-type .info .item:hover .shadow {
    background: var(--c1);
}
#travel-type .info .item:hover u {
    transform: scale(1.2);
}
#travel-type .info .item picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
#travel-type .info .item .shadow {
    opacity: 0.5;
}
#travel-type .info .item > figure {
    position: relative;
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#travel-type .info .item u {
    width: 6rem;
    height: 6rem;
    padding: 1rem;
    border-radius: 50%;
    background: white;
    transition: all 0.5s;
}
#travel-type .info .item u .cls-1 {
    fill: var(--c1) !important;
}
#travel-type .info .item h2 {
    font-family: 'f4';
    font-size: 1.5rem;
    color: white;
}
#info {
    position: relative;
    background: white;
    padding-top: 6rem;
    padding-bottom: 15rem;
    overflow: visible;
}
#info .container {
    display: grid;
    grid-template-columns: auto 40rem;
    gap: 2rem;
}
#info .container .cont {
    z-index: 20;
}
#info .container .cont:nth-child(2) {
    display: flex;
    flex-direction: column;
}
#info .container .cont:nth-child(3) {
    padding: 2rem;
    display: flex;
    background: var(--c1);
    top: -15rem;
    position: relative;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
}
#info .container .form .item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
#info .container .form label {
    color: white;
}
#tmp-footer {
    margin: 0;
}
#info .container {
    position: relative;
}
#info .container > figure {
    position: absolute;
    bottom: -10rem;
    right: 5rem;
    width: 50rem;
    height: 50rem;
    display: flex;
    z-index: 0;
    overflow: hidden;
}
#info .container > figure img {
    height: 100%;
    display: flex;
    position: absolute;
    right: 0;
}
#info .contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#info .contact .item {
    border-radius: 0.5rem;
    background: rgba(245, 245, 245);
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
}
#info .contact .item figure {
    width: 4rem;
    height: 4rem;
}
#info .contact .item figure u {
    width: 2rem;
    height: 2rem;
}
#info .contact .item span {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-family: 'f1';
    font-size: 1rem;
}
#info .contact .item span i {
    font-size: 0.8rem;
}
#info .contact .item span b {
    font-family: 'f4';
    font-size: 1.2rem;
}
#info .contact .item span p {
    font-family: 'f1';
    font-size: 1.1rem;
}
#info .tmp-title p {
    width: 100%;
}

#info .form .title b {
    font-size: 1.5rem;
    font-family: 'f4';
    color: white;
}
#info .data {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.rc-anchor-pt a{
    display: none;
}
#form-contact-users .tower{
    width: 15rem;
    border-radius: 2rem;
    background: var(--c4);
    height: 3rem;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'f4';
}
#form-contact-users .tower:hover{
    background: var(--c6);
}

@media only screen and (min-width: 1920px) {}
@media only screen and (max-width: 1919px) and (min-width: 1440px) {
}
@media only screen and (max-width: 1439px) and (min-width: 1280px) {
    #travel-type .gt-x2 {
        grid-template-columns: auto;
    }
    #travel-type .info {
        grid-template-columns: repeat(2,1fr);

    }
    #travel-type .info .item {
        height: 25rem;
    }
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    #travel-type .gt-x2 {
        grid-template-columns: auto;
    }
    #travel-type .info {
        grid-template-columns: auto;

    }
    #travel-type .info .item {
        height: 25rem;
    }
    #info .container {
        grid-template-columns: auto 30rem;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    #travel-type .gt-x2 {
        grid-template-columns: auto;
    }
    #travel-type .info {
        grid-template-columns: auto;

    }
    #travel-type .info .item {
        height: 25rem;
    }
    #info .container {
        grid-template-columns: auto;
    }
    #info .container .cont:nth-child(3){
        top: 0;
    }
    .tmp-title>div:nth-child(1){
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #travel-type .gt-x2 {
        grid-template-columns: auto;
    }
    #travel-type .info {
        grid-template-columns: auto;

    }
    #travel-type .info .item {
        height: 25rem;
    }
    #info .container {
        grid-template-columns: auto;
    }
    #info .container .cont {
        min-height: 45rem;
    }
    #info .container .cont:nth-child(3) {
        top: 0;
        min-height: 45rem;
    }
    #info {
        top: -10rem;
        padding-top: 4rem;
        overflow: hidden;
    }
    #travel-type .container .cont h1 {
        font-size: 1.5rem;
    }
    #info{
        top: 0;
    }
    #info .container .cont{
        min-height: 35rem;
    }
    #travel-type .container .cont span{
        font-size: .8rem;
    }
    section{
        padding: 0;
    }
    .tmp-title>div:nth-child(1){
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #travel-type .container .cont h1{
        text-align: center;
    }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
    #travel-type .gt-x2 {
        grid-template-columns: auto;
    }
    #travel-type .info {
        grid-template-columns: auto;

    }
    #travel-type .info .item {
        height: 25rem;
    }
    #info .container {
        grid-template-columns: auto;
        padding: 1rem;
    }
    #info {
        top: -5rem;
        padding-top: 4rem;
        overflow: hidden;
    }
    #info .container > figure {
        height: 30rem;
        width: 30rem;
    }
    #travel-type .container .cont h1 {
        font-size: 1.5rem;
    }
    #travel-type .container .cont span{
        font-size: .8rem;
    }
    .tmp-title{
        align-items: center;
        justify-content: center;
    }
    #info .contact .item span p{
        font-size: .8rem;
    }
    #info .container .cont:nth-child(3){
        top: 0;
        padding: 1rem;
    }
    #info{
        top: 0;
    }
    #info .container .cont{
        min-height: 35rem;
    }
    #travel-type .container .cont span{
        font-size: .8rem;
    }
    section{
        padding: 0;
    }
    .tmp-title>div:nth-child(1){
        display: flex;
        align-items: center;
        justify-content: center;
    }
        #travel-type .container .cont h1{
        text-align: center;
    }
}
@media only screen and (max-width: 359px) and (min-width: 10px) {
    #travel-type .gt-x2 {
        grid-template-columns: auto;
    }
    #travel-type .info {
        grid-template-columns: auto;

    }
    #travel-type .info .item {
        height: 25rem;
    }
    #info .container {
        grid-template-columns: auto;
    }
    #info {
        top: -5rem;
        padding-top: 4rem;
        overflow: hidden;
        padding: 1rem;

    }
    #info .container > figure {
        height: 30rem;
        width: 30rem;
    }
    #travel-type .container .cont h1 {
        font-size: 1.5rem;
    }
    #travel-type .container .cont span{
        font-size: .8rem;
    }
    .tmp-title{
        align-items: center;
        justify-content: center;
    }
    #info .contact .item span p{
        font-size: .8rem;
    }
    #info .container .cont:nth-child(3){
        top: 0;
        padding: 1rem;
    }
    #info{
        top: 0;
    }
    #info .container .cont{
        min-height: 35rem;
    }
    #travel-type .container .cont span{
        font-size: .8rem;
    }
    section{
        padding: 0;
    }
    .tmp-title>div:nth-child(1){
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #travel-type .container .cont h1{
        text-align: center;
    }
}
@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) {
    #banner{
        height: 35rem;
    }
    #travel-type{
        top: -10rem;
    }
}
@media only screen and (max-height: 479px) and (min-height: 360px) {
    #banner{
        height: 30rem;
    }
    #travel-type{
        top: -10rem;
    }
}
@media only screen and (max-height: 359px) and (min-height: 10px) {
    #banner{
        height: 25rem;
    }
    #travel-type{
        top: -10rem;
    }
}