@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css);
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Oooh Baby", cursive; */
  font-family: "Urbanist", sans-serif;
}


/*danışma hattı btn css*/


.btn-topmenu {
  background-color: rgb(200, 157, 102);
  color: white;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.5rem 2rem;
}

.btn-topmenu:hover {
  font-size: 1.05rem;
  padding: 0.5rem 2rem;
  background-color: rgb(252, 241, 226);
  color: rgb(200, 157, 102);
  font-weight: 700;
}

/*danışma hattı btn css*/

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

html,
body {
  position: relative;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}




.showless {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


/*top start*/


.menu2 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
}

.menu2 img {
  width: 190px;
  object-fit: cover;
}

.logom {
  padding-right: 1rem;
  border-right: 1px solid rgb(230, 212, 188);
  margin: auto 0px;
}

.ttext {
  padding-left: 1rem;
  margin: auto 0px;
}


.topmediaimg {
  margin: auto;
}

.topmediadata {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.topmediadata span {
  color: rgb(119, 119, 119);
  font-size: 14px;
}

.topmediaimg i {
  color: rgb(200, 157, 102);
  font-size: 25px;
  padding-right: 15px;
}

/* top end */


/* mainmenu */

.mainmenu {
  background-color: #1f2839 !important;
  transition: 0.4s;
  position: relative;
  width: 100%;
  z-index: 99;
  /* top: 0; */
  padding: 1rem 0;
}

.mainmenu.sticky {
  position: fixed;
  top: 0;
}

.mainmenu ul li {
  padding: 0 20px;
}

.mainmenu ul li a {
  color: snow !important;
  font-weight: 400 !important;
  font-size: 1rem;
}

.mainmenu ul li a.active {
  color: #c89d66 !important;
  font-weight: 400 !important;
}

.mainmenu ul li:hover a {
  color: #c89d66 !important;
  font-weight: 400 !important;
  font-size: 1rem;
  transition: all 0.3s;
}

.mainmenu ul li a>img {
  width: 13px;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler span {
  display: none;
}

.navbar-toggler::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}

.mainmenu .dropdown-menu {
  background: white none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  transition: all 0.3s ease 0s;
  border: 0;
  border-radius: 3px;
  border-top: 3px solid #c89d66;
}

.mainmenu .dropdown-menu li .dropdown-item {
  color: #1f2839 !important;
}

.dropdown-item:active {
  background-color: #c89d66;
}

.form-check-input:checked {
  background-color: #e6c744;
  border-color: #e6c744;
  box-shadow: none !important;
  outline: none !important;
}

/*mainmenu*/

/*owlmainslider*/

.slider {
  width: 100%;
  height: 800px;
}

.owl-slider {
  text-align: left;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.owl-slider img {
  display: block;
  width: 100%;
  height: 800px;
  /* aspect-ratio: 21/9; */
  /* height: 100%; */
  object-fit: cover;
}

.slider .owl-withdots .owl-dots {
  position: absolute;
  top: 90%;
  left: 50%;
  padding-top: 15px;
}

.slider .owl-withdots .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 0%;
  display: inline-block;
  background: #c89d66;
  margin: 0 3px;
}

.slider .owl-withdots .owl-dots button.owl-dot.active {
  background-color: #1f2839;
}

.owl-slider .slider-text {
  position: absolute;
  top: 30%;
  left: 15%;
  text-align: left;
}

.owl-slider .slider-text span {
  font-size: 2rem;
  font-weight: 700;
  color: #c89d66;
}

.owl-slider .slider-text h1 {
  font-size: 5rem;
  font-weight: 900;
  color: snow;
}

.owl-slider .slider-text .btn-slider {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: snow;
  border: 1px solid snow;
  padding: 1rem 3rem;
  background-color: transparent;
  border-radius: 4px;
}

.owl-slider .slider-text .btn-slider:hover {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background-color: #c89d66;
  border: 1px solid #c89d66;
  padding: 1rem 3rem;
  transition: 0.5s ease-in-out;
  border-radius: 4px;
}

/*owlmainslider*/

/*catarea*/

.catarea {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.cat-tit {
  font-size: 2rem;
  font-weight: 600;
}

.catarea .card {
  border: 0px;
  margin-left: 10px;
}

.catarea .card img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}

.catarea .coverlink {
  text-decoration: none;
  color: black;
}

/*catarea*/

/*attorneys*/
.attorneys .owl-withdots .owl-dots {
  /* position: absolute;
  top: 90%;
  left: 50%; */
  padding-top: 15px;
}

.attorneys .owl-withdots .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 0%;
  display: inline-block;
  background: #c89d66;
  margin: 0 3px;
}

