body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;

}

#mY_iopl_gg {
  padding-bottom: 120px !important;
}


.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;

}

.heading_container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.hero_next_section-margin {
  margin-top: 0px;
  padding-bottom: 120px;
  background: #f7cd8d;
}

.slick-dots {
  bottom: -80px;
  width: 100%;
  list-style: none;
  text-align: center;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #f7cd8d;
  height: 100vh;
}

.sub_page .hero_area {
  height: auto;
}


.info_logo img {
  width: 45px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #98BFE2;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #72442E;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  width: 65%;
  left: 50%;
  height: 2.5px;
  background-color: #72442E;
  bottom: 8px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: 'Poppins';
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 30px;
}

/*end header section*/
/* slider section */
.slider_section {
  /* background-image: url(../images/slider-bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  margin: 0 auto;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000000;
}

.slider_section .detail-box {
  color: #fefdfc;
}

.slider_section .detail-box h1 {
  color: #ffff00;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
}

.slider_section .detail-box span {
  color: #fefdfc;
  font-size: 3.5rem;
  font-weight: 700;
}

.slider_section .detail-box p {
  color: #fefdfc;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 12px 45px;
  background-color: #ffff00;
  color: #050505;
  border-radius: 0;
  text-transform: uppercase;
  margin-right: 10px;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: #e6e600;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 12px 42px;
  background-color: #fefdfc;
  color: #050505;
  border-radius: 0;
  text-transform: uppercase;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: #f8f0e9;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: -75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: #ffff00;
  border-radius: 100%;
}

.slider_section ol.carousel-indicators li.active {
  background-color: transparent;
  border: 3px solid #fefdfc;
}

.offer_section .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 0;
}

.offer_section .content-box .img-box {
  min-width: 125px;
  min-height: 115px;
  background-color: #eeeded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
}

.offer_section .content-box .img-box svg {
  width: 55px;
  height: auto;
}

.offer_section .content-box:hover .img-box {
  background-color: #8f9440;
}

.offer_section .content-box:hover .img-box svg {
  fill: #fefdfc !important;
}

.offer_section .content-box:hover .img-box svg g {
  fill: #fefdfc !important;
}

.offer_section .content-box:hover .img-box svg path {
  fill: #fefdfc !important;
}

.offer_section .content-box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.offer_section .content-box .detail-box p {
  margin: 0;
}

.about_section {
  background-color: #FFFFFF;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .row .col-md-6 {
  padding: 0;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box {
  padding: 45px 0;
}

.about_section .detail-box p {
  margin-top: 20px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #ffff00;
  color: #050505;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: #e6e600;
}

.client_section {
  font-family: "Lato", sans-serif;
}

.client_section h2 {
  text-align: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.client_section .client_container .img-box {
  width: 250px;
  border: 5px solid #72442E;
  border-radius: 100%;
}

.client_section .client_container .img-box img {
  width: 100%;
}

.client_section .client_container .detail-box {
  margin-top: 25px;
}

.client_section .client_container .detail-box h4 {
  text-transform: uppercase;
  color: #1d1b28;
  font-weight: normal;
}

.client_section .client_container .detail-box h6 {
  text-transform: uppercase;
  color: #72442E;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}

.client_section .client_container .detail-box img {
  width: 60px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #72442E;
  opacity: 1;
  top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #050505;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
}



.contact_section h2 {
  text-align: center;
  /* margin-bottom: 45px; */
}

.contact_section h2 span {
  color: #fefdfc;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #fefdfc;
  outline: none;
  color: #101010;
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  padding: 15px 55px;
  outline: none;
  border: none;
  border-radius: 30px;
  border: 1px solid #fa0909;
  color: #fff;
  font-weight: bold;
  background-color: #fa0909;
}

.contact_section .map_section {
  width: 100%;
  height: 450px;
}

.info_section {
  background-color: #6786A1;
  color: #fefdfc;
  font-family: "Lato", sans-serif;
}

.info_section h5 {
  margin: 20px 0 25px 0;
  font-weight: 400;
  text-transform: uppercase;
}

.info_section .form_heading {
  font-weight: normal;
  text-transform: uppercase;
}

