@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

::selection {
  background: rgba(23, 162, 184, 0.3);
}

.wrapper {
  max-width: 1200px; /* Increased the max-width */
  width: 100%;
  margin: 100px auto; /* Adjusted the margin */
  /* padding: 2px 30px 30px 30px; */
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid;
  border-radius: 26px 26px 0px 0px;
}

.wrapper header {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}

.wrapper nav {
  position: relative;
  width: 100%; /* Adjusted the width */
  height: 50px;
  display: flex;
  align-items: center;
  /* background-color: black; */
  background-color:#00000026;
  border-radius: 99px;
}

.wrapper nav label {
  display: block;
  height: 100%;
  width: calc(100% / 5); /* Adjusted the width */
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  /* color: #1fdcf8; */
  color:#fff;
  font-size: 14px;
  border-radius: 5px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.wrapper nav label:hover {
  background:#003073;
  border-radius: 99px 0px 99px 0px;
}

input[type="radio"] {
  display: none;
}

nav label i {
  padding-right: 7px;
}

.paaa{
  text-transform:uppercase;
  /* text-align:justify;
  justify-content:center; */

}


/* nav .slider {
  position: absolute;
  height: 100%;
  width: calc(100% / 5);
   Adjusted the width
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 99px 99px 0px 99px;
  background:#003073;
  transition: all 0.3s ease;
  color: white;
} */

#philosophy:checked ~ nav label.philosophy,
#culture:checked ~ nav label.culture,
#founder:checked ~ nav label.founder,
#management:checked ~ nav label.management,
#directors:checked ~ nav label.directors,
#milestones:checked ~ nav label.milestones,
#awards:checked ~ nav label.awards {
  color: #fff;
}

/* #culture:checked ~ nav .slider {
  left: calc(100% / 7);
  border-radius: 99px 0px 99px 0px;
} */

#founder:checked ~ nav .slider {
  left: calc(100% / 5);
  border-radius: 99px 0px 99px 0px;
}

#management:checked ~ nav .slider {
  left: calc(100% /5 * 2);
  border-radius: 99px 0px 99px 0px;
}

#directors:checked ~ nav .slider {
  left: calc(100% / 5 * 3);
  border-radius: 99px 0px 99px 0px;
}

#milestones:checked ~ nav .slider {
  left: calc(100% / 5 * 4);
  border-radius: 99px 99px 0px 99px;
}

#awards:checked ~ nav .slider {
  left: calc(100% / 7 * 6);
  border-radius: 99px 99px 0px 99px;
}

.tab-section .content {
  display: none;
  background: #fff;
}

#philosophy:checked ~ section .content-1,
#culture:checked ~ section .content-2,
#founder:checked ~ section .content-3,
#management:checked ~ section .content-4,
#directors:checked ~ section .content-5,
#milestones:checked ~ section .content-6,
#awards:checked ~ section .content-7 {
  display: block;
}

section .content .title {
  font-size: 21px;
  font-weight: 500;
  margin: 10px 0 10px 0;
  padding: 20px;
  text-transform: uppercase;
  
}

section .content p {
  text-align: justify;
  padding: 20px;
}

/* Media query for responsiveness */
@media screen and (max-width: 336px) {
  .wrapper header {
    font-size: 20px;
  }

  .wrapper nav label {
    font-size: 0px;
  }

  .wrapper nav i {
    font-size: 15px;
  }

  section .content .title {
    font-size: 18px;
  }

  section .content p {
    font-size: 14px;
  }

  .wrapper {
    margin: 50px auto;
  }
}

@media screen and (max-width: 920px) {
  .wrapper header {
    font-size: 20px;
  }

  .wrapper nav label {
    font-size: 0px;
  }

  .wrapper nav i {
    font-size: 15px;
  }

  section .content .title {
    font-size: 18px;
  }

  section .content p {
    font-size: 14px;
  }

  .wrapper {
    margin: 50px auto;
  }
}

.end-use {
  width: 50%;
}

