/* font
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,100&family=Trirong:wght@100;200;300;400;500;700&display=swap');
*/

/* General */ 

a, a:visited, a:hover {
  color: white;
  text-decoration: none;
}
.btn-primary {
  color: #fff!important;
  background-color: #000000;
  border-color: #000000;
}
#main-menu nav > ul li a {
    color: white;
}
#header a {
    padding-right: 10px;
}
#header p {
    color: white;
    padding-right: 5px;
}
/*
.btn-primarytwo {
  color: #000000;!important;
  font-size: 23px;
  padding: 10px 19px;
  border: 1px solid white;
  background-color: white;
  box-shadow: 0 0 4px 0 gray;
 position: absolute;
  transform: translateY(-45%);
  bottom: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
*/
.btn-primary:hover {
  color: #fff;
  background-color: #246878;
  border-color: #246878;
}
.btn-primarytwo {
  color: #000000;
  font-size: 23px;
  padding: 10px 19px;
  border: 1px solid white;
  background-color: white;
  box-shadow: 0 0 4px 0 gray;
  /* position: absolute; */
  transform: translateY(45%);
  bottom: 0;
  /* text-align: center; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* display: block; */
  position: absolute;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(165,135,47,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165,135,47,.5);
}

body {
  font-family: 'Questrial', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

img {
  max-width: 100%;
  height: auto;
}

.accent {
  color:#000000;
  font-size: 40px;
}

.accent-1 {
  color: #000000;
  font-weight: bold;
}
.accent-2 {
  color: white;
  font-size: 48px;
  margin-bottom: 60px;
  padding-top: 25px;
}
a.button-up {
  background: #4bca91;
  padding: 15px;
  font-size: 23px;
}

/* Header Top */

header {
  z-index: 50;
  position: relative;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.header-top-left {
  padding-top: 13px;
}
#header-top {
  background: transparent;
  color: #fff;
  margin-top: 2px;
  /*border-bottom: 1px solid #d5caca;*/
}
.header-topbar {
  align-items: center;
  padding: 0 80px;
}

/* Header Top Right */

#block-topright  i.icofont-brand-whatsapp {
  color: white;
  font-size: larger;
}
i.icofont-linkedin {
  font-size: large;
  display: none;
}
div#block-social {
  padding-right: 20px;
}

.header-top-left span[class*="svgicon-a"]:after, .header-top-left span[class*="svgicon-b"]:before {
  margin-bottom: -4px;
  margin-right: 5px;
}
/*div#block-headertopleft-2 a {
  padding-right: 35px;
}*/
.icofont-phone {
  /* transform: translate(37px, 53px); */
  transform: scaleX(-1);
  display: inline-block;
}

/* Header Top Right */
.header-top-right ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header-top-right li{
  display: inline-block;
}
.header-top-right a {
  display: inherit;
  padding: 2px 0;
  font-weight: 500;
  /*white-space: nowrap;*/
}
.header-top-right a:hover {
  text-decoration: none;
}
.header-top-right span[class*="svgicon-a"]:after, .header-top-right span[class*="svgicon-b"]:before {
  margin-bottom: -1px;
  margin-right: 14px;
}
.header-top-right .btn-secondary {
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 8px;
}
.header-top-right i {
  color: #fff;
  font-size: 19px;
  padding-right: 5px;
}


/* Header Bottom */
@media (max-width: 767px) {
  div#header-bottom {
    padding: 5px 20px;

  }
}
@media (min-width: 1200px) {
  div#header-bottom {
    padding: 5px 80px;

  }
}
@media (min-width: 992px) {
  #header {
    position: absolute;
    width: 100%;
    background-color: rgb(90 185 197 / 70%);
  }
}
/* Site Branding */
#branding img {
  padding: 12px 0;
}
div#branding {
 /* padding-left: 30px;*/
}
/* icon beside last child*/
i.icofont-arrow-right {
  color: white;
  font-size: 29px;
  position: relative;
  top: 4px;
}
#header i.icofont-arrow-right {
  color: white;
}
/* Main menu */
#main-menu nav > ul {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 1200px) {
  #main-menu nav > ul li:last-child {
    background-color: #4bca91;
    padding: 13px 40px 20px 5px;
    position: relative;
    bottom: 17px;
    left: 65px;
  }
}
@media (min-width: 1500px) {
  #main-menu nav > ul li a {
    color: white;
    padding: 5px 35px;
    font-size: 21px;
  }
  #main-menu nav > ul li a:hover {
    color: white;
  }
 }
 @media (min-width: 1200px) and (max-width: 1499px) {
   #main-menu nav > ul li a {
     color: #fff;
    padding: 2px 17px;
    font-size: 15px;
     /* font-weight: 300;*/
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-menu nav > ul li a {
    color: #fff;
    padding: 2px 19px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #main-menu nav > ul li {
    display: inline-block;
  }
  #main-menu nav > ul {
    margin-right: -26px;
  }
}
#main-menu-container {
  align-items: center;
  display: flex;
  /* padding-left: 11rem; */
  padding-top: 30px;
  justify-content: center;
}

@media (max-width: 991px) {
  #main-menu
  {
    position: fixed;
    width: 90%;
    height: 100%;
    margin: 0px;
    padding: 50px;
    padding-top: 25px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: all 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    left: 0;
    top: 0;
    z-index: 10000;
    box-shadow: none;
  }
  #main-menu .img img {
    max-width: 150px;
    margin-bottom: 20px;
  }
  .expanded #main-menu
  {
    transform: none;
    box-shadow: 0 0 10px #85888C;
  }
  #main-menu-bg {
    background: #246878;
    position: fixed;
    width: 100vw;
    height: 100%;
    z-index: 9999;
    top: 0;
    right: 110%;
    transition: all 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  .expanded #main-menu-bg {
    opacity: 0.3;
    right: 0;
  }
  #navbar-toggler {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-left: auto;
  }

  #main-menu-title {
    font-size: 20px;
  }

  #main-menu nav>ul a {
    color: #000000;
    font-size: 18px;
    display: block;
    padding: 10px 20px;
    background: #f5f5f5;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
  }
  #main-menu .account nav>ul a {
    background: #760670;
    color: #000000;
    font-size: 14px;
  }
  #main-menu nav>ul li {
    text-align:center;
  }
  #main-menu-close {
    position: absolute;
    font-size: 56px;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 30px;
    cursor: pointer;
  }
}

#main-menu nav > ul li a:hover{
  text-decoration: none;
  color: white;
}
.teklif-btn {
  align-items: center;
  display: flex;
}

