a,
a:hover {
  text-decoration: none;
  color: white;
}

.mobile-head-ozel-teklif {
  display: none;
}


/***********************************  HOME (begin) *********************************************/
.who-we-are-img .video-button {
  z-index: 1;
}
.main-header-nav.sticked {
  animation: slideInDown 0.7s;
}
.input-group-append .btn {
  border-radius: 0;
}
.trailer-title{
z-index: 1;
padding-left: 60px;
}
.trailer-button{
  display: flex;
  text-align: center;
  height: 60px;
  width: 275px;
  align-items: center;
  color: white;
  font-weight: 600;
  background-color: #e
  ,d1d25;
  border-radius: 30px;
  justify-content: flex-end;
}
.trailer-button-span{
  height: 60px;
  position: relative;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4e4d4d;
    margin-left: 35px;
    margin-right: -2px;
    border-radius: 0 30px 30px 0px;
    z-index: 10;
    font-size: 25px;
}
.trailer-button-position{
  z-index: 9;
  padding-left: 60px;
}
.trailer-desctription{
  z-index: 1;
  padding-left: 60px;
  padding-right: 30px;
}
.trailer-desctription-p{
  opacity: 0.7;
  font-size: 20px;
  color: #ffffff;
  z-index: 9;
  font-weight: 500;
}
.trailer-title-p{
  font-size: 36px;
  color: #ffffff;
  z-index: 9;
  font-weight: 600;
  text-align: center;
}
#trailer-video{
  position: absolute;
  width: 100%;
}
.trailer-video-div{
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 130px 0 0 0;
}
.our-brands-background{
  height: 180px;
  display: flex;
  align-items: center;
}
.fiyat-teklifi-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.owl-dots{
  display: none;
}
.video-button-tanitim span {
  font-size: 18px;
  font-weight: 600;
}
.video-button-tanitim:hover {
  color: #fff;
}
.hmcabg{
  background-color: #e5e5e5;
  position: relative;
}
.who-we-are-area{
  position: relative;
}
.hakkimizda-style{
  height: 130px;
    position: absolute;
    width: 130px;
    top: 0;
    left: 0;
    background-color: #027067;
}
.hakkimizda-middle-style{
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 130px 0 0 0;
}
/***********************************  HOME (end) *********************************************/

/***********************************  BOTTOM MENU (begin) *********************************************/
.bottom-menu{
    border-style: solid;
    border-color: rgba(240,242,245,1);
    background: rgba(240,242,245,1);
    /* box-shadow: 0 -15px 100px -10px rgb(0 0 0 / 10%); */
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
}
.bottom-menu ul, .bottom-menu li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.bottom-menu > ul > li{
    flex-grow: 1;
    padding: 10px 0;
}

.bottom-menu > ul > li + li{
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: rgba(226,226,226,1);
}

.bottom-menu > ul > li > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 50px;
    transition: all 0.075s ease-out;
    position: relative;
    font-size: 11px;
    color: rgba(58,71,80,1);
    line-height: 20px;
}
.bottom-menu > ul > li > a i{
    font-size: 15px;
}
.bottom-menu > ul > li .links-text{
    margin-top: 2px;
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
}
@media screen and (max-width:375px) {
    .bottom-menu > ul > li > a{
        font-size: 9px;
    }
}
/***********************************  BOTTOM MENU (end) *********************************************/

/***********************************  FOOTER (begin) *********************************************/
.collapse.show {
  display: block !important;
}
.footer a[data-toggle="collapse"] {
  display: none;
}
.footer a[data-toggle="collapse"] i{
    color: #7b7575;
}
.collapse:not(.show) {
  display: block;
}
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  display: flex;
}
.footer-contact li i {
  margin-right: 8px;
}
.footer-contact li span {
  margin-top: -5px;
}
.footer-contact li:before {
  display: none;
}
.social-contact .footer-social{
    float:left;
}
/***********************************  FOOTER (end) *********************************************/