.info_section .info_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px;
}

.info_section .info_logo a span {
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form form input {
  min-width: 100%;
  height: 45px;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 0 15px;
}

.info_section .info_form form button {
  padding: 0 45px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #050505;
  text-transform: uppercase;
  background-color: #ffff00;
  -webkit-transform: translate(-102%);
  transform: translate(-102%);
  margin-top: 2.5px;
}

/* footer section*/
.footer_section {
  background-color: #252525;
  padding: 20px;
  background-color: #3A4D5C;
}

.footer_section p {
  margin: 0;
  text-align: center;
  color: #fefdfc;
}

.footer_section a {
  color: #fefdfc;
}


/* llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll */

.detail-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


section.slider_section.position-relative .container {
  padding-left: 0px !important;
}

.sav_slider {

  width: 80%;
}

.slider_section .container {
  height: 100%;
}

.slider_section .container .sav_slider {
  height: 100% !important;
}

section.slider_section.position-relative .container {
  margin-left: 0px !important;
}

.sav_slider .carousel-inner {
  height: 100%;
}

.sav_slider .carousel-inner img.d-block.w-100 {
  height: 100% !important;
  object-fit: cover;
}

.sav_slider div#carouselExampleSlidesOnly {
  height: 100%;
}

.sav_slider .carousel-item {
  height: 100%;
}

.over_le {
  position: absolute;
  top: 0;
  left: 0;
  background: #00000066;
  z-index: 999999 !important;
  height: 100%;
  width: 100%;
}

a.navbar-brand img {
  width: 70px;
}



a.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.karna {
  position: absolute;
  right: 5%;
  top: 55%;
  z-index: 9999999999999999 !important;
  display: block;
  color: white;
  font-size: 70px;
  color: #F7B95B;
  transform: translate(0%, -50%);
  font-family: 'DM Serif Display', serif !important;
  font-size: 6vw;
  color: #F7B95B !important;
  line-height: 80px;
  font-weight: 900;
  text-align: right;
  text-transform: capitalize;
}

section.slider_section.position-relative {
  position: relative;
}

.karna h1 {
  font-family: 'DM Serif Display', serif !important;
  font-size: 4vw;
  color: #72442D !important;
  line-height: 50px;
  text-align: right;
  text-transform: capitalize;
}

.karna h4 {
  font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #F7B95B !important;
  letter-spacing: 3px;
  margin-top: 30px;
}







.carousel-item img {
  width: 100%;
  height: 100% !important;
}

.raju {
  margin: 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.raju img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading_container h2 {
  margin-bottom: 15px;
  text-align: center;
}
.heading_container p {
  text-align: center;
  color: black;
  font-size: 18px;
  /* margin-bottom: 68px; */
}
.h6 {
  font-size: 15px;
  text-align: center;
}
.heading_container  {

  margin-bottom: 75px;
}
header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  padding: 10px 0px;
}


.nav .main_logo img {
  width: 70px;
}


span.nem_manu {
  border: 2px solid #72442D;
  padding: 10px;
  width: 40px !important;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}

span.nem_manu i.fa.fa-bars {
  font-size: 20px;
}

.main_logo span {
  color: #72442D;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Poppins';
}



.ok_roomi {
  position: absolute;
  width: 100%;
  background: #98BFE2;
  top: 105px;
  padding: 30px;
  right: 0px;
  height: 100vh;
  z-index: 99;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  text-align: left !important;
  align-content: flex-end;
  align-items: flex-end;
}

ul#myDIV li {
  list-style: none;
  padding: 5px;
}

ul#myDIV li a {
  color: #724933;
  font-weight: 500;
  font-family: 'DM Serif Display', Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.1em;
  transition: color 300ms ease 0ms;
  text-transform: capitalize;
  transition: 0.5s;
}

ul#myDIV li a:hover {
  color: #f7cd8d;
  transition: 0.5s;
}

.icone_ret {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
}

.icone_ret a {
  background: #724933;
  padding: 10px;
  color: white;
  display: flex;
  margin: 5px;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: 0.5s;
}

.icone_ret a:hover {
  background: #f7cd8d;
  transition: 0.5s;
}

