@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

body{
  background-color: rgb(15, 11, 11);
}

::selection {
  background-color: red; /* Set the desired background color */
  color: #ffffff; /* Set the text color */
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

header {
  margin: -8px;
  margin-top: -16px;
  background-color: #f2f2f2;
  color: #f2f2f2;
  text-align: center;
  height: 80vh;
  background-image: url(images/purchaseBack.jpg);
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  animation: animate 16s ease-in-out infinite;
}

.outer{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 80vh;
  background: rgba(0,0,0,0.6);
}

header img{
  width: 370px;
  height: 150px;
  margin-top: 130px;
}

header h1{
  margin-top: 200px;
  font-family: 'Montserrat';
  margin-bottom: 100px;
  font-size: 70px;
}

header h1 a{
  text-decoration: none;
  color: #ddd;
}

nav#nav {
  width: 100%;
  height: 65px;
  line-height: 65px;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  padding: 0 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition:1s;
}

nav#nav:hover{
  background: white;
  transition:1s;
  color: #fff;
}

.left-ul li {
  list-style: none;
  float: left;
  margin-top: -130px;
}

.left-ul li img{
  width: 35px;
  height: 40px;
}

.right-ul li {
  display: inline-block;
}

.right-ul li a {
  text-decoration: none;
  display: block;
  padding: 0 23px;
  color: red;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
}

.right-ul li a::after {
  color: black;
  transition: 0.5s;
  content: '';
  width: 0%;
  height: 2px;
  background: #f44336;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.right-ul li a:hover::after {
  color: #f44336;
  width: 100%;
}

.toggle {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background:rgb(172, 3, 3);
  color: white;
  top: 10px;
  right: 20px;
  cursor: pointer;
  display: none;
  transition: 0.5s;
}

.toggle:hover {
  color:rgb(172, 3, 3);
  background: white;
  transition: 0.5s;
}

.purchase-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
}

.cont3 {
  margin-top: 10%;
  margin-bottom: 10%;
  padding: 20px;
  width: 50%;
  background: rgb(15, 11, 11);
  box-shadow: 0 15px 17px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
  
  .input-field {
  color: white;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  }
  
  .input-field input,
  .input-field textarea {
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  background-color: rgb(15, 11, 11);
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 5px solid #222222;
  }
  
  .input-field textarea {
  resize: vertical;
  height: 50px;
  }
  
  .input-field input[type="submit"] {
  font-size: 25px;
  background-color: rgb(58, 19, 5);
  border: none;
  color: white;
  cursor: pointer;
  transition: 1s;
  }
  
  .input-field input[type="submit"]:hover {
  background-color: rgb(77, 23, 4);
  border: 1px solid #45a049;
  transition: 1s;
  }
  
  .input-field input:focus,
  .input-field textarea:focus {
    outline: none;
    border-color: #ccc;
    transition: 0.5s;
  }

  .cont3 p{
    color: rgb(172, 3, 3);
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 17px;
  }

  .fa-solid{
    color: rgb(162, 145, 145);
  }

  .fa {
    font-size: 15px;
    transition: 1s;
    }
    
    .fa-brands{
    font-size: 15px;
    transition: 1s;
    }
    
    .fa {
      font-size: 15px;
      transition: 1s;
    }
    
    .fa-brands{
      font-size: 15px;
      transition: 1s;
    }
    
    .fa:hover {
      color: rgb(172, 3, 3);
      transition: 1s;
    }
    
    .fa-brands:hover{
      color: rgb(172, 3, 3);
      transition: 1s;
    }
    
    .fa-facebook {
      margin-top: 50px;
      color: #335ff0;
    }
    
    .fa-linkedin {
      color: #448fff;
    }
    
    .fa-instagram {
      color:orangered;
    }
    
    .fa-tiktok {
      color: #ccc;
    }
    
    .fa-telegram {
      color: #3dafa5;
    }

    .copyright{
      font-family: 'Poppins';
      background-color: rgb(15, 11, 11);
      margin-top: -25px;
      margin-bottom: -30px;
      text-align: center;
      border-top: 1px solid #888;
      }
      
      .copyright a{
      font-weight: bold;
      text-decoration: none;
      color: #888;
      }
      
      .copyright a:hover{
      color: rgb(172, 3, 3);
      }
  

@media (max-width: 765px){

    header img{
      width: 350px; 
      height: 150px;
    }

    nav#nav {
      padding: 0 0;
  }
  .right-ul li {
      float: right;
      display: block;
  }
  
  .left-ul li {
      display: block;
  }
  
  .left-ul li a {
      padding-left: 10px;
  }
  
  .right-ul {
    margin-top: 80px;
    margin-right: 20px;
    display: none;
  }
  
  .right-ul li a {
    background: transparent;
    backdrop-filter: blur(20px);
      width: 260px;
      margin-top: 10px;
    }
  
  .toggle {
      display: block;
  }
}