/*
LAYOUT
*/
.cke-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/*
UTİLS
*/
.cke-header-bg.contact {
  display: none;
}

.cke-header-bg img {
  width: 100%;
  height: 40rem;
}

.cke-global-ample {
  margin: 0;
}

.cke-global-ample img {
  width: 80px;
}

.cke-button {
  display: inline-block;
  padding: 6px 1rem;
  font-size: 15px;
  font-weight: 500;
  text-decoration: initial;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
}

.cke-button.primary {
  color: #08162e;
  background: #E4AF38 ;
}

.cke-button.secondary {
  background: #08162e;
  color: #fff;
}

.cke-input {
  display: inline-block;
  border: 0;
  outline: 0;
  padding: 15px 13px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
}

.cke-textarea {
  display: inline-block;
  border: 0;
  outline: 0;
  padding: 15px 13px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  height: 100%;
}

.cke-call-widget {
  position: fixed;
  top: 11rem;
  right: 0;
  z-index: 9;
}

.cke-info-widget {
  display: none;
}

.cke-call-widget .wrapper {
  background: #E4AF38 ;
  padding: 12px 8px;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
  transition: 500ms;
}

.cke-call-widget .wrapper:hover {
  padding: 12px 12px;
}

.cke-call-widget .wrapper:hover {
  opacity: 0.8;
}

.cke-call-widget .wrapper .fa-phone {
  color: black;
}

/*
HEADER
*/
.cke-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1050;
}

.cke-header.contact {
  position: sticky;
  top: 0;
  z-index: 1050;
}

.cke-header.contact .wrapper::before {
  background: #08162e;
}

.cke-header .wrapper {
  position: relative;
  border-bottom: 0.3px solid #cea648;
  z-index: 1;
}

.cke-header .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #08162e 0%, #08162e7d 36%);
}

.cke-header.changed .wrapper::before {
  content: "";
  background: #E4AF38 ;
}

.cke-header .wrapper .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cke-header .wrapper .logo {
  position: relative;
}

.cke-header .wrapper .logo .link {
  display: flex;
  text-decoration: inherit;
}

.cke-header .wrapper .logo .link img {
  width: 150px;
}

.cke-lang{
  position: fixed !important;
  top: 2px !important;
  right: 0 !important;
  z-index: 55656565655 !important;
}

.cke-lang .lang{
  display: flex !important;
}

.cke-lang .lang .item{
  background: #E4AF38  !important;
  font-size: 11px !important;
  color: #000 !important;
  font-weight: 600 !important;
  text-decoration: inherit !important;
  padding: 3px 7px !important;
  cursor: pointer !important;
}

.cke-lang .lang .item:hover {
  background: white !important;
}

.cke-lang .lang .item.active:hover {
  color: black !important;
}

.cke-lang .lang .item:nth-child(1) {
  border-radius: 4px 0 0 4px !important;
}

.cke-lang .lang .item:nth-child(2) {
  border-radius: 0 4px 4px 0 !important;
  margin-left: 1px !important;
}

.cke-lang .lang .item.active {
  color: white !important;
}


.cke-header .wrapper .right-wrapper .middle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cke-header .wrapper .right-wrapper .middle .buttons {
  display: flex;
  padding: 15px 0;
}

.cke-header .wrapper .right-wrapper .middle .socials {
  display: flex;
  margin-left: 1rem;
}

.cke-header .wrapper .right-wrapper .middle .socials .link {
  margin-right: 0.5rem;
}

.cke-header .wrapper .right-wrapper .middle .socials .link:last-child() {
  margin-right: 0;
}

.cke-header .wrapper .right-wrapper .middle .socials .link i {
  font-size: 17px;
  color: #fff;
}

.cke-header .wrapper .right-wrapper .middle .socials .link i:hover {
  color: #cea648;
}

.cke-header .wrapper .right-wrapper .middle .buttons .item {
  background: #08162e;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: inherit;
  margin-right: 0.5rem;
}

.cke-header .wrapper .right-wrapper .middle .buttons .item:hover {
  background: #cea648;
}

.cke-header .wrapper .right-wrapper .middle .buttons .item:last-child {
  margin-right: 0;
}