/* Showcase */
#showcase .carousel .image img {
  /* min-width: 780px; */
  transform: translateX(-50%);
  right: -50%;
  position: relative;
  filter: brightness(75%);
}
#showcase .carousel .image.transparent img {
  opacity: 0.7;
}
#showcase .carousel .image {
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*border-right: 4px solid #fff;*/
  background: #000;
  box-shadow: -6px -7px 23px 3px #817d7d;
}
@media (max-width: 991px) {
  #showcase .carousel .image {
    border: none!important;
  }
}
@media (max-width: 319px) {
  #showcase .carousel .image img {
    width: 100%;
    height: auto;
    min-width: auto;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-item .content .title {
    font-size: 30px;
  }
  .carousel-item .content .body {
    max-width: 100%
  }
  .carousel-item .content .link a {
    font-size: 18px;
  }

}
@media (min-width: 576px) and (max-width: 991px) {
  .carousel-item .content {
    position: absolute;
    color: white;
    margin-left: 12%;
    top: 17%;
    width: 75%;
  }
  .carousel-item .content .title {
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: initial;
  }
  .carousel-item .content .body {
        max-width: 80%;
        font-size: 15px;
        line-height: 22px;
        padding-top: 16px;
  }
  .carousel-item .content .link a {
    font-size: 18px;
  }
  .carousel-item .content {
        padding: 0 0;
        margin-top: 0;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
  .carousel-item .content {
    position: absolute;
    color: white;
    margin-left: 12%;
    top: 17%;
    width: 75%;
  }
  .carousel-item .content .title {
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: initial;
  }
  .carousel-item .content .body {
    display: none;
  }
  .carousel-item .content .link a {
    font-size: 18px;
  }
  .carousel-item .content {
    padding: 0;
  }
}

/* Header    */
div#block-projelerimizbanner img {
    filter: brightness(75%);
}
div#block-teklifal img {
    filter: brightness(80%);
}
div#block-hakkimizdabanner img {
    filter: brightness(80%);
}
p.headerone {
  font-size: 50px;
  line-height: 54px;
  font-weight: 600;
  padding-bottom: 20px;
  z-index: 1000;
  position: relative;
}
p.headertwo {
  font-size: 26px;
  line-height: 38px;
  z-index: 1000;
   position: relative;
}
/*  socials menu */

.col-12.col-lg-1.socials {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 519px) {
  .col-12.col-lg-1.socials {
    display: none;
  }
}
/* Form */
#contenty {
  background-color: grey;
}

/*  showcase */

/*
#showcase {
  background: #ffffff url(../img/header.png) center no-repeat;
  background-size: cover;
  background-position: initial;
  min-height: 835px;
}*/

div#showcase img {
  width: 100%;
}
input[name="first_name"]::placeholder {
  color: #000000;
}
/*.contact-us #header {
  position: absolute;
  width: -webkit-fill-available;
}*/

.header {
    padding-top: 22%;
    padding-left: 10%;
    position: absolute;
    color: white;
}


/* Highlighted */
/*div#highlighted {
  margin-top: 70px;
  margin-bottom: 50px;
}
 */
div#block-yaraticiblock img {
  width: 100%;
}
div#block-yaraticiblock {
  margin-top: 10rem;
  margin-bottom: 50px;
}
.row.margy2 {
  position: relative;
  bottom: 75px;
}
.txt.align-items-center {
  padding: 30px 70px;
  display: inline-grid;
}

/*  hakkimizda page */

.hakkimizda-two {
  background-color: #292222;
  color: white;
  padding: 80px 5px;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}

.hakkimizda-left img {
  width: 100%;
  height: 520px;
}
.hakkimizda-right {
  padding-left: 80px;
}
.margy img {
  width: 100%;
}
.margy2 img {
  width: 100%;
}
div#block-hakkimizda1 {
  margin-top: 80px;
}
div#featured-top {
  margin-top: 55px;
  margin-bottom: 110px;
}

/* Featured Top */

/* Top */
div#top {
  margin-top: 30px;
  margin-bottom: 35px;
}

/* Breadcrumbs */
#breadcrumbs {
  background: url(../img/breadcrumbs.png) center no-repeat;
  background-size: cover;
  background-position: initial;
  min-height: 200px;
}
.bnr-block {
  padding: 45px 10px 10px 10px;
  color: white;
  font-size: 27px;
  line-height: 42px;
}
#breadcrumbs p.sec-two {
  font-size: 26px;
}
#breadcrumbs p.sec-one {
  font-size: 48px;
  padding-top: 30px;
  font-weight: 500;
}

/* Help */
/* Content Top */
/* Content */

.home-article .title {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 30px;
  color: #246878;
}

.home-article .body {
  font-size: 20px;
  font-weight: 300;
}

.home-article .body strong {
  font-weight: 500;
}
/* Sidebar First */
/* Sidebar Second */

/* Content Bottom */
div#block-views-block-positions-block-4 .views-row {
  padding: 12px 0;
  /* background-color: lightgray; */
}
#content-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
.comment-card {
  text-align: center;
}
.comment-card .comment {
  min-height: 210px;
  font-size: 18px;
}
#content-bottom .carousel-control-prev {
  margin-left: 100px;
}
#content-bottom .carousel-control-next {
  margin-right: 100px;
}

#content-bottom .carousel-control-next, #content-bottom .carousel-control-prev {
  top: 280px;
  bottom: auto;
}
@media (max-width: 991px) {
  #content-bottom .carousel-control-prev {
    margin-left: 50px;
  }
  #content-bottom .carousel-control-next {
    margin-right: 50px;
  }

  #content-bottom .carousel-control-next, #content-bottom .carousel-control-prev {
    top: 330px;
  }
}

/* Bottom */
/* Featured Bottom */
/* Bottom Showcase */

div#bottom-showcase {
 /* background-color: #f7f7f7; */
}


/* Footer */
.footerone img {
    height: 333px;
    width: auto;
}
p.footerone {
  font-size: 24px;
}
.footer3 {
  font-size: 24px;
}
footer {
  color: #000000;
  font-size: 24px;
}
footer.region div {
  padding: 4px 2px;
}

footer.region {
  background: #292222;
  padding: 130px 15px;
  color: #ffffff;
  font-size: 19px;
}
footer.region .info-line span {
  margin-right: 6px;
}
footer.region .info-line {
  font-size: 23px;
  color: #fff;
  line-height: 32px;
  padding-bottom: 17px;
}
footer.region  button.navbar-toggler {
  margin: 60px auto 20px;
}

div#footer3 {
  text-align: center;
  font-size: 24px;
}
.footer3 {
  margin-top: 70px;
}
footer iframe{
  max-width: 100%;
}

.footer3 p {
  text-align: center;
  line-height: 27px;
}

div#block-footer1 {
  padding-left: 0;
}

#block-footercorporate img {
  height: auto;
}

@media (min-width: 1067px) {
  #footer.region > .container > .row > div:last-child:after {
    content: none;
  }
  #footer.region > .container > .row > div:after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background:red;
    position: absolute;
    top: 5%;
    right: 0;
  }
}

