body{
  margin: 0;
  background: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  width: 100%;
}

html{
  width: 100%;
  height: 100%;
  
}




.bg-layers{
  position: fixed;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at -1% 57.5%, #13aa52 0%, #024f22 90%);
}


.bg-layers span{
  position: absolute;
  transform: rotate(45deg);
  border-radius: 20%;
}

@media(max-width:768px){


.bg-layers span{
  width: 5em;
  height: 5em;
}


.bg-layers span:nth-child(1){

   background: #104527;
   right: 50px;
   top: -20px;

}


.bg-layers span:nth-child(2){

   background: #104527;
   bottom: -30px;
   left: 100px;

}


.bg-layers span:nth-child(3){
   

   background: transparent;
    border: 2px solid #2e6c49;
   right: 80px;
    top: -22px;

}


.bg-layers span:nth-child(4){

   background: transparent;
   border:2px solid #2e6c49;
   left: 0px;
   top: 400px;

}


.bg-layers span:nth-child(5){
   

    background: transparent;
    border: 2px solid #2e6c49;
    left: -63px;
    top: 339px;

}


.bg-layers span:nth-child(6){
   
    background: transparent;
    border: 2px solid #104527;
    right: -14px;
    top: 36px;

}


.bg-layers span:nth-child(7){
   

    background: transparent;

    border: 2px solid #76ab8d;

    bottom: -35px;
    left: 72px;

}



}


@media(min-width:769px) and (max-width:992px){


  .bg-layers span{
    width: 10em;
    height: 10em;
  }

 


.bg-layers span:nth-child(1){

   background: #104527;
   right: 50px;
   top: -20px;

}


.bg-layers span:nth-child(2){

   background: #104527;
   bottom: -30px;
   left: 100px;

}


.bg-layers span:nth-child(3){
   

   background: transparent;
    border: 2px solid #2e6c49;
   right: 103px;
    top: -22px;

}


.bg-layers span:nth-child(4){

   background: transparent;
   border:2px solid #2e6c49;
   left: 0px;
   top: 400px;

}


.bg-layers span:nth-child(5){
   

    background: transparent;
    border: 2px solid #2e6c49;
    left: -123px;
    top: 280px;

}


.bg-layers span:nth-child(6){
   
    background: transparent;
    border: 2px solid #104527;
    right: -77px;
    top: 95px;

}


.bg-layers span:nth-child(7){
   

    background: transparent;

    border: 2px solid #76ab8d;

    bottom: -35px;
    left: 45px;

}



}



@media(min-width:993px) and (max-width:1240px){


  .bg-layers span{
    width: 15em;
    height: 15em;
  }


.bg-layers span:nth-child(1){

   background: #104527;
   right: 50px;
   top: -20px;

}


.bg-layers span:nth-child(2){

   background: #104527;
   bottom: -30px;
   left: 250px;

}


.bg-layers span:nth-child(3){
   

   background: transparent;
    border: 2px solid #2e6c49;
   right: 138px;
    top: -23px;

}


.bg-layers span:nth-child(4){

   background: transparent;
   border:2px solid #2e6c49;
   left: 0px;
   top: 400px;

}


.bg-layers span:nth-child(5){
   

    background: transparent;
    border: 2px solid #2e6c49;
    left: -182px;
    top: 223px;

}


.bg-layers span:nth-child(6){
   
    background: transparent;
    border: 2px solid #104527;
    right: -139px;
    top: 147px;

}


.bg-layers span:nth-child(7){
   

    background: transparent;

    border: 2px solid #76ab8d;

    bottom: -35px;
    left: 170px;

}



}



