@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body{
  font-family: 'Poppins', sans-serif;
}

.bg-success, .btn-success
{
  background-color: #00943A !important;
}

header
{
    width: 100%;
}

.logo-for-desktop-version img
{
    width: 25%;
    height: auto;
    padding: 15px 15px 10px;
    margin: 10px;
}

.heading-for-desktop-version
{
    font-size: 50px;
    font-weight: bold;
    color: #00943A;
    display:flex;
    margin: 150px 100px 50px;
}

.heading-for-desktop-version:before, .heading-for-desktop-version:after 
{
  color: #00943A;
  content: '';
  flex: 1;
  border-bottom: solid 1px;
  margin: auto 0.25rem;
  }

.logo img
{
    width: 50%;
    height: auto;
    padding: 20px 15px 20px;
}

.heading
{
    font-size: 20px;
    font-weight: bold;
    color: #00943A;
    display:flex;
}

.heading-without-line
{
  font-size: 20px;
  font-weight: bold;
  color: #00943A;
}

.heading:before, .heading:after 
{
  color: #00943A;
  content: '';
  flex: 1;
  border-bottom: solid 1px;
  margin: auto 0.25rem;
  }

  .dotline-heading
{
    font-size: 20px;
    font-weight: bold;
    color: #00943A;
    display:flex;
}

.dotline-heading:before, .dotline-heading:after 
{
  color: #00943A;
  content: '';
  flex: 1;
  border-bottom: dashed 1px;
  margin: auto 0.25rem;
  }

  .sub-heading
{
    font-size: 14px;
    font-weight: bold;
    color: #00943A;
    display:flex;
}

.sub-heading:before, .sub-heading:after 
{
  color: #00943A;
  content: '';
  flex: 1;
  border-bottom: solid 1px;
  margin: auto 0.25rem;
  }

.sub-sub-heading
{
    font-size: 14px;
    font-weight: bold;
    color: #00943a;
    font-family: system-ui;
}

.paragraph
  {
    font-size: 14px;
    font-weight:normal;
    text-align: justify;
    padding: 5px 25px 5px;
  }

  .paragraph-12
  {
    font-size: 12px;
    font-weight:600;
    text-align: justify;
  }

  .what-sets
  {
    padding-bottom: 80px;
  }
  .media
  {
    float: left;
    width: 100%;
    padding: 5px 25px;
  }

  .media img
  {
    float: left;
    width: 15%;
    padding: 0px 5px 0px 0px;
  }

  .media-body p
  {
    float: left;
    width: 85%;
    font-size: 14px;
    padding: 5px 0px 0px 10px;
  } 

  .dot-dot
  {
    text-align: center;
    color: #dee2e6;
    line-height:0;
  }

  .dot-dot-greenline
  {
    text-align: center;
    color: #a9edc4;
    line-height:0;
    padding: 20px 0px 5px;
  }

  .card{
    padding: 10px 5px;
    border: none;
  }

  .card-img-top
  {
    width: 30%;
    margin: 0 auto;
  }
  .card-title{
    font-size: 11px;
    font-weight: bold;
  }
  .card-text{
    font-size: 10px;
    text-align: justify;
    font-weight: bold;
  }
  .card-body
  {
    padding: 5px 8px;
  }
  