.footer-menu {
  font-size: 25px;
  line-height: 45px;
}
.footer-menu li {
    list-style: none;
    padding-bottom: 10px;
    text-align: center;
    padding-right: 33%;
}


/* Footer Sidebar */
/* Copyright */
.copyright {
  padding: 15px 40px;
  font-size: 20px;
  line-height: 40px;
}
span.antrakt {
  float: right;
}

/* Media */

@media (min-width: 1500px) {
  .container {
    max-width: 1550px;
  }
}

/*** Pages ***/
/* About Us */



.btn-secondary, .btn-secondary:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #6c757d;
  border-radius: 0;
  padding: 2px 8px;
}
.btn-secondary:hover, .show>.btn-secondary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  color: #000000;
  background-color: rgb(219, 211, 227);
}

#highlighted div[role="contentinfo"] {
  padding: 0 40px;
  color: white;
  text-align: center;
  display: none;
}
/*
main.region {
  padding-bottom: 70px;
  padding-top: 30px;
}*/

.home main.region {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.slogan {
    padding: 25px 25px 0 25px;
    color: white!important;
    margin-bottom: 40px;
}
.slogan p {
  padding-top: 10px;
}
p.slogan2 {
  font-size: 27px;
  line-height: 33px;
}
/* featured top  */



/*  contact us page */

iframe {
  width: 100%;
}

.row.undermap {
  font-size: 27px;
  margin-bottom: 35px;
}
.row.undermap div {
  padding: 25px;
}
form#contact-us-form {
  padding: 50px 30px;
  /*margin-top: 80px;*/
  font-size: 25px;
}
div#edit-wrapper {
  padding: 15px 2px;
}
.ddsDefault .dd-container {
  position: relative;
  right: -350px;
}
.dd-selected {
  margin: 0;
    height: 26px;
    position: relative;
    top: -30px;
    display: flex;
    align-items: baseline;
}
.ul.dd-options.dd-click-off-close {
  display: flex !important;
    flex-direction: column;
    width: 60%;
}
.label.dd-option-text {
line-height:inherit !important;
text-transform: uppercase;
}

.ddsDefault .dd-selected label {
  line-height: 1.4 !important;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.ddsDefault .dd-pointer {
  display: none;
}
.ddsDefault .dd-select {
  width: 85px;
  height: 50px;
}
.ddsDefault .dd-select {
  background: transparent !important;
  border: 0;
}
ul.dd-options.dd-click-off-close {
  width:40% !important;
}
.dd-option .dd-option-text {
  text-transform: uppercase;
  line-height:inherit !important;
}

/* search */
.search-block-form {
  display:flex;
}

.search-block-form {
  position: relative;
}
#search-toggle {
    position: absolute;
    top: -25px;
    right: -100px;
    z-index: 1;
    width: 30px;
    border: 0;
    background: transparent;
}
form#search-block-form {
  display: flex;
  position: absolute;
  right: -53px;
  top: 15px;
}
/* lang switch */
div#block-languagedropdownswitcher {
  position: absolute;
  right: -60px;
  top:-4px;
}
span.divider {
  display: none;
}
span.ddArrow.arrowoff {
  display: none;
}
.ldsSkin ul {
  display: flex;
  flex-direction: column;
}

div#edit-lang-dropdown-select_msdd { /* add media for top ri8*/
    border: 0;
    padding-left: 40px;
}
.ldsSkin .ddTitle .ddTitleText {
  padding: 5px 5px 5px 5px;
}
.ldsSkin .ddTitle {
  background: none;
  border: 0 !important;
}
span.ddlabel {
  color: #fff;
  text-transform: uppercase;
}
button#loginMenuButton {
  display: none;
}
/*   mobile   */

    /* contact page  */
 @media (max-width: 519px) {
   div#brandingg {
     background: url(../img/blackwhitelogo.png) no-repeat;
     /* background-size: cover; */
     background-position: center;
     height: 100px;
   }
   /*  ana sayfa  */
   .kim-two img {
     width: 100%;
     height: auto;    /* this is gonna hide or height auto */
   }
   /*delete the highlighted background */
   div#highlighted {
     background: #ffffff;
     background-size: cover;
     background-position: initial;
   }

   /*   anasayfa   */
   ul#blazy-views-ekip-block-block-1-2 .press {
     margin-bottom: 30px;
   }
   .search-block-form {
     position: relative;
     display: none;
   }

   p.footerone {
     font-size: 24px;
     text-align: center;
   }

   p.slogan2 {
     font-size: 23px;
     line-height: 31px;
   }

   .slogan p {
     padding-top: 25px;
   }
 }
   /*  new edit here starts*/
   /*  footer   make sure its not spoiling the one in the upper header */


div#block-slogan h2 {
  padding: 60px 0;
  font-weight: 600;
  font-size: 50px;
}

/*   main page projects block */
div#content-top {
  background: #292222;
  padding-bottom: 75px;
}
.word-1 {
  color: #4bca91;
  font-size: 35px;
  padding-top: 7rem;
  padding-left: 23px;
}
.slogan .word-2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 72px;
  text-transform: uppercase;
  padding-right: 7%;
}
.proj-title {
  text-align: center;
  padding: 25px 2px;
  font-size: 32px;
  background-color: #4bca91;
  line-height: 40px;
}
div#showcase p {
  margin: 0;
}
p.line-3 {
  font-weight: 600;
  font-size: 46px;
  line-height: 55px;
}
p.line-2 {
  font-size: 22px;
  line-height: 25px;
}
.word-right {
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 1px;
    padding-left: 15px;
}
ul#blazy-views-position-block-block-1-1 {
  margin-top: 35px;
}
ul#blazy-views-position-block-block-2-1 {
  margin-bottom: 45px;
}
ul#blazy-views-position-block-block-3-2 {
  margin-bottom: 45px;
}

/*  contact form   */
.contact-us-form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid darkgray;
  color:#000;
}
.contact-us-form input:focus-visible {
  outline:0;
}
.contact-us-form input::placeholder {
  color: darkgray;
}
select#edit-your-project-preference {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid darkgray;
  color: darkgray;
  padding: 8px 15px;
}
.contact-us-form .option {
  display: block;
  line-height: 1.5;
}
.js-form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 7px;
}
label.option {
  display: block;
  margin: 0;
  color: #000;
  font-size:12px;
}
.form-item-kampanyalardan-haberdar {
  position: absolute;
  bottom: -8px;
  right: 245px;
  width: 314px;
}
.form-item-kampanyalardan-haberdar input {
  position: relative;
  top: -10px;
}
#contact-us-form input#edit-submit {
  position: relative;
  color: darkgray;
  left: 87px;
  margin-top: 25px;
  border: 1px solid darkgray;
  padding: 15px 20px;
}
input#edit-submit:hover {
  background: #4bca91;
}
div#edit-actions {
  position: relative;
}