@media(min-width:1241px){
  


  .bg-layers span{
     width: 20em;
     height: 20em;  
     opacity: .7;
  }


  .bg-layers span:nth-child(1){
   background: #104527;
   right: 250px;
   top: -50px;

}


.bg-layers span:nth-child(2){
   background: #104527;
   right: 550px;
   bottom: -50px;

}


.bg-layers span:nth-child(3){

   background: transparent;
   border:4px solid #104527;
   right: 15px;
   top: 170px;

}


.bg-layers span:nth-child(4){
   

   background: transparent;
   border:4px solid #2e6c49;
   left: 20px;
   top: 400px;

}


.bg-layers span:nth-child(5){
   

    background: transparent;
    border:4px solid #2e6c49;
    left: -216px;
    top: 177px;

}


.bg-layers span:nth-child(6){
   

    background: transparent;
    border:4px solid #7f9689;
    right: 335px;
    top: -50px;

}


.bg-layers span:nth-child(7){

    background: transparent;
    border:4px solid #2e6c49;
    right: 650px;
    bottom: -60px;

}



}



.html{
  position: relative;
  z-index: 1;
}


.login-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}


.login-form{
  width: calc(100% - 70px);
  max-width: 400px;
  background: #2d9b5b;
  padding: 50px 35px;
  border-radius: 25px;

      display: flex;
    flex-direction: column;
    align-items: center;
}


.login-logo{
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}


.form-row{
  display: flex;
  flex-direction: column;
  position: relative;
}


.form-row + .form-row{
  margin-top: 1rem;
}



.form-row label{
  font-size: 18px;
  color: #fff;
}


.form-row input{
  height: 48px;
  line-height: 45px;
  border-radius: 15px;
  border: 0px;
  padding: 0 25px;
  font-size: 16px;
  background: #1b7f44;
  color: #fff;
  transition: .2s ease;
  width: calc(100% - 50px);

}


.form-row input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c7c4c4;
  opacity: 1; /* Firefox */
}

.form-row input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c7c4c4;
}

.form-row input::-ms-input-placeholder { /* Microsoft Edge */
  color: #c7c4c4;
}



.form-row input:focus{
  background: #1a683a;
}

.form-row input:focus{
  outline: none;
}





.form-row button{
  height: 48px;
  line-height: 45px;
  border-radius: 15px;
  border: 0px;
  padding: 0 25px;
  font-size: 16px;
  background: #104527;
  color: #fff;
  transition: .2s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;

}

.form-row button:hover{
  opacity: .7;
}


.form-row button.load{
  pointer-events: none;
}


.form-row button.load:before{
  
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  background: #104527;
  left: 0;
  top: 0;
}


.form-row button.load:after{
    content: '';
    position: absolute;
/*    top: 50%;
    left: 50%;
    margin-top: -30px;  
    margin-left: -30px;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;


    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 3px solid grey;
    border-top-color: white;
    animation: loading 2s linear infinite;
}


@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.login-response{
  position: absolute;
  background: rgb(16 69 39 / 68%);
  padding: 7px 15px;
  border-radius: 10px;
  left: 0;
  color: #fff;
  width: fit-content;
  transition: .1s ease;
  transform: translateY(-80px);
  opacity: 0;
}

.login-response.active{
  transform: translateY(-50px);
  opacity: 1;
}

.login-response:after{

    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-top:8px solid rgb(16 69 39 / 68%);
    border-bottom:0 none;
    bottom: -8px;
    left: 25px;
}



.dashboard-container {
    display: flex;
    flex-direction: column;
}



.dashbaord-content{
  
  width: calc(100% - 70px);
  background: #2d9b5b;
  padding: 30px 35px;
  border-radius: 25px;
  margin: 30px 0;

}



.dashboard-logo{
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}


.description p{
  font-size: 16px;
  color: #fff;
}

.description p.quote{
  font-weight: bold;
  position: relative;
  font-style: italic;
}



.company-list{
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}


.company-list h2{
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}


.company-grid{
  display: grid;
  gap: 15px;
  grid-auto-rows: 1fr;
  padding-top: 15px;
}


@media(max-width:768px){

  .company-grid{
    grid-template-columns: repeat(2, 1fr);
  }

}


@media(min-width:769px) and (max-width:992px){

  .company-grid{
    grid-template-columns: repeat(3, 1fr);
  }

}


@media(min-width:993px) and (max-width:1240px){

  .company-grid{
    grid-template-columns: repeat(5, 1fr);
  }

}




@media(min-width:1241px){

  .company-grid{
    grid-template-columns: repeat(7, 1fr);
  }
}





.item{
  width: 100%;
/*  margin: 4px;*/
  border: 2px solid #fff;
  border-radius: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}

