@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&display=swap');


body{
  padding: 0px !important;
  margin: 0px !important;
}
.main_container {
  position: relative;
}

.back-top {
  display: none;
}
a{
  text-decoration: none;
}

/* ---- PreLoader ---- */
.gifloader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.gifloader img{
  width: 100px;
}

/* .gif-loader img{
  width: 100px;
} */
/* Hide page content while loading */
#mb_content {
  display: none;
  overflow: hidden;
}


/* ---- Loader ends ---- */



/* bullets */

#vertical-bullets.vertical-tpb .tp-bullets {
  display: none;
}

/*----- OWl Carousal -----*/


.slider_subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  stroke-width: 30px;
}

.slider_title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.slider_content {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
}




/* ////////////================----------------   HEADER  -------------------=================/////////////////// */


.head_main {
  position: sticky;
  top: 0;
  z-index: 50;
  font-family: "Montserrat", sans-serif;
}


.header {
  height: 150px;
  width: 100%;
  background-color: #002D36;
  display: grid;
  grid-template-columns: 1fr 1fr;

}

.media {
  padding-left: 30%;
  align-items: center;
}

.media img {
  height: 55px;
}

.toggle-sidebar {
  display: none;
  cursor: pointer;
  color: white;
  font-size: 24px;
  align-self: center;
  justify-self: end;
  padding-right: 20px;
  font-family: "Montserrat", sans-serif;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: center;


}

@media (max-width: 778px) {
  .header_content {
    display: none;

  }

  .header {
    height: 100px;
  }

}

.header_content svg {
  margin-right: -9px;
}

.hexagon {
  fill: #002D36;
  stroke: rgb(255, 225, 166);
  /* background: linear-gradient(90deg, rgba(224,178,136,1) 0%, rgba(252,235,206,1) 100%); */
  stroke-width: 2;
}

.hexagon_header {
  fill: #002D36;
  stroke: rgb(255, 225, 166);
  /* background: linear-gradient(90deg, rgba(224,178,136,1) 0%, rgba(252,235,206,1) 100%); */
  stroke-width: 2;
}