.arayalim-block .col-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*   iletisime gecelim  */
.arayalim-block {
  padding: 65px 15px;
}
p.sizi1 {
  font-size: 62px;
  line-height: 75px;
  color: #4bca91;
  padding-bottom: 25px;
  font-weight: bold;
}
p.sizi2 {
  padding-top: 15px;
  font-size: 24px;
  line-height: 24px;
}
/*
div#block-iletisimegec-2 {
  margin-top: 70px;
  margin-bottom: 70px;
}*/


/*  project detail page   */
.proje-content {
  position: absolute;
  bottom: 0;
  color: white;
}
.proje-content .proje-slogan {
  background-color: black;
  padding: 35px 50px 35px 75px;
  font-size: 24px;
  line-height: 30px;
}
.proje-content .title {
  background-color: #4bca91;
  padding: 30px 50px 30px 70px;
  width: fit-content;
  font-size: 35px;
}
.container.sec-two img {
  width: 100%;
}
.first-txt {
  color: black;
}
.first-line {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.second-line {
  font-size: 20px;
  padding-top: 25px;
}
.sec-two {
  margin-bottom: 80px;
  margin-top: 70px;
}
.black-area {
  background-color: #292222;
  color: white;
  padding: 77px 1px;
  height: 725px;
  margin-bottom: 21rem;
}
.black-area span {
  color: #4bca91;
  font-size: 32px;
  padding-left: 40px;
}
.detail-img1 {
  padding-right: 40px;
}
.detail-img2 {
  padding-left: 40px;
}
.big-words {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 70px;
  margin-top: 60px;
  padding-left: 25px;
}
.col-12.col-md-3.words {
  padding-left: 35px;
}
.number {
  display: -webkit-inline-box;
  /* padding-left: 5px; */
  font-weight: bold;
  padding-top: 40px;
  font-size: 64px;
}
.col-12.col-md-3.words3 {
  text-align: center;
}
.row.under-black-area img {
 /* height: 525px;*/
}
.body-two img {
  width: 100%;
}
.container.body-two {
  margin-bottom: 20px;
}
.body-three .sec-1 {
  margin-bottom: 55px;
}
.body-three .h5 {
  font-size: 30px;
  color: #4bca91;
  font-weight: 600;
  padding-bottom: 35px;
}
.body-three {
  font-size: 28px;
  line-height: 42px;
}
.list-unstyled {
  /* padding-left: 0; */
  list-style: none;
}
h5.card-title {
  font-size: 37px;
  margin-bottom: 35px;
  height: 110px;
  line-height: 44px;
  word-spacing: 5px;
}
.card-text {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.info i {
  display: block;
  font-size: 41px;
  color: #4bca91;
  padding-bottom: 20px;
  padding-top: 30px;
}
.info.h-100 {
  padding: 10px;
}
i.icofont-bed{
 /* font-weight: bold;*/
}
i.icofont-sun {
  font-weight: bold;
}
.block-title {
  color: #4bca91;
  font-size: 28px;
  margin-bottom: 45px;
  margin-top: 35px;
  padding-left: 35px;
  font-weight: 600;
}
.vid-one, .vid-two {
  padding: 55px;
}
.location {
  margin-bottom: 70px;
  margin-top: 70px;
}
.black-area p {
  font-size: 25px;
  line-height: 35px;
  padding-top: 30px;
}
p.line-4 {
  /* font-size: 22px;*/
  line-height: 45px;
}

/* all projects page */
div#block-views-block-position-block-2 {
  padding-top: 90px;
}

/* kariyer page */
.hakkimizda-right h3 {
  font-size: 35px;
  color: #4bca91;
  padding-bottom: 25px;
  padding-top: 40px;
}
p.hakkim1 {
    font-size: 37px;
    line-height: 36px;
    font-weight: bold;
    padding-top: 15px;
}
p.hakkim2 {
  font-size: 25px;
  line-height: 35px;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  margin-bottom: 75px;
}
a.button {
  background: #4bca91;
  padding: 25px 40px;
  font-size: 23px;
}
div#block-numbersblock {
  margin-top: 130px;
  margin-bottom: 100px;
}
.part34 {
  padding-top: 45px;
}
.part3 {
  margin-bottom: 25px;
}

/*
@media (max-width: 767px) {

}
*/
.proj-btn .button {
  background-color: #5ab9c5;
 /* padding-top: 25px;*/
}
.container.proj-btn {
  bottom: 10px;
  position: relative;
}

#footer > .container > .row > div {
  position: relative;
}

#footer > .container > .row > div:not(:last-child) {
  border-right: 1px solid red;
  padding-right: 10px;  /* Adjust padding to create space between content and border */
}
#footer > .container > .row > div:not(:last-child) {
  background-color: red;
}

/*  footer borders  */
@media (min-width: 1200px) {
  div#block-footerlogo {
    border-right: 1px solid;
    margin-right: 60px;
    height: 350px;
  }

  div#block-footer2 {
    border-right: 1px solid white;
    margin-right: 65px;
    height: 350px;
  }
}
@media (min-width: 768px) {
  /* css button scroll up*/
  div#scroll-up-button {
    position: fixed;
    bottom: 75px;
    right: 75px;
    cursor: pointer;
  }

  #scroll-up-button img {
    width: 100px; /* Adjust the width of your image */
    height: auto;
  }
}
@media (max-width: 767px) {
  #block-scrollup {
    display: none;
  }
}
/* proje resp page */
@media (max-width: 767px) {
  p.line-3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
  }
  .body-three .sec-1 {
    margin-bottom: 5px;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
    font-size: 22px;
  }
  .number {
    display: flex;
    padding-left: 5px;
    font-weight: bold;
    padding-top: 25px;
  }
  .words {
    margin-bottom: 30px;
  }
  .txt.align-items-center {
    padding: 15px 30px;
    display: inline-grid;
  }
  .proje-content {
    position: relative;
    bottom: 0;
    color: white;
  }
  .proje-content .proje-slogan {
    background-color: black;
    padding: 26px;
    font-size: 26px;
    line-height: 30px;
  }
  .row.under-black-area {
    display: none;
  }
  span.down-social a {
    padding-right: 20px;
  }
  .black-area {
    background-color: #292222;
    color: white;
    padding: 60px 1px;
    height: 100%;
    margin-bottom: 2rem;
  }
}

/* main resp page */
@media (max-width: 767px) {
  .slogan .word-2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    padding-right: 0;
  }

  .proj-title {
    text-align: center;
    padding: 25px 20px;
    font-size: 30px;
    background-color: #4bca91;
  }

  footer.region {
    background: #292222;
    padding: 60px 15px;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
  }

  div#block-numbersblock {
    margin-top: 75px;
    margin-bottom: 85px;
  }

  .hakkimizda-right {
    padding-left: 50px;
  }

}




/*  carousel slider */

