@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

.container{
    font-family: 'Roboto', sans-serif;
}
.country-box {
    border: 1px solid #eee;
    padding: 12px 16px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    height: 58px;
}
.country-box:hover{
    box-shadow: 8px 8px 8px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 8px 8px 8px rgb(0 0 0 / 15%);
    -moz-box-shadow: 8px 8px 8px
}
.country-box a {
    display: block;
	text-decoration: none;
    color: #000;
}
.country-box a span {
    font-size: 15px;
    color: #555;
    font-weight: 500;
}

.country-box a img {
    margin-right: 10px;
    width: 32px;
}
.continent .heading{
	position: relative;
}
.continent .heading:after {
    content: "";
    display: block;
    height: 3px;
    background-color: #ccc;
    width: 40px;
    margin: 15px 0;
}

  .keywords-card{
	border-radius: 6px;
    border: 1px solid #eee;
    padding: 20px;
    height: 100px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}
.keywords-card a{
    text-decoration: none;
    font-size: 16px;
    color: #555;
    font-weight: 500;
    word-wrap: break-word;
}
.keywords-card a:hover{
  color: #3f30ff;
}
.keywords-card:hover{
    box-shadow: 8px 8px 8px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 8px 8px 8px rgb(0 0 0 / 15%);
    -moz-box-shadow: 8px 8px 8px
}
.text-box{
	border-radius: 6px;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}
.text-box p{
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 500;
}
.row-section{
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 50px 120px;
}
.row-section a{
    color: #3f30ff;
}
.row-section a:hover{
    color: #1206b6;
}
.col-section{
  margin-bottom: 20px;
}
.sub-row-section{
  margin: 30px !important;
}
.sub-col-section{
    margin-bottom: 20px;
    margin-left: 30px;
}
.span_heading{
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-right: 6px;
  font-weight: 500;
}
.banner-img{
    width: 80%;
}
@media (max-width:1375px){
    .keywords-card{
        padding: 14px; 
    }
}
@media (max-width:992px){
    .row-section{
        padding: 50px 80px;
    }
    .sub-row-section{
        margin:20px 0 !important;
    }
    .banner-img{
        width: 100%;
    }
    .keywords-card{
        height: 150px; 
        padding: 18px;
    }
}
@media (max-width:575px){
    .row-section{
        padding:20px;
        border: none;
    }
    .keywords-card{
        height: 90px; 
    }
}


.upload_area{
    height: 100vh;
    overflow: auto;
    background-image: linear-gradient(150deg, #3f30ff00, #0902643b);
    display: flex;
    align-items: start;
    justify-content: center;
    padding-top: 200px;
}
.upload_con{
    width: 500px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.upload_area .box {
    position: relative;
    background: #ffffff;
    width: 100%;
  }
  
  .upload_area .box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 35px;
  }
  
  .upload_area .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  
  .upload_area .dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 235px;
    border-radius: 20px;
  }
  .upload_area .dropzone-wrapper.active{
    margin-top: -250px;
    height: 235px;
    opacity: 0;
  }
  .upload_area .dropzone-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    width: 40%;
    font-size: 16px;
    transform: translate(-50%, -50%);
  }
  .upload_area .dropzone-desc img{
    height: 100px;
    width: auto;
    margin-bottom: 15px;
  }
  .upload_area .dropzone-desc p{
    margin: 0;
  }
  
  .upload_area .dropzone,
  .upload_area .dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }
  
  
  .upload_area .preview-zone {
    text-align: center;
  }
  
  .upload_area .preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
  }
  .upload_area label {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .upload_area .upload_btn {
    display: flex;
    justify-content: end;
  }
  .upload_area .upload_btn .upload {
    background: #3f30ff;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
  }
  .upload_area .preview-zone.hidden .box-header{
    display: none;
  }
  .upload_area .preview_image{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    margin: 0 0 10px;
    border-radius: 15px;
  }
  .upload_area .remove-preview{
    border-radius: 5px;
  }