i.fa.fa-bars {
  color: #72442D;
}

header {
  BACKGROUND: #98BFE2 !important;
}
















/*Time to apply widths for accordian to work
Width of image = 640px
total images = 5
so width of hovered image = 640px
width of un-hovered image = 40px - you can set this to anything
so total container width = 640 + 40*4 = 800px;
default width = 800/5 = 160px;
*/

.live_div .accordian {
  height: 320px;
  overflow: hidden;

  /*Time for some styling*/

  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.live_div .accordian ul {
  width: 1200px;
  /*This will give ample space to the last item to move
instead of falling down/flickering during hovers.*/
}

.live_div .accordian li {
  position: relative;
  display: block;
  width: 120px;
  float: left;

  border-left: 1px solid #888;

  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);

  /*Transitions to give animation effect*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  /*If you hover on the images now you should be able to 
see the basic accordian*/
}

/*Reduce with of un-hovered elements*/

/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.live_div .accordian ul li:hover {
  width: 300px;
}


.live_div .accordian li img {
  display: block;
}

/*Image title styles*/
.live_div .image_title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 640px;

}

.live_div .image_title a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
}


.live_div .kk_overy {
  position: absolute;
  top: 0;
  animation: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #0000003b;
  color: white;
  font-size: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-content: center;
  transition: 0.8s;
}

.live_div .accordian li:hover .kk_overy {

  display: flex !important;
  transition: 0.8s;
}

.live_div.kk_overy p {
  margin-top: 100px;
}

.kk_overy p {
  margin-top: 100px;
}

.live_div .accordian ul {
  /* width: 1200px; */
  padding-left: 0px;
}

.mjm {
  margin: 0px 20px;
  height: 239px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.mjm iframe {
  width: 100% !important;
  height: 100% !important;
}

section.about_section {
  padding: 100px 0px;
  padding-bottom: 110px;
}

.mane_uk_slider .container {
  padding: 0px;
}

.slick-dots {
  bottom: -75px !important;
  width: 100%;
  list-style: none;
  text-align: center;
}

.nav-tabs {
  /* border-bottom: 1px solid #dee2e6; */
  border: none !important;
}


ul#myTab {
  margin-left: 5px !important;
  margin-bottom: 50px !important;
}

ul#myTab li.nav-item {
  margin-left: 5px !important;
}





button#home-tab {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-transform: capitalize;
  font-weight: 600;
}

button#home-tab img {
  width: 50px;
}

#profile-tab img {
  width: 50px;
}

button#profile-tab {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-transform: capitalize;
  font-weight: 600;

}


.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #72442D !important;
}


section.new_midiya {
  background: #f7cd8d;
  padding: 80px 0px;
  padding-bottom: 100px;
}
.main_ing {
  background-color: white;
}

section.new_midiya .main_ing {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 50px;
  height: 400px;
  transition: 0.5s;
}

.main_ing:hover {

    animation: swing; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
  color: #000 !important;
  transition: 0.5s;
}



section#rustam .main_ing:hover .kklp {
  color: unset !important;
}

section.new_midiya .main_ing img {
  width: 100px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 50%;
  height: 100px;
  object-fit: cover;
}

section.new_midiya .main_ing h4 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  color: #72442D;
  margin-bottom: 30px;
}

section.new_midiya .main_ing span {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

section.client_section.layout_padding {
  background: #F7F7F7;
}









section#rustam img {
  width: 100% !important;
  height: 333px;
  border-radius: 0px;
  object-fit: cover;
  box-shadow: none;
}

section#rustam .main_ing {
  padding: 0px;
  height: 470px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
}

section#rustam span.kklp {
  padding: 0px 10px;
}

section#rustam .main_ing:hover {
  background: #FFFFFF;
}









section.gggggggggg {
  background: black;
  padding: 100px 0px;
}



















section.gggggggggg ul {
  margin: 0;
  padding: 0;
}

section.gggggggggg ul {
  height: 80vh !important;

}

section.gggggggggg ul li {
  height: 100% !important;
}