#multiItemCarousel .carousel-inner .carousel-item > div {
  float: left;
  width: 25%; /* Adjust this to change the number of items shown per slide */
}

#multiItemCarousel .card {
  margin: 5px; /* Adjust card spacing */
}

@media (max-width: 768px) {
  #multiItemCarousel .carousel-inner .carousel-item > div {
    width: 50%; /* Adjust for smaller screens */
  }
}

@media (max-width: 480px) {
  #multiItemCarousel .carousel-inner .carousel-item > div {
    width: 100%; /* Adjust for smallest screens */
  }
}
@media (max-width: 997px) {
  header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  div#header-top a {
    color: #fff;
  }
  div#header-top i {
    color: #fff;
  }
}


/*  end here */

/*  banner mobile
.header {
    padding-top: 10%;
    padding-left: 7%;
    position: relative;
    color: black;
}
div#block-iletisimegec-2 {
    margin-top: 7px;
    margin-bottom: 7px;
}
form#contact-us-form {
    padding: 25px 5px;
    margin-top: 20px;
    font-size: 25px;
}
*/

@media (min-width: 976px) and (max-width: 1199px) {
  .txt.align-items-center {
    padding: 15px 55px;
    display: inline-grid;
  }

  p.line-3 {
    font-weight: bold;
    font-size: 27px;
    line-height: 33px;
  }


}

main.region {
 /* margin: 60px 0;*/
}

/*   kariyer page   */
div#block-contactblock-2 {
  padding: 40px;
  margin-bottom: 40px;
}

div#block-contactblock-2 .form-text {
  display: block;
  margin-top: 18px;
  margin-bottom: 18px;
  border: 1px solid lightgray;
  padding: 20px;
  font-size: 20px;
  width: 100%;
}
.js-form-item.form-item.js-form-type-textfield.form-item-field-name-familyname-0-value.js-form-item-field-name-familyname-0-value label {
  display: none;
}

div#edit-field-attachcv-0--description {
  display: none;
}
div#edit-field-tel-wrapper label {
  display: none;
}
div#edit-field-mail-wrapper label {
  display: none;
}
input#edit-field-tel-0-value {
  display: block;
  margin-top: 30px;
  margin-bottom: 18px;
  border: 1px solid lightgray;
  font-size: 20px;
  width: 100%;
  padding: 20px;
}
input#edit-field-mail-0-value {
  border: 1px solid lightgray;
  padding: 20px;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 20px;
}

#contact-message-insan-kaynaklari-cv-form input#edit-submit {
  float: right;
    padding: 15px 20px;
    font-size: 25px;
  background-color: white;
  border: 1px solid lightgray;
  color: gray;
}
div#edit-field-position-wrapper label {
  display: none;
}
div#block-kariyerimg {
  padding-top: 50px;
}

/*  whats app */

.trwpwhatsappballon {
  font-size: 14px;
  border-radius: 12px;
  border: 1px solid #fff;
  max-width: 250px;
}

.trwpwhatsapptitle {
  background-color: #22c15e;
  color: white;
  padding: 14px;
  border-radius: 12px 12px 0px 0px;
  text-align: center;
}

.trwpwhatsappmessage {
  padding: 16px 12px;
  background-color: white;
}

.trwpwhatsappinput {
  background-color: white;
  border-radius: 0px 0px 12px 12px;
}

.trwpwhatsappinput input {
  width: 206px;
  border-radius: 10px;
  margin: 1px 1px 8px 10px;
  padding:10px;
  font-weight: 300;
  font-size: 13px;
  background-color: #efefef;
  border: 1px solid #d4d4d4;
}

.trwpwhatsappbutton {
  font-size: 18px;
  background-color: #22c15e;
  border-radius: 20px;
  padding: 13px 15px;
  cursor: pointer;
  color: #fff;
  max-width: 220px;
  margin-top: 14px;
  margin-bottom: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.trwpwhatsappall {
  position: fixed;
  z-index: 9999999999999999999;
  bottom: 0;
  right: 20px;
  font-weight: 300;
  font-size: 15px;
}

.trwpwhatsappsendbutton {
  color: #22c15e;
  cursor:pointer;
}

button {border: none;}
button i {
  /* float: right; */
  /* position: absolute; */
  z-index: 999999999999;
  right: 23px;
  /* top: 0px; */
  bottom: 81px;
  font-size: 19px !important;
  /* height: 13px; */
  background-color: white;
}

.kapat {
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 13px;
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 1px 7px 2px 7px;
  color: white;
  font-size: 10px;
  cursor: pointer;
}

i.icofont-brand-whatsapp {
  font-size: 22px;
  padding-right: 10px;
}

/*
small screen headers text till 992

 */
@media (max-width: 992px) {
  p.headerone {
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 20px;
  }
  p.headertwo {
    display: none;
  }

}

@media (min-width: 993px) and (max-width: 1299px) {

}

/* main slider  */

.content {
  position: absolute;
  color: white;
  top: 40%;
  width: 40%;
  line-height: 40px;
  padding-left: 10%;
}
/*
a.buttonblue {
  background: #5ab9c5;
  padding: 25px 40px;
  font-size: 23px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  transform: translate(64%,50%);
}
*/
a.buttonblue {
  background: #5ab9c5;
  padding: 25px 40px;
  font-size: 23px;
  display: inline-block;
  position: relative;
  /* bottom: -14px; */
  transform: translate(64%,-50%);
}

@media (min-width: 1600px) {
    .title {
      font-size: 45px;
      line-height: 54px;
      font-weight: 600;
      padding-bottom: 45px;
    }
    .content .body {
      font-size: 21px;
      line-height: 30px;
    }
}
 @media (min-width: 1200px) and (max-width: 1599px) {
    .title {
      font-size: 35px;
      line-height: 54px;
      font-weight: 600;
      padding-bottom: 25px;
    }
    .content .body {
      font-size: 18px;
      line-height: 24px;
    }
    .content {
    position: absolute;
    color: white;
    top: 33%;
    width: 40%;
    line-height: 21px;
    padding-left: 10%;
    }
}

@media (min-width: 768px) {
    a.buttonn {
        background: #4fb7cf;
        padding: 19px 35px;
        font-size: 22px;
        display: inline-block;
        color: white;
        transform: translate(80%, 14%)
    }
}

/*
.kariyer img {
    width: 70%;
}
*/
form#user-login-form {
    margin-top: 20%;
    margin-bottom: 90px;
}

