@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: marquisette;
  src: url(/marquisette.d7cde8e2.ttf);
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.45rem));
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash2 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scroll-watcher {
  to {
    scale: 1 1;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1367px) {
  body .main_container .about_board .about {
    width: 60%;
  }
  body .main_container .contact_container {
    width: 100%;
  }
}
@media screen and (max-width: 1281px) {
  body .main_container .container .caption {
    width: 80%;
  }
  body .main_container .container .header .header_text1 {
    height: max(100px, 7vh);
  }
  body .main_container .about_board .about {
    width: 65%;
  }
  body .main_container .contact_container {
    width: 100%;
  }
  body .main_container .contact_container .form_details {
    width: 60%;
  }
}
@media screen and (max-width: 900px) {
  body .main_menu .toggle_menu {
    width: min(60em, 80%);
  }
  body .contact_overlay .contact_submit {
    width: min(700px, 90%);
  }
  body .contact_overlay .contact_submit .img {
    display: none;
  }
  body .main_container .container .header .header_text1 {
    height: max(80px, 5vh);
  }
  body .main_container .container .caption {
    width: 90%;
  }
  body .main_container .about_board {
    padding: 80px 0px;
  }
  body .main_container .about_board .about {
    width: 90%;
  }
  body .main_container .about_board .about .other_details .mission {
    width: 50%;
  }
  body .main_container .about_board .about_image {
    display: none;
  }
  body .main_container .services {
    gap: 10px;
  }
  body .main_container .services .serve_trey .serv_2 .serv_flex2 {
    width: 60%;
  }
  body .main_container .services .serve_trey .serv_2 .serv_flex3 {
    display: none;
  }
  body .main_container .feedback_container {
    flex-direction: column;
    margin-top: 0.6rem;
    height: 70vh;
  }
  body .main_container .feedback_container .feedback_image {
    height: 60vh;
  }
  body .main_container .feedback_container .feedback_image, body .main_container .feedback_container .feedback_content {
    width: 100%;
  }
  body .main_container .feedback_container .feedback_image img, body .main_container .feedback_container .feedback_content img {
    width: 100%;
    object-position: top;
  }
  body .main_container .feedback_container .feedback_content .content {
    width: 80%;
    margin: auto;
    padding: 50px 0;
  }
  body .main_container .feedback_container .feedback_content .content button {
    padding-top: 20px;
  }
  body .main_container .contact_container .form_details {
    width: 60%;
  }
  body .main_container .call_details {
    width: 90%;
  }
  body .main_container .call_details .other_info {
    font-size: clamp(0.8rem, 1.3vw, 1.3rem);
  }
}
@media screen and (max-width: 600px) {
  body .splash_screen {
    z-index: 11;
  }
  body .splash_screen .splash_element img {
    width: 25%;
  }
  body .whatsapp {
    width: 50px;
    right: 3%;
    bottom: 5%;
    transform: translate(-3%, -5%);
  }
  body .whatsapp img {
    width: 100%;
  }
  body .whatsapp span {
    position: absolute;
    width: max-content;
    right: 45%;
    top: 50%;
    transform: translate(-45%, -50%);
    background-color: white;
    padding: 10px;
    opacity: 0;
    transition: 0.5s;
  }
  body .main_menu .close_menu {
    width: 30px;
    right: 8%;
  }
  body .main_menu .toggle_menu ul {
    line-height: 1.3;
  }
  body .main_menu .toggle_menu ul li {
    border-bottom: 1px solid white;
  }
  body .main_menu .toggle_menu .contact_info {
    display: block;
  }
  body .main_menu .toggle_menu .contact_info .social_media {
    width: 55%;
  }
  body .main_menu .toggle_menu .contact_info .social_media ul {
    justify-content: space-between;
  }
  body .main_container .socials_container {
    height: max(400px, 50dvh);
  }
  body .main_container .socials_container .image_tray {
    height: auto;
  }
  body .main_container .socials {
    margin: 40px 0;
  }
  body .main_container .socials p {
    margin: 0 auto;
  }
  body .main_container .container .nav_bar {
    padding-top: 35px;
  }
  body .main_container .container .header {
    margin: 50px auto;
  }
  body .main_container .container .header .header_text1 {
    margin-bottom: 0;
    height: min(90px, 13vh);
  }
  body .main_container .container .caption {
    padding-top: 50px;
    width: 90%;
    color: rgb(78, 78, 78);
    opacity: 1;
  }
  body .main_container .container .caption .caption_text {
    font-size: 0.9rem;
    opacity: 1;
    transform: translateY(0);
  }
  body .main_container .container .caption .caption_button svg {
    display: none;
  }
  body .main_container .container .caption .caption_button .svg_image img {
    display: none;
  }
  body .main_container .container .caption .caption_button .svg_image .svg_text {
    padding: 20px;
    border: 2px solid #006a5f;
    border-radius: 10px;
    font-size: 0.9rem;
    width: 80%;
  }
  body .main_container .container .banner_container {
    height: 65dvh;
  }
  body .main_container .container .banner_container .banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  body .main_container .corousel {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 160px;
  }
  body .main_container .corousel .corousel_trey {
    animation: scroll 185s linear infinite;
  }
  body .main_container .corousel .corousel_image1 {
    width: 100%;
  }
  body .main_container .corousel .corousel_image2 {
    width: 100%;
  }
  body .main_container .corousel .corousel_image3 {
    width: 100%;
  }
  body .main_container .corousel .corousel_image4 {
    display: none;
  }
  body .main_container .services .serv_1 .services_header {
    margin: 60px auto;
    margin-bottom: 40px;
  }
  body .main_container .services .serv_1 .services_header .services_text {
    width: 95%;
    line-height: 2;
  }
  body .main_container .services .serve_trey .serv_2 {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  body .main_container .services .serve_trey .serv_2 .serv_flex1 {
    width: 100%;
    margin-right: 0;
  }
  body .main_container .services .serve_trey .serv_2 .serv_flex1 .service_list .text1 {
    font-size: 1rem !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bold;
  }
  body .main_container .services .serve_trey .serv_2 .serv_flex1 .name_text img {
    width: 70%;
  }
  body .main_container .services .serve_trey .serv_2 .serv_flex1 .reserve .text1 {
    font-family: "Montserrat", sans-serif;
  }
  body .main_container .services .serve_trey .serv_2 .serv_flex2 {
    display: none;
  }
  body .main_container .services .serve_trey .serv_2 .serv_flex3 {
    display: none;
  }
  body .main_container .services .serve_trey .serv_2 .serv_flex3 .image1 {
    display: none;
  }
  body .main_container .services .serve_trey .serv_2 .serv_flex3 .image2 {
    display: none;
  }
  body .main_container .about_board {
    display: block;
    margin: 0;
    padding: 60px 0;
  }
  body .main_container .about_board .about {
    width: 80%;
    margin: 0 auto;
  }
  body .main_container .about_board .about .about_details {
    width: 100%;
  }
  body .main_container .about_board .about .about_details .about_us {
    width: 100%;
  }
  body .main_container .about_board .about .about_details .about_us .about_text {
    width: 100%;
    line-height: 2.3;
  }
  body .main_container .about_board .about .about_details .about_us p {
    font-size: clamp(3rem, 3vw, 3rem);
  }
  body .main_container .about_board .about .other_details {
    display: block;
    width: 100%;
    margin-top: 3rem;
  }
  body .main_container .about_board .about .other_details .mission {
    width: 100%;
  }
  body .main_container .about_board .about .other_details .mission .mission_text {
    width: inherit;
    line-height: 2;
  }
  body .main_container .about_board .about .other_details .vision {
    width: 100%;
  }
  body .main_container .about_board .about .other_details .vision .vision_text {
    width: inherit;
    line-height: 2;
  }
  body .main_container .about_board .about_image {
    display: none;
  }
  body .main_container .socials_container {
    margin-bottom: 0;
  }
  body .main_container .socials_container .image_tray .insta_logo img {
    width: 100%;
  }
  body .main_container .socials_container .image_tray .tiktok_logo {
    top: 80%;
    right: 11.5%;
    transform: translate(-11.5%, -80%) scale(1);
  }
  body .main_container .socials_container .image_tray .flex1 {
    width: 60%;
  }
  body .main_container .socials_container .image_tray .flex2 {
    width: 40%;
  }
  body .main_container .socials_container .image_tray .flex2 .social_overlay {
    width: 100%;
    height: 100%;
    background-color: #006a5f;
    mix-blend-mode: multiply;
    display: grid;
    place-content: center;
  }
  body .main_container .socials_container .image_tray .flex2 .social_overlay a img {
    width: 70px;
    display: block !important;
  }
  body .main_container .socials_container .image_tray .flex3 {
    display: none;
  }
  body .main_container .socials_container .image_tray .flex4 {
    display: none;
  }
  body .main_container .contact_container {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  body .main_container .contact_container .form_details {
    width: 90%;
  }
  body .main_container .contact_container .form_details .details .initials {
    display: block;
  }
  body .main_container .contact_container .form_details .details .initials .name_details {
    margin-bottom: 2rem;
    width: 100%;
  }
  body .main_container .contact_container .form_details .details .initials .name_details input {
    width: 100%;
  }
  body .main_container .contact_container .form_details .details .initials .email {
    width: 100%;
  }
  body .main_container .contact_container .form_details .message .message_text textarea {
    height: 150px;
  }
  body .main_container .contact_container .form_details .submit_button {
    width: 350px;
  }
  body .main_container .contact_container .form_details .submit_button img {
    width: 50%;
  }
  body .main_container .contact_container .form_details .submit_button .submit_text {
    left: 18%;
    transform: translate(-18%, -50%);
  }
  body .main_container .call_details .contact_form .up_button {
    display: none;
  }
  body .main_container .call_details .other_info {
    display: block;
  }
  body .main_container .call_details .other_info .info {
    margin-bottom: 8rem;
  }
  body .main_container .call_details .other_info .privace_text {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  body .main_container #code_holder {
    font-size: 0.8rem !important;
  }
}

/*# sourceMappingURL=/queries.26fe99dc.css.map */