.hexagon:hover {
  fill: url(#hexGradient);
}

.hexagon_header:hover {
  fill: url(#hexGradient);
}
.hexagon-link :hover {
  fill: url(#hexGradient);
}
.hexagon-link:hover text {
  fill: #002D36;
}
.hexagon-link:hover .hexagon_header{
  fill: url(#hexGradient);
}

.hexagon-connect {
  fill: url(#hexGradient);

}

.sidebar {
  position: fixed;
  right: -100%;
  /* Start off-screen */
  top: 80px;
  width: 40%;
  height: 100vh;
  background: #002D36;
  transition: 0.3s;
  padding: 10px;
  z-index: 2;
}

.sidebar.show {
  right: 0;
}

.close-sidebar {
  color: wheat;
  display: none;
  justify-content: end;
}

.sidebar-links {
  padding-top: 30px;
}

.sidebar-links a {
  display: block;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.sidebar-links a:hover {
  background-color: #e9d8b9;
  color: black;
  border-radius: 5px;
}




/* ////////////================----------------   BANNER BOTTOM  -------------------=================/////////////////// */

.banner_bottom_container {
  background-color: #002D36;
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_bottom_left {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.banner_left_gradient {
  width: 200px;
  height: 50px;
  border-radius: 0px 25px 25px 0px;
  background: linear-gradient(90deg, rgba(224, 178, 136, 1) 0%, rgba(252, 235, 206, 1) 100%);
}


.banner_bottom_center {
  font-family: "Montserrat", sans-serif;
  color: #E3E3E3;
  text-align: center;

}

.icon_container_head {
  margin-top: 0px !important;
}

.banner_right_gradient {
  width: 300px;
  height: 50px;
  border-radius: 25px 0px 0px 25px;
  background: linear-gradient(90deg, rgba(224, 178, 136, 1) 0%, rgba(252, 235, 206, 1) 100%);
  display: flex;
  align-items: center;
  padding-left: 20px
}

.banner_right_gradient h2 {
  font-size: 16px;
  color: #002D36;
  margin-bottom: 0px;
  font-weight: 600;
}


@media (max-width: 778px) {
  .banner_bottom_container {
    display: block;
  }

  .banner_bottom_center {
    padding: 30px 10px;
  }

  .banner_right_gradient_container {
    width: 100%;
    display: flex;
    justify-content: end;
  }
}


/* ////////////================----------------   ABOUT US  -------------------=================/////////////////// */



.about_section {
  overflow: hidden;
  padding: 100px 0px;
  background-color: #D0D8D3;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.svg-1 {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 30;
  width: 550px;
}

.svg-2 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 30;
  width: 550px;

}

.about-left-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-content {
  max-width: 50rem;
  padding: 0px 40px;
}

.about-us {
  margin-bottom: 100px;
  font-family: "Montserrat", sans-serif;
}

.about-us-heading {
  display: flex;
  align-items: center;
}

.about-us h4 {
  margin-left: 10px;
}

.about-us p {
  margin-top: 5px;
}

.about-bee-img {
  height: 40px;
  width: 40px;
}

.polygon {
  padding-top: 200px;
  padding-left: 350px;
}

.content {
  display: flex;
  align-items: center;
  justify-self: end;
  padding-right: 50px;
  font-family: "Montserrat", sans-serif;
}

.content2 {
  display: flex;
  margin-top: -30px;
  margin-left: -80px;
  justify-self: end;
  padding-right: 50px;
  font-family: "Montserrat", sans-serif;
}


.hexagon {
  fill: #002D36;
  stroke: #fdf4ca;
  stroke-width: 2;
}

.hexagon-svg:hover .hexagon {
  fill: rgb(205 205 205);
}

.hexagon-svg_header:hover .hexagon {
  fill: rgb(205 205 205);
}


.bulb {
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bulb_img {
  width: 400px;
}


@media (max-width: 1024px) {
  .about-content {
    font-size: 14px !important;
  }

  .bulb_img {
    width: 350px;
  }


}

@media (max-width: 900px) {
  .bulb_img {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .about-us-heading {
    justify-content: center;
    text-align: center;
  }

  .about-us {
    text-align: center;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
  }

  .what-we-do {
    text-align: center;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
  }

  .bulb_img {
    margin-top: 30px;
  }
  .svg-2 {
    display: none;
  }
}






/* ////////////================----------------   SERVICE  -------------------=================/////////////////// */






.service_section {
  background-color: #002D36;
  padding-top: 100px;
}

.head_section {
  width: 400px;
  padding: 10px 10px;
  display: flex;
  justify-content: end;
  background: linear-gradient(90deg, rgba(224, 178, 136, 1) 0%, rgba(252, 235, 206, 1) 100%);
  border-radius: 0px 50px 50px 0px;

}

.head_section h2 {
  font-size: 20px !important;
  margin: 0px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #002D36;
  padding: 10px 30px;

}

.hexagon_row {
  padding: 100px 0px;
}

.hexagon_row_mobile {
  display: none;
}

.hexagon_row_1 {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
}

.hexagon_row_2 {
  margin-top: -110px;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
}

.hexagon {
  fill: #002D36;
  stroke: url(#hexGradientservice);
  stroke-width: 2;
  cursor: pointer;
}

.hexagon-svg {
  fill: white;
}

.hexagon-svg_header {
  fill: white;
}

.hexagon-svg:hover .hexagon {
  fill: url(#hexGradientservice);

}



.hexagon-svg:hover image {
  filter: brightness(0) saturate(100%) hue-rotate(190deg);
}
.hexagon-svg:hover text {
  fill: #002D36;
}

@media (max-width: 768px) {
  .head_section {
    width: 200px !important;
    padding: 0px;
    
  }
  .hexagon {
    fill: #002D36;
    stroke: url(#hexGradientservicemob);
  }
  .hexagon_row {
    display: none;
  }

  .hexagon_row_mobile {
    display: block;
    padding-top: 30px;
  }


}




/* ////////////================----------------   BRANDING SECTION  -------------------=================/////////////////// */


.branding_img_section {
  padding: 20px;
}

.branding_first_row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  margin-top: 50px
}
.branding_second_row {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.branding_first_row img{
  width: 100%;
  height: 500px;
  border: 1px solid #002D36;
}
.branding_second_row img{
  width: 100%;
  height: 300px;
  border: 1px solid #002D36;
}


.branding_list {
  margin-top: 50px
}

.gallery_section {
  background-color: #D0D8D3;
  padding: 100px 0px;
  position: relative;
}

.gallery_body {
  width: 70vw;
  min-width: 400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

}

.gallery_container {
  list-style: none;
  padding: 10px;
  display: flex;
  gap: 30px;


}

@media (max-width:1024px) {
  .gallery_container {
    display: grid;
  }

  .branding_first_row {
    display: block;
  }
  .branding_first_row img{
    height: auto;
    margin-top: 20px
  }
  .branding_second_row {
    margin-top: 0px;
    display: block;
  }
  .branding_second_row img{
    height: auto;
    margin-top: 20px
  }
}

.gallery_list {
  width: 300px;
  margin: 0 10px 10px 0;
  position: relative;
  -webkit-transition: .8s;
}

.gallery_list img {
  width: 400px;
  height: 250px;
}


.gallery_list:nth-child(3n) {
  margin-right: 0;
}

.gallery_list:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.gallery_list img {
  -webkit-transition: .8s;
  max-width: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  border: 8px solid white;
  border-bottom-width: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 
.gallery_list:nth-child(1) img {
  -webkit-transform:  rotate(-10deg);
}

.gallery_list:nth-child(2) img {
  -webkit-transform:  rotate(10deg);
}

.gallery_list:nth-child(3) img {
  -webkit-transform:  rotate(13deg);
}

.gallery_list:nth-child(4) img {
  -webkit-transform:  rotate(5deg);
}

.gallery_list:nth-child(5) img {
  -webkit-transform: rotate(10deg);
} */

.gallery_list img:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
  -webkit-transform: scale(1.2);
}

/* ////////////================----------------   PHOTOGRAPHY  -------------------=================/////////////////// */



.photography {
  background-color: #002D36;
  padding: 100px 0px;
  /* height: 100vh; */
  font-family: "Montserrat", sans-serif;
}

.head_section {
  width: 400px;
  display: flex;
  justify-content: end;
  background: linear-gradient(90deg, rgba(224, 178, 136, 1) 0%, rgba(252, 235, 206, 1) 100%);
  border-radius: 0px 50px 50px 0px;

}

.head_section h2 {
  font-size: 20px !important;
  margin: 0px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #002D36;
  padding: 10px 30px;

}



.page-content {
  display: flex;
  justify-content: center;
  gap: 20px;
  /* grid-gap: 4rem; */
  padding: 1rem;
  max-width: 1224px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  margin-top: 50px;

}

@media (max-width: 1240px) {
  .page-content {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);

  }

  .page-content p {
    font-size: 12px;
  }

  .Photo_content {
    padding: 0px !important;
  }

  .Photo_card {
    height: 300px;
  }

  .title {
    font-size: 16px;
  }
}



@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(5, 1fr);

  }
}

.Photo_card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
  .Photo_card {
    height: 435px;
  }
}

.Photo_card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform 700ms ease;
  pointer-events: none;
}

.Photo_card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform 700ms ease;
}

.Photo_card:nth-child(1):before {
  background-image: url(../image/Asset\ 1@2x.png);
}

.Photo_card:nth-child(2):before {
  background-image: url(../image/Asset\ 2@2x.png);
}

.Photo_card:nth-child(3):before {
  background-image: url(../image/Asset\ 3@2x.png);
  animation: slideBackground 10s infinite; 
}

.Photo_card:nth-child(5):before {
  background-image: url(../image/Asset\ 4@2x.png);
}

.Photo_card:nth-child(4):before {
  background-image: url(../image/Asset\ 5@2x.png);
}

.Photo_content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform 700ms ease;
  z-index: 1;
}

.Photo_content>*+* {
  margin-top: 1rem;
}

.title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}

.copy {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
  font-family: "Montserrat", sans-serif;
}

.btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}

.btn:hover {
  background-color: #0d0d0d;
}

.btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}



@keyframes slideBackground {
  0%, 25% {
    background-image: url(../image/product1.png);
    opacity: 1;
  }
  35%, 60% {
    background-image: url(../image/product2.png); 
    opacity: 1;
  }
  70%, 100% {
    background-image: url(../image/product1.png);
    opacity: 1;
  }
}


@media (hover: hover) and (min-width: 600px) {
  .Photo_card:after {
    transform: translateY(0);
  }

  .Photo_content {
    transform: translateY(calc(100% - 4.5rem));
  }

  .Photo_content>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform 700ms ease;
  }

  .Photo_card:hover,
  .Photo_card:focus-within {
    align-items: center;
  }

  .Photo_card:hover:before,
  .Photo_card:focus-within:before {
    transform: translateY(-4%);
  }

  .Photo_card:hover:after,
  .Photo_card:focus-within:after {
    transform: translateY(-50%);
  }

  .Photo_card:hover .Photo_content,
  .Photo_card:focus-within .Photo_content {
    transform: translateY(0);
  }

  .Photo_card:hover .Photo_content>*:not(.title),
  .Photo_card:focus-within .Photo_content>*:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(3 / 8);
  }

  .Photo_card:focus-within:before,
  .Photo_card:focus-within:after,
  .Photo_card:focus-within .Photo_content,
  .Photo_cardard:focus-within .Photo_content>*:not(.title) {
    transition-duration: 0s;
  }
}