#showcase .carousel-control-prev-icon, #showcase .carousel-control-next-icon {
    width: 30px;
    height: 37px;
}
#showcase .carousel-control-next {
    margin-left: 244px;
    position: absolute;
    top: 92.3%;
    bottom: 0;
    z-index: 1;
    display: flex;
    width: 38px;
    height: 38px;
    padding: 0;
    background: none;
    border: 0;
    transition: opacity 0.15s ease;
    right: 0;
    left: 0;
}
#showcase .carousel-control-prev {
    margin-left: 197px;
    position: absolute;
    top: 92.3%;
    bottom: 0;
    z-index: 1;
    display: flex;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    transition: opacity 0.15s ease;
    right: 0;
    left: 0;
}
/*  teklif form */
label {
    display: inline-block;
    margin-bottom: .5rem;
    display: none;
}
input#edit-field-tel-0-value {
    display: block;
    margin-top: 15px;
    margin-bottom: 18px;
    border: 1px solid lightgray;
    font-size: 20px;
    width: 100%;
    padding: 20px;
}
input#edit-field-name-familyname-0-value {
    display: block;
    margin-top: 30px;
    margin-bottom: 18px;
    border: 1px solid lightgray;
    font-size: 20px;
    width: 100%;
    padding: 20px;
}
input#edit-field-address-0-value {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid lightgray;
    font-size: 20px;
    width: 100%;
    padding: 20px;
}
#contact-message-teklif-form input#edit-submit {
    float: right;
    padding: 15px 20px;
    font-size: 25px;
    background-color: white;
    border: 1px solid lightgray;
    color: gray;
    margin: 45px 0;
}
div#block-contactblock-3 {
    padding: 60px;
}
textarea#edit-message-0-value {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    border: 1px solid lightgray;
}

.location img {
    width: 100%;
}
/* main page multi carousel */
.carousel-control-prev-icon, .carousel-control-next-icon {
    /* display: inline-block; */
    /* width: 26px; */
    /* height: 33px; */
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
    background-color: #19d882;
}
.carousel-control-next-icon {
    background-color: #19d882;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}


#items-carousel .carousel-control-next {
    top: -32px;
    left: 67px;
    width: 7%;
    height: 44px;
}
#items-carousel .carousel-control-prev {
    right: 30%;
    top: -32px;
    display: inline-block;
    left: 14px;
    width: 7%;
    height: 44px;
}
/*#items-carousel .carousel-control-prev {
    top: -32px;
    display: inline-block;
    left: 15px;
}*/
#items-carousel .carousel-controls {
    display: block;
    width: max-content;
    margin-right: 81%;
    margin-left: auto;
}

#items-carousel .carousel-control-prev-icon, #items-carousel .carousel-control-next-icon {
    width: 35px;
    height: 44px;
}

/* width: 26px; */
    /* height: 33px; */
#items-carousel .carousel-control-prev-icon {

/* right: 26%; */

/* position: absolute; */

/* top: 0px; */
}
.projects {
    padding-top: 30px;
}

@media (max-width: 767px) {
    #items-carousel .carousel-control-next {
        right: 10%;
    }
    a.buttonn{
        display:none;
    }
}

/*  wp chat widget */
#whatsapp-chat-widget {
  position: fixed;
  bottom: 80px;
  right: 50px;
  width: 275px;
  background-color: #f5f4f4;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 995;
  height: 290px;
}

.whatsapp-chat-header {
  background-color: #25d366;
  color: #ffffff;
  padding: 12px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 25px 25px 0 0;
}

.close-chat {
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

.whatsapp-title {
  font-size: 15px;
  /*font-weight: bold;*/
  padding-left: 10px;
}

.whatsapp-chat-body {
  padding: 15px;
}

.whatsapp-chat-body p {
  margin: 0 0 18px;
  color: black;
}

.whatsapp-chat-body textarea {
  width: 100%;
  height: 60px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  resize: none;
  color: black!important;
  overflow: hidden;
}

.whatsapp-send-btn {
  width: 69%;
  padding: 12px;
  background-color: #25d366;
  color: #ffffff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 10px;
}

.whatsapp-send-btn:hover {
  background-color: #1ebc59;
}

.whatsapp-float-btn {
  position: fixed;
  bottom: 20px;
  right: 48px;
  width: 70px;
  height: 71px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  border: 3px solid white;
}

.whatsapp-float-btn img {
  width: 50px;
  height: 40px;
}

#whatsapp-chat-widget.hidden {
  display: none;
}

button.whatsapp-send-btn img {
  width: 25px;
  height: 23px;
  display: inline-block;
}
/* Media queries to hide chat widget on mobile */
@media (max-width: 767px) {
  #whatsapp-chat-widget {
    display: none;
  }
}

@media (max-width: 767px) {
  .whatsapp-float-btn {
    display: none;
  }
}

/*  node slider multi */
#project-carousel {
  background-color: #292222;
  position: relative;
  padding: 90px 0;
}
#project-carousel .carousel-controls {
  position: relative;
  top: -20px;
  /* left: 50%; */
  transform: translateX(-90%);
  display: flex;
  gap: 18px;
  float: right;
}
#project-carousel .carousel-control-prev, #project-carousel .carousel-control-next {
  position: relative;
  top: 0;
  transform: none;
  /* color: white; */
  /* font-size: 30px; */
  width: 30px;
  height: 20px;
}
#project-carousel .carousel-inner img {
  height: 400px;
  padding: 7px;
}
#project-carousel .galeri {
  color: #4bca91;
  font-size: 33px;
  padding-left: 50px;
  font-weight: 600;
}
#project-carousel .carousel-inner {
  padding: 100px 0 75px 0;
}
@media (min-width: 1400px) {
  #project-carousel .carousel-inner {
    padding-left: 220px;
  }
}
#project-carousel .carousel-control-prev-icon, #project-carousel .carousel-control-next-icon {
  display: inline-block;
  width: 30px;
  height: 33px;
}
input#edit-field-position-0-value {
    display: block;
    margin-top: 30px;
    margin-bottom: 32px;
    border: 1px solid lightgray;
    font-size: 20px;
    width: 100%;
    padding: 20px;
}
.words {
    margin-bottom: 25px;
}
.words3 {
    margin-bottom: 25px;
}
@media (max-width: 1200px) {
    a.buttonn {
    background: #4fb7cf;
    padding: 19px 35px;
    font-size: 22px;
    display: inline-block;
    color: white;
    transform: translate(46%, -27%);
    }
    #showcase .carousel-control-prev {
    margin-left: 257px;
    position: absolute;
    top: 111.7%;
    bottom: 0;
    z-index: 1;
    display: flex;
    width: 26px;
    height: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    transition: opacity 0.15s ease;
    right: 2px;
    left: 138px;
    }
    #showcase .carousel-control-next {
    margin-left: 257px;
    position: absolute;
    top: 111.7%;
    bottom: 0;
    z-index: 1;
    display: flex;
    width: 26px;
    height: 0;
    padding: 0;
    background: none;
    border: 0;
    transition: opacity 0.15s ease;
    right: 2px;
    left: 179px;
    }
    #showcase .carousel-control-prev-icon, #showcase .carousel-control-next-icon {
    width: 26px;
    height: 29px;
    }
    div#showcase p {
    margin: 9px;
    }
    .hakkimizda-right h3 {
    font-size: 35px;
    color: #4bca91;
    padding-bottom: 0;
    padding-top: 0;
    } 
    .word-1 {
    color: #4bca91;
    font-size: 35px;
    padding-top: 7rem;
    padding-left: 27px;
    text-align: center;
    }
    .slogan .word-2 {
    font-size: 39px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    }
    .word-right {
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1px;
    padding-left: 15px;
    margin-left: -288px;
    }
    /*p.sizi1 {
    font-size: 52px;
    line-height: 74px;
    color: #4bca91;
    padding-bottom: 25px;
    font-weight: bold;
    }*/
    .contact-us-form input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid darkgray;
    color: #000;
    font-size: 22px;
    }
    select#edit-your-project-preference {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid darkgray;
    color: darkgray;
    padding: 8px 15px;
    font-size: 26px;
    }
    #contact-us-form input#edit-submit {
    position: relative;
    color: darkgray;
    left: 69px;
    margin-top: 25px;
    border: 1px solid darkgray;
    padding: 15px 20px;
    }
    .footer3 {
    margin-top: 33px;
    font-size: 24px;
    }
}
/*
.pro-but a {
    transform: translate(1%, 64%);
}
*/

