@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@500&display=swap");

* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
ul.header_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}
ul.header_list li {
  margin: 0;
  padding: 0px 10px;

}
ul.header_list li .lang_div{
  position: relative;
  background: #f7f7f7;
  padding: 5px 15px;
  border-radius: 5px;
}
ul.header_list li .lang_div select{
  position: absolute;
  inset: 0;
  opacity: 0;
}
ul.header_list li .lang_div select option{
  direction: ltr;
  border-radius: 0;
  padding: 3px 6px;
  margin: 40px;
}
ul.header_list li a {
  text-decoration: none;
  color: rgba(38, 34, 98, 0.6);
  font-size: 18px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
ul.header_list li.active a {
  color: rgba(38, 34, 98, 1);
}
img.img_logo {
  width: 150px;
}
.header_padding {
  padding: 20px;
}
a.contri_bg {
  background: rgba(38, 34, 98, 0.1);
  text-decoration: none;
  color: rgba(38, 34, 98, 1);
  font-family: "DM Sans", sans-serif;
  border-radius: 7px;
  padding: 7px 20px;
  font-weight: 400;
}
a.contri_bg img {
  margin-left: 10px;
}
.tiranga_header {
  display: flex;
  align-items: flex-start;
  padding: 0px 0px 20px 0px;
  /* max-width: 1000px; */
  margin: 0px auto;
}
.tiranga_header img {
  width: 100%;
}
.tiranga_header .trianga_div {
  margin-left: -30px;
}
.tiranga_header .trianga_div h2 {
  background-color: #ef9932;
  background-image: linear-gradient(0deg, #ef9932 50%, #f8d0a0);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-size: 100px;
  min-height: 300px;
  font-weight: 700;
  margin: 0;
}
.tiranga_header .trianga_div h5 {
  color: #3c703f;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  right: -30%;
  bottom: 20%;
}
.trianga_div {
  position: relative;
}
.chooseimg_section {
  padding: 0px 0px;
}
.chooseimg_bg {
  background: #f7f7f7;
  border-radius: 38px;
  padding: 40px;
  max-width: 1000px;
  margin: 0px auto;
}
.chooseimg_bg p {
  color: #000;
  max-width: 600px;
  margin: 0px auto 20px auto;
  font-weight: 500;
  text-align: center;
}
ul.chooseimg_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
ul.chooseimg_list li {
  margin: 0;
  padding: 0px 5px;
}
ul.chooseimg_list li img {
  width: 200px;
  height: 200px;
}
ul.chooseimg_list li .img_list {
  display: flex;
  justify-content: space-around;
}
ul.chooseimg_list li .img_list img {
  width: 120px;
  height: 180px;
  margin: 0px 10px;
}
a.monument_btn {
  color: #262262;
  text-decoration: none;
  border: 2px solid #262262;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 500;
  margin: 30px auto 0px auto;
  text-align: center;
  width: 30%;
  display: block;
  transition: 0.2s;
  background: #fafafa;
}
a.monument_btn:hover {
  background: #262262;
  color: #fff;
}
a.monument_btn img {
  margin-right: 10px;
}
a.monument_btn img.monument_blue {
  display: inline-block;
}
a.monument_btn img.monument_white {
  display: none;
}
a.monument_btn:hover img.monument_white {
  display: inline-block;
}
a.monument_btn:hover img.monument_blue {
  display: none;
}
.or_text_position {
  position: relative;
}
h6.or_text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  font-weight: 500;
}

.wall_padding {
  padding: 10px 0px;
}
.wall_content_container {
  max-width: 1000px;
  margin: 0px auto;
}
.people_head h2 {
  font-size: 72px;
  color: #000;
  font-weight: bold;
}
.people_head h2 span {
  background-color: #000;
  background-image: linear-gradient(-60deg, #3c703f 50%, #abc6ad);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  margin: 0;
}
.discove_content p {
  font-size: 18px;
  font-weight: 500;
}
.discove_content a {
  text-decoration: none !important;
  color: #262262 !important;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
img.slider_img {
  border-radius: 12px;
  width: 250px;
  height: 250px;
  margin: 0px auto;
}
.slider_wall .slick-next:before {
  content: "";
}
.slider_wall .slick-prev:before {
  content: "";
}
.slider_wall .slick-disabled {
  display: none;
  opacity: 0;
}
.footer_padding {
  padding: 40px 0px;
}
.people_contri_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.people_contri_list ul li {
  padding: 0px 20px;
}
.people_contri_list ul li h3 {
  text-align: center;
  font-size: 100px;
  margin: 0;
}
.people_contri_list ul li h5 {
  font-size: 24px;
  text-align: center;
  color: #ef9932;
  font-weight: 400;
  margin: 0;
}
.people_contri_list ul li:nth-child(1) h3 {
  background-color: #ef9932;
  background-image: linear-gradient(-60deg, #ef9932 50%, #f8d0a0);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.people_contri_list ul li:nth-child(2) h3 {
  background-color: #ef9932;
  background-image: linear-gradient(-30deg, #ef9932 50%, #f8d0a0);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.people_contri_list ul li:nth-child(3) h3 {
  background-color: #ef9932;
  background-image: linear-gradient(130deg, #ef9932 50%, #f8d0a0);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.footer_content {
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  padding: 40px 0px;
}
.footer_content a {
  text-decoration: none;
  color: #262262;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selectimage_bg {
  background: #f7f7f7;
  border-radius: 38px;
  padding: 40px;
  margin: 0px auto;
}
.selectimage_bg h4 {
  color: #262262;
  font-weight: 500;
  font-size: 30px;
}
.selectimage_bg p {
  color: #17153c;
  font-size: 18px;
  font-weight: 500;
  max-width: 700px;
  margin: 0px auto 20px auto;
}
ul.selectimg_list {
  list-style-type: none;
  margin: 20px 0px 0px 0px;
  padding: 0;
  display: flex;
  justify-content: center;
}
ul.selectimg_list li {
  margin: 0px;
  padding: 20px 10px;
}
ul.selectimg_list li h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 10px auto;
}
ul.selectimg_list li .image_type {
  position: relative;
}
ul.selectimg_list li .image_type img {
  border-radius: 10px;
  width: 170px;
  height: 170px;
}
ul.selectimg_list li .image_type img.paint_image {
  position: absolute;
  inset: 0;
  z-index: 9;
}
ul.selectimg_list li.active a .image_type img.paint_image {
  border: 8px solid #17153c;
  border-radius: 10px;
}
.form-check-input2:checked {
  background-color: #3c703f;
  border-color: #3c703f;
}
.form-check-input2:focus {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
ul.checkbox_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
ul.checkbox_list li {
  padding: 0px 10px;
}
ul.checkbox_list li .form-check label {
  font-size: 14px;
  font-weight: 500;
}
.upload_div {
  border: 2px solid #262262;
  width: 250px;
  margin: 20px auto;
  border-radius: 50px;
  position: relative;
  transition: 0.2s;
  background: #fafafa;
  overflow: hidden;
}
.upload_div input {
  position: absolute;
  inset: 0;
  opacity: 0;
  border-radius: 50px;
}
button.upload_btn {
  color: #262262;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  margin: 0px auto 0px auto;
  background: none;
  text-align: center;
  text-transform: uppercase;
  display: block;
  transition: 0.2s;
}
button.upload_btn img {
  margin-right: 5px;
}
.upload_div:hover {
  background: #262262;
}
.upload_div:hover button {
  color: #fff;
}

.upload_div img.upload_blue {
  display: inline-block;
}
.upload_div img.upload_white {
  display: none;
}
.upload_div:hover img.upload_blue {
  display: none;
}
.upload_div:hover img.upload_white {
  display: inline-block;
}
.upload_section {
  padding: 40px 0px;
}
.progress_custom {
  background: #262262;
  font-size: 18px;
}
.progress_div {
  border: 2px solid #262262;
  height: 65px;
  max-width: 280px;
  margin: 0px auto;
  border-radius: 40px;
  font-weight: 600;
  background: #fafafa;
}
ul.selectimg_list_green li.active .image_type img {
  border: 8px solid #3c703f;
  border-radius: 10px;
}
.selectimage_bg h5 {
  position: relative;
  color: #17153c;
  font-size: 24px;
  font-weight: 500;
}
.selectimage_bg h5 a {
  position: absolute;
  left: 0;
}
.image_result {
  display: block;
  margin: 40px auto;
  position: relative;
}
.image_result img {
  border-radius: 10px;
  display: block;
  margin: 0px auto;
  width: 300px;
  height: 300px;
}
.image_result img.paint_effect {
  position: absolute;
  inset: 0;
}
.socail_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  line-height: 80px;
}
.socail_list ul li {
  margin: 0;
  padding: 0px 10px;
}
.socail_list ul li button {
  border: 3px solid #262262;
  color: #262262;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 40px;
  background: #f7f7f7;
}

.socail_list ul li a:active {
  border: 3px solid #262262;
  color: #f7f7f7 !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 40px;
  background: #262262;
}
.socail_list ul li a {
  border: 3px solid #262262;
  color: #262262;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 40px;
  background: #f7f7f7;
}
.socail_list ul li a img {
  margin-right: 5px;
  width: 15px;
}
.socail_list ul li a img.facebook_img {
  width: 10px;
}
.socail_list ul li button img {
  margin-right: 5px;
  width: 20px;
}

button.monumnet_btn {
  border: 3px solid #262262;
  color: #262262;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 40px;
  background: #f7f7f7;
  margin: 40px auto;
  display: block;
  width: 50%;
}
.gallery_list ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery_list ul li {
  margin: 0;
  padding: 10px;
}
.gallery_list {
  margin: 0px auto;
}

.gallery_list ul li img {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0px auto;
}
.preloader_bg {
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.preloader_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0px auto;
}
.preloader_img img {
  width: 80px;
  display: block;
  animation: loader linear 1s infinite;
  margin: 10px auto;
}
.preloader_img h6{
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.chatloader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #2173F2;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 20px auto;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.monument_div h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 10px auto;
}
.monument_div .image_type_slider {
  position: relative;
}
.monument_div .image_type_slider img {
  border-radius: 10px;
  width: 170px;
  height: 170px;
  display: block;
  margin: 0px auto;
}
.monument_div.active .image_type_slider img {
  border: 8px solid #3c703f;
  border-radius: 10px;
}

.crop_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}
.crop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.crop_content button.crop_btn {
  background: #ff9237;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  position: absolute;
  /* top: 5px; */
  bottom: 0;
  left: 50%;
  border: none;
  padding: 10px 20px;
  outline: none;
  transform: translate(-50%, 110%);
  width: 80%;
}
.crop_content button.cros_btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  outline: none;
}
.crop_content button.cros_btn img {
  width: 30px;
}
img.desk_back {
  display: block;
}
img.mobile_back {
  display: none;
}
.cameraopen_div {
  position: relative;
}
.cameraopen_div .react-html5-camera-photo {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 1);
  z-index: 9;
}
.socail_list ul li a img.download_size {
  width: 20px;
}
.socail_list ul li a img.share_size {
  width: 20px;
}
.uploadimg_bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.uploadimg_position {
  background: #fff;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 38px;
  position: absolute;
  min-width: 400px;
  max-width: 400px;
}
.uploadimg_position h4 {
  color: #262262;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}
.uploadimg_position img {
  display: block;
  margin: 20px auto;
}
.btn_rotate button {
  background: #17153c;
  border: none;
  padding: 8px 10px;
  margin: 0px 10px;
  border-radius: 10px;
}
.btn_rotate button img {
  margin: 0px;
}
button.submit_btn {
  background: #262262;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  margin: 20px auto;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 60%;
}
.uploadimg_position img.crosspopup {
  margin: 10px 0px 0px auto;
  display: block;
}
.image_result {
  display: flex;
  justify-content: center;
}
.image_result img {
  margin: 20px;
}
@media screen and (max-width: 600px) {
  .image_result {
    display: block !important;
    /* position: relative;
        left: 10px; */
    text-align: center;
  }

  .image_result img {
    width: 275px;
    height: 265px;
  }
}

.snapPopup {
  max-width: 800px;
  width: 100%;
  display: flex;
  background: #f7f7f7;
  border-radius: 20px;
  /* border: #707070 solid 1px; */
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  position: relative;
}
.snapPopup ul {
  margin: 30px 0px;
  display: flex;
  flex-direction: column;
  padding: 30px 60px;
}
.snapPopup ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.snapPopup ul li:last-child {
  margin-bottom: 0;
}
.snapPopup ul li .snapImg {
  width: 150px;
}
.snapPopup ul li > div {
  flex-direction: row;
  display: flex;
}
.snapPopup ul li .descSnap {
  font-size: 30px;
  margin-left: 20px;
  color: #17153c;
  font-weight: 500;
}
.snapPopup ul li .descSnap span {
  color: #f08701;
  font-size: 30px;
  margin-right: 10px;
}
.snapclose {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor:pointer;
}
.guid_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.guid_popup .snapPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.guidline_span {
  cursor: pointer;
  color: blue;
}
img.monument_radius{
  width: 350px;
  height: 350px;
  display: block;
  margin: 0px auto;
  border-radius: 10px;
}
.pintura_img ul.PinturaShapePresetsList li.PinturaShapePreset button{
  /* width: 70px;
  height: 70px; */
  border: 1px solid #262262;
}
.pintura_img ul.PinturaShapePresetsList li.PinturaShapePreset button::before{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}
/* .pintura_img ul.PinturaShapePresetsList li.PinturaShapePreset button img{
  width: 50px;
  height: 50px;
} */
.pintura_img .PinturaRoot{
  background: #f7f7f7;
}
img.banner_detail{
  width: 60%;
  border-radius: 10px;
  margin: 40px auto 10px auto;
  display: block;
}
.monument_div .slick-arrow{
  top: 35%;
}
.error_popupbg{
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.error_pos{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  min-width: 300px;
  max-width: 300px;
  min-height: 100px;
  max-height: 100px;
  
}
.error_pos h3{
  text-align: center;
}
img.error_cros{
  position: absolute;
  right: -2%;
  top: -4%;
  background: #fff;
  padding: 5px;
  border-radius: 20px;
  cursor: pointer;
}
.error_pos p{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.back_btn{
  width: 40px;
    display: inline-flex;
}