@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@font-face{
  font-family: "arame";
  src: url("fonts/arame.ttf");
}
:root {
  --clr-white: rgb(255, 255, 255);
  --clr-black: rgb(0, 0, 0);
  --clr-light: rgb(245, 248, 255);
  --clr-light-gray: rgb(196, 195, 196);
  --clr-blue: #807061;
  --clr-light-blue: #807061;
}

.btn-primary {
  background: #807061;
  border: 0;
  height: 45px;
  padding: 0 30px;
}

.btn-primary:hover {
  background: #a57e5a;
}

body {
  font-family: "arame" !important;
}
/* Home Page */
.parallax-container {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-text {
  height: 100%;
}
.parallax-title {
  margin-top: 23%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: " Roboto";
  color: #2b2b2b;
}

.projects-title {
  font-family: " Roboto";
  color: #2b2b2b;
  font-size: 3.5rem;
  margin-bottom: 40px;
}
.text-center.card-title.h5 {
  margin: 20px 0 10px !important;
}
.description {
  font-size: 3rem;
}
.projects-list {
  margin-top: 40px;
  margin-bottom: 0;
}
.contact-button {
  margin-top: 8%;
}

.contact-button2 {
  margin-bottom: 5%;
}
.features-list {
  background: linear-gradient(to top, #ffffff, #dfecf9);
}

@media screen and (max-width: 1100px) and (max-height: 1400px) {
  .parallax-container {
    height: 35vh;
  }
}
@media screen and (max-width: 1100px) and (max-height: 990px) {
  .parallax-container {
    height: 45vh;
  }
}
@media screen and (max-width: 1100px) and (max-height: 800px) {
  .parallax-container {
    height: 60vh;
  }
}

@media screen and (max-width: 1030px) {
  .projects-title {
    margin-top: 60px;
    font-size: 3rem;
  }
  .description {
    font-size: 2rem;
  }
}
/* About Page */
.about-title {
  font-size: 3.5rem;
  font-family: "Roboto";
  color: #2b2b2b;
}

.about-text {
  color: #2b2b2b;
  text-align: justify;
}
@media screen and (max-width: 1030px) {
  .about-title {
    font-size: 3rem;
  }
  .about-text {
    font-size: medium;
  }
}
/* Contact Page */
.contact-title {
  font-size: 4rem;
  font-family: " Roboto";
  color: #2b2b2b;
  padding: 2% 0 0 5%;
}

.contact-subtitle {
  font-size: 2rem;
  font-family: " Roboto";
  color: #2b2b2b;
  padding: 0 5% 2% 5%;
}

.contact-form {
  margin-bottom: 2%;
  margin-top: 40px;
}
.text-center.card-title.h5 {
    margin: 10px 0;
}

button.colorvisualiser__button.btn.btn-primary {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
/* Color Visualizer Page */
.colorvisualiser {
  background: #807061;
}
.colorvisualiser__container__left h1 {
  font-weight: 500;
  color: #000;
}
.colorvisualiser__color_button {
  width: 110px;
  height: 110px;
  border: 0px;
}
.colorvisualiser__color_button--active {
  border: 4px solid #bb9735;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 12px;
  top: 12px;
}
.colorvisualiser__color_button:hover {
  border: 4px solid #eba206;
}
.colorvisualiser__texture_container button {
  height: auto;
  min-height: 55px;
}

.colorvisualiser__texture_button > img:hover {
  border: 4px solid #eba206;
}

.colorvisualiser__texture_button > img {
  border-radius: 5px;
  overflow: hidden;
}
.colorvisualiser__currtexture_button {
  border: 4px solid #0a0a0a;
  border-radius: 10%;

  overflow: hidden;
}
.colorvisualiser__copylink {
  flex-grow: 1;
}
.colorvisualiser__copy_button {
  background-color: #05308b;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.colorvisualiser__copy_button:hover,
.colorvisualiser__copy_button:focus {
  background-color: #eba206;
}
.colorvisualiser__share__icon {
  background-color: #d7d7d7;
  color: black;
  padding: 5px 10px;
  border-radius: 30%;
  cursor: pointer;
}
/* Some Global CSS For File upload */
.file_details--open {
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.uploaded_file--open {
  visibility: visible !important;
  opacity: 1 !important;
}
.uploaded_file__info--active::after {
  animation: progressMove 800ms ease-in-out;
  animation-delay: 300ms;
}

@keyframes progressMove {
  from {
    width: 0%;
    background-color: transparent;
  }

  to {
    width: 100%;
    background-color: var(--clr-blue);
  }
}
.upload_area--open {
  /* Slid Down Animation */
  animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
  from {
    height: 28.125rem; /* 450px */
  }

  to {
    height: 32rem; /* 560px */
  }
}
.drop_zoon--over {
  border-color: var(--clr-blue);
}

/* Tools Global CSS */
.baseimagecontainer {
  position: relative;
  height: 86vh;
  overflow: hidden;
  text-align: right;
  padding-right: 20%;
}
.baseImage {
  width: 0%;
  height: 100%;
  -o-object-position: right;
  object-position: right;
  left: unset !important;
  right: 20% !important;
}
.maskImage {
  top: 0;
  right: 0;
  left: 0;
  width: 60%;
  -o-object-fit: contain;
  object-fit: cover;
  height: 100%;
  position: absolute;
  opacity: 0.4;
  filter: grayscale(100%);
  pointer-events: none;
  margin: auto;
  z-index: 3;
}

.animate{
  animation: width 1s linear forwards;
}

@keyframes width {
  0%{
    width: 0;
  }
  100%{
    width: 60%;
  }
}


.Loaders{
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  z-index: 9999999999999;
}
.back-btn > img {
  position: fixed;
  width: 100px;
  top: 3px;
  right: 7px;
  cursor: pointer;
}
.appliedImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: var(--opacity);
  pointer-events: none;
}
.colorvisualiser__texture_container button {
  height: auto;
  min-height: 55px;
}

.colorvisualiser__container__left {
  position: relative;
}

.colorvisualiser__tools_container {
  position: absolute;
  width: 500px;
  bottom: 20px;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.colorvisualiser__color_container {
  position: absolute;
  left: 8px;
  z-index: 999;
  width: 19%;
}

.colorvisualiser__texture_container {
  position: absolute;
  right: 8px;
  z-index: 999;
  top: 0;
  width: 19%;
}

.baseimagecontainer > .baseImage, .baseimagecontainer img-comparison-slider.rendered {
  height: 86vh;
  width: 60%;
  -o-object-fit: contain;
  object-fit: cover;
  background: #595959;
  position: absolute;
  z-index: 2;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin: auto;
}

.baseimagecontainer img-comparison-slider.rendered .baseImage{
  height: 86vh;
  width: 100%;
  object-fit: contain;
  background: #595959;
}

.colorvisualiser__tools_container>div {
  background: #ffffffd1;
}

.colorvisualiser__color_button {
  border: 4px solid transparent;
  padding: 0;
}

.loading {
  font-size: 100px;
}
/* .colorvisualiser__color_container > div {
  background: #595959;
  border: 0;
}

.colorvisualiser__color_container > div .h5 {
  color: #fff;
  margin: 18px 0 0 !important;
}
.colorvisualiser__texture_container > div {
  background: #595959;
  border: 0;
}

.colorvisualiser__texture_container  > div .h5 {
  color: #fff;
  margin: 18px 0 0 !important;
} */
.main-wrapper-clror {
  background: #fff0d9;
}
.colorvisualiser__color_button--active {
  border-radius: 50%;
}

button.colorvisualiser__color_addbutton.btn.btn-primary {
  padding: 0;
  background: transparent;
  color: #000;
  position: absolute;
  top: 0;
  right: 20px;
  top: 10px;
}

button.border-0.colorvisualiser__texture_button.btn.btn-primary {
  background: transparent;
  color: #000;
}

/* Add this to your CSS file */
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 16px solid #f3f3f348;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index: 9999;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.baseImage.okok {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.baseimagecontainer > .baseImage.newImage{
  width: 0;
}

.color-wrpper {
  height: 76vh;
  overflow-y: scroll;
  margin: 10px;
  padding: 10px;
}

.color-wrpper::-webkit-scrollbar {
  width: 6px;
}
.color-wrpper::-webkit-scrollbar-track {
  background: transparent;
}
.color-wrpper::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: rgb(230, 230, 230);
}

.expand-btn {
  position: absolute;
  right: -10px;
  width: 40px;
  z-index: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  background: #fff;
  border-radius: 4px;
  top: 50%;
  cursor: pointer;
}

.expand-btn > img {
  width: 100%;
}