.cke-header .wrapper .right-wrapper .menu {
  display: flex;
  justify-content: flex-end;
}

.cke-header .wrapper .right-wrapper .menu .item {
  color: #fff;
  font-size: 12px;
  text-decoration: inherit;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #cea648;
}

.cke-header .wrapper .right-wrapper .menu .item:hover {
  color: #cea648;
}

.cke-header .wrapper .right-wrapper .menu .item:last-child {
  margin-right: 0;
  border-right: inherit;
  padding-right: inherit;
}

.cke-header .wrapper .mobile-menu {
  display: none;
}

.cke-header .wrapper .mobile-menu .selector {
  position: relative;
  background: #fff;
  font-size: 11px;
  color: #000;
  width: 30px;
  height: 30px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: inherit;
  padding: 3px 7px;
  cursor: pointer;
}

.cke-header .wrapper .mobile-menu .selector .icon {
  width: 100%;
  height: 100%;
}

.cke-header .wrapper .mobile-menu .selector .icon path {
  color: #000;
}

.cke-header .wrapper .mobile-menu .mobile-lists {
  display: none;
}

.cke-header .wrapper .mobile-menu .mobile-lists.active {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 101px;
  bottom: 40px;
  right: 43%;
  left: 0;
  background: #ffffff;
  padding: 2rem 1.5rem;
}

/*.cke-header .wrapper .mobile-menu .mobile-lists .mobile-wrapper {
  display: flex;
  flex-direction: column;
}

.cke-header .wrapper .mobile-menu .mobile-lists .mobile-wrapper .item {
  color: #000;
  font-size: 15px;
  padding: 5px 0;
  text-decoration: inherit;
}

.cke-header .wrapper .mobile-menu .mobile-lists .lang-wrapper {
  display: inline-flex;
  margin-top: 2rem;
}

.cke-header .wrapper .mobile-menu .mobile-lists .lang-wrapper .item {
  padding: 5px 7px;
  background: #08162e;
  font-size: 14px;
  color: #fff;
  text-decoration: inherit;
}

.cke-header .wrapper .mobile-menu .mobile-lists .lang-wrapper .item.active {
  background-color: #cea648;
}

.cke-header .wrapper .mobile-menu .mobile-lists .lang-wrapper .item:hover {
  background-color: #cea648;
}

.cke-header .wrapper .mobile-menu .mobile-lists .social-wrapper {
  margin-top: auto;
  display: flex;
}

.cke-header .wrapper .mobile-menu .mobile-lists .social-wrapper .link {
  margin-top: auto;
  text-decoration: initial;
  display: flex;
  margin-right: 1rem;
}

.cke-header .wrapper .mobile-menu .mobile-lists .social-wrapper .link i {
  margin-top: auto;
  font-size: 20px;
  color: #000;
}*/



/*
SECTION-INFO
*/
.cke-section-info {
  position: relative;
  height: 100vh;
  background: #f7f4eb;
}

.cke-section-info .cover-left {
  position: absolute;
  top: 0;
  left: 5rem;
  bottom: 0;
  margin: 0;
}

.cke-section-info .cover-left img {
  height: 100%;
}

.cke-section-info .cover-right {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: 0;
}

.cke-section-info .cover-right img {
  height: 100%;
}

.cke-section-info .wrapper {
  align-items: center !important;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin: auto;
  z-index: 1;
  margin-top: 300px;

}

.cke-section-info .wrapper .title {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.8rem;
  margin-bottom: 0;
}

.cke-section-info .wrapper .cover {
  margin-top: 1rem;
}

.cke-section-info .wrapper .cover img {
  width: 50px;
}

.cke-section-info .wrapper .article {
  padding: 10px 0;
}

.cke-section-info .wrapper .article p {
  font-size: 15px;
  font-weight: 300;
  color: #727272;
}

.cke-section-info .wrapper .article p:last-child {
  margin-bottom: 0;
}

.cke-section-info .wrapper .strong p {
  font-size: 15px;
  font-weight: 500;
  color: #727272;
}

/*
SECTION-SLIDER
*/
.cke-section-slider .wrapper {
  display: grid;
  grid-template-columns: 3fr 4fr;
  padding: 1rem 0;
}

