403Webshell
Server IP : 51.89.169.208  /  Your IP : 216.73.216.57
Web Server : Apache
System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64
User : yellowleaf ( 1019)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/yellowleaf/public_html/homepage/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/yellowleaf/public_html/homepage/BACKUP_homepage.css
* {
  box-sizing: border-box;
}

svg {
  max-height: 100%;
}

/* start: Global */
.section-title {
  font-size: calc(1.25rem + 0.5vw);
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  /*color: var(--yellow);*/
}

.section-description {
  margin-bottom: 3rem;
  text-align: center;
  color: var(--gray-500);
  display: none;
}

/* end: Global */
.text-center {
  text-align: center;
}

.home-categoires {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: var(--white);
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

/* #cat-img-bg{
  margin: 0 0 7px 0;
  background:var(--yellow);
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin-right: 50px;
  margin-top:70px;

} */

/* #cat-img-bg {
  margin:50px 48px -35px 0;
  display: inline-block;
  background:var(--yellow);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
} */

.home-categoires a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: var(--current-color, var(--white));
  padding: 24px 16px;
  transition: all 0.2s;
  background-color: var(--current-bg, #fff);
  opacity: 0.9;
  height: 100%;
}
.home-categoires a:hover {
  opacity: 1;
}
.home-categoires > :first-child a {
  border-radius: 4px 0 0 4px;
}
.home-categoires > :last-child a {
  border-radius: 0 4px 4px 0;
}

/* start: Header */
header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("/homepage/img/hero-bg.jpg");
  background-position: 0 70%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0;
  /* box-shadow: inset 0 -40px 0 0 var(--white); */

  /* background-repeat: no-repeat;
  background-position:center top;
  background-size: cover;
  width: 100%;
  height:50%;
  position: relative;
  /* top:40%; */
}

.header-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  margin-bottom: 48px;
}

.header-form {
  display: flex;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.header-form > * {
  margin-right: 1rem;
}

.header-form :last-child {
  margin-right: 0;
}

.header-form-group {
  position: relative;
  width: 100%;
  margin-right: 1rem;
}

.header-form-group svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}

.header-form-group .form-control {
  padding-left: 3rem;
}

.search-description {
  color: var(--white);
  margin: 24px 0 40px;
}

/* end: Header */

/* hero-content*/

/* .page-header-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  height:50%;
} */

.hero-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
}

/* start: Features */
.features {
  padding-top: 7rem;
}

.features-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}

.fetaures-item {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--gray-200);
  margin-bottom: 1rem;
}

.fetaures-item:last-child {
  margin-bottom: 0;
}

.fetaures-item svg {
  width: 2rem;
  min-width: 2rem;
  margin-right: 1rem;
}

.features-item-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.features-item-description {
  color: var(--gray-500);
}

.features-image {
  width: 100%;
  border-radius: 0.5rem;
}

/* end: Features */

/* start: Listing */
/* .grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-gap: 20px;
	align-items: stretch;
}

.grid>article {
	border: 1px solid #ccc;

}

.grid>article img {
	max-width: 100%;
	width: 100%;
	height: 200px;

}

.grid .text {}

.grid .text>h4>a {
	font-size: 1rem;
	margin-left: -175px;
}

.grid .text p {
	font-size: 0.9rem;
}

.grid .text p a {
	text-decoration: none;
	font-weight: bold;
	color: #555;
	font-family: 'Courgette', cursive;
}

.listing-ul {
	display: flex;
	justify-content: space-between;
	padding: 4px 16px;
	border: 1px solid #ccc;
}


.listing-ul-top {
	display: flex;
	justify-content: space-between;
	padding: 1px 16px;
	margin-top: -19px;
}

.listing-ul>li {
	font-size: 13px;
	list-style: none;
	color: #797979;
}

.listing-ul>li>a {
	text-decoration: none;
	font-size: 13px;
	color: #797979;

}

.listing-ul-top>li>a {
	text-decoration: none;
	font-size: 13px;
	color: #797979;

}

.listing-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.listing-item img {
	width: 100%;

	object-fit: contain;
	padding: 0 1rem;
}

.listing-item {
	overflow: hidden;
	border-radius: .5rem;
	border: 1px solid var(--gray-200);
}

.listing-item-body {
	padding: 1rem;
	text-align: center;
}

.listing-item-title {
	display: inline-block;
	margin-bottom: .5rem;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	color: var(--black);
}

.listing-item-description {
	margin-bottom: 2rem;
	color: var(--gray-500);
	font-size: 15px;
} */
.listing-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.listing-item {
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
}
.listing-header {
  position: relative;
}
.listing-image {
  padding: 4px;
  display: block;
}
.listing-image img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 6px;
  padding: 0 32px;
}
.listing-favourite {
  position: absolute;
  top: 8px;
  left: 8px;
}
.listing-favourite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--white);
}
.listing-favourite svg {
  fill: var(--yellow);
  width: 18px;
}
.listing-info {
  padding: 12px;
}
.listing-location {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--green);
  margin-bottom: 16px;
}
.listing-location svg {
  fill: var(--gray-200);
  width: 14px;
  max-height: 14px;
}
.listing-title {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 4px;
}
.listing-rating-star {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.listing-rating-star svg {
  fill: var(--yellow);
  width: 14px;
  max-height: 14px;
  margin-right: 4px;
}
.listing-action {
  display: flex;
}
.listing-action a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: var(--black);
  border-radius: 50%;
  margin-right: 4px;
}
.listing-action a svg {
  fill: var(--white);
  width: 14px;
  max-height: 14px;
}
.listing-action a:hover {
  background-color: var(--yellow);
}
.listing-action a:hover svg {
  fill: var(--black);
}
/* end: Listing */