.attorneys .owl-withdots .owl-dots button.owl-dot.active {
  background-color: #1f2839;
}

/*attorneys*/




/*ourattorneys*/
.ourattorneys .card {
  /* margin-bottom: 30px; */
  position: relative;
  /* overflow: hidden; */
}

.ourattorneys .card::before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 46, 62, 0)), color-stop(28.65%, rgba(30, 46, 62, 0.29)), color-stop(63.02%, rgba(24, 40, 55, 0.78)), color-stop(97.92%, #101A25));
  background: linear-gradient(180deg, rgba(30, 46, 62, 0) 0%, rgba(30, 46, 62, 0.29) 28.65%, rgba(24, 40, 55, 0.78) 63.02%, #101A25 97.92%);
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ourattorneys .card img {
  width: 100%;
  aspect-ratio: 22/29;
  object-fit: cover;
}

.ourattorneys .card .card-text {
  background-color: transparent;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: #c2c8da;

}

.ourattorneys .card .card-text a {
  text-decoration: none;
  color: #c2c8da;
  font-weight: 600;
  font-size: 1.5rem;
}

.ourattorneys .card .card-text span {
  text-decoration: none;
  color: #c89d66;
  font-weight: 400;
}

.ourattorneys .card .card-text::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #CDB091;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}



.ourattorneys .card .card-text .social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;

}

.ourattorneys .card .card-text .social ul li {
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: auto 0;
}

.ourattorneys .card .card-text .social ul li a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #c2c8da;
  padding: 7px;
}


/*ourattorneys*/






/*404*/
.bg-404 {
  background-color: #1f2839;
  height: 100vh;
}

.title404 {
  font-size: 10rem;
  font-weight: 900;
  padding: 15rem 0 0 0;
  text-align: center;
  color: white;
}

.detail404 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: white;

}

.btn404 {
  padding: 0.5rem 1rem;
  margin-bottom: 5rem;
}

/*404*/


/*firstbanner*/

.firstbanner .btn-app-ad {
  border: 1px solid #c89d66;
  color: #c89d66;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
}

.firstbanner .btn-app-ad:hover {
  border: 1px solid white;
  color: #c89d66;
  background-color: white;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
}

.indexaboutimg {
  width: 100%;
}

.aboutusindex .aboutusindextit {
  font-size: 1.65rem;
  font-weight: 600;
  color: #c89d66;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  padding-right: 10px;
  padding-top: 4rem;
}

.aboutusindex .aboutusindextit2 {
  font-size: 2rem;
  font-weight: 400;
  color: snow;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: right;
  padding-right: 10px;
}

.aboutusindex .aboutusindexdet {
  line-height: 40px;
  color: snow;
  padding: 1rem 1rem 2rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}

.btn-div {
  text-align: right;
  margin-right: 1rem;
}