section.gggggggggg ul li {
  position: relative;
  display: inline-flex;
  columns: 3;
  width: calc(10% - 0px);
  height: calc(100vh - 20px);

  background-size: cover;
  background-position: center center;
  transition: .5s all ease-in-out;
  overflow: hidden;
}

section.gggggggggg ul li .bloc {
  position: relative;
  overflow: hidden;
}

section.gggggggggg ul li .content {
  opacity: 0;
  left: 40px;
  bottom: 40px;
  position: absolute;
  border-left: 6px solid #FFF;
  padding-left: 20px;
  transition: .2s all;
  user-select: none;
}

section.gggggggggg ul li .content H2 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 35px;
  margin: 0;
}

section.gggggggggg ul li .content H3 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  font-size: 25px;
  margin: 0;
}

section.gggggggggg .active .content {
  opacity: 1;
  transition: 3s all;
  transition-delay: .5s;
}

section.gggggggggg ul li .bloc::before {
  opacity: 0;
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  animation: opacity 1s;
}

section.gggggggggg .active {
  position: relative;
  width: calc(90% - 0px);
  transition: .8s all ease-in-out;
}

section.gggggggggg .active::before {
  top: 0;
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  animation: opacity 1s;
}

section.gggggggggg .first {
  background-image: url();
}

section.gggggggggg .second {
  background-image: url(https://images.unsplash.com/photo-1550784686-975e4feb2f1b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);
}

section.gggggggggg .third {
  float: right;
  background-image: url();
}


@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


section.gggggggggg .first .content_mani {
  width: 50%;
  padding-top: 180px;
  display: none !important;
  overflow: auto;
}

section.gggggggggg .first .move_f {
  width: 100%;
}

section.gggggggggg .first .move_f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



section.gggggggggg .active .content_mani {
  display: block !important;
}

section.gggggggggg .third .content_mani {
  width: 50%;
  display: none;
}

section.gggggggggg .third .move_f {
  width: 100%;

}


section.gggggggggg .third .move_f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.gggggggggg .active .move_f {
  width: 50% !important;
}

section.gggggggggg .content_mani {
  background: black;
  color: white;
  padding: 30px;
}

section.gggggggggg .content_mani {
  z-index: 9;
}

section.gggggggggg .content_mani h4 {
  font-size: 30px;
  font-family: monospace;
  margin: 0px;
}

section.gggggggggg .content_mani p {
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
}

section.gggggggggg .mehafa {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 100%;
}

section.gggggggggg ul li {
  position: relative;
}

section.gggggggggg ul li::before {
  top: 0;
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  animation: opacity 1s;
  z-index: 9;
}


section.gggggggggg .active::before {
  display: none !important;
}

section.gggggggggg .triangle-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 18px solid #fff;
  border-bottom: 10px solid transparent;
}


section.gggggggggg .triangle-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 18px solid #fff;
  border-bottom: 10px solid transparent;
}

section.gggggggggg .move_f {
  position: relative;
}

section.gggggggggg .icone_hhggfg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 100%; */
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  z-index: 9;
}

section.gggggggggg .my_u_con {
  writing-mode: vertical-rl;
  color: white;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
  margin-left: 20px;
  font-family: serif;
  font-style: inherit;
}

section.gggggggggg .active .icone_hhggfg {
  display: none !important;
}

li.bloc.first.active .content_mani {
  padding-left: 50px;
}

li.bloc.first.active .content_mani .mehafa {
  margin-top: 180px;
}


button.Appointment {
  color: #fff !important;
  border-radius: 500px;
  background-color: #72442D;
  padding: 10px 20px;
  outline: none;
  border: none;
  /* color: white; */
  margin-left: 20px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
}

button.Appointment:hover {
  color: #98BFE2 !important;
  transition: 0.5s;
}

.org_manu {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}


.sav_slider .carousel-item .overly {
  width: 100%;
  height: 100%;
  background: #00000078;
  position: absolute;
  left: 0;
  top: 0;
}

.sare_icone {
  width: 25% !important;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  height: 100%;
  margin-top: 30px;
}

.sare_icone a {
  border: 3px solid #98BFE2;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  color: #98BFE2;
  transition: 0.5s;
}

.sare_icone a i {
  font-size: 18px;
  font-weight: 900;
}