.cke-section-slider .wrapper .home-slider-1 {
  width: 100%;
  height: 400px;
}

.cke-section-slider .wrapper .home-slider-1 .home-slider-1-navigation {
  position: absolute;
  display: flex;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.cke-section-slider .wrapper .home-slider-1 .home-slider-1-navigation .prev {
  background: #08162e;
  padding: 3px 15px;
}

.cke-section-slider
  .wrapper
  .home-slider-1
  .home-slider-1-navigation
  .prev:hover {
  background: #cea648;
}

.cke-section-slider
  .wrapper
  .home-slider-1
  .home-slider-1-navigation
  .prev::after {
  content: "prev";
  font-family: "swiper-icons";
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  font-size: 19px;
  color: #fff;
}

.cke-section-slider .wrapper .home-slider-1 .home-slider-1-navigation .next {
  background: #08162e;
  padding: 3px 15px;
}

.cke-section-slider
  .wrapper
  .home-slider-1
  .home-slider-1-navigation
  .next:hover {
  background: #cea648;
}

.cke-section-slider
  .wrapper
  .home-slider-1
  .home-slider-1-navigation
  .next::after {
  content: "next";
  font-family: "swiper-icons";
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  font-size: 19px;
  color: #fff;
}

.cke-section-slider .wrapper .home-slider-1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.cke-section-slider .wrapper.wrapper-section-two {
  grid-template-columns: 4fr 3fr;
}

.cke-section-slider .wrapper .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 6rem;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cke-section-slider .wrapper.wrapper-section-one .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../assets/images/palm-right.png);
  width: 300px;
  height: 300px;
  background-size: cover;
}

.cke-section-slider .wrapper.wrapper-section-two .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../assets/images/palm-left.png);
  width: 300px;
  height: 300px;
  transform: scaleY(-1);
  background-size: cover;
}

.cke-section-slider .wrapper .content .cke-global-ample {
  margin-bottom: 1.5rem;
}

.cke-section-slider .wrapper .content .text {
  position: relative;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.8rem;
  margin-bottom: 0;
}

.cke-section-slider .wrapper .cover {
  margin: 0;
}

.cke-section-slider .wrapper .cover img {
  width: 100%;
  height: 430px;
}

/*
SECTION-DETAILS
*/
.cke-section-details {
  background-color: #f7f4eb;
  padding: 3rem 0;
}

.cke-section-details .text {
  font-size: 14px;
  color: #08162e;
  font-weight: 200;
}

