
body 
{
  color: #212121;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  overflow-x: hidden;
}
a {
    text-decoration: none; 
    color: inherit; 
}
.dv_maxl
{
  color: rgb(231, 231, 231);
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.box
{
  width: 230px;
  height: 300px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin: 5px;
  float: left;
  display: grid;
  place-items: center;
  transition: 150ms;
}
.box:hover
{
  cursor: pointer;
  width: 240px;
  height: 310px;
  margin: 0;
  background: linear-gradient(0deg, rgb(153, 153, 153) 0%, rgb(215, 215, 215) 100%);
  transition: 300ms;
  color: #fff;
}
.box_ekip
{
  width: 230px;
  height: 310px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin: 5px;
  float: left;
  display: grid;
  place-items: center;
  transition: 150ms;
}
.box_ekip:hover
{
  cursor: pointer;
}
.header
{
  display: flex;
  padding: 5px;
  width: 100%;
  height: 50px;
  background-color: rgb(42, 42, 42);
  
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(0, 113, 188) 100%);
  border-bottom:2px solid rgb(81, 25, 25);
  position: fixed;
  align-items: center;
  z-index: 9999;
}
.slider
{
  position: absolute;
  background-color: rgb(231, 231, 231);
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}
.slider_maxw
{
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider_top
{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 650px;
  overflow: hidden;
}
.sliderbox
{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_img
{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
}
.slider_text
{
  right: 0;
  position: absolute;
  width: 70%;
  height: 70%;
  z-index: 2;
  padding-left: -100px;
  padding-top: 110px;
}
.slider_bottom
{
  bottom: 0;
  z-index: 9999;
  position: absolute;
  margin-top: -50px;
  display: flex;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot
{
  margin: 10px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  box-shadow: 0px 2px 3px 0px black inset;
  opacity: 0.6;
}
.dot:hover
{
  opacity: 1;
  cursor: pointer;
  box-shadow: 0px 2px 3px 0px black inset;
  background-color: #d5d5d5;
  transition: 150ms;
}
.controlleft
{
  position: absolute;
  left: 15px;

}
.controlright
{
  position: absolute;
  right: 15px;
}
.arrow
{
  width: 100%;
  height: 100%;
  opacity: 0.1;
  filter: invert();
}
.arrow:hover
{
  scale: 1.2;
  cursor: pointer;
  transition: 100ms;
  opacity: 0.6;
}
.footer
{
  width: 100%;
  padding: 5px 5px 10px 5px;
  height: auto;
  min-height: 250px;
  color: rgb(231, 231, 231);
  overflow: hidden;
  background-color: #212121;
}
.footer_1
{
  float: left;
  width: 40%;
  min-height: 250px;
  height: auto;
  padding: 5px;
}
.footer_2
{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212121;
  width: 100%;
  min-height: 50px;
  height: auto;
  padding: 5px;
}
.icons
{
  margin: 10px;
  width: 25px;
  height: 25px;
  object-fit: cover;
  filter: invert();
  transition: 150ms;
}
.icons:hover
{
  width: 35px;
  height: 35px;
  margin: 5px;
  transition: 150ms;
}
.dv_left
{
  float: left;
  width: 40%;
  min-height: 650px;
  height: auto;
  padding: 1px;
  padding-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dv_right
{
  float: left;
  color: #676767;
  width: 60%;
  min-height: 650px;
  height: auto;
  padding: 50px;
}
.textbox
{
  width: 100%;
  height: 30px;
  padding-left: 25px;
  border-radius: 10px;
  border: 2px solid #bebebe;
  background-color: #efeeee;
  color: #272727;
  transition: 150ms;
  margin: 5px;
}
.tbutton
{
  width: 100%;
  height: 30px;
  padding-left: 25px;
  border-radius: 10px;
  border: 2px solid #bebebe;
  background-color: #efeeee;
  color: #272727;
  transition: 150ms;
  margin: 5px;
}
.tbutton:hover
{
  color: #efeeee;
  background-color: #272727;
  transition: 150ms;
}
.controlbox
{
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  z-index: 9998;
}



/*texts*/

.baslik
{
    color: #2c2c2c;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.le_span
{
  margin-left: 3%;
}
.menu
{
  color: #464646;
  font-size: 17px;
}
.menu:hover
{
  color: #000000;
}
.baslik
{
  font-size: 11px;
}
.slider_text
{
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content:end;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
}
.control
{
  width: 40px;
  height: 40px;
}
.slider_img_crop
{
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.baslik
{
  font-size: 11px;
}
.menu
{
  font-size: 13px;
}
.m1baslik
{
  margin-top: -20px;
}
.m_4
{
  width: 100%;
  padding: 0px 5px 10px 5px;
  height: auto;
  min-height: 700px;
  background-color: #e6e6e6;
  color: #fff;
  overflow: hidden;
}
.m_3
{
  width: 100%;
  padding: 10px 10px 10px 5px;
  height: auto;
  min-height: 700px;
  color: rgb(231, 231, 231);
  overflow: hidden;
  margin-bottom: 5px;
}
.m_2_ekip
{
  width: 100%;
  padding: 0px 5px 10px 5px;
  height: auto;
  color: rgb(231, 231, 231);
  overflow: hidden;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}
.m_2
{
  width: 100%;
  padding: 0px 5px 10px 5px;
  height: auto;
  color: rgb(231, 231, 231);
  overflow: hidden;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}
.m_1
{
  width: 100%;
  padding: 0px 5px 15px 5px;
  height: auto;
  background-color: #3d3d3d;
  color: #d5d5d5;
  overflow: hidden;
}
.m_1pic_left
{
  float: left;
  width: 40%;
  height: auto;
  background-color: #272727;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.m_1text_right
{
  float: left;
  width: 60%;
  height: 250px;
  padding: 15px;
}
.urun_galeri
{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  background-color: rgba(0,0,0,0.8);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.urun_ft
{
  width: 100%;
  height: fit-content;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.urun_text
{
  width: 100%;
  height: 20%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #e6e6e6;
}
.hakkimizda_vmt
{
  width: fit-content;
  height: fit-content;
  display: block;
}
.hakkimizda_ekip
{
  width: 100%;
  height: fit-content;
  padding: 25px;
  min-height: 450px;
  display: none;
}
.dv_left
{
  float: none;
  width: 100%;
  padding-left: 0px;
}
.dv_right
{
  float: none;
  width: 100%;
  padding: 5px;
}
.icerik
{
  padding: 10px;
  width: 100%;
  height: auto;
}
.galeriff
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 3px;
  max-width: 100%;
}
.PrevGImg
{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background-color: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.PrevGImg img
{
  object-fit: contain;
  max-height: 90%;
  max-width: 90%;
  width: auto;
  height: auto;
}
.ustekstremiteortezleri, .altekstremiteortezleri, .ustekstremiteprotezleri, .altekstremiteprotezleri, .skolyozkorsesi, .govdeortezleri
{
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 3px;
  max-width: 100%;
}
.skolyozkorsesi
{
  display: flex;
}
.ortopedikcozumler
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 3px;
  max-width: 100%;
}
.urungorselleri
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 3px;
  max-width: 100%;
}
.calismasurecigorselleri
{
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 3px;
  max-width: 100%;
}
.basarihikayeleri
{
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 3px;
  max-width: 100%;
}
.galeri_imgv
{
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 3px;
  transition: 150ms;
  position: relative;
}
.galeri_imgv:hover
{
  cursor: pointer;
  scale: 1.1;
  transition: 150ms;
}
.galeri_img
{
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 3px;
  transition: 150ms;
  position: relative;
}
.galeri_img:hover
{
  cursor: pointer;
  scale: 1.1;
  transition: 150ms;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  margin: 5px 0;
  cursor: pointer;
}

.submenu {
  display: none; /* Başlangıçta gizli */
  margin-left: 20px;
}

.submenu li {
  color: #555;
}

.submenu.open {
  display: block; /* Açılınca görünür */
}
.iceriksss
{
  color: #2c2c2c;
  padding-top: 30px;
  width: 100%;
  height: auto;
  font-size: 18px;
}
#sssmenu
{
  color: #2c2c2c;
  padding-top: 30px;
  padding-left: 15px;
  width: 100%;
  height: auto;
  font-size: 18px;
}
.hakkimizdametin
{
  cursor: pointer;
  
}
.olcumveuretim
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  color: #212121;
  width: 100%;
  height: 100%;
  position: absolute;
}
.uygulamaveegitim
{
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  color: #212121;
  width: 100%;
  height: 100%;
  position: absolute;
}
.iletisimaltbar
{
  margin-top: -50px;
  width: 100%;
  height: auto;
  padding: 10px;
  overflow: hidden;
}
.boxmin
{
  width: 100%;
  height: 250px;
  float: left;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.telephoneicon
{
  border: 2px solid darkgreen;
  border-radius: 100%;
  background-color: green;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 75px;
  height: 75px;
  transition: 150ms;
}
.telephoneicon:hover
{
  scale: 1.1;
  transition: 150ms;
  cursor: pointer;
}
/*responsive*/

@media (min-width: 320px)
{
  .baslik
  {
    font-size: 13px;
  }
  .menu
  {
    font-size: 15px;
  }
  .m_1pic_left
  {
    float: none;
    width: 100%;
  }
  .m_1text_right
  {
    float: none;
    width: 100%;
  }
  .dv_left
  {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  .dv_right
  {
    float: none;
    width: 100%;
    padding: 5px;
  }

}
@media (min-width: 420px)
{
  .baslik
  {
    font-size: 18px;
  }
  .menu
  {
    font-size: 15px;
  }
  .m_1pic_left
  {
    float: none;
    width: 100%;
  }
  .m_1text_right
  {
    float: none;
    width: 100%;
  }
  .dv_left
  {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  .dv_right
  {
    float: none;
    width: 100%;
    padding: 5px;
  }
}
@media (min-width: 576px) 
{
  .baslik
  {
    font-size: 18px;
  }
  .menu
  {
    font-size: 19px;
  }
  .m1baslik
  {
    margin-top: -20px;
  }
  .slider_text
  {
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content:end;
    align-items: center;
    padding: 20px;
    font-size: 29px;
    text-align: center;
    padding-bottom: 30px;
  }
  .slider_img_crop
  {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -150px;
  }
  .m_1pic_left
  {
    float: none;
    width: 100%;
  }
  .m_1text_right
  {
    float: none;
    width: 100%;
  }
  .dv_left
  {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  .dv_right
  {
    float: none;
    width: 100%;
    padding: 5px;
  }
}
@media (min-width: 600px)
{
  .m_1pic_left
  {
    float: left;
    width: 40%;
  }
  .m_1text_right
  {
    float: left;
    width: 60%;
  }
  .dv_left
  {
    float: none;
    width: 100%;
    padding-left: 1px;
  }
  .dv_right
  {
    float: none;
    width: 100%;
    padding: 5px;
  }
  .galeri_img
  {
    height: 250px;
    width: 250px;
  }
  .galeri_imgv
  {
    height: 250px;
    width: 250px;
  }
  .boxmin
  {
    width: 50%;
    height: 250px;
    float: left;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
@media (min-width: 768px)
{
  .baslik
  {
    font-size: 18px;
  }
  .menu
  {
    font-size: 19px;
  }
  .slider_text
  {
    right: auto;
    position: absolute;
    width: 80%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    padding: 20px;
    font-size: 39px;
  }
  .slider_img_crop
  {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -150px;
  }
  .dv_left
  {
    float: left;
    width: 40%;
    padding-left: 15px;
  }
  .dv_right
  {
    float: left;
    width: 60%;
    padding: 50px;
  }
  #sssmenu
  {
    padding-top: 30px;
    padding-left: 150px;
  }
  .boxmin
  {
    width: 25%;
    height: 250px;
    float: left;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
@media (min-width: 992px)
{
  .baslik
  {
    font-size: 16px;
  }
  .menu
  {
    font-size: 17px;
  }
  .slider_text
  {
    right: auto;
    position: absolute;
    width: 80%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    padding: 20px;
    font-size: 39px;
  }
  .slider_img_crop
  {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -150px;
  }
}
@media (min-width: 1200px)
{
  .baslik
  {
    font-size: 20px;
  }
  .menu
  {
    font-size: 17px;
  }
  .slider_text
  {
    right: auto;
    position: absolute;
    width: 80%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    padding: 20px;
    font-size: 39px;
  }
  .slider_img_crop
  {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -150px;
  }
}
