@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Poppins:wght@400;500;600;700&display=swap);:root{--primary-color:#322fd0;--title-color:#0f0e3e;--paragraph-color:#454554;--btn-color:#f4a125;--bg-color:#f5f5f5;--form-color:#f8f7f7;--form-text-color:#a6a5b6;--primary-font:"Poppins",sans-serif;--secondary-font:"Playfair Display",serif;--h1-font-size:2rem;--h3-font-size:1.75rem;--normal-font-size:1rem;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700}@media screen and (min-width:768px){:root{--h1-font-size:4rem;--h3-font-size:3.75rem;--normal-font-size:1rem}}*{box-sizing:border-box;margin:0;padding:0}a{color:#0f0e3e;color:var(--title-color);text-decoration:none}ol,ul{list-style:none}img{height:auto;max-width:100%}body{background-color:#f5f5f5;background-color:var(--bg-color);color:#0f0e3e;color:var(--title-color);font-family:Poppins,sans-serif;font-family:var(--primary-font);font-size:1rem;font-size:var(--normal-font-size);font-weight:500;font-weight:var(--fw-medium)}.container{margin-inline:2rem;max-width:1024px}.header{background-color:#fff;left:0;position:fixed;top:0;width:100%;z-index:2}.nav{align-items:center;display:flex;height:60px;justify-content:space-between}.nav__logo{font-size:1.5rem;font-weight:700;font-weight:var(--fw-bold)}.nav__logo span{color:#322fd0;color:var(--primary-color)}@media screen and (max-width:768px){.nav__menu{background-color:#fff;border-radius:.75rem;box-shadow:0 3px 12px 0 rgba(0,0,0,.1);left:0;margin-inline:auto;padding:2rem 3rem;position:fixed;right:0;text-align:center;top:-100%;transition:.3s;width:80%}.nav__item{margin-bottom:2rem}.nav__menu.show-menu{top:80px}}.nav__link{font-size:1.25rem}.nav__link.active{color:#322fd0;color:var(--primary-color);font-weight:600;font-weight:var(--fw-semibold)}.nav__toggle{color:#0f0e3e;color:var(--title-color);cursor:pointer;font-size:1.5rem}.main{margin-top:3.75rem}.hero{align-items:center;background-position:-200px 0;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:100vh;justify-content:center;row-gap:3.75rem;text-align:center}.hero__title{font-family:Playfair Display,serif;font-family:var(--secondary-font);font-size:2rem;font-size:var(--h1-font-size);text-shadow:5px 5px 20px #000}.button,.hero__title{color:#fff;font-weight:600;font-weight:var(--fw-semibold)}.button{background-color:#f4a125;background-color:var(--btn-color);border:none;border-radius:.5rem;cursor:pointer;font-size:1.25rem;padding:15px 42px}.button:hover{background-color:#f2960d}.section-title{font-family:Playfair Display,serif;font-family:var(--secondary-font);font-size:1.75rem;font-size:var(--h3-font-size);font-weight:500;font-weight:var(--fw-medium);text-align:center}.tour{margin-top:120px}.tour__container{grid-gap:1.5rem;display:grid;gap:1.5rem;justify-content:center;margin-bottom:3rem;margin-top:3rem}.tour__card{border-radius:1rem;margin-inline:auto;overflow:hidden;position:relative}.tour__card:hover .tour__card-img{-webkit-transform:scale(1.1);transform:scale(1.1)}.tour__card-img{border-radius:1rem;height:482px;object-fit:cover;transition:.3s;width:256px}.tour__data{bottom:2rem;color:#fff;left:2rem;position:absolute}.tour__data-title{font-size:1.25rem;font-weight:600;font-weight:var(--fw-semibold)}.tour__link{bottom:0;left:0;position:absolute;right:0;top:0}.footer{background-color:#0f0e3e;background-color:var(--title-color);color:#fff;margin-top:220px;padding:3rem 0;text-align:center}.footer__title{font-family:Playfair Display,serif;font-family:var(--secondary-font);font-size:1.75rem;font-size:var(--h3-font-size)}.footer__social{-webkit-column-gap:1rem;column-gap:1rem;display:flex;justify-content:center;margin-top:1.5rem}.footer__social-link{align-items:center;background-color:#fff;border-radius:100%;display:flex;height:45px;justify-content:center;width:45px}.footer__social-link i{color:#322fd0;color:var(--primary-color);font-size:1.5rem}.about-hero{align-items:center;background-repeat:no-repeat;background-size:cover;display:flex;height:50vh;justify-content:center}.about{margin-top:3rem}.about__container{grid-gap:2rem;display:grid;gap:2rem;place-items:center}.about__img{height:482px;width:317px}.about__data-title{font-family:Playfair Display,serif;font-family:var(--secondary-font);font-size:3.75rem;text-align:center}.about__data-description{color:#454554;color:var(--paragraph-color);margin-bottom:.5rem}.card{background-color:#fff;border-radius:1rem;padding:2rem;width:100%}.detail{grid-gap:2rem;display:grid;gap:2rem}.detail__card-img{width:100%}.detail__card-img-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.detail__card-img-item{border-radius:15px;height:55px;width:55px}.detail__card-img-item.active{border:3px solid #f4a125;border:3px solid var(--btn-color)}.detail__card-data{margin-top:2.5rem}.detail__card-title{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.detail__card-title h4{font-size:1.5rem}.detail__card-title h5{color:#322fd0;color:var(--primary-color);font-size:1.25rem}.detail__card-description,.detail__card-title span{color:#454554;color:var(--paragraph-color)}.detail__card-description{margin-top:1rem}.detail__form{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.detail__form-title{font-size:1.75rem;margin-bottom:1rem;text-align:center}.form__group-input{background-color:#f8f7f7;background-color:var(--form-color);border:none;border-radius:1rem;color:#a6a5b6;color:var(--form-text-color);height:56px;margin-bottom:1.5rem;outline:none;padding:1rem;width:100%}.form__group-input::-webkit-input-placeholder,.form__group-textarea::-webkit-input-placeholder{color:#a6a5b6;color:var(--form-text-color)}.form__group-input::placeholder,.form__group-textarea::placeholder{color:#a6a5b6;color:var(--form-text-color)}.form__group-textarea{background-color:#f8f7f7;background-color:var(--form-color);border:none;border-radius:1rem;color:#a6a5b6;color:var(--form-text-color);margin-bottom:1.5rem;outline:none;padding:1rem;width:100%}.form__group .button-detail{display:block;margin-inline:auto}@media screen and (min-width:769px){.nav__list{-webkit-column-gap:2.5rem;column-gap:2.5rem;display:flex}.nav__toggle{display:none}.hero{background-position:0 0}.tour__container{grid-template-columns:repeat(2,1fr)}.tour__card-img{height:482px;width:325px}.about{margin-top:200px}.about__container{grid-template-columns:.5fr 1fr}.about__data-title{text-align:left;text-align:initial}.detail{grid-template-columns:1fr .5fr}.detail__card-img-item{height:85px;width:85px}}@media screen and (min-width:1024px){.container{margin-inline:auto}.tour__container{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=main.eeddc056.css.map*/