.sare_icone a:hover {
  color: #98BFE2 !important;
  border-color: #98BFE2 !important;
  transition: 0.5s;
}



.headin_ggg h2.rahull {
  font-size: 3vw;
  color: #98BFE2 !important;
  line-height: 50px;
  font-family: 'DM Serif Display', Georgia, "Times New Roman", serif;
  font-weight: 900 !important;
  margin-top: 20px;
  margin-left: 10px;
}




.local_img img {
  width: 100% !important;
  height: 100%;
}



section.contact_section.layout_padding .container {
  background-image: linear-gradient(180deg, #6786A1 0%, #6786A1 100%), url(../images/damask-pattern-bg.jpg) !important;
  background-size: cover;
  width: 100%;
  position: relative !important;
  height: 560px;

}

.heading_container h4 {
  font-family: 'Caveat', cursive;
  font-size: 30px;
  text-align: center;
}





section.contact_section.layout_padding .row {
  position: absolute;
  height: 440px;
  left: 70px;
  top: 60px;
  /* width: 100%; */
  right: 70px;
  background: #72442D;
  height: 100%;
}

section.contact_section.layout_padding .row .col-md-6 {
  height: 100%;
}

section.contact_section.layout_padding .row .col-md-6 .local_img {
  height: 100%;
}

section.contact_section.layout_padding .row .col-md-6 {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  /* width: 100%; */
  margin: 0 !important;
}

section.contact_section.layout_padding .row .col-md-6 .local_img {
  height: 100%;
  width: 100%;
}


.kk_conttnat {
  text-align: center;
}

.kk_conttnat p {
  color: white;
}

.kk_conttnat h2 {
  color: #6786A1;
 
  text-transform: uppercase;
  font-size: 22px;
  color:white !important;
  letter-spacing: 1px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  
  font-weight: 900;
}
.et_pb_text_inner{
  margin-bottom: 32px !important;
}

a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light {
  color: white !important;
  background-color: #6786A1;
  padding: 10px;
  margin-top: 10px;
  display: block;
  width: 200px;
  margin: auto;
  margin-top: 30px !important;
}


section.contact_section.layout_padding .row .col-md-6 .local_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0px;
}



html {
  overflow-x: hidden !important;
}




header .nav .main_logo a {
  display: flex;
  align-items: flex-end !important;
}

.headin_ggg h4 {
  color: #98BFE2;
  font-size: 15px;
  line-height: 25px;
}






#custum_scrol::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#custum_scrol::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#custum_scrol::-webkit-scrollbar-thumb {
  background-color: #000000;
}



section#new_yy_tt .mjm {
  height: 450px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 20px 10px;
}

section#new_yy_tt .mjm .main_on_img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

section#new_yy_tt .mjm .main_on_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: 0.5s;
}

img.qwerty:hover {
  transform: scale(1.5) !important;
  transition: 0.5s !important;
}

.urt_contant_y {
  padding: 20px;
}

.urt_contant_y h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.urt_contant_y span.coment_g {
  color: grey;
  margin-bottom: 10px;
  display: block;
}

.qwerty img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.urt_contant_y h3:hover {
  color: #390D0E;
  transition: 0.5s !important;
}

.jengo nav.navbar.navbar-expand-xxl.navbar-light.bg-light {
  width: 100%;
}

.bg-light a img.animate__animated.animate__backInLeft.animate__delay-1s.animate-duration-2s {
  width: 70px !important;
}

.jengo {
  display: flex;
  align-items: center;
  align-content: center;
}

nav.navbar.navbar-expand-xxl.navbar-light.bg-light {
  background: #98BFE2 !important;
}





nav.navbar.navbar-expand-xxl.navbar-light.bg-light a span.animate__animated.animate__backInRight.animate__delay-1s.animate-duration-2s {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  font-family: inherit;
}



nav.navbar.navbar-expand-xxl.navbar-light.bg-light>a {
  display: flex;
  align-items: flex-end;
}


html,
body {
  overflow-x: hidden !important;
}



.kkoop_tavb.aos-init.aos-animate ul#myTab {
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

ul#myTab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.info_links a {
  color: white;
  font-size: 100% !important;
}