/*
SECTION-DETAILS-LAYER
*/
.cke-section-details-layer {
  background: linear-gradient(45deg, #cea648 15%, #f7f4eb 1%);
  margin-bottom: 2rem;
}

.cke-section-details-layer .lists {
  display: flex;
  width: fit-content;
  padding-left: 6rem;
}

.cke-section-details-layer .lists .item {
  background-color: #cea648;
  padding: 10px 3rem;
  flex: 1 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  text-decoration: inherit;
  white-space: nowrap;
}

.cke-section-details-layer .lists .item:nth-child(1) {
  border-right: 1px solid #f7f4eb;
}

.cke-section-details-layer .lists .item:nth-child(2) {
  border-right: 1px solid #f7f4eb;
}

.cke-section-details-layer .lists .item:nth-child(4) {
  border-right: 1px solid #08162e;
}

.cke-section-details-layer .lists .item.custom-item {
  background-color: #ffe8b2;
  cursor: pointer;
}

.cke-section-details-layer .lists .item.custom-item:hover {
  background-color: #08162e;
}

.cke-section-details-layer .lists .item.custom-item:hover .label {
  color: #fff;
}

.cke-section-details-layer .lists .item.custom-item:hover .text {
  color: #fff;
}

.cke-section-details-layer .lists .item.custom-item .label {
  color: #08162e;
}

.cke-section-details-layer .lists .item.custom-item .text {
  color: #08162e;
}

.cke-section-details-layer .lists .item .label {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.cke-section-details-layer .lists .item .text {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

/*
SECTION-MORE-INFORMATION
*/
.cke-section-more-information .wrapper {
  display: grid;
  grid-template-columns: 3fr 4fr;
  padding: 1rem 0;
}

.cke-section-more-information .wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 3rem;
  width: 100%;
  height: 100%;
}

.cke-section-more-information .wrapper .content .title {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}

.cke-section-more-information .wrapper .content .text {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 0;
}

.cke-section-more-information .wrapper .home-slider-1 {
  margin: 0;
}

.cke-section-more-information
  .wrapper
  .home-slider-1
  .home-slider-1-navigation {
  position: absolute;
  display: flex;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.cke-section-more-information
  .wrapper
  .home-slider-1
  .home-slider-1-navigation
  .prev {
  background: #08162e;
  padding: 3px 15px;
}

.cke-section-more-information
  .wrapper
  .home-slider-1
  .home-slider-1-navigation
  .prev:hover {
  background: #cea648;
}

.cke-section-more-information
  .wrapper
  .home-slider-1
  .home-slider-1-navigation
  .prev::after {
  content: "prev";
  font-family: "swiper-icons";
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  font-size: 19px;
  color: #fff;
}

.cke-section-more-information
  .wrapper
  .home-slider-1
  .home-slider-1-navigation
  .next {
  background: #08162e;
  padding: 3px 15px;
}

.cke-section-more-information
  .wrapper
  .home-slider-1
  .home-slider-1-navigation
  .next:hover {
  background: #cea648;
}

.cke-section-more-information
  .wrapper
  .home-slider-1
  .home-slider-1-navigation
  .next::after {
  content: "next";
  font-family: "swiper-icons";
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  font-size: 19px;
  color: #fff;
}

.cke-section-more-information
  .wrapper
  .home-slider-1
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  height: 450px;
}

.cke-section-more-information .wrapper .cover img {
  width: 100%;
  height: 430px;
}

/*
SECTION-HEADLİNE
*/
.cke-section-headline {
  padding: 1.5rem 0;
  background: #08162e;
}

.cke-section-headline .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 40%;
  margin: auto;
}

.cke-section-headline .wrapper .title {
  color: #fff;
  font-weight: 100;
  font-size: 25px;
  margin-bottom: 0;
}

/*
SECTION-GALLERY
*/
.cke-section-gallery {
  padding: 3rem 0;
}

.cke-section-gallery .lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.cke-section-gallery .lists .item {
  cursor: pointer;
}

.cke-section-gallery .lists .item:hover {
  opacity: 0.8;
}

.cke-section-gallery .lists .item img {
  width: 100%;
  height: 295px;
}

.cke-section-gallery .more {
  display: flex;
  justify-content: center;
}

.cke-section-gallery .more .link button:hover {
  background: #cea648;
  color: #08162e;
}

.cke-section-gallery .link:hover {
  opacity: 0.8;
}

/*
SECTION-MAP
*/
.cke-section-map .map-layer {
  display: flex;
}

/*
SECTION-CONTACT
*/
.cke-section-contact .parent {
  display: grid;
  grid-template-columns: 3fr 5fr;
}

.cke-section-contact .parent .cover-layer {
  position: relative;
}

.cke-section-contact .parent .cover-layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
  z-index: 1;
}

.cke-section-contact .parent .cover-layer .cover {
  display: flex;
  height: 100%;
  margin: 0;
}

.cke-section-contact .parent .cover-layer .logo img {
  height: 250px;
}

.cke-section-contact .parent .cover-layer .logo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

.cke-section-contact .parent .cover img {
  width: 100%;
  object-fit: cover;
}

.cke-section-contact .parent .footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #08162e;
  padding: 3rem;
}

.cke-section-contact .parent .footer-contact .title {
  font-size: 20px;
  color: #cea648;
  font-weight: bold;
}

.cke-section-contact .parent .footer-contact .text {
  font-size: 15px;
  color: #fff;
}

.cke-section-contact .parent .footer-contact .alert-color {
  font-size: 15px;
  color: #cea648;
}

.cke-section-contact .parent .footer-contact .cke-form {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-areas:
    "form1 form4"
    "form2 form4"
    "form3 form4"
    "form5 form5";
}

.cke-section-contact .parent .footer-contact .cke-form .form-1 {
  grid-area: form1;
}

.cke-section-contact .parent .footer-contact .cke-form .form-2 {
  grid-area: form2;
}

