/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body, html {
  height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

h1, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-size: 2.5rem;
  font-weight: 500;
}

h2 {
  font-family: "Roboto Slab", serif;
  font-size: 1.3rem;
  font-weight: 500;
}

p {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.5;
  font-size: 1.125rem;
}

/*---------------------------------------------------*/
/* typography  */
/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
  p, li {
    font-size: 0.875rem;
  }
  span {
    font-size: 1.375rem;
  }
  h1 {
    font-size: 1.375rem;
  }
  h3 {
    font-size: 1.375rem;
  }
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
  p, li {
    font-size: 1rem;
  }
  span {
    font-size: 1.375rem;
  }
  h1 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.75rem;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  p, li {
    font-size: 1.125rem;
  }
  h1 {
    font-size: 2rem;
  }
  h3 {
    font-size: 2rem;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  p, li {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 2.25rem;
  }
}

html {
  scroll-behavior: smooth;
  background-color: white;
}

/* Navigation bar */
.logo img {
  height: 80px;
}

header {
  height: 80px;
  background-color: #353336;
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nav_ul {
  display: flex;
  gap: 20px;
  margin: auto;
}

.li_ul, a {
  list-style: none;
  text-decoration: none;
  color: #b5b6b9;
}

.li_ul:hover, a:hover {
  color: #00a0d6;
}

.menu {
  display: none;
  cursor: pointer;
}

.bars {
  margin: 5px auto;
  width: 25px;
  background-color: #b5b6b9;
  height: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 850px) {
  .menu {
    display: block;
    padding-right: 20px;
  }
  .menu.active .bars:nth-child(2) {
    opacity: 0;
  }
  .menu.active .bars:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu.active .bars:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  nav {
    position: fixed;
    top: 75px;
    left: 100%;
    flex-direction: column;
    margin: 5px 0;
    background-color: #353336;
    width: 100%;
    z-index: 100;
  }
  nav.active {
    left: 0;
  }
  .nav_ul {
    flex-direction: column;
    margin: 10px 0;
  }
  .social_icons, .fa-bars {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .social_icons a span, .fa-bars a span {
    padding-left: 10px;
    display: inline-block !important;
  }
}

.social_icons, .fa-bars {
  color: #00a0d6;
  font-size: 2rem;
  display: flex;
  padding-left: 5px;
}

.social_icons a, .fa-bars a {
  text-decoration: none;
  color: #b5b6b9;
  padding: 0 5px;
}

.social_icons a span, .fa-bars a span {
  display: none;
}

.social_icons a:hover, .fa-bars a:hover {
  color: #00a0d6;
  transition: 0.5s;
}

.section_title {
  text-align: center;
  color: #00a0d6;
}

/* Welcome section */
.welcome_section {
  background-image: url("/images/welcome_img.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  color: white;
  position: relative;
}

.welcome_section .welcome_contact {
  position: absolute;
  bottom: 15%;
  right: 4%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 5px;
}

.welcome_section .welcome_contact p {
  font-size: 1.5em;
}

.welcome_section .welcome_contact i {
  font-size: 1.2rem;
  padding-right: 5px;
}

.welcome_section h1 {
  position: absolute;
  top: 10vh;
  left: 5%;
  font-weight: 600;
  width: 90%;
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .welcome_section h3 {
    font-size: 1.4rem;
    width: 80%;
  }
}

/* introduction section */
.intro {
  height: 70%;
  width: 100%;
  display: flex;
}

.intro .intro_left {
  width: 50%;
  border-radius: 6px;
  background-color: white;
  display: flex;
  align-items: center;
  text-align: center;
}

.intro .intro_left img {
  padding: 2%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.intro .shine {
  position: relative;
  overflow: hidden;
}

.intro .shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.intro .shine:hover::before, .intro .shine:focus::before {
  animation: shine 0.85s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.intro .intro_right {
  width: 50%;
}

.intro .intro_right p {
  color: #353336;
  display: block;
  padding: 5%;
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .intro {
    height: 100%;
    flex-direction: column-reverse;
  }
  .intro .intro_left, .intro .intro_right {
    height: 50%;
    width: 100%;
  }
}

/* setion 1 */
.two_col_1 {
  display: flex;
  height: 75%;
  width: 100%;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 45%, rgba(181, 182, 185, 0.989321) 65%);
}

.two_col_1 .section_1 {
  width: 50%;
}

.two_col_1 .section_1 p {
  color: #353336;
  padding: 5%;
}

.two_col_1 .section_2 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.two_col_1 .section_2 picture {
  height: 50%;
  width: 50%;
  padding: 3px;
}

.two_col_1 .section_2 picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .two_col_1 {
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: auto;
    padding-bottom: 2%;
    background: #b5b6b9;
    background: linear-gradient(90deg, rgba(181, 182, 185, 0.989321) 0%, rgba(255, 255, 255, 0) 0%);
  }
  .two_col_1 .section_1 {
    width: 100%;
    height: 30%;
    align-content: center;
  }
  .two_col_1 .section_2 {
    width: 100%;
    height: 70%;
  }
}

/* setion 2 */
.two_col_2 {
  display: flex;
  background: #b5b6b9;
  background: linear-gradient(90deg, rgba(181, 182, 185, 0.989321) 35%, rgba(255, 255, 255, 0) 55%);
  height: 75%;
  width: 100%;
}

.two_col_2 .section_2 {
  width: 50%;
  flex-grow: 1;
}

.two_col_2 .section_2 p {
  color: #353336;
  padding: 5%;
}

.two_col_2 .section_1 {
  width: 50%;
  flex-grow: 1;
  position: relative;
}

.two_col_2 .section_1 .ppf_1 {
  position: absolute;
  height: 70%;
  width: 50%;
  left: 2%;
  top: 5%;
  object-fit: cover;
}

.two_col_2 .section_1 .ppf_2 {
  position: absolute;
  height: 70%;
  width: 50%;
  bottom: 5%;
  right: 2%;
  object-fit: cover;
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .two_col_2 {
    flex-direction: column-reverse;
    height: 100%;
    width: 100%;
    background: #b5b6b9;
    background: linear-gradient(90deg, rgba(181, 182, 185, 0.989321) 100%, rgba(255, 255, 255, 0) 100%);
  }
  .two_col_2 .section_2 {
    width: 100%;
    height: 30%;
    align-content: center;
  }
  .two_col_2 .section_1 {
    width: 100%;
    height: 70%;
  }
}

/* section 3 */
.two_col_3 {
  display: flex;
  height: 75%;
  width: 100%;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 45%, rgba(181, 182, 185, 0.989321) 65%);
}

.two_col_3 .section_1 {
  flex-grow: 1;
  width: 50%;
}

.two_col_3 .section_1 p {
  color: #353336;
  padding: 5%;
}

.two_col_3 .section_2 {
  flex-grow: 1;
  width: 50%;
  position: relative;
}

.two_col_3 .section_2 .ppf_1 {
  position: absolute;
  height: 70%;
  width: 50%;
  left: 2%;
  top: 5%;
  object-fit: cover;
}

.two_col_3 .section_2 .ppf_2 {
  position: absolute;
  height: 70%;
  width: 50%;
  bottom: 5%;
  right: 2%;
  object-fit: cover;
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .two_col_3 {
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: #b5b6b9;
    background: linear-gradient(90deg, rgba(181, 182, 185, 0.989321) 0%, rgba(255, 255, 255, 0) 0%);
  }
  .two_col_3 .section_2 {
    width: 100%;
    height: 70%;
  }
  .two_col_3 .section_1 {
    width: 100%;
    height: 30%;
    align-content: center;
  }
}

/* section 4 */
.two_col_4 {
  background: #b5b6b9;
  background: linear-gradient(90deg, rgba(181, 182, 185, 0.989321) 35%, rgba(255, 255, 255, 0) 55%);
  height: 75%;
  width: 100%;
  display: flex;
}

.two_col_4 .section_2 {
  flex-grow: 1;
  width: 50%;
}

.two_col_4 .section_2 p {
  color: #353336;
  padding: 5%;
}

.two_col_4 .section_1 {
  width: 50%;
}

.two_col_4 .section_1 picture {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.two_col_4 .section_1 picture img {
  height: 90%;
  width: 90%;
  padding: 3px;
  object-fit: cover;
}

.two_col_4 .section_1 img {
  height: 90%;
  width: 90%;
  padding: 3px;
  object-fit: cover;
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .two_col_4 {
    flex-direction: column-reverse;
    height: 100%;
    width: 100%;
    margin: auto;
    background: #b5b6b9;
    background: linear-gradient(90deg, rgba(181, 182, 185, 0.989321) 100%, rgba(255, 255, 255, 0) 100%);
  }
  .two_col_4 .section_1 {
    width: 100%;
    height: 70%;
  }
  .two_col_4 .section_2 {
    width: 100%;
    height: 30%;
    align-content: center;
  }
}

/* section 6 */
.two_col_6 {
  background: #b5b6b9;
  background: linear-gradient(90deg, rgba(181, 182, 185, 0.989321) 35%, rgba(255, 255, 255, 0) 55%);
  display: flex;
  width: 100%;
  height: 75%;
}

.two_col_6 .section_2 {
  width: 50%;
}

.two_col_6 .section_2 p {
  padding: 4%;
  color: #353336;
}

.two_col_6 .section_2 .list_container {
  display: flex;
  flex-direction: row;
  color: #00a0d6;
  font-weight: 900;
}

.two_col_6 .section_2 .list_container .list {
  flex: 1;
  padding-top: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.two_col_6 .section_1 {
  width: 50%;
  position: relative;
}

.two_col_6 .section_1 .ppf_1 {
  position: absolute;
  height: 70%;
  width: 50%;
  left: 2%;
  top: 5%;
  object-fit: cover;
}

.two_col_6 .section_1 .ppf_2 {
  position: absolute;
  height: 70%;
  width: 50%;
  bottom: 5%;
  right: 2%;
  object-fit: cover;
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .two_col_6 {
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
    background: #b5b6b9;
    background: linear-gradient(90deg, rgba(181, 182, 185, 0.989321) 100%, rgba(255, 255, 255, 0) 100%);
  }
  .two_col_6 .section_2 {
    width: 100%;
    height: 40%;
    margin: auto;
    align-content: center;
  }
  .two_col_6 .section_2 .list_container .list {
    padding-top: 0%;
  }
  .two_col_6 .section_1 {
    height: 60%;
    width: 100%;
  }
}

/* Gallery */
.gallery_header {
  text-align: center;
  padding: 1rem;
}

.gallery_example_2 {
  width: 80%;
  max-width: 120rem;
  margin: auto;
  padding: 1.5rem;
  background-color: #b5b6b9;
}

.gallery_example_2_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 1.5rem;
  grid-template-areas: 'img_1 img_2 img_3 img_3' 'img_1 img_4 img_5 img_6' 'img_7 img_7 img_8 img_6';
}

.gallery_example_2_container a {
  width: 100%;
  height: 25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_example_2_container a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity .5s;
}

.gallery_example_2_container a:hover::before {
  opacity: 1;
}

.gallery_example_2_container .img_1 {
  grid-area: img_1;
  background-image: url("/images/car_1.jpeg");
  min-height: 51.5rem;
}

.gallery_example_2_container .img_2 {
  grid-area: img_2;
  background-image: url("/images/car_2.jpeg");
}

.gallery_example_2_container .img_3 {
  grid-area: img_3;
  background-image: url("/images/car_3.jpeg");
}

.gallery_example_2_container .img_4 {
  grid-area: img_4;
  background-image: url("/images/car_4.jpeg");
}

.gallery_example_2_container .img_5 {
  grid-area: img_5;
  background-image: url("/images/car_5.jpeg");
}

.gallery_example_2_container .img_6 {
  grid-area: img_6;
  min-height: 51.5rem;
  background-image: url("/images/car_6.jpeg");
}

.gallery_example_2_container .img_7 {
  grid-area: img_7;
  background-image: url("/images/car_7.jpeg");
}

.gallery_example_2_container .img_8 {
  grid-area: img_8;
  background-image: url("/images/car_8.jpeg");
}

@media screen and (max-width: 900px) {
  .gallery_example_2_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    grid-template-areas: 'img_1 img_1 img_2 img_2' 'img_1 img_1 img_3 img_3' 'img_4 img_4 img_5 img_5' 'img_6 img_7 img_7 img_7' 'img_8 img_8 img_8 img_8';
  }
  .gallery_example_2_container .img_1 {
    min-height: 41.5rem;
  }
  .gallery_example_2_container .img_6 {
    min-height: 20rem;
  }
  .gallery_example_2_container a {
    height: 20rem;
  }
}

@media screen and (max-width: 600px) {
  .gallery_example_2_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    grid-template-areas: 'img_1 img_1 img_1 img_1' 'img_2 img_2 img_2 img_2' 'img_3 img_3 img_3 img_3' 'img_4 img_4 img_4 img_4' 'img_5 img_5 img_5 img_5' 'img_6 img_6 img_6 img_6' 'img_7 img_7 img_7 img_7' 'img_8 img_8 img_8 img_8';
  }
  .gallery_example_2_container .img_1 {
    min-height: 30rem;
  }
  .gallery_example_2_container .img_6 {
    min-height: 30rem;
  }
  .gallery_example_2_container a {
    height: 30rem;
  }
}

/* services */
.services {
  background-color: #b5b6b9;
  width: 100%;
  max-width: 120rem;
  margin: auto;
  padding: 1.5rem;
}

.services .services_container {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 3rem;
}

.services .services_container a {
  text-decoration: none;
}

.services .services_container a .image_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.services .services_container a .image_container img {
  height: 100%;
  object-fit: cover;
}

.services .services_container a .image_container p {
  position: absolute;
  max-width: 90%;
  text-align: center;
  opacity: 1;
  color: black;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.7);
}