.kk_conttnat p a {
  color: white !important;
}

.info_insta a {
  display: block;
  color: white;
}




ul#myTab img {
  width: 35px;
  margin-bottom: 10px;
}



ul#myTab button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: none;
  background: transparent;
  outline: none;
  font-size: 12px;
  padding: 0px 5px;
  width: 115px;
  font-weight: 500 !important;
}


div#carouselExampleControls {
  height: 72vh !important;
  width: 75%;
  padding: 0px !important;
  margin: 0px !important;
}

div#carouselExampleControls .carousel-item {
  height: 100% !important;
}


div#carouselExampleControls .carousel-inner {
  height: 100%;
}

.hero_area {
  overflow: hidden;
}


.overly {
  width: 100%;
  background: #00000073;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}



@media only screen and (max-width: 900px) {


  


  .gaykl {
    display: flex !important;
    justify-content: space-around !important;
    width: 250px !important;
    margin-right: 10px !important;
}

  .gaykl {
    display: flex !important;
    justify-content: space-around !important;
    width: 270px;
    margin-right: 10px !important;
    margin-bottom: 5px;
}

  .icone_hhggfg {
    display: none !important;
}



section.contact_section.layout_padding .container {
  background-image: linear-gradient(180deg, #6786A1 0%, #6786A1 100%), url(../images/damask-pattern-bg.jpg) !important;
  background-size: cover;
  width: 100%;
  position: relative !important;
  height: auto;
}

section.contact_section.layout_padding .row {
  position: unset;
  height: 440px;
  left: 70px;
  top: 60px;
  /* width: 100%; */
  right: 70px;
  background: #72442D;
  height: 100%;
}


.kk_conttnat p {

  font-family: 'Caveat', cursive;
}

.kk_conttnat h2 {
  color: #6786A1;
 
  text-transform: uppercase;
  font-size: 22px;
  color:white !important;
  letter-spacing: 1px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  
  font-weight: 900;
}
.et_pb_text_inner{
  margin-bottom: 32px !important;
}

#mY_iopl_gg {
  padding-bottom: 70px !important;
}

.live_div .accordian.aos-init.aos-animate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: auto !important;
    box-shadow: none;
    background: transparent;
}

.live_div .accordian.aos-init.aos-animate ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    box-shadow: none !important;
}

.live_div .accordian.aos-init.aos-animate ul li {
    width: 300px !important;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: none !important;
}

.live_div .accordian.aos-init.aos-animate ul li img {
    width: 300px !important;
    height: 300px;
    object-fit: cover;
    text-align: center;
    box-shadow: none !important;
}

section.offer_section.hero_next_section-margin.layout_padding {
    background: #f7cd8d;
}

section.new_midiya .main_card .main_ing {
  margin-bottom: 20px;
}

.kkoop_tavb.aos-init.aos-animate ul#myTab {
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

  li.bloc.first.active .content_mani .mehafa {
    margin-top: 0;
}

section.gggggggggg .third .move_f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.gggggggggg .third .content_mani {
  width: 100%;
  display: block;
}

li.bloc.third {
  display: flex;
  flex-direction: column;
  align-items: center;
  place-content: center;
  width: 100%;
}

div#hhvvaass {
  display: none;
}

section.gggggggggg ul li::before {
  top: 0;
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  animation: opacity 1s;
  z-index: 9;
  display: none;
}

section.gggggggggg .active .move_f {
  width: 100% !important;
}


  section.gggggggggg ul {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

li.bloc.first {
    display: flex;
    flex-direction: column;
    width: 100%;
}

div#custum_scrol {
    width: 100%;
    overflow: hidden;
}



section.gggggggggg ul {
    height: auto !important;
}

div#custum_scrol {
    padding-top: 0px !important;
}

  section.slider_section.position-relative {
    width: 100%;
    top: 0 !important;
   
    background: transparent;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}


.sare_icone {
  width: 100% !important;
  position: unset;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.sare_icone a {
  margin: 0px 10px;
}

.hero_area {
  position: relative;
  background-color: #f7cd8d;
  height: 140vh;
}

section.slider_section.position-relative .container {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  width: 100% !important;
  margin: 0;
  padding: 0;
}

div#carouselExampleControls {
  width: 100% !important;
  height: 72vh !important;
  padding: 0px !important;
  margin: 0px !important;
}

