body{
    background-color: #1f2023;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding:0;
    margin:0;
    color:#fff;

}
nav.navbar{
    background-color: #1f2123;
    padding:0;
    font-size: 17px;
    border:1px solid #1e1d1d;
}


.hovercolortext{
  background:linear-gradient(85deg, #af6268 20%, #efca9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.arrowdown{
  position: absolute;
  width: 100px;
  margin-top: 176px;
  margin-left: 230px;
}
.btn-col2,.btn-col2:hover{
  background: #efca9a;
  width: 100%;
  font-size: 20px;
  color: #2d2a2a;
}
.nav-link{
    color:#ccc;
}

.nav-link:hover{
  color:#efca9a;
}
         
.btn-col1 {
  background-image:  linear-gradient(to right, #efca9a 0%, #af6268 51%, #efca9a 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-col1:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


.head{
  background-color: #111;
background: 
radial-gradient(ellipse 90% 100% at 100% 50%,rgb(167 166 166 / 30%),hsla(0,0%,100%,0)),radial-gradient(ellipse 90% 50% at 0 100%,rgb(53 52 52 / 15%),hsla(0,0%,100%,0))
}
.section_gray{
    background-color: #f8f8f8;
    min-height: 40vh;
}

.title_border_bottom{
    width: fit-content;
    margin: 0 auto;
    
  }

.form-control{
    padding: 15px 10px;
    border: 1px solid #acacac;
}

      
.btn-grad {
  background-image: linear-gradient(to right, #efca9a 0%, #af6268 51%, #ffffff 100%);
    border: 0;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    font-weight: bold;
  }

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
 
  .drop-container {
    position: relative;
    display: flex;
    gap: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    padding: 10px;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
  }
  
  .drop-container:hover {
    background: #eee;
    border-color: #111;
  }
  
  .drop-container:hover .drop-title {
    color: #222;
  }
  
  .drop-title {
    color: #444;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
  }
  .btn-drop{
    background: #141313;
    font-size: 12px;
    border: 0;
    color: #fff;
  }
  input[type=file] {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
  }

  input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
  }
  
  input[type=file]::file-selector-button:hover {
    background: #0d45a5;
  }

  .imgtoupload{
    background:#fff;
    padding:3px;border-radius: 4px;
    width:120px;height:120px;
    border:1px solid #ddd
  }

  .delete-button-img{
    background: #fff;
    padding-left: 4px;
    position: absolute;
    top: -9px;
    right: -4px;
    cursor: pointer;
  }
  .divimgtoup
{
  position: relative;
  width: 120px;display: inline-block;
  margin-bottom: 8px;
}
.btnupload{
  display: none;
}
.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.spinner-image{
background: #cfcbc2;
}

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.animation1{
  width: 984px;
}
.parentsimage{
  width:557px
}


@media (max-width: 576px) { 
  .arrowdown{
    position: absolute;
    width: 92px;
    margin-top: 99px;
    margin-left: 114px;
  }
  .animation1{
    width:290px
  }
  .parentsimage{
    width: 342px;
  }

 }

 .boxgeneration{
  background-color: #1f2023;
  border: 1px solid #121314;
  border-radius: 9px;
  box-shadow: 0 1px 2px #19191b;
  padding:15px;
 }
 .circle {
  display: inline-block;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  padding: 2px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;margin-bottom:3px}
  .box-image{
    border: 1px solid #1e1e1e;
    width: 170px;
    height: 242px;
    border-radius: 9px;
    float: left;margin: 5px;
  }
  .box-image img{
    width: 100%;
    height: 100%;
    border-radius: 9px;
    cursor: pointer;
  }
  .imguploading{
    width: 150px;
    max-height: 150px;
    border-radius: 9px;
    margin-top: 9px;
  }
  .blurimg{
    filter: blur(1px);

  }

  .spiner-uploading{
    position: absolute;
    z-index: 9999;
    background: #27212142;
    width: 150px;
    height: 160px;
  }
  .changepic{
    background-color: #0000006a;
    position: absolute;
    color: #fff;
    padding:10px;
    width: 150px;
    top:9px;border-radius: 9px 9px 0 0;
    cursor: pointer;

  }
  .boxforuploading{
    position: relative;
  }
  .changepic:hover{
    text-decoration: underline;
  }
  .divimgcontainer{
    position: relative;
  }
  .divimgcontainer:hover .changepic{
    display: block;
  }
  .dinone{
    display: none;
  }
 