.services .services_container a .image_container::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0.87);
  opacity: 0;
  transition: 0.3s;
  border: 2px solid white;
}

.services .services_container a .image_container:hover::before {
  transform: scale(0.9);
  opacity: 1;
}

/* Services (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .services .services_container {
    grid-template-columns: auto auto;
    width: 100%;
    grid-gap: 1rem;
  }
}

/* Services (phones, 576px and down) */
@media only screen and (max-width: 376px) {
  .services {
    padding: 0;
  }
  .services .services_container {
    grid-template-columns: auto auto;
    width: 100%;
    grid-gap: 0.5rem;
  }
}

/* Contact info */
.contact_example_3 {
  width: 80%;
  margin: auto;
}

.contact_example_3 .contact_example_3_section {
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
}

.contact_example_3 .contact_example_3_section .contact_example_3_col {
  display: flex;
  height: 100%;
  justify-content: start;
  flex-direction: column;
  padding: 10px;
}

.contact_example_3 .contact_example_3_section .contact_example_3_col p {
  text-align: start;
}

.contact_example_3 .contact_example_3_section .contact_example_3_col h4 {
  font-weight: 700;
}

.contact_example_3 .contact_example_3_section .contact_example_3_col i {
  padding: 5px;
}

.contact_example_3 iframe {
  width: 100%;
}

