@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
#more {
  display: none;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  color: inherit;
}

body {
  /* font-weight: 400; */

  line-height: 1.5;
  overflow-x: hidden;
}

.center {
  display: flex;
  justify-content: center;
}
.separator {
  margin-top: var(--separator-space-top);
  margin-bottom: var(--separator-space-bottom);
  border: 0;
}

.separator--line {
  border: 0;
  border-bottom: var(--separator-size) var(--separator-border-style)
    var(--separator-border-color);

  width: 0;
  animation: separator-width 1s ease-out forwards;
}
@keyframes separator-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.container {
  max-width: 120rem;
  margin: 0 auto;
}
/* body {
  line-height: 1.6;
  overflow-x: hidden;
} */

:root {
  --primary-color: #2b81e4;
  --secondary-color: #eee;
  --color-white: #fff;
  --color-black: #000000;
  --grey-color: #555;

  --color-secondary-light: #d4ccc4;
  --color-secondary: #a99989;
  --color-secondary-dark: #766656;
  --color-grey-light: #f9f7f6;

  --light-grey-color1: #777;
  --light-grey-color: #777;

  --link-1: #d65472;
  --link-2: #37c5f0;
  --link-3: gold;
  --text: #18272f;
  --counter: #30b67d;
  --color-grey-dark-2: #999;
  --color-grey-dark-3: #333;
  --color-grey-dark-4: #ddd;
  --color-grey-dark-5: #ccc;

  --color-dark-orange: #d2652d;
  --color-orange: #f39c12;
  --color-orange-dark: #e38500;
  --color-pink: #991d57;
  --color-pink-1: #8c1c50;
  --color-pink-2: #9c215a;
  --color-pink-3: #a82767;

  --separator-size: 2px;
  --separator-border-style: solid;
  --separator-border-color: #d3d3d3;
  --separator-space-top: 5px;
  --separator-space-bottom: 20px;
}
.scroll-btn {
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #eaa322;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  z-index: 9999;
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.scroll-btn.show {
  opacity: 1;
  visibility: visible;
}
a {
  text-decoration: none;
  color: inherit;
}

/*card section1*/

.section-hero {
  font-family: "Times New Roman", Times, serif;

  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  background: linear-gradient(#8b0000, #8b0000 45%, #fff 45%, #fff 100%);
}

.card {
  position: relative;
  width: 600px;
  height: 425px;
  background: #fff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.img-bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(30px) scale(0.5);
  transform-origin: top;
}

.img-bx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 30px;
}

.content .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.content .detail h2 {
  color: #444;
  font-size: 2.8em;
  font-weight: bolder;
}

.content .detail h2 span {
  font-size: 0.7em;
  color: #03a9f4;
  /* color: #4169e1; */
  font-weight: bold;
}

.sci {
  position: relative;
  display: flex;
  margin-top: 15px;
}

.sci li {
  list-style: none;
  margin: 4px;
}

.sci li a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  font-size: 1.5em;
  /* color: #444; */
  color: #ff7f50;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.5s;
}

.sci li a:hover {
  background: #03a9f4;
  color: #fff;
}
/* end card section1*/

/* // Variables */

.main_h {
  /* vertical-align: middle; */

  position: fixed;
  top: 0px;
  max-height: 80px;
  z-index: 999;
  width: 100%;
  padding-top: 1rem;
  background: rgb(255, 255, 255);

  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;

  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid gainsboro;
  box-shadow: 1px 1px 1px rgba(29, 24, 73, 0.3);
}
.headding-21 {
  font-size: 2rem;
  color: var(--color-grey-dark-2);
}
.headerrow {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
  clear: both;
}
.headerrow1 {
  /* width: 100%; */
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  clear: both;
  /* padding: 0 1%; */
}

.headerlogo {
  font-size: 1.8rem;
  font-weight: bold;
  height: 3.5rem;
  /* width: 50px; */

  float: left;
  display: block;
  margin-top: 0.5%;
  /* line-height: 1;
  margin-bottom: 10px; */
}

.headermobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.headermobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.main_h nav {
  float: right;
  width: 70%;
  margin-right: 2%;
  margin-top: 0.5%;
}

.main_h nav ul {
  overflow: hidden;
  text-align: right;
  float: right;
}

.main_h nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
  border-bottom: 1px solid gainsboro;
}

