* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg-gray-100: #f3f4f6;
  --bg-gray-200: #e5e7eb;
  --bg-gray-300: #d1d5db;
  --bg-gray-400: #a8abb0;
  --bg-gray-700: #4d4f52;
  --footer-bg: #444;

  --bg-blue-500: #3b82f6;
  --maxWidth: 1100px
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Arial;
}


/*Header section starts from here*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.5rem;
  border-bottom: 0.1rem gray solid;
  border-top: 0.4rem yellow solid;
}

header nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;

}

header nav a {
  color: #662961;
  text-decoration: none;
}

header .logo {
  font-weight: 900;
  font-size: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.logo h3 {
  font-weight: 800;
  color: #444444bb;
  letter-spacing: 0.2rem;
}

header .logo img {
  width: 4rem;
}

.user {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  background-color: var(--bg-gray-100);
  padding: 2rem 1rem;
  color: rgba(0, 0, 0, 0.303);
}

.menu-icon {
  border: 2px var(--bg-gray-400) solid;
  color: var(--bg-gray-700);
  border-radius: 0.6rem;
  padding: 1rem;
  display: none;
}

/*Header section ends here*/
.major-section {
  max-width: var(--maxWidth);
  margin: 0 2.5rem;
}

.page-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2rem;
}

h1 {
  font-weight: 400;
  font-size: 2.5rem;
  color: var(--bg-gray-700);
  margin: 1.5rem 10rem 1rem 0;
}

.links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
}

.links a {
  color: #2B9FFB;
  text-decoration: none;
}

.links i {
  color: rgba(0, 0, 0, 0.290);
  font-size: 1rem;
}


hr {
  border: none;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.130);
}

main {
  width: 70%;
}

.sec01 .bold {
  font-weight: 600;
}

.sec01 img {
  height: 100%;
}

.sec01 .image-slider {
  background-color: var(--bg-gray-100);
  height: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}


.click-icon {
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.404);
  padding: 2.7rem;
  border-radius: 3rem;
  font-size: 2.5rem;
  margin: 0 2rem;
  top: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 800ms ease;
}

.right-click {
  right: 0;
}

.left-click {
  left: 0;
}

.sec01 .image-gallery {
  height: 7rem;
  margin: 1rem 0;
  display: flex;
  gap: 0.4rem;
  overflow-x: scroll;
}

.pics {
  opacity: 0.3;
}

.image-gallery .opacity-1 {
  opacity: 1;
}

aside {
  width: 30%;
  background-color: var(--bg-gray-100);
  padding: 1.5rem;
}

aside .info-details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

aside .info-details i {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.433);
}

aside .info-details h3 {
  font-weight: 400;
  color: var(--bg-gray-700);
  border-left: 0.3rem rgba(228, 228, 8, 0.732) solid;
  padding: 0.5rem;
}

aside .info-details p {
  font-size: 1.3rem;
  color: var(--bg-gray-700);
  margin-bottom: 0.9rem;
}

aside .info-details a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #2B9FFB;
}

aside .info-details img {
  margin: 1.5rem 0;
}

.profile_pic {
  border-radius: 50%;
}

aside button {
  background-color: #2B9FFB;
  padding: 1.8rem;
  width: 100%;
  border: none;
  border-radius: 0.4rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 300;
}

aside .col-row {
  margin: 1.5rem 0;
  font-size: 1.4rem;
  color: var(--bg-gray-700);
}

aside .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.061);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

aside .col {
  width: 100%;
  padding: 0.8rem 0;
}

aside .bold {
  font-weight: 500;
}


/*Kosten section starts from here*/
.info {
  margin: 2rem 0;
  color: var(--bg-gray-700);
  font-weight: 400;
}

.info h3 {
  font-weight: 600;
  font-size: 2.5rem;
  color: var(--bg-gray-700);
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}

.info .col-row {
  border: 1px solid var(--bg-gray-300);
  border-radius: 1rem;
  padding: 2rem;
}

.info .row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding: 1.8rem 0;
}

.info .row .bold {
  font-weight: 500;
}

.info .col {
  width: 100%;
}

.info li {
  list-style: none;
  padding: 0.4rem;
}

.info h4 {
  margin-bottom: 2rem;
  font-weight: 500;
}

/*Kosten section ends here*/

/* Form section starts from here*/
.form-sec h3 {
  color: var(--bg-gray-700);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  margin-top: 3.5rem;
}

.form-sec form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.4rem;
  background-color: #FCEC4F;
  padding: 0.4rem;
}

form input {
  width: 100%;
  padding: 1.5rem;
  border: none;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.066);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Arial;
}

form textarea {
  width: 100%;
  border: none;
  padding: 1.3rem;
  height: 8rem;
  color: var(--bg-gray-700);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Arial;
}

form .submit-btn {
  background-color: #7FBDB7;
  color: #F7F4B9;
  font-weight: 600;
  width: 100%;
  padding: 1.5rem;
  border: none;
  font-size: 1.5rem;

}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.305);
  opacity: 1;
  /* Firefox */
}

.form-sec p {
  font-size: 1.3rem;
  font-style: italic;
  color: #7FBDB7;
}

/*Form section ends here*/

/*footer section starts from here*/
footer {
  background-color: var(--footer-bg);
  margin-top: 3rem;
}

footer .footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--maxWidth);
  margin: auto;
  padding: 4rem 0;
}

footer h3 {
  color: white;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

footer li {
  list-style: none;
  margin: 0.8rem 0;

}

footer li a {
  color: yellow;
  font-weight: 300;
  text-decoration: none;
}

.stores {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  flex-direction: column;
}

footer .copyrights {
  max-width: var(--maxWidth);
  margin: auto;
  color: var(--bg-gray-200);
  opacity: 0.7;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px white solid;
  padding: 3rem 0;
}

.xra {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}

/*footer section ends here*/