/* logos */
.logos {
  display: flex;
  padding: 10% 0;
  width: 90%;
  margin: auto;
  align-content: center;
  justify-content: center;
  width: 90%;
}

.logos .logo_2 {
  display: flex;
  width: 45%;
  padding-left: 10px;
}

.logos .logo_2 img {
  height: 80px;
  flex-grow: 1;
  width: 11%;
  object-fit: contain;
}

.logos .logo_1 {
  display: flex;
  width: 55%;
}

.logos .logo_1 img {
  height: 80px;
  width: 11%;
  flex-grow: 1;
  object-fit: contain;
  padding: 10px;
}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
  .logos {
    flex-direction: column;
  }
  .logos .logo_1, .logos .logo_2 {
    width: 100%;
  }
}

/* testimonials */
.testimonials {
  display: flex;
  justify-content: space-around;
  max-width: 100%;
  margin: auto;
  padding: 50px 0;
}

.testimonials .section_1 {
  width: 30%;
  border-radius: 20px;
  background-color: #b5b6b9;
  color: #353336;
  display: flex;
  flex-direction: column;
}

.testimonials .section_1 .cont_container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 60%;
}

.testimonials .section_1 .store_img {
  height: 40%;
}

.testimonials .section_1 .store_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.testimonials .section_1 .name_rate {
  padding-left: 5%;
}