.cke-section-contact .parent .footer-contact .cke-form .form-3 {
  grid-area: form3;
}

.cke-section-contact .parent .footer-contact .cke-form .form-4 {
  grid-area: form4;
}

.cke-section-contact .parent .footer-contact .cke-form .form-5 {
  grid-area: form5;
  display: grid;
  margin-left: auto;
}

.cke-section-contact .parent .footer-contact .cke-form .form-5:hover {
  opacity: 0.8;
}

/*::-webkit-scrollbar {
  display: none;
  visibility: hidden;
  opacity: 0
}*/

.cke-section-contact-page .contact-wiews {
  display: grid;
  grid-template-columns: 6fr 5fr;
  align-items: center;
}

.cke-section-contact-page .contact-wiews .left-image img {
  width: 100%;
  height: 100vh;
}

.cke-section-contact-page .contact-wiews .wrapper {
  padding: 0 2rem;
}

.cke-section-contact-page
  .contact-wiews
  .wrapper
  .cke-contact-form-head
  .title {
  font-size: 20px;
  color: #E4AF38 ;
  font-weight: bold;
}

.cke-section-contact-page .contact-wiews .wrapper .cke-contact-form-head .text {
  font-size: 15px;
  color: #000;
}

.cke-section-contact-page .contact-wiews .wrapper .cke-contact-form {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-areas:
    "form1 form4"
    "form2 form4"
    "form3 form4"
    "form5 form5";
}

.cke-section-contact-page .contact-wiews .wrapper .cke-contact-form .form-1 {
  grid-area: form1;
}

.cke-section-contact-page .contact-wiews .wrapper .cke-contact-form .form-2 {
  grid-area: form2;
}

.cke-section-contact-page .contact-wiews .wrapper .cke-contact-form .form-3 {
  grid-area: form3;
}

.cke-section-contact-page .contact-wiews .wrapper .cke-contact-form .form-4 {
  grid-area: form4;
}

.cke-section-contact-page .contact-wiews .wrapper .cke-contact-form .form-5 {
  grid-area: form5;
  display: flex;
  justify-content: flex-end;
}

.cke-section-contact-page
  .contact-wiews
  .wrapper
  .cke-contact-form
  .form-label
  input,
.cke-section-contact-page
  .contact-wiews
  .wrapper
  .cke-contact-form
  .form-label
  textarea {
  border: 1px solid #08162e;
}

.cke-contact-article {
  margin-bottom: 2rem;
  text-align: center;
}

.cke-contact-article img {
  width: 300px;
  height: 100px;
}

/*
FOOTER
*/
.cke-footer .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 0;
}

.cke-footer .wrapper .copyright {
  font-size: 14px;
  font-weight: 300;
}

.cke-footer .wrapper .address {
  font-size: 14px;
  font-weight: 500;
  margin-top: 1rem;
  text-decoration: none !important;
}

.cke-footer .wrapper .more .link {
  display: flex;
  text-decoration: initial;
}

.cke-footer .wrapper .more .link:hover {
  opacity: 0.8;
}

.cke-footer .wrapper .holding-logo {
  margin: 0;
  padding-top: 1rem;
}

.cke-footer .wrapper .holding-logo img {
  width: 150px;
}

.cke-footer .bottom-bar {
  background: #E4AF38 ;
  padding: 1rem 0;
}