footer
{
  border-radius: 25px 25px 0px 0px;
  position:fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.ft-menu
{
  padding: 5px;
}

.active
{
  background-color: orange;
}

.ft-menu a
{
  color: white;
  text-decoration: none;
  display: block;
  border-radius: 20px 0px 20px 0px;
  padding: 4px;
}

.ft-menu img
{
  width: 35%;
}

.ft-menu p
{
  margin: 0px;
  font-size: 10px;
}

.back-button
{
  padding: 15px 30px 5px;
}

.back-button img
{
  width: 15%;
  padding: 10px 0px;
}

.project-button
{
  padding: 50px 0px;
}

.project-button a
{
    padding: 5px;
    margin: 6px;
    border-radius: 10px;
    width: 40%;
    font-size: 16px;
    font-weight: 600;
}

.home-bg
{
    background-image: url(../images/Back_Ground_Images/Home-Bg_Image.png);
    padding: 115px;
    background-size: cover;
    background-position-y: 230px;
    background-position-x: -615px;

}

.project-tab-menu
{
    border-radius: 0px 20px 0px 20px;
    margin: 10px 5px;
    padding: 10px 0px 10px;
}

.ptr-border
{
 border-right: 1px dashed; 
 border-color: #fff;
  
}
.pt-menu p
{
  font-size: 10px;
  font-weight: bold;
  margin: 0px;
}

.pt-menu a 
{
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
}

.pt-menu img 
{
  width:75%;
  padding: 5px;
}

.amenities-and-about-project-info
{
  padding: 30px 0px;
}
.amaapi-image
{
  padding: 5px 0px;
  border-left: 1px solid #a9edc4;
  border-top: 1px solid #a9edc4;
  border-right: 1px dashed #d2f1df;
}

.amaapi-image img
{
  width: 50%;
}


.amaapi-image p
{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    line-height: 15px;
}

.btn-orange
{
  background-color: #FF9100 !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 25px;
  width: 100%;
  margin: 0px 0px 10px 0px;
  border-radius: 7px;
}

.plot-table-section , .customer-reviews-section
{
  background-color: #a9edc4;
  padding: 15px 65px 15px;
}

.social-media-section
{
  background-color: #a9edc4;
  padding: 15px 30px 15px;
}

.sale-service-wtsp-section
{
  background-color: #a9edc4;
  padding: 15px;
}

.plot-table-section .table{
  margin-bottom: 0px;
}

.custome-table .table th
{
  background-color: #00943A;
  font-size: 12px;
  font-weight: bold;
}


.custome-table .table tr
{
  background-color: #fff;
  font-size: 10px;
  font-weight: bold;
}

.gallerydownload-section
{
  padding: 20px 10px;
}

.btn-orange-link
{
  background-color: #FF9100 !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 25px;
  margin:  5px;
  border-radius: 7px;
}

.btn-green-link
{
  background-color: #00943A !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 25px;
  margin:  5px;
  border-radius: 7px;
}

.btn-green-btn
{
  background-color: #00943A !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 20px;
  padding: 4px 25px;
  margin:  5px;
  border-radius: 7px;
}

.price-table-section
{ 
  background-color: #a9edc4;
  padding: 15px 30px 1px;
}


.custome-price-table .table tr
{
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #00943a;
  font-family: system-ui;
}

.custome-price-table .table tr span
{
 
  font-size: 12px;
}

.float-view-map
{
    float: right;
    margin-right: -75px;
    margin-top: -107px;
}

.float-view-map .btn-green-link
{
  -webkit-writing-mode: vertical-lr;
    padding: 10px;
    border-radius: 0px 6px 6px 0px;
    transform: rotate(180deg);
}
.float-view-site
{
    float: right;
    margin-right: -42px;
    margin-top: -86px;
}

.float-view-site .btn-green-link
{
  -webkit-writing-mode: vertical-lr;
    padding: 10px 5px;
    border-radius: 0px 6px 6px 0px;
    transform: rotate(180deg);
}

.btn-green-sales
{
  background-color: green;
  padding: 8px;
  text-align: left;
  margin: 5px 0px;
  font-size: 13px;
  width: 228px;
}

.btn-orange-call
{
    background-color: orange;
    padding: 0px 22px;
    display: inline-grid;
    border: none;
    margin: 5px 0px;
}

.btn-orange-call img
{
    width: 70%;
    position: absolute;
    padding: 8px 0px 8px 10px;
}

.btn-wtsp
{
    width: 55%;
    font-size: 14px;
    padding: 5px;
    margin: 15px 0px 5px;
}

.btn-wtsp img
{
  width: 25%;
  padding: 0px 5px 0px 0px;
}

.social-icon
{
  padding: 15px 0px;
}

.social-icon img
{
    width: 20%;
    padding: 8px;
    margin: 0px 3px;
}

.arrow-img
{
    width: 5%;
    margin: -2px 0px 0px 2px;
}

/* testimonial codes */


.yorum {
  display: flex;
  align-items: center;
}

.yorum .card {
  border: none;
  box-shadow: 0 0 3px #0000001a;
}

.owl-item {
  padding: 10px;
}

.owl-item.active
{
  background-color: #fff;
}
.card-yazı p {
  padding: 30px 40px 50px 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #fff;
}

.card-yazı p::after {
  content: url("https://i.hizliresim.com/ODgyXA.png");
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 10px 0 0 20px;
}

.card-yazı p::before {
  content: url("https://i.hizliresim.com/zMXJz4.png");
  width: 40px;
  height: 40px;
  position: relative;
  top: -10px;
  left: -18px;
}

.card-yazı {
  background-image: linear-gradient(135deg, rgb(8 207 97) 10%, rgb(5 155 72) 100%);
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
}

.favicon {
  width: 100%;
  height: auto;
}

.favicon img {
  height: 90px;
  width: 90px !important;
  position: absolute;
  bottom: -45px;
  left: 39%;
  border-radius: 100px;
  border: 8px solid white;
}

.puan {
  margin-top: 20px;
}


.puan img {
  height: 20px;
  width: 20px !important;
  margin: 30px 5px 0 0;
}

.isim h1 {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 20px;
}

.isim p {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-family: sans-serif;
}



/* media query */

@media only screen and (max-width: 900px) and (min-width: 300px)
{
  .home-bg {
    background-image: url(../images/Back_Ground_Images/Home-Bg_Image.png);
    padding: 115px;
    background-size: cover;
    background-position-y: 230px;
    background-position-x: -615px;
    margin-top: 200px;
}
}
