/* ==========================================================================
   #FONT
   ========================================================================== */

.font-mukta {
  font-family: Mukta;
}

/* ==========================================================================
     #GRID
     ========================================================================== */

.row-space {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.col-2 {
  width: calc((100% - 60px) / 2);
}

@media (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
}

html {
  box-sizing: border-box;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

* {
  padding: 0;
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

li > ol,
li > ul {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  min-width: 0;
  border: 0;
}

button {
  outline: none;
  background: none;
  border: none;
}

/* ==========================================================================
     #PAGE WRAPPER
     ========================================================================== */

.page-wrapper {
  min-height: 100px;
  padding-bottom: 100px;
  padding-top: 60px;
  max-width: 960px;
  margin: 0 auto;
}

main {
  height: auto;
  width: 100%;
  position: relative;
}

body {
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h2 {
  font-size: 30px;
}

/* ==========================================================================
     #SPACING
     ========================================================================== */

@media screen and (max-width: 767px) {
  .p-t-60 {
    padding-top: 0px;
  }
}

/* ==========================================================================
     #TITLE
     ========================================================================== */

.title {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 36px;
}

/* ==========================================================================
     #CARD
     ========================================================================== */

.card {
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
}

.card-3 {
  background: #000;
  border-radius: 10px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  display: table;
}

.card-3 .card-heading {
  background: url('../Assets/Pics/VILL-10.jpg') top center/cover no-repeat;
  display: table-cell;
  width: 50%;
}

.card-3 .card-body {
  padding: 50px 50px;
  padding-bottom: 50px;
  display: table-cell;
}

@media (max-width: 767px) {
  .page-wrapper {
    padding: 0;
  }
  .card-3 {
    display: block;
  }
  .card-3 .card-heading {
    display: block;
    width: 100%;
    padding-top: 400px;
    background-position: center center;
  }
  .card-3 .card-body {
    display: block;
    width: 100%;
    padding: 37px 30px;
    padding-bottom: 45px;
  }
}

/* ==========================================================================
     #INPUT & TEXTAREA
     ========================================================================== */

input {
  outline: none;
  border: none;
}

input::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder {
  color: #999999;
}

textarea {
  outline: none;
  border: none;
}

textarea::-webkit-input-placeholder {
  color: #999999;
}
textarea:-moz-placeholder {
  color: #999999;
}
textarea::-moz-placeholder {
  color: #999999;
}
textarea:-ms-input-placeholder {
  color: #999999;
}

textarea::-webkit-scrollbar {
  width: 8px;
  width: 8px;
  width: 0.5rem;
  margin-right: 10px;
  background: transparent;
}

textarea::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 60px;
  margin: 17px 0 12px 0;
}

textarea::-webkit-scrollbar-thumb {
  background: rgba(27, 21, 16, 0.6);
  border-radius: 60px;
}
textarea::-webkit-scrollbar:hover {
  cursor: pointer;
}

/* ==========================================================================
     #BUTTON
     ========================================================================== */
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

/* ==========================================================================
     #CONTACT
     ========================================================================== */

.contact {
  width: 100%;
  min-height: 100%;
  padding: 15px;

  background: #009bff;
  background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
  background: linear-gradient(left, #0072ff, #00c6ff);

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* ==========================================================================
     #INPUT1
     ========================================================================== */

input.input1 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
}
input.input1 {
  border-radius: 25px;
}

textarea.input1 {
  min-height: 150px;
  border-radius: 25px;
  padding: 12px 30px;
}
textarea.input1 {
  border-radius: 25px;
}

.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
}

.input1 {
  display: block;
  width: 100%;
  background: #f8f9fa;
  font-family: Mukta;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}

.validChars {
  color: #f8f9fa;
  margin-left: 20px;
  font-size: 13px;
}

/* ==========================================================================
     #CONTACT
     ========================================================================== */

.container-contact-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
}

.contact-form-btn {
  min-width: 193px;
  height: 50px;
  border-radius: 25px;
  background: #209248;
  font-family: Mukta;
  font-size: 16px;
  line-height: 1.5;
  color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contact-form-btn i {
  margin-left: 10px;

  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contact-form-btn:hover {
  background: #57b846;
}

.contact-form-btn:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* ==========================================================================
     #ALERT VALIDATE
     ========================================================================== */

.validate-input {
  position: relative;
}

.alert-validate:before {
  position: absolute;
  max-width: 70%;
  height: 25px;
  background-color: #f8f9fa;
  padding: 3px 5px 3px 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
  pointer-events: none;

  font-family: Mukta;
  color: #c80000;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate:after {
  content: '\f06a';
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
}

.alert-validate:hover:after {
  content: attr(data-validate) '   ' '\f06a';
  white-space: pre;
  font-family: Mukta, FontAwesome;
  font-weight: 500;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 5px 5px 3px 5px;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;

  pointer-events: none;
  visibility: visible;
  opacity: 1;
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
}

@media (max-width: 992px) {
  .alert-validate:before {
    visibility: visible;
    opacity: 1;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
  }
}

/* ==========================================================================
     #EMAIL SENT
     ========================================================================== */

.email-sent {
  width: 100%;
  min-height: 400px;
  padding: 15px;
}

.hidden {
  display: none;
}

#paper-plane {
  font-size: 200px;
  color: #209248;
  width: 200px;
  height: 200px;
  margin-top: 20px;
  margin-left: 50px;
}

.email-sent h1 {
  color: #f8f9fa;
  font-family: Mukta;
  font-weight: 700;
  font-size: 60px;

  margin-top: 40px;
  margin-left: 25px;
}

/* ==========================================================================
     #FOOTER
     ========================================================================== */

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  box-sizing: border-box;
  height: 200px;
  width: 100%;
}

.footer-container {
  max-height: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  bottom: 0px;
}