.main_h nav ul a {
  color: #1d1848;
  color: #8b0000;

  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

/* // Style 2 */
#style-2 {
  position: relative;
  transition: color 0.3s ease-in-out;
  /* display: block; */
  /* border-bottom: 1px solid gainsboro; */
}
#style-2::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 3px;
  background-color: var(--link-1);
  background-color: #d2652d;
  /* background-color: #03a9f4; */
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

#style-2:hover {
  color: var(--link-1);
  color: #d2652d;
  /* color: #03a9f4; */
}

#style-2:hover::before {
  transform: scaleX(1);
}

.open-nav1 {
  max-height: 400px !important;
}
.open-nav1 .headermobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky1 {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

/************about us*****************/

.section-aboutus {
  padding: 0 2rem 4rem 2rem;
}
.heading3 {
  color: #d3d3d3;
  /* color: #ff7f50;
  color: #003366; */
  color: #9e9e9e;
  text-decoration: underline;
  font-size: 1.8rem;
  letter-spacing: 0.02rem;

  text-align: center;
  margin-bottom: 4rem;
}

.quote {
  max-width: 60rem;
  /* color: #03a9f4; */
  /* color: #4169e1; */
  color: #003366;
  /* color: #ff7f50; */
  color: #d2652d;
  font-size: 2.4rem;
  text-align: center;
}
.container_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.section-aboutustext {
  padding: 2rem 2rem 8rem 2rem;
  /* background-color: #f5f5dc; */
  /* background-color: #fffff0; */
}
.aboutus_text {
  flex: 1 0 50%;
  font-size: 1.8rem;
  line-height: 1.75;
}

.container_abouttextimg {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  /* align-items: center; Center-align images and text */
}
.imgcontent {
  position: relative;
  width: 100%;

  height: 400px; /* Set a consistent height for the image container */
  overflow: hidden; /* Prevent image overflow */
}

.fadein img {
  position: absolute; /* Ensure images overlap */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Full width to fit container */

  object-fit: contain; /* Ensure images scale proportionally */
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-duration: 6s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#f1 {
  background-color: lightblue;
  background-color: #fff;
}
#f2 {
  animation-delay: -4s;
  background-color: yellow;
  background-color: #fff;
}
#f3 {
  animation-delay: -2s;
  background-color: lightgreen;
  background-color: #fff;
}

/**************************************************/

/**********************contactus**********************/

.section-book {
  padding: 8rem 2rem;
  background-image: linear-gradient(to right bottom, #fffff0, #ffffff);
}
/* .container {
  max-width: 100rem;
  margin: 0 auto;
} */
.book {
  max-width: 120rem;
  margin: 0 auto;
  background-image: linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      transparent 50%
    ),
    url(../img/21_b.JPG);
  background-size: cover;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  padding: 3rem;
  font-size: 1.4rem;
}
.book__form {
  width: 50%;
  padding: 0rem 6rem;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
  font: 400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="submit"] {
  background-color: #d2652d;
  border: none;
  color: white;
  padding: 12px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;

  transition: all 0.2s;
}
input[type="submit"]:hover {
  background-color: #8b0000;
  border-radius: 3px;
}

.readmore_text {
  background-color: #d2652d;
  border: none;
  color: white;
  padding: 12px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;

  transition: all 0.2s;
}

.readmore_text:hover {
  background-color: #8b0000;
  border-radius: 3px;
}

#contact-form {
  text-shadow: 0 1px 0 #fff;
  border-radius: 4px;

  padding: 25px;
}
#contact-form h3 {
  color: #8b0000;
  display: block;
  font-size: 2.2rem;
  padding-bottom: 2rem;
}
#contact-form h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 1rem;
}
#contact-form label span {
  cursor: pointer;
  color: var(--color-dark-orange);
  display: block;
  margin: 5px 0;
  font-weight: 900;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
  width: 100%;
  box-shadow: inset 0 1px 2px var(--color-grey-dark-4),
    0 1px 0 var(--color-white);

  border: 1px solid var(--color-grey-dark-5);
  background: var(--color-white);
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}
#contact-form textarea {
  height: 100px;
  max-width: 100%;
}
#contact-form button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: var(--color-dark-orange);
  background-image: linear-gradient(
    to bottom,
    var(--color-dark-orange) 0%,
    var(--color-dark-orange) 52%
  );

  color: var(--color-white);
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 5px;
}
#contact-form button[type="submit"]:hover {
  background-image: linear-gradient(to bottom, #9c215a 0%, #a82767 52%);

  transition: background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
  outline: 0;
  border: 1px solid #999;
}