.showless {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/*firstbanner*/

/*casearea*/
.caseareadetailbanner {
  background-color: #c89d66;
  padding: 3rem 0;
}

.caseareadetailbanner .firstreccase {
  font-size: 2rem;
  color: rgb(252, 241, 226);
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
}

.caseareadetailbanner .textcase p {
  color: rgb(252, 241, 226);
  font-size: 1.11rem;
  font-weight: 500;
}

.casearea {
  margin-top: 4rem;
}

.casearea .card {
  width: 100%;
  height: 300px;
  background-color: #1f2839;
  padding: 3rem;
  text-align: center;
}

.casearea .card h5 {
  color: snow;
}

.casearea .card p {
  color: snow;
}

.casearea .card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

/*casearea*/



/*blog*/

.blog {
  /* background-color: #f3f4f6; */
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.btn-blog-read {
  background-color: #c89d66;
  border: 1px solid #c89d66;
  font-size: 1rem;
  padding: 0.5rem 2rem;
  color: snow !important;
  font-weight: 600;
  margin-top: 0.5rem;
}

.btn-blog-read:hover {
  background-color: transparent;
  border: 1px solid #c89d66;
  font-size: 1rem;
  padding: 0.5rem 2rem;
  color: #c89d66 !important;
  font-weight: 600;
}

.blog .card {
  padding: 2rem;
}

.blog a {
  color: black;
  text-decoration: none;
}

.blog .card .card-body {
  color: black;
  text-decoration: none;
}

.blog .card .card-body h5 {
  font-weight: 800;
  margin: 0;
}

.blog .card .card-body span {
  color: #c89d66;
  font-size: 13px;
}

/*blog*/

/*footerbanner*/

.footerbanner {
  background-color: #f3f4f6;
  margin-top: 1rem;
}

.footerbanner .footbantit {
  color: black;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}

.footerbanner .getintouch {
  padding: 3rem 0;
}

.footerbanner .footbandet {
  color: black;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}

.footerbanner input {
  padding: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none !important;
  border: 1px solid white !important;
}

.footerbanner .form-label {
  color: #c8c6c6;
}

.footerbanner button {
  border: 0;
  background-color: white;
  padding: 1rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #e6c744;
}

/*footerbanner*/

/*footer*/

.footer {
  background-image: url(../img/law/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.footer h3 {
  color: snow;
}

.footer .bg-footer {
  padding: 5rem 0;
}

.footer .logofooter {
  width: 150px;
}

.footerdetail {
  color: snow;
}

.footer .socialmedia a {
  text-decoration: none;
  color: snow;
}

.footer .firstfootermenu {
  margin-right: 4rem;
}

.footer .socialmedia a i {
  text-decoration: none;
  color: snow;
  padding-right: 0.5rem;
}

.footer .list-group .list-group-item {
  background-color: transparent !important;
  color: snow;
}

.footer .list-group li {
  padding: 0.25rem;
}

.footer .list-group li a {
  color: snow;
  text-decoration: none;
  padding-left: 0.25rem;
}

.footer .list-group li a:hover {
  color: #c89d66;
  text-decoration: none;
  padding-left: 0.25rem;
  transition: 0.3s ease-in-out;
}

/*footer*/

/*lastfooter*/
.copyright-text {
  margin-bottom: 0 !important;
}

.copyright-text a {
  background: url(../img/hizliczmwhitefooter.png) 0 0/150px 70px no-repeat;
  margin: 5px auto;
  text-align: end;
  height: 70px;
  width: 50px;
  transition: 0.5s ease-in;
  display: inline-block;
}

.copyright-text a:hover {
  height: 70px;
  width: 170px;
  transition: 0.5s ease-in;
}

.lastfooter .copy {
  margin-bottom: 0 !important;
}

.lastfooter {
  background-color: #1f2839;
  border-top: 1px solid #d4d6cb;
}

/*lastfooter*/

/*about*/

.about {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.about .aboutdet {
  line-height: 35px;
  margin: auto;
  color: #6b7280;
}

.about img {
  margin: auto;
  width: 100%;
  object-fit: cover;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #c89d66;
  box-shadow: none !important;
  outline: none !important;
  color: white;
  transition: 0.4s ease-in-out;
}

.faq .accordion-button {
  border: 1px solid #e6e3d5;
  box-shadow: none !important;
  outline: none !important;
}

.spinner-border {
  width: 1.25rem;
  height: 1.25rem;
}

/*about*/

/*casearedetail page css start*/
.caseareadetaildiv {
  padding: 50px 0 100px 0;
}

.caseareadetaildiv .card {
  background-color: #f8f8f8;
}

.caseareadetaildiv .card .card-title {
  font-weight: 700;
  font-size: 1.5rem;
}

.caseareadetaildiv .card .card-alt-detail {
  color: #6b7280;
  font-weight: 500;
}

.caseareadetaildiv .card .card-text {
  line-height: 33px;
  padding: 0.25rem 0;
  font-size: 1.15rem;
  color: #6b7280;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.caseareadetailimg {
  width: 100%;
  object-fit: cover;
}

.casearedetailparagraph {
  line-height: 35px;
  font-size: 1.1rem;
  font-weight: 400;
  color: #6b7280;

}

.caseareadetaildiv .casetitle {
  font-weight: 700;
}

/*casearedetail page css end*/

/*products*/


.butongroup a {
  padding: 1rem 0;
}

.detailimgs {
  width: 100%;
  aspect-ratio: 3/3;
  object-fit: cover;
}

.producturun .card-body .urun:nth-child(2) {
  margin-left: 15px;
}

.producturun .card-body .urun:nth-child(3) {
  margin-left: 15px;
}

.relatedpro .card {
  overflow: hidden;
  border: 1px solid #e3ffe6;
}

.relatedpro .card .relatedimg {
  width: 100%;
  transition: 0.6s;
}

.relatedpro .card:hover img {
  transform: scale(1.05);
}

.relatedpro .card .insight {
  color: black;
  font-weight: 500;
}

/*products*/

/*blog*/

.blogin {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.blogin a {
  color: black;
  text-decoration: none;
}

.btnblogs .btn-blog {
  padding: 0.75rem 2rem;
}

.blogin .card .card-body {
  padding-left: 0;
}

.blogin .list-group li {
  padding-left: 0;
}

.blogdetailblog {
  line-height: 35px;
  font-weight: 600;
}

/*blog*/

/*contact*/


.contactdiv input {
  outline: none !important;
  box-shadow: none !important;
}

.contactdiv input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #c89d66;
}

.contactdiv textarea {
  outline: none !important;
  box-shadow: none !important;
}

.contactdiv textarea:focus {
  outline: none !important;
  border: 1px solid #c89d66;
  box-shadow: none !important;
}

.contactpage .card {
  padding: 1rem;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .topmediamenu {
    display: none !important;
  }

  .hidden-img img {
    width: 130px;
    display: none;
  }

  .menu2 img {
    display: flex;
  }

  .navbar-toggler {
    background-color: rgb(252, 241, 226);
    border-radius: 0px;
  }

  .btn-div {
    text-align: right;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }

  .owl-slider .slider-text {
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: left;
  }

  .owl-slider .slider-text h1 {
    font-size: 4rem;
    font-weight: 900;
    color: snow;
  }
}

@media (max-width: 900px) {
  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .footer h3 {
    margin-top: 1rem;
  }

  /* .relatedpro .card {
    justify-content: center;
    margin: auto;
  }

  .bordercontact {
    margin-bottom: 1rem;
  } */

  .contactdiv {
    margin-bottom: 1rem;
  }

  .topmediamenu {
    display: none !important;
  }

  .hidden-img img {
    width: 130px;
    display: none;
  }

  .menu2 img {
    display: flex;
  }

  .navbar-toggler {
    background-color: rgb(252, 241, 226);
    border-radius: 0px;
  }

  .btn-reception {
    position: absolute;
    right: 10px;
    top: 8px;
  }

  .btn-div {
    text-align: right;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .topmediamenu {
    display: none !important;
  }

  .hidden-img img {
    width: 130px;
    display: none;
  }

  .menu2 img {
    display: flex;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .owl-slider .slider-text {
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: left;
  }

  .owl-slider .slider-text h1 {
    font-size: 4rem;
    font-weight: 900;
    color: snow;
  }

  .footer h3 {
    margin-top: 1rem;
  }





  /* 
  .bordercontact {
    margin-bottom: 1rem;
  } */

  .contactdiv {
    margin-bottom: 1rem;
  }

  .navbar-toggler {
    background-color: rgb(252, 241, 226);
    border-radius: 0px;
  }

  .btn-reception {
    position: absolute;
    right: 10px;
    top: 8px;
  }

  .btn-div {
    text-align: right;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  .btn-div {
    text-align: right;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }

  .owl-slider .slider-text {
    position: absolute;
    top: 15%;
    left: 10%;
    text-align: left;
  }

  .owl-slider .slider-text h1 {
    font-size: 4rem;
    font-weight: 900;
    color: snow;
  }



  .hidden-img img {
    width: 130px;
    display: none;
  }

  .menu2 img {
    display: flex;
  }

  .navbar-toggler {
    background-color: rgb(252, 241, 226);
    border-radius: 0px;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .mainmenu ul li {
    padding: 0 15px;
  }

  .footer h3 {
    margin-top: 1rem;
  }


  .butongroup a {
    margin-bottom: 1rem;
  }


  .btn-reception {
    position: absolute;
    right: 10px;
    top: 8px;
  }

  .topmediamenu {
    display: none !important;
  }
}

/*contact*/

@media (max-device-width: 480px) {
  nav .hidden-img img {
    width: 150px;
    display: none;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .menu2 img {
    display: flex;
  }

  .mainmenu ul li {
    padding: 0 15px;
  }

  .owl-slider .slider-text {
    position: absolute;
    top: 15%;
    left: 10%;
    text-align: left;
  }

  .owl-slider .slider-text h1 {
    font-size: 3rem !important;
    font-weight: 900;
    color: snow;
  }

  .title404 {
    font-size: 10rem;
    font-weight: 900;
    padding: 5rem 0 0 0;
    text-align: center;
    color: white;
  }
}