.testimonials .section_1 .name_rate .rate {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.testimonials .section_1 .name_rate .rate i {
  color: gold;
}

.testimonials .section_1 .contact_info {
  padding: 5%;
}

.testimonials .section_1 .btn_cont {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 5%;
}

.testimonials .section_1 .btn_cont .btn {
  display: inline-block;
  padding: 0.5em 1.7em;
  border: 0.16em solid #353336;
  background-color: #353336;
  border-radius: 1.2em;
  text-decoration: none;
  font-weight: bold;
  color: #00a0d6;
  transition: all 0.2s;
}

.testimonials .section_1 .btn_cont .btn:hover {
  background-color: #00a0d6;
  color: #353336;
}

.testimonials .section_2, .testimonials .section_3 {
  width: 30%;
  border-radius: 20px;
  background-color: #b5b6b9;
  display: flex;
  flex-direction: column;
}

.testimonials .section_2 .rate_display, .testimonials .section_3 .rate_display {
  height: 40%;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.testimonials .section_2 .rate_display .name_rate img, .testimonials .section_3 .rate_display .name_rate img {
  margin: auto;
  height: 50%;
  width: 50%;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials .section_2 .rate_display .name_rate .rate, .testimonials .section_3 .rate_display .name_rate .rate {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.testimonials .section_2 .rate_display .name_rate .rate i, .testimonials .section_3 .rate_display .name_rate .rate i {
  color: gold;
}

.testimonials .section_2 .full_rate, .testimonials .section_3 .full_rate {
  padding: 15px;
  color: #353336;
}

.testimonials .section_3 {
  width: 30%;
}

/* footer */
/* MEDIA QUERIES */
/* Testimonials (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .testimonials {
    flex-direction: column;
    max-height: 155%;
    align-items: center;
  }
  .testimonials .section_1 {
    width: 95%;
    flex-direction: row;
    justify-content: flex-start;
    margin: 2% 0;
  }
  .testimonials .section_1 .cont_container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
  }
  .testimonials .section_1 .store_img {
    height: 100%;
    width: 70%;
  }
  .testimonials .section_1 .store_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .testimonials .section_1 .name_rate {
    padding: 5%;
  }
  .testimonials .section_1 .name_rate .rate {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .testimonials .section_1 .name_rate .rate i {
    color: gold;
  }
  .testimonials .section_1 .btn_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 2%;
    margin-bottom: 5%;
  }
  .testimonials .section_1 .btn_cont .btn {
    display: inline-block;
    padding: 0.5em 0.5em;
    border: 0.16em solid #353336;
    background-color: #353336;
    border-radius: 1.2em;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s;
  }
  .testimonials .section_1 .btn_cont .btn:hover {
    background-color: #00a0d6;
    color: #353336;
  }
  .testimonials .section_2, .testimonials .section_3 {
    margin: 2% 0;
    flex-direction: row;
    width: 95%;
    align-items: center;
  }
  .testimonials .section_2 .rate_display, .testimonials .section_3 .rate_display {
    height: 100%;
    width: 40%;
  }
  .testimonials .section_2 .rate_display .name_rate .test_img img, .testimonials .section_3 .rate_display .name_rate .test_img img {
    margin: auto;
    height: 40%;
    width: 40%;
  }
  .testimonials .section_2 .full_rate, .testimonials .section_3 .full_rate {
    width: 70%;
  }
}

/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
  .gallery_example_2 {
    width: 100%;
  }
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
  .gallery_example_2 {
    width: 100%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .gallery_example_2 {
    width: 80%;
  }
}

/* TESTTTTTT */
body {
  max-width: 1640px;
  margin: auto;
}

/* footer */
footer {
  background-color: #353336;
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
}

footer p {
  color: #b5b6b9;
}