.headin_ggg {
  left: -5%;
  top: 60%;
  transform: translate(0%, 0%);
  width: 100%;
  position: unset !important;
}

.gaykl {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.gaykl {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

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

.headin_ggg h2.rahull {
  width: 100%;
  margin: auto;
  text-align: center;
}

.headin_ggg h2.rahull br {
  display: none;
}





}




@media only screen and (max-width: 700px) {





section.slider_section.position-relative {
  width: 100%;
  top: 0px !important;
  margin-bottom: 0px !important;
  background: transparent;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding-top: 0px !important;
}



.headin_ggg h4 {
  color: #98BFE2;
  font-size: 14px;
  text-align: center;
}


}


@media only screen and (max-width: 370px) {

  div#carouselExampleControls {
    width: 100% !important;
    height: 38vh !important;
    padding: 0px !important;
    margin: 0px !important;
}

.carousel-item img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

section.slider_section.position-relative {
  width: 100%;
  top: 0px !important;
  margin-bottom: 0px !important;
  background: transparent;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}


}

@media screen and (min-device-width: 900px) and (max-device-width: 1200px) { 
  
  li.bloc.first.active .content_mani .mehafa {
    margin-top: 430px !important;
}



}




@media only screen and (max-width:516px) {

  button.Appointment {
    color: #fff !important;
    border-radius: 500px;
    background-color: #72442D;
    padding: 10px 20px;
    outline: none;
    border: none;
    /* color: white; */
    margin-left: 20px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
}

.ok_roomi {
  position: absolute;
  width: 100%;
  background: #98BFE2;
  top: 145px;
  padding: 30px;
  right: 0px;
  height: 100vh;
  z-index: 99;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  text-align: left !important;
  align-content: flex-end;
  align-items: flex-end;
}

ul#myDIV li a {
  color: #724933;
  font-weight: 500;
  font-family: 'DM Serif Display', Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.1em;
  transition: color 300ms ease 0ms;
  text-transform: capitalize;
  transition: 0.5s;
}
}


@media screen and (min-device-width: 470px) and (max-device-width: 516px) { 

  .ok_roomi {
    position: absolute;
    width: 100%;
    background: #98BFE2;
    top: 104px;
    padding: 30px;
    right: 0px;
    height: 100vh;
    z-index: 99;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    text-align: left !important;
    align-content: flex-end;
    align-items: flex-end;
}

}


@media only screen and (max-width:477px) {

.ok_roomi {
  position: absolute;
  width: 100%;
  background: #98BFE2;
  top: 146px;
  padding: 30px;
  right: 0px;
  height: 100vh;
  z-index: 99;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  text-align: left !important;
  align-content: flex-end;
  align-items: flex-end;
}
}

.main_card .col-md-4.col-sm-12 a {
  color: black !important;
}

.gaykl {
  display: flex !important;
  justify-content: space-around !important;
  width: 100% !important;
  margin-right: 10px !important;
}

.of_f a {
  width: 100%;
  text-align: left !important;
  border-radius: 0px;
  border: navajowhite;
  display: flex;
  justify-content: flex-start;
  margin: 0px;
}

@media only screen and (max-width: 900px) {
  section#kkjhgfdssdfghjj ul {
    margin: 0px !important;
    padding: 0px;
}

  .sare_icone a {
   
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    color: black;
    transition: 0.5s;
}

.headin_ggg h2.rahull {
  font-size: 3vw;
  color: black !important;
  line-height: 50px;
  font-family: 'DM Serif Display', Georgia, "Times New Roman", serif;
  font-weight: 900 !important;
  margin-top: 20px;
  margin-left: 10px;
}

.headin_ggg h4 {
  color: black;
  font-size: 15px;
  line-height: 25px;
}
  .gaykl {
    display: flex !important;
    justify-content: space-around !important;
    width: 300px !important;
    margin-right: 10px !important;
}