@media (max-width: 1680px) {
    a.buttonn {
    background: #4fb7cf;
    padding: 19px 35px;
    font-size: 22px;
    display: inline-block;
    color: white;
    }
    #showcase .carousel-control-prev {
    margin-left: 257px;
    position: absolute;
    top: 106.1%;
    bottom: 0;
    z-index: 1;
    display: flex;
    width: 26px;
    height: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    transition: opacity 0.15s ease;
    right: 2px;
    left: 205px;
}
    #showcase .carousel-control-next {
    margin-left: 257px;
    position: absolute;
    top: 106.1%;
    bottom: 0;
    z-index: 1;
    display: flex;
    width: 26px;
    height: 0;
    padding: 0;
    background: none;
    border: 0;
    transition: opacity 0.15s ease;
    right: 2px;
    left: 238px;
    }
    .pro-but a {
    transform: translate(81%, 12%);
    } 
    #items-carousel .carousel-control-next-icon {
    width: 37px;
    height: 44px;
    }
    #items-carousel .carousel-control-next {
    top: -32px;
    left: 74px;
    width: 8%;
    height: 44px;
    }
    #items-carousel .carousel-control-prev {
    right: 30%;
    top: -32px;
    display: inline-block;
    left: 29px;
    width: 7%;
    height: 44px;
    }
}
@media (max-width: 1400px) {
    #items-carousel .carousel-control-prev {
    right: 30%;
    top: -32px;
    display: inline-block;
    left: 235px;
    width: 7%;
    height: 44px;
    }
    #items-carousel .carousel-control-next {
    top: -32px;
    left: 283px;
    width: 10%;
    height: 44px;
    }
    #items-carousel .carousel-control-next-icon {
    width: 35px;
    height: 44px;
    }
    .hakkimizda-right h3 {
    padding-bottom: 0;
    padding-top: 2px;
    }
    .word-right {
    margin-left: -200px;
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1px;
    padding-left: 15px;
    margin-top: 10px;
    }
    .word-1 {
    text-align: center;
    }
        .pro-but a {
        transform: translate(53%, 70%);
    }
    p.sizi1 {
    font-size: 51px;
    line-height: 58px;
    padding-bottom: 16px;
    }
    .contact-us-form input[type="email"] {
    padding: 15px 8px 12px;
    }
    select#edit-your-project-preference {
    padding: 8px 8px;
    }
    #contact-us-form input#edit-submit {
    left: 68px;
    }
    .hakkimizda-left img {
    width: 100%;
    height: 497px;
    padding-top: 23px;
    padding-bottom: 0;
    }
    #showcase .carousel-control-prev {
    top: 94.1%;
    margin-left: 133px;
    left: 0;
    }
    #showcase .carousel-control-next {
    top: 94.1%;
    margin-left: 174px;
    left: 0;
    }
    .contact-us-form input[type="text"] {
    padding: 15px 10px 12px;
    }
}