.cke-footer .bottom-bar .copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.cke-footer .bottom-bar .menu {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.cke-footer .bottom-bar .menu .item {
  font-size: 12px;
  padding: 0 1rem;
  color: #fff;
  text-decoration: inherit;
}

.cke-footer .bottom-bar .menu .item:hover {
  color: #cea648;
}

.cke-info-widget .item {
  text-decoration: inherit;
}

.cke-section-article {
  padding: 3rem 0;
}

@media (max-width: 1600px) {
}

@media (max-width: 1400px) {
  .cke-section-slider .wrapper .content {
    margin-bottom: 2rem;
  }
  .cke-section-slider .wrapper.wrapper-section-two {
    grid-template-columns: 1fr;
  }
  .cke-section-contact-page .contact-wiews {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  .cke-header .wrapper .right-wrapper {
    display: none;
  }
  .cke-section-slider .wrapper {
    grid-template-columns: 1fr;
  }
  .cke-section-more-information .wrapper {
    grid-template-columns: 1fr;
  }
  .cke-section-more-information .wrapper .content {
    margin-bottom: 2rem;
  }
  .cke-section-gallery .lists {
    grid-template-columns: repeat(2, 1fr);
  }
  .cke-info-widget {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #E4AF38 ;
    z-index: 9;
  }
  .cke-info-widget .item {
    flex: 1 1;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
  }
  .cke-info-widget .item:hover {
    opacity: 0.8;
  }
  .cke-info-widget .item:nth-child(2) {
    border-left: 0.3px solid #cea648;
    border-right: 0.3px solid #cea648;
  }
  .cke-section-slider .wrapper.wrapper-section-one .content::before,
  .cke-section-slider .wrapper.wrapper-section-two .content::before {
    display: none;
  }
  .cke-section-info .cover-left,
  .cke-section-info .cover-right {
    display: none;
  }
  .cke-section-headline .wrapper {
    width: 80%;
  }
  .cke-footer .bottom-bar {
    margin-bottom: 3.5rem;
  }
  .cke-header .wrapper .logo {
    order: 2;
  }
  .cke-header .wrapper .mobile-menu {
    order: 1;
    display: block;
  }
  .cke-section-gallery .lists .item img {
    height: 400px;
  }
  .cke-section-contact-page .contact-wiews .left-image img {
    height: auto;
  }
}

@media (max-width: 992px) {
  .cke-section-contact .parent {
    grid-template-columns: 1fr;
  }
  .cke-section-contact .parent .cover img {
    height: 400px;
  }
  .cke-section-details-layer {
    background: transparent;
  }
  .cke-section-details-layer .lists {
    padding-left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .cke-header-bg img {
    height: 30rem;
  }
  .cke-section-info .wrapper {
    width: 100%;
  }
  .cke-section-slider .wrapper .content {
    padding: 0 2rem;
  }
  .cke-section-contact .parent .cover img {
    height: 250px;
  }
  .cke-section-contact .parent .cover-layer .logo img {
    height: 150px;
  }
  .cke-section-headline .wrapper {
    width: 100%;
  }
  .cke-section-contact .parent .footer-contact .cke-form {
    grid-template-columns: 1fr;
    grid-template-areas:
      "form1"
      "form2"
      "form3"
      "form4"
      "form5";
  }
  .cke-section-more-information
    .wrapper
    .home-slider-1
    .swiper-wrapper
    .swiper-slide
    img {
    height: 300px;
  }
  .cke-section-slider .wrapper.wrapper-section-two .home-slider-1 {
    order: 2;
  }
  .cke-section-slider .wrapper.wrapper-section-two .content {
    order: 1;
  }
}

@media (max-width: 576px) {
  .cke-header-bg img {
    height: 20rem;
  }
  .cke-section-details-layer .lists {
    grid-template-columns: 1fr;
  }
  .cke-section-details-layer .lists .item:nth-child(1),
  .cke-section-details-layer .lists .item:nth-child(2),
  .cke-section-details-layer .lists .item:nth-child(4) {
    border-right: 0;
  }
  .cke-info-widget {
    padding: 4px 0;
  }
  .cke-info-widget .item {
    font-size: 11px;
    padding: 8px 0;
  }

  .cke-section-contact .parent .footer-contact {
    padding: 3rem 1rem;
  }
  .cke-section-gallery .lists {
    grid-template-columns: 1fr;
  }
  .cke-section-contact .cke-textarea {
    height: 7rem;
  }
  .cke-header .wrapper .logo .link img {
    height: 100px;
  }
  .cke-section-headline .wrapper .title {
    font-size: 18px;
  }
  .cke-section-details-layer .lists .item {
    margin: 2px 8px;
  }
  .cke-section-slider .wrapper .home-slider-1 {
    height: 300px;
  }
  .cke-section-contact-page .contact-wiews .wrapper .cke-contact-form {
    grid-template-columns: 1fr;
    grid-template-areas:
      "form1"
      "form2"
      "form3"
      "form4"
      "form5";
  }
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}