/*************************************gallery***********************/

:root {
  --bordersize: 1px;
}
.brands {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.brand {
  flex: 1 0 25%;
  border-left: var(--bordersize) dashed #ccc;
  border-bottom: var(--bordersize) dashed #ccc;
  margin-left: calc(-1 * var(--bordersize));
  margin-bottom: calc(-1 * var(--bordersize));
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand_img {
  width: 200px;
}
.brand img {
  margin: 3rem;

  transition: transform 0.2s 0.05s;
}

.brand:hover img {
  transform: scale(1.2);
  transition-delay: 0s;
  cursor: pointer;
}
.section-gallery {
  padding: 8rem 2rem 12rem 2rem;
  background-color: #fffff0;
}

/************************************************/

.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #d2652d;
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #d2652d;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  /* color: #3c3c3c; */
  color: #003366;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
  color: #3c3c3c;
}
.section-testimonials {
  padding: 8rem 2rem;
  background-color: #003366;
}

.testimonials_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

/************************************************************/

/**************** FOOTER  ******************/

.page-wrapper {
  position: relative;
  width: 100%;
}

.footer-bottom {
  padding: 3rem 0;
  border-top: 1px solid #313646;
  background-color: #181828 !important;
  color: #b0b0b0;
}

.row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.col-md-3 {
  display: grid;
  justify-content: center;
  align-items: self-start;
}
.col-md-4 {
  display: grid;
  justify-content: center;
  align-items: self-end;
  /* margin-bottom: 1rem; */
}
.col-md-6 {
  display: grid;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 1rem; */
}

.footer-bottom a:hover {
  color: white;
}

footer p,
footer li {
  font-size: 15px;
  line-height: 22px;
}
.footer-site-info {
  font-size: 1.4rem;
  color: #00aced;
  letter-spacing: 0.01rem;
}
.footer-site-info a:link {
  color: rgb(191, 189, 189);
}

#footer-navigation,
#footer-navigation li a:hover,
.custom-footer,
.custom-footer li a:hover {
  color: white;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
  color: #99a9b5;
}

.footer-bottom ul {
  margin: 0;
}

#footer-menu li {
  display: inline-block;
  padding: 0 0.5rem;
  position: relative;
  line-height: 1;
}

#footer-menu li + li:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  font-size: 0;
  border-left: 1px solid #232234;
  border-right: 1px solid #333146;
}

#footer-socials {
  text-align: center;
}

#footer-socials .socials {
  text-align: left;
  margin: 0 -7px;
  display: inline-block;
  vertical-align: middle;
}

a.socials-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 5px;
  line-height: 16px;
  padding: 10px;
  border-radius: 50%;
  background-color: #141421;
  border: 1px solid #2e2e4c;
  box-shadow: 3px 9px 16px rgb(0, 0, 0, 0.4),
    -3px -3px 10px rgba(255, 255, 255, 0.06),
    inset 14px 14px 26px rgb(0, 0, 0, 0.3),
    inset -3px -3px 15px rgba(255, 255, 255, 0.05);
}

.socials-item i {
  display: inline-block;
  font-weight: normal;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}

.facebook {
  color: #4e64b5;
}

.twitter {
  color: #00aced;
}
.instagram {
  color: #9a8f62;
}
.youtube {
  color: #c82929;
}

.telegram {
  color: #43b203;
}

a.socials-item:hover {
  box-shadow: 0 0px 20px rgba(84, 1, 74, 0.7);
  border-color: rgb(255, 127, 80, 6.1);
  background: linear-gradient(
    to right,
    rgba(255, 9, 9, 0.12941176470588237),
    #8b0000,
    rgba(255, 0, 94, 0.14)
  );
}

.footer-bottom a:hover {
  color: white;
}

.footer-title {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 15px;
  font-size: 16px;
  position: relative;
}