/* ////////////================----------------   MISSION VISSION  -------------------=================/////////////////// */




.mission_section {
  background-color: #D0D8D3;
  /* height: 100vh; */
  position: relative;
  overflow-x: hidden;
}

.mission_top_hex_bg {
  position: absolute;
  width: 550px;
  top: 50px;
  left: 50px;
}

.mission_bottom_hex_bg {
  position: absolute;
  width: 550px;
  bottom: 50px;
  right: 50px;
}

.mission {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}

.mission H1 {
  margin: 0px;
  font-size: 44px;
  font-family: "Montserrat", sans-serif;
}

.mission p {
  font-size: 14px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}

.border_right {
  border-right: 1px solid #002D36;
}

.coffee {
  background-color: #204d55;
  margin-bottom: 2px;
}

.img_coffee {
  width: 670px;
  height: 300px;
  background: url(../image/mission_coffees_img.png);
  background-position: center;
  background-size: cover;
}

.coffee_svg_text {
  padding-top: 30px;
  width: 550px;
  height: 300px;
  background-color: #002D36;
  text-align: center;
  color: #D0D8D3;
}

.coffee_svg_text img {
  width: 120px;
}

.coffee_svg_text P {
  font-family: "Arima", system-ui;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
}


@media (max-width: 768px) {

  /* .mission_section {
    height: auto !important;
  } */

  .border_right {
    border-right: 0px;
    padding-bottom: 50px;
  }

  .img_coffee {
    width: 100%;
  }
}