.of_f {
  position: unset !important;
  bottom: 70px;
  right: 20px;
}}


.headin_ggg {
  height: 100%;
  position: relative;
}

.of_f {
  position: absolute;
  bottom: 70px;
  right: 20px;
}

.senta {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.senta img {
  width: 100% !important;
  height: 100% !important;
  padding: 10px;
  border-radius: 0px !important;
}

section#rustam h4 {
  margin-bottom: 70px;
  margin-top: 20px;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  color: #72442D;
}

section#rustam .main_ing:hover{

  animation:swing ;
  animation-duration: 1s;


}

section#rustam h2 {
  margin-bottom: 20px !important;
}

section#dimag_hhh {
  background: #f7cd8d;
}

section#dimag_hhh .container {
  background: transparent !important;
}

section#dimag_hhh .container .row {
  background: transparent;
  position: unset;
}

section#dimag_hhh .container .row form {
  width: 100%;
}


.kaka {
  width: 100%;
  height: 250px;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.kaka img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map_section {
  height: auto !important;
}

.map_section .col-md-6 {
  margin: 0px !important;
  padding: 0px !important;
}

select {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #fefdfc;
  outline: none;
  color: #101010;
}

section#dimag_hhh .container .row {
  background: transparent;
  position: unset;
  height: auto !important;
}

section#dimag_hhh .container {
  background: transparent !important;
  height: auto !important;
}










.kkoop_tavb.aos-init.aos-animate ul#scroller {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.kkoop_tavb.aos-init.aos-animate ul#scroller li {
    margin: 0px 10px;
}

.kkoop_tavb.aos-init.aos-animate ul#scroller li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    width: 100px;
    text-align: center;
    color: #0C0C0C;
    font-weight: 800;
}

.kkoop_tavb.aos-init.aos-animate ul#scroller li a img {
    width: 40px;
    /* font-size: 12px; */
    margin-bottom: 6px;
    /* color: #0C0C0C !important; */
}



.kkoop_tavb.aos-init.aos-animate ul#scroller li .active {
  color: #71442E !important;
}


.slick-initialized .slick-slide {
  display: block !important;
  width: 390px !important;
}



.mjm {
  width: 354px !important;
}











.slick-track {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-content: center !important;
}
  

.tab-content {
  margin-top: 40px;
}



.modal-body h2 {
  font-size: 25px;
  color: #72442E;
  width: 80%;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}

.hare_img {
  width: 300px;
  margin: auto;
}

.hare_img img {
  width: 100%;
}

.hare_con {
  text-align: center;
  color: black;
  margin-top: 30px;
}



.hare_con h3 a {
  color: black;
  font-size: 20px;
  text-align: center;
  display: block;
}


.col-md-4.col-sm-12.nacccc {
  cursor: pointer;
}

.modal-header {
  border: none !important;
}





.kk_conttnat p {
  color: white;
  font-family: 'Caveat', cursive !important;
  font-size: 25px;
  padding: 0px 20px;
}

.contact_section input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #fefdfc;
  outline: none;
  color: #101010;
  margin-left: 15px;
}

.kk_conttnat h2 {
  color: #6786A1;
  text-transform: uppercase;
  font-size: 22px;
  color: white !important;
  letter-spacing: 1px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  font-weight: 900;
  padding: 30px 0px;
}




@media only screen and (max-width: 769px) {

  li.bloc.first.active .content_mani {
    padding-left: 15px;
}
  .kkoop_tavb.aos-init.aos-animate ul#scroller li {
    margin: 15px;
}

  .slick-initialized .slick-slide {
    display: block !important;
    width: 540px !important;
  }
  
  .mjm {
    width: auto !important;
  }


  .contact_section input {

    margin-left: 0px;
}

ul {
  list-style: none;
}
}

button.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.hare_img img {
  width: 200px;
  height: 300px;
  margin: 10px;
  object-fit: cover;
}

.hare_img {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  /* padding: 10px; */
}




@media only screen and (max-width: 991px) {


  .hare_img {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    /* padding: 10px; */
    flex-direction: column;
}

.hare_img img {
  width: 100%;
  height: 300px;
  margin: 10px;
  object-fit: cover;
}

}