.list-set2 {
  list-style: disc;
  position: relative;
  left: 30px;
}
.list-set3 {
  list-style: disc;
  position: relative;
  left: 70px;
  margin-right: 13px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-100 {
  /* margin-bottom: 100px; */
   margin-bottom: 70px;
}
.p-a30 {
  padding: 30px;
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
  border-width: 4px;
  border-style: solid;
  border-color: #8b8b8b;
  font-size: 14px;
  /* background-color: #F16E21; */
  background:linear-gradient(#F16E21,#2a2a2a);
  position: relative;
  bottom:10px;
}
/* .icon-content {
    overflow: hidden;
} */
.icon-bx-wraper:hover .fly-box-ho,
.fly-box-ho:hover,
.icon-bx-wraper:hover .fly-box,
.fly-box:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.sec-space {
  position: relative;
  padding: 50px 0 90px;
}
.why-us-section {
  position: relative;
  padding: 0px 0 90px;
}

.header-style-three .menu-right-content li.support-box .icon-box {
  color: #f16e21;
}
.main-header .menu-right-content li.support-box .icon-box {
  position: absolute;
  left: 6px;
  top: 3px;
  font-size: 20px;
}
.main-header .menu-right-content li.support-box {
  position: relative;
  display: block;
  padding-left: 37px;
}
.main-header .menu-right-content {
  position: relative;
  display: flex;
  align-items: center;
}
.header-style-three .menu-right-content li.support-box a {
  color: #4a4a4a;
}

.header-style-three .menu-right-content li.support-box a:hover {
  color: #f16e21;
}
.space {
  position: relative;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0px;
  background: none;
  color: #000;
  font-family: "Mukta", sans-serif;
}
.list1 {
  text-align: start;
  position: relative;
  left: 70px;
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
  /* .banner-section .content-box .text {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 25px;
    color:fff;
  } */
  .space {
    position: relative;
    font-weight: normal;
    line-height: 48px;
    margin-top: 52px;
    background: none;
    color: #000;
    font-family: "Mukta", sans-serif;
    font-size: 65px;
  }
  .list1 {
    text-align: start;
    position: relative;
    left: 35px;
  }
  .client1 {
    position: relative;
    left: 80px;
  }
}
.h-yazi-ortalama {
  text-align: center;
}
.h-yazi-margin-kucuk-21 {
  margin-top: 1rem;
}
.h2-baslik-hizmetler-2__paragraf {
  font-size: 1.6rem;
  font-weight: 400;
  color: #616161;
  text-align: center;
  margin-bottom: 3rem;
  text-align: center;
}
i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon1 {
  width: 105px;
  height: 98px;
  line-height: 75px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-size: 6rem;
  background: #f16e21;
  padding: 2px;
  text-align: center;
}
.h-yazi-margin-orta-3 {
  margin-bottom: 1rem !important;
  text-align: center;
  position: relative;
  top: 30px;
}
.markalar-siyah {
  /* padding: 6rem 0 6rem; */
  background: #fff;
  background-size: cover;
  display: inline-block;
  width: 100%;
}
.marka {
  /* height: 12.5rem; */
  width: 130px;
  margin-left: 4rem;
  filter: alpha(opacity=40);
  opacity: 0.9;
  transition: all 0.2s ease-out;
  border: 3px solid #f9f9f9;
  border-radius: 0.3rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.marka:hover {
  /* height: 12.5rem; */
  /* margin-left: 4rem; */
  opacity: 1;
  transform: translateY(-0.3rem);
}
/* .c1{
  height:76px;
  width:167px;
} */
@media only screen and (max-width: 56.25em) {
  .h-yazi-ortalama {
    text-align: center;
    margin-left: -28px;
    padding: 3rem;
  }
  .h-yazi-margin-kucuk-21 {
    margin-top: 3rem;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .h2-baslik-hizmetler-2__paragraf {
    font-size: 3.5rem;
    text-align: center;
    padding: 3rem;
  }

  .h2-baslik-hizmetler-2__paragraf:not(:last-child) {
    margin-bottom: -14rem;
  }
}
.round-image {
	border-radius:100%; 
	height: 350px; 
	margin: 0 auto;
	overflow:hidden;
	width: 350px; 
}
.text1
{

    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 15px;

}
.hidden-images
{
  display: none;
}



/* table code */


table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  text-transform: uppercase;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  /* text-align: center; */
  text-align:left;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

/* .data-label{
  font-size:5px;
} */