/* start: Countries */
.countries-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.countries-item {
  /* padding: 1rem; */
  border-radius: 6px;
  /* border: 1px solid var(--gray-200); */
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
  padding: 8px 14px;
}
.countries-item:hover {
  background-color: var(--gray);
}
.tabbutton-wrapper {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gray-200);
  margin-bottom: 16px;
}
.tabbutton {
  display: flex;
  overflow-y: auto;
  max-width: min-content;
  margin: 0 auto;
}
.btn-city {
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: none;
  font-weight: bold;
  padding: 6px 16px;
  cursor: pointer;
  color: var(--gray-500);
}
.btn-city:hover {
  color: var(--yellow);
}
.btn-city.active {
  color: var(--yellow);
}
.city {
  display: none;
}
.city.active {
  display: block;
}

/* end: Countries */
/* Start:Popular Countries*/

.popular-image-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.popular-image-item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 300px;
}
.popular-image-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.popular-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
.popular-image-item:hover img {
  transform: scale(1.1);
}
.popular-image-info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 10;
}
.popular-image-info h4 {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 8px;
  font-weight: 500;
}
.popular-image-info span {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: var(--yellow);
  color: var(--black);
  font-weight: 500;
}

/* span {
	background: #fff;
	color: var(--blue);
	font-size: 1.25rem;
	font-weight: 500;
	display: block;
	position: relative;
	z-index: 1;
} */

/*end :popular Countries*?





/* start: Breakpoints */
@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
  /* start: Features */
  .features-wrapper {
    grid-template-columns: 1fr;
  }

  /* end: Features */

  .countries-wrapper,
  .listing-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .listing-wrapper {
    grid-template-columns: unset;
    grid-auto-flow: column;
    grid-auto-columns: 250px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .listing-wrapper::-webkit-scrollbar {
    display: none;
  }
  .listing-item {
    scroll-snap-align: start;
  }
}

@media screen and (max-width: 767px) {
  /* start: Header */
  .header-form {
    flex-direction: column;
  }

  .header-form > * {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .header-form :last-child {
    margin-bottom: 0;
  }
  /* end: Header */
}

@media screen and (max-width: 575px) {
  .home-categoires {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .home-categoires a {
    border-radius: 4px !important;
  }

  .countries-wrapper {
    grid-template-columns: 1fr;
  }

  .countries-item {
    order: var(--order);
  }
}

/* end: Breakpoints */

/************Icon Responsibe***************/
@media only screen and (max-width: 767px) {
  .fetaures-item svg {
    width: 2rem !important;
    min-width: 2rem !important;
    margin-right: 1rem;
    margin-top: 0rem !important;
  }

  .popular-image-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 575px) {
  .fetaures-item svg {
    width: 2rem !important;
    min-width: 2rem !important;
    margin-right: 1rem;
    margin-top: 0rem !important;
  }

  .popular-image-container {
    grid-template-columns: 1fr;
  }
}
/***************************/

Youez - 2016 - github.com/yon3zu
LinuXploit