.item img{
  width: 92%;
  height: 92%;
  border-radius: 100%;
  object-fit: cover;
  transition: .2s ease;

}






.item-sale{
  position: absolute;
  background: rgb(16 69 39 / 68%);
  padding: 7px 15px;
  border-radius: 10px;
  color: #fff;
  width: fit-content;
  transition: .2s ease;
  transform: translateY(-20px);
  opacity: 0;
  margin-top: -200px;
  pointer-events: none;

}


@media(min-width:768px){

  .item:hover img{
    width: 100%;
    height: 100%;
  }

  .item:hover .item-sale{
      transform: translateY(0px);
      opacity: 1;
    }

}









.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100vh;
    z-index: 100;
    display: flex;
    visibility: hidden;
    pointer-events: none;
}


.modal.active {
    visibility: initial;
    pointer-events: auto;
}


.modal-content {
    width: 100%;
    display: flex;
}


.modal-content .container {
    transition: .2s ease;
    transform: translateY(-1em);
    opacity: 0;
}


.modal.active .container {
    opacity: 1;
    transform: translateY(0rem);
}


.modal-body{

    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}


.modal-data {
    background: #2d9b5b;
    width: 100%;
    max-width: 800px;
    border-radius: 25px;
    position: relative;
}

@media (min-width: 769px){

  .modal-data {
      padding: 30px 35px;
  }

}






.modal-data .close {
    background: transparent;
    border: 0;
    cursor: pointer;
    width: 45px;
    height: 45px;
    transition: .2s ease;
    position: absolute;
    right: 25px;
    top: 15px;
}


.modal-data .close svg {
    width: 45px;
    height: 45px;
    stroke: #fff;
}

.modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 30px;
    align-items: center;
}


@media(max-width:768px){
  .modal-header{
    flex-direction: column;
    padding: 25px;
  }
  
  .item-description{
    padding-top: 25px;
  }

}



.modal-header .item{
  width: 200px;
  height: 200px;
  min-width: 200px;
}


.modal-header .item-description p{
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.modal-header .item-description p + p{
  margin-top: 1rem;
}

.sales-marks{
  padding-top: 15px;
  display: flex;
}

.sales-marks ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sales-marks ul li{
  background: #104527;
  color: #fff;
  padding: 7px 15px;
  border-radius: 10px;
  font-size: 16px;
}


.open-modal {
    overflow: hidden;
}

.login-form, .dashbaord-content{
  position: relative;
}

.header-language{
  position: absolute;
  top: 20px;
  right: 35px;
  display: flex;
  column-gap: 10px;
}

.header-language a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 3px 0;
  width: 80px;
  text-align: center;
  border-radius: 4px;
  transition: .2s ease;
}

.header-language a:hover{
  opacity: .7;
}


.dashbaord-content .header-language{
   top: 30px;
}

@media(max-width:768px){

  .dashbaord-content .header-language{
       top: 15px;
  }

}



.item .media{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}




.item.load .media:before{
  
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgb(255 255 255 / 75%);
  left: 0;
  top: 0;
}


.item.load .media:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 4px solid grey;
    border-top-color: white;
    animation: loading 2s linear infinite;
}


.item.load img{
    width: 100%;
    height: 100%;
  }




.url-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.url-list a{
    color: #fff;
    
    display: flex;
    text-decoration: none;
    border: 1px solid #fff;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 10px;

}

.url-list .open-icon{
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: #fff;
    stroke-width: 0px;
    padding-left: 7px;
}

.url-list .download-icon{
    width: 20px;
    height: 20px;
    stroke: #fff;
    stroke-width:1.5;
    padding-left: 7px;
}


.url-list a:hover{
  opacity: .7;
}




.exit-icon{
    width: 20px;
    height: 20px;
    stroke: #fff;
    stroke-width:1.5;
}