
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Ubuntu', sans-serif;
  -webkit-tap-highlight-color: transparent;
}

html {
  user-select: none;
}

body {
  line-height: 1.5;
  background-image: repeating-linear-gradient(90deg, rgb(255, 242, 233) 0px, rgb(255, 242, 233) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, rgb(255, 242, 233) 0px, rgb(255, 242, 233) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, rgb(255, 242, 233) 0px, rgb(255, 242, 233) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(90deg, rgb(255, 242, 233) 0px, rgb(255, 242, 233) 1px, transparent 1px, transparent 12px), linear-gradient(90deg, rgb(255, 242, 233), rgb(255, 242, 233));
}

.logo {
  margin: 10px;
  height: 7vh;
}
.navigation{
  display: none;
}
.navbar {
  background-color: rgb(255, 255, 231);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.navbar nav ul {
  display: flex;
}
.navbar nav ul li {
  list-style: none;
}

.navbar nav ul li a {
  font-weight: 430;
  font-size: 1.1rem;
  color: black;
  padding: 27px;
  text-decoration: none;
}
.navbar {
  position: relative;
  background-color: transparent;
  display: flex;
}
.phone_navigation__checkbox {
  display: none;
}

.phone_navigation__button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  position: fixed;
  top: 20px;
  right: 40px;
  z-index: 2000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}

.phone_navigation__background {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: radial-gradient(#fabc99, #854621);
  position: fixed;
  top: 25px;
  right: 45px;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.phone_navigation__nav {
  height: 100vh;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.256, 1.55);
}
nav ul{
  margin: 0;
}
.phone_navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.navbar nav ul {
  display: block;
}

.phone_navigation__link {
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  padding: 20px;
  text-decoration: none;
  transition: all 0.4s;
}

.phone_navigation__link:hover {
  transform: translateX(10px);
}

.phone_navigation__checkbox:checked~.phone_navigation__background {
  transform: scale(1.6);
  transform: scale(30);
}

.phone_navigation__checkbox:checked~.phone_navigation__nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.phone_navigation__icon {
  position: relative;
  margin-top: 30px;
}

.phone_navigation__icon,
.phone_navigation__icon::before,
.phone_navigation__icon::after {
  width: 35px;
  height: 3px;
  background: #854621;
  display: inline-block;
}

.phone_navigation__icon::before,
.phone_navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}

.phone_navigation__icon::before {
  top: -10px;
}

.phone_navigation__icon::after {
  top: 10px;
}

.phone_navigation__button:hover .Phone_navigation__icon::before {
  top: -12px;
}

.phone_navigation__button:hover .phone_navigation__icon::after {
  top: 12px;
}

.phone_navigation__checkbox:checked+.phone_navigation__button .phone_navigation__icon {
  background: transparent;
}

.phone_navigation__checkbox:checked+.phone_navigation__button .phone_navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}

.phone_navigation__checkbox:checked+.phone_navigation__button .phone_navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}
@media (min-width: 768px) {
  .logo{
    height: 12vh;
  }
  .phone_navigation__button {
    width: 70px;
    height: 70px;
  }
  
  .phone_navigation__background {
    width: 60px;
    height: 60px;
  }
  .phone_navigation__icon {
    position: relative;
    margin-top: 35px;
  }
}
/* For card */
.card,.verf{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.carditems,.verfitems{
  height: 42vh;
  width:17rem;
  margin: 30px;
}

.steptext{
  font-size: 1.1em;
  font-weight: 600;
}

.verfdivclose p{
  font-size: 0.8em;
}
/* For Contact Page */
.contactform {
  width: 90%;
  padding: 0px;
  margin: 5px;
  background-color: #ecf7f7;
  flex-direction: column;
  margin-bottom: 50px;
}
.contactbody {
  width: 100%;
  position: absolute;
  margin: 0;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.getintouch h2 {
  width: fit-content;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 600;
}
.getintouch{
  width: 100vw;
  margin-bottom: 20px;
}
.contactform .name,.email,.phone,.description,.submit {
  width: 70vw;
  padding: 10px;
  margin: 10px;
}
.contactform button[type=submit] {
  font-size: 1.1em;
  width: 45vw;
}
.contactform button[type=submit]:hover {
  color: white;
}
.contactback{
  height: 30vh;
}
@media only screen and (max-width:815px) and (orientation:landscape) {
  .carditems,.verfitems{
      height: 90vh;
      width:20rem;
      margin: 40px;
    }
    .contactback{
      height: 50vh;
    }
}
@media only screen and (max-width:1100px) and (orientation:landscape){
  .logo{
    height: 15vh;
  }
  .navbar{
    height: 22vh;
}
}