@media (max-width: 1200px) {
    .title {
        padding-top: 21px;
    }    
    .hakkimizda-left img {
        width: 100%;
        height: 469px;
    }
    p.hakkim2 {
        font-size: 25px;
        line-height: 35px;
        padding-top: 7px;
        margin-bottom: 40px;
    }
    #showcase .carousel-control-prev {
    top: 95.7%;
    }
    #showcase .carousel-control-next {
    top: 95.7%;
    }
}
@media (max-width: 992px) {
    a.buttonn {
    background: #4fb7cf;
    padding: 19px 28px;
    font-size: 22px;
    display: inline-block;
    color: white;
    transform: translate(38%, -25%);
    margin-top: 23px;
    }    
    .txt4 {
    padding: 0;
    }
    #showcase .carousel-control-next {
        top: 92.8%;
        left: 0;
        margin-left: 150px;
    }
    #showcase .carousel-control-prev {
    top: 92.8%;
    left: 0;
    margin-left: 102px;
    }
    .hakkimizda-left img {
    padding-top: 0;
    }
    .content {
    position: absolute;
    color: white;
    top: 36%;
    width: 40%;
    line-height: 30px;
    padding-left: 96px;
    }
    #items-carousel .carousel-control-next {
    top: -32px;
    width: 9%;
    height: 44px;
    left: 85px;
    }
    div#showcase p {
        margin: 4px;
    }
    #items-carousel .carousel-control-next-icon {
    width: 35px;
    height: 44px;
    }
    #items-carousel .carousel-control-prev {
    left: 40px;
    }
    #items-carousel .carousel-control-prev-icon {
    width: 35px;
    height: 44px;
    }
    #items-carousel .carousel-control-prev {
    width: 33px;
    height: 44px;
    }
    #main-menu-container {
    align-items: center;
    display: flex;
    padding-top: 0;
    justify-content: center;
    }
    /*div#block-headertopleft-2 a {
    padding-right: 0px;
    }*/
    .header-topbar {
    align-items: center;
    padding: 0 46px;
    }
    .hakkimizda-right h3 {
    font-size: 31px;
    color: #4bca91;
    padding-bottom: 0;
    padding-top: 0;
    }
    p.hakkim1 {
    font-size: 29px;
    line-height: 32px;
    font-weight: bold;
    padding-top: 14px;
    }
    p.hakkim2 {
    font-size: 23px;
    line-height: 33px;
    padding-top: 12px;
    margin-bottom: 75px;
    }
    .hakkimizda-left img {
    width: 100%;
    height: 430px;
    }
    .word-1 {
    color: #4bca91;
    font-size: 33px;
    padding-top: 3rem;
    padding-left: 27px;
    }
    .slogan .word-2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    padding-right: 7%;
    }
    .word-right {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 1px;
    padding-left: 0;
    margin-left: -308px;
    }
    .proj-title {
    text-align: center;
    padding: 10px 2px;
    font-size: 22px;
    background-color: #4bca91;
    line-height: 40px;
    }
    p.sizi1 {
    font-size: 44px;
    line-height: 58px;
    color: #4bca91;
    padding-bottom: 25px;
    font-weight: bold;
    }
    .contact-us-form input[type="text"] {
    max-width: 100%;
    width: 100%;
    padding: 15px 6px 12px;
    margin-bottom: 36px;
    color: black;
    font-size: 20px;
    }
    .footer-menu {
    font-size: 24px;
    line-height: 45px;
    } 
    footer.region .info-line {
    font-size: 21px;
    color: #fff;
    line-height: 32px;
    padding-bottom: 14px;
    }
    .footer3 {
    margin-top: 35px;
    font-size: 23px;
    }
    .contact-us-form input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid darkgray;
    color: #000;
    padding: 15px 8px 12px;
    font-size: 20px;
    }
    select#edit-your-project-preference {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid darkgray;
    color: darkgray;
    padding: 8px 4px;
    font-size: 22px;
    }
    .pro-but a {
    transform: translate(43%, 61%);
    }
}
@media (max-width: 768px) {
    #main-menu nav > ul li a:hover {
    text-decoration: none;
    color: black;
}
    #main-menu nav > ul li a {
    color: black;
}
        div#header-top i {
        color: black;
    }
    #header a {
    color: black;
    }
    #showcase .carousel-control-next {
    top: 90%;
    }
    #showcase .carousel-control-prev {
    top: 90%;
    }
    span.antrakt {
    float: right;
    }
    p.footerone {
    text-align: center;
    }
    .footer-menu li {
    list-style: none;
    padding-bottom: 10px;
    padding-right: 38px;
    text-align: center;
    }
    footer.region .info-line {
    font-size: 21px;
    color: #fff;
    line-height: 32px;
    padding-bottom: 14px;
    text-align: center;
    }   
    footer.region div {
    padding: 4px 2px;
    text-align: center;
    }
    .word-1 {
    color: #4bca91;
    font-size: 35px;
    padding-top: 7rem;
    padding-left: 27px;
    }
    .slogan .word-2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 47px;
    text-transform: uppercase;
    }
    .word-right {
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 1px;
    padding-left: 18px;
    margin-left: -18px;
    }
    p.sizi2 {
    padding-top: 15px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    }
    p.sizi1 {
    font-size: 52px;
    line-height: 62px;
    color: #4bca91;
    padding-bottom: 25px;
    font-weight: bold;
    text-align: center;
    }  
    form#contact-us-form {
    padding: 50px 30px;
    font-size: 25px;
    padding-top: 0;
    }
    .word-1 {
    text-align: unset;
    }
    .word-right {
    margin-left: 0;
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1px;
    padding-left: 15px;
    margin-top: 10px;
    }
    #items-carousel .carousel-control-next {
    left: 342px;
    }
    #items-carousel .carousel-control-prev {
    left: 291px;
    }
}
@media (max-width: 576) {
    .pro-but a {
        transform: translate(15%, 61%);
    }
    .word-right {
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1px;
    padding-left: 15px;
    margin-left: -15px;
    }
    form#contact-us-form {
    padding: 0px 30px;
    font-size: 25px;
    }
    .arayalim-block {
    padding: 30px 15px;
    }
    p.sizi1 {
    font-size: 39px;
    line-height: 51px;
    color: #4bca91;
    padding-bottom: 25px;
    font-weight: bold;
    }
    #contact-us-form input#edit-submit {
    position: relative;
    color: darkgray;
    left: 17px;
    margin-top: 25px;
    border: 1px solid darkgray;
    padding: 15px 20px;
    }
    .footer-menu li {
    list-style: none;
    padding-bottom: 10px;
    padding-right: 38px;
    }
    span.down-social a {
    padding-right: 0;
    }
    span.antrakt {
    float: left;
    }
    .carousel-item .content {
    padding: 20px 9px;
    margin-top: 0;
    }
    .carousel-item .content .body {
    max-width: 80%;
    font-size: 17px;
    line-height: 22px;
    padding-top: 16px;
    }
    .carousel-item .content {
    position: absolute;
    color: white;
    margin-left: 12%;
    top: 7%;
    width: 75%;
    }
    a.buttonn {
    background: #4fb7cf;
    padding: 15px 29px;
    font-size: 18px;
    display: inline-block;
    color: white;
    transform: translate(41%, -27%);
    }
    #showcase .carousel-control-next {
    top: 142.7%;
    left: 43px;
    }
    #showcase .carousel-control-prev {
    top: 142.7%;
    left: 4px;
    }
    div#showcase p {
    margin: 2px;
    }
    .pro-but a {
    transform: translate(67%, -15%);
    }
    .word-1 {
    text-align: unset;
    }
    .word-right {
     margin-left: 0;
    }
    #items-carousel .carousel-control-next {
    left: 82px;
    }
    #items-carousel .carousel-control-prev {
    left: 43px;
    }
    span.down-social a {
    padding-right: 0;
    }
    .down-social {
    padding-left: 14px;
    }
    footer.region button.navbar-toggler {
    display: none;
    }
    span.antrakt {
    float: left;
    }
}
@media (max-width: 375px) {
    #items-carousel .carousel-control-prev {
    left: 45px;
    }
    #items-carousel .carousel-control-next {
    left: 86px;
    width: 11%;
    }
    #showcase .carousel-controls {
    display: none;
    }
    .pro-but a {
    transform: translate(33%, -19%);
    }
    .hakkimizda-left img {
    width: 100%;
    height: 309px;
    }
}
@media (max-width: 300px) {
    a.buttonn {
    padding: 1px 0px;
    font-size: 10px;
    margin-top: 21px;
    }
    i.icofont-arrow-right {
    font-size: 22px;
    }
    #showcase .carousel-control-prev {
    top: 123.1%;
    width: 16px;
    left: -108px;
    }
    #showcase .carousel-control-next {
    top: 123.1%;
    width: 16px;
    left: -87px;
    }
    .hakkimizda-left img {
    width: 100%;
    height: 229px;
    }
    .slogan .word-2 {
    font-size: 26px;
    }
    a.button {
    padding: 10px 40px;
    font-size: 15px;
    }
    #items-carousel .carousel-control-prev-icon {
    width: 26px;
    height: 30px;
    }
    #items-carousel .carousel-control-prev {
    left: 42px;
    top: -25px;
    }
    #items-carousel .carousel-control-next {
    left: 80px;
    width: 11%;
    }
    #items-carousel .carousel-control-next-icon {
    width: 35px;
    height: 30px;
    }
    p.sizi1 {
    font-size: 39px;
    line-height: 45px;
    }
}