/***********************************  MOBILE MENU (begin) *********************************************/
.main-header-nav .navbar-toggler i {
  position: relative;
  z-index: 600;
  right: 0px;
}
.mobile-menu {
  position: fixed;
  right: -500px;
  top: 0;
  height: 100vh;
  background-color: #000;
  width: 260px;
  max-width: 260px;
  overflow-y: auto;
  z-index: 1000;
  transition: right 0.5s;
}
.mobile-menu.show {
  right: 0;
}
.close-menu {
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
  padding-top: 17px;
}
.close-menu i {
  font-size: 20px;
  color: #fff;
}
.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu__item {
  padding: 15px 0;
}
.mobile-menu__item.item-h {
  height: 40px;
}
.mobile-menu__link {
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px 0 20px;
  font-size: 12px;
  display: block;
}
.mobile-menu__link:hover {
  color: #fff !important;
}
.mobile-menu__item.drp > .mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__item.drp {
  overflow: hidden;
}
.mobile-menu__item.menu-item-height {
  height: 40px;
}
.mobile-menu__item.drp i {
  font-size: 10px;
  transition: transform 0.4s;
}
.icon-rotate {
  transform: rotate(90deg);
}
.mobile-menu__list .nav-item a {
  color: #fff;
}
.mobile-menu__sub {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
  background-color: #2b2f35;
  margin-top: 10px;
  transform: translateY(-40px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s;
}
.mobile-menu__sub.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.mobile-menu__sub .mobile-menu__item {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #navbarHeadMenu {
    display: none;
  }
  .searchname {
    margin: 0;
    width: 100%;
    height: 40px;
  }
  .searchname .form-control {
    height: auto;
  }
  .input-group-append .btn {
    border-radius: 0;
    height: 40px;
    border-left: 1px solid #dedede !important;
    color: #000 !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu__list {
    padding-top: 15px !important;
  }
  .mobile-hidden-hakkimizda{
    display: none;
  }
  .hakkimizda-style{
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-top .header-social {
    position: relative;
    z-index: 1001;
  }
  .mobile-menu__list {
    padding-top: 50px !important;
  }
}
/***********************************  MOBILE MENU (end) *********************************************/

/***********************************  MOBILE SEARCH (begin) *********************************************/
.mobile-search {
  position: absolute;
  top: 65px;
  left: -150%;
  width: 100%;
  height: 65px;
  z-index: 10;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: left 0.5s;
}
.mobile-search form {
  width: 100%;
}
.mobile-search.show {
  left: 0;
}
.mobile-search .input-group {
  padding: 0 10px;
}
.mobile-search input {
  height: auto;
}
/***********************************  MOBILE SEARCH (end) *********************************************/

/***********************************  HOME MOBILE CATEGORY (begin) *********************************************/
.mobile-category {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-category {
    display: block;
  }
}

.mobile-category__item {
  position: relative;
  padding: 5px 10px 5px 10px;
  margin-bottom: 5px;
  background-color: #35393f;
}
.mobile-category__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.mobile-category__header-left {
  display: flex;
  align-items: center;
}
.mobile-category__header-image img {
  width: 35px;
}
.mobile-category__header-text {
  margin-left: 20px;
  font-size: 17px;
}
.mobile-category__header-text a {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}
.mobile-category i.cat-icon {
  cursor: pointer;
  font-size: 11px;
  transition: transform 0.4s;
}
.cat-icon.rotate {
  transform: rotate(90deg);
}
.mobile-category__body {
  max-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: max-height 0.5s;
}
.mobile-category__body.show {
  max-height: 120px;
}
.mobile-category__sub {
  padding-left: 55px;
}
.mobile-category__slogan {
  color: #fff;
  margin-bottom: 2px;
}
.mobile-category__btn {
  color: #fff;
  font-size: 12px;
}
.hakkimizda-top-description{
  height: 300px;
  position: relative;
  overflow: hidden;
  background-color: #027067;
  border-radius:130px 0 130px 0;
}
.hakkimizda-top-description-explanation{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 110px;
}
.hakkimizda-middle-title{
  font-size: 18px;
    color: #fff;
    z-index: 999999;
    opacity: 0.7;
}
.hakkimizda-middle-explanation{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.hakkimizda-button-position{
  margin-top: 20px;
}
.hakkimizda-button{
  display: flex;
    height: 45px;
    font-weight: 700;
    color: #fff;
    width: 130px;
    background-color:#00c4b4 ;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
}
.hakkimizda-top-description-img{
  height: 300px;
}
.slider-div-decoration{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 130px;
  width: 130px;
  background-color: #4e4d4d;
  z-index: -1;
}
.hakkimizda-top-style{
  position: absolute;
  top: 0;
  right: 0;
  height: 130px;
  width: 130px;
  background-color: #222162;
}
.hakkimizda-top-middle-style{
  position: absolute;
    top: 0;
    right: 0;
    height: 130px;
    width: 130px;
    background: white;
    border-radius: 0 130px 0 0px;
}
.hakkimizda-style-title{
  position: absolute;
  top: 0;
  left: 0;
  height: 130px;
  width: 130px;
  background-color: #e5e5e5;
}
.embed-responsive-item{
  border-radius: 130px 0 0 0;
  height: 650px;
}
.hakkimizda-top-description-title{
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
}
.hakkimizda-middle-title::before{
  content: '';
    img src: upload/images/akbulut.png;
    display: block;
    border-radius: 50%;
    width: 40px;
    top: -7px;
    left: -20px;
    height: 40px;
    position: absolute;
    z-index: 9;
}
.hakkimizda-middle-title span{
  z-index: 10;
  position:relative;
}
@media (min-width:1440px) and (max-width: 1920px) {
  .hmcabg{
    padding-bottom: 30px;
  }
}
@media (max-width:1440px) and (min-width:1200px)  {
  .trailer-video-div{
    height: 310px !important;
  }
}
@media (max-width: 1024px) {
  #trailer-video{
    top:-200px;
  }
  .trailer-video-div{
    height: 240px !important;
  }
  .our-brands-background{
    height: 220px;
    border-radius: 0 150px 0 150px;
  }
  .trailer-desctription{
    padding-left: 35px;
    padding-right: 35px;
  }
  .trailer-button-position{
    padding-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .trailer-title-p{
    font-size: 36px;
  }
  .trailer-desctription-p{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .hakkimizda-top-description{
    height: 360px;
  }
  .visible-xs {
    display: block !important;
  }
  #trailer-video{
  }
  .trailer-video-div{
    height: 260px !important;
  }
  .trailer-title-p{
    font-size: 25px;
  }
  .our-brands-background{
    height: 150px;
    display: flex;
    align-items: center;
    border-radius: 0 100px 0 100px;
  }
  .trailer-title{
    padding-left: 15px;
    padding-right: 15px;
  }
  .trailer-desctription-p{
    font-size: 16px;
  }
  .footer a[data-toggle="collapse"] {
    display: block !important;
    float: right;
    cursor: pointer;
  }
  ul.collapse {
    display: none !important;
  }
}

/***********************************  HOME MOBILE CATEGORY (end) *********************************************/
.flash-effect:hover span{
    font-weight: bold !important;
    text-decoration: underline;
    color: #fff !important;
}
.flash-effect-2:hover{
  font-weight: bold !important;
  text-decoration: underline;
}