/* //////////////////==================------------  Parallelax contact  ---------------------==================///////////// */



.parallax-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../image/banner-img1.jpg') no-repeat center center fixed;
  background-size: cover;
}

.form-container {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 800px) 1fr;
  width: 100%;
  box-sizing: border-box;
  background-color: #002d3667;
  background-image: url(../image/vission_hex_svg.svg);
  background-repeat: repeat;
}

.form_bg {

  width: 100%;
  height: 100%;
  padding: 100px 50px;

}

.form-container::before,
.form-container::after {
  content: '';
  display: block;
}

.contact_head {
  padding: 20px 0px;
}

.contact_head h2 {
  text-align: center;
  font-size: 22px;
  color: #002D36;
  font-weight: 600 !important;
  text-transform: uppercase;

}

.getin_form {
  background-color: #D0D8D3;
  background-image: url(../image/vission_hex_svg.svg);
  padding: 50px;
  border-radius: 8px;
}

.form-group {
  margin-bottom: 15px;
}



.form-control {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 4px;
  background-color: #ffffffbb;
}

.form-control:focus-visible {
  outline: none;
  box-shadow: none;
  border: none;
}

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.send-btn {
  width: 100%;
  background-color: #002D36;
  margin-top: 20px;
  color: #e9d8b9;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.w-100 {
  width: 100%;
}





/* //////////////////=================------------   FOOTER  ----------------------====================///////////////// */



.footer {
  /* background-color: #002D36; */
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  /* grid-template-rows: repeat(2, 1fr); */
}

/* .footer img {
  width: 70%;
} */

.footer1-img {
  grid-column: 2 / 3;
  display: flex;
  justify-content: end;
  align-items: baseline;
  padding-right: 10px;
}

.footer-content {
  grid-column: 1 / 2;
  padding: 90px;
  color: #002D36;

}

.footer2-img {
  display: flex;
  align-items: end;
  position: absolute;
  right: 20px;
}

.footer-head {
  font-size: 40px;
  color: #002D36;
  font-family: "Montserrat", sans-serif;
}

.footer-address {
  padding-top: 30px;
}

.icon-wrapper {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-label {
  color: #fff;
  margin-top: 5px;
}

.footer2-img a {
  color: #002D36;
}

.icon-position {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-container {
  display: flex;
  gap: 6px;
}

.icon-circle {
  /* position: absolute; */
  /* bottom: 55%; */
  /* right: 90px; */
  margin-top: 10px;
  display: flex;
  gap: 6px;
}
.icon-circle a{
 color: #002D36;
}

.inner-circle {
  width: 28px;
  height: 28px;
  border: 1px solid #002D36;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}


@media (max-width: 1280px) {
  .footer {
    height: 60vh;
  }
}

@media (max-width: 526px) {
  .footer {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    text-align: center;
  }

  .footer-content {
    /* padding-left: 0; */
    padding: 90px 0px;
    top: 0;
    margin-top: 20px;
  }

  .footer1-img {
    display: none;
  }

  .footer2-img {
    justify-content: center;
    margin-top: 20px;
  }

  .icon-circle {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding-left: 20px;
  }
}


@media (min-width: 778px) {

  .sidebar,
  .sidebar.show {
    right: -100% !important;
    transition: none;
  }
}

@media (max-width: 778px) {
  .header {
    grid-template-columns: 1fr 1fr;
  }

  .media,
  .toggle-sidebar {
    display: flex;
    align-items: center;
  }

  .content {
    display: none;
  }

  .toggle-sidebar {
    display: block;
  }
}





.container {
  max-width: 80rem;
  width: 100%;
  padding: 4rem 2rem;
  margin: 0 auto;
}

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}


















/* ====================================================================================================================================================== */


/* ----------------  Inner Page Design ------------------ */