.footer-title:after {
  width: 50px;
  background: #fff;
  opacity: 0.2;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.posts li {
  border-bottom: 1px solid #393d50;
  padding-bottom: 12px;
  padding-top: 6px;
}

.footer-top {
  background: #303030;
  background-size: cover;
  background-position: center;
  padding: 0 0 20px;
  font-family: rubik;
  padding-top: 30px;
}

.footer-top,
.footer-bottom {
  background-color: #1c1f2f;
}

/***************END FOOTER**************/

/* Modal styles */

.modal {
  position: fixed;
  background-color: rgba(71, 69, 69, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  justify-content: center; /* Center the modal horizontally */
  align-items: center; /* Center the modal vertically */
  padding: 0;
}

.modal-content {
  max-width: 80vw; /* Ensures the image doesn't exceed the viewport width */
  max-height: 80vh; /* Ensures the image doesn't exceed the viewport height */
  object-fit: contain; /* Keeps the aspect ratio intact */
  display: block;
  width: auto;
  height: auto;
}

.close {
  position: absolute;
  top: 6px;
  right: 25px;
  color: var(--color-white);
  /* text-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.8); */
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 9995;
}

.close1 {
  position: absolute;
  top: 20px;
  right: 21px;
  width: 3rem;
  height: 3rem;
  /* background-color: var(--color-orange); */
  /* background-color: #ff7f50; */
  background-color: #d2652d;
  z-index: 9994;
}

.overlay-inner {
  position: relative;
  justify-content: center;
  align-items: center;
  width: auto; /* Ensure it adjusts according to the content */
  height: auto; /* Ensure it adjusts according to the content */
  /* // max-width: 70vw; */
  /* // max-height: 70vh; */
  padding: 20px;
  background-color: var(--color-white);
  border-radius: 10px;
  width: auto; /* Automatically adjust to content */
  height: auto;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5); /* Shadow for visual enhancement */
}

.panel {
  display: none; /* Hide all panels */
}

.panel.active {
  display: block; /* Show only the active panel */
}

/***********************************animation****************/

.btn_rightside {
  float: right;
  margin-right: 5rem;
  margin-top: 2rem;
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 120rem;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-evenly;
  list-style-type: none;
  margin-top: 8rem;
}

.list-item {
  display: flex;
  align-items: flex-start; /* Align icons and text */
  margin-bottom: 2rem;
  color: #d2652d;
}

.list-item i {
  margin-right: 25px; /* Space between the icon and the text */
  color: #d2652d;
}

.contact-text {
  font-size: 1.6rem;

  color: #333;
}

.contact-text a {
  color: #333;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #00aced;
  text-decoration: none;
}

/* Adjustments to ensure proper margin and spacing */
.place,
.phone,
.gmail {
  line-height: 1.5; /* Adjust line-height for better readability */
}

@media only screen and (max-width: 64rem) {
  .contact-form {
    width: 80%;
  }
  .book {
    background-image: linear-gradient(
        105deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.9) 50%,
        transparent 50%
      ),
      url(../img/21_b.JPG);
    background-size: cover;
  }

  .book__form {
    width: 60%;
    padding: 0rem 2rem;
  }
}

@media only screen and (max-width: 56rem) {
  .row {
    grid-template-columns: 1fr;
  }
  .col-md-3 {
    margin-bottom: 1rem;
  }
  .col-md-4 {
    margin-bottom: 1rem;
  }
  .col-md-6 {
    margin-bottom: 1rem;
  }

  .headerrow1 {
    padding: 0 2%;
  }
  .direct-contact-container {
    max-width: 100%;
  }
  .contact-form {
    width: 90%;
  }
}

@media only screen and (max-width: 48rem) {
  .main_h {
    padding-top: 25px;
  }

  .headerlogo {
    float: none;
  }
  .main_h nav {
    width: 100%;
  }

  .main_h nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }

  .main_h nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }

  .headermobile-toggle {
    display: block;
  }

  .phone_icons {
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 1.5rem;
    margin-right: 1rem;

    /* float: left; */
    /* display: block; */
    /* margin-top: 0; */
  }
  .book {
    background-image: linear-gradient(
        105deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.9) 50%,
        transparent 80%
      ),
      url(../img/21_b.JPG);
    background-size: cover;
  }
  .book__form {
    width: 100%;
    padding: 0rem 2rem;
  }
  .container_abouttextimg {
    flex-direction: column;
  }
  .brand_img {
    width: 125px;
  }
}
@media (max-width: 30rem) {
  .book {
    background-image: linear-gradient(
        105deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.9) 50%,
        transparent 90%
      ),
      url(../img/21_b.JPG);
    background-size: cover;
  }

  .brand img {
    margin: 1rem;

    transition: transform 0.2s 0.05s;
  }
  .brand_img {
    width: 125px;
  }
  .section-gallery {
    padding: 8rem 0.5rem 12rem 0.5rem;
    background-color: #fffff0;
  }
}
