@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  border: none;
  font-family: Campton;
  box-sizing: border-box;
  font-weight: 300;
  scroll-behavior: smooth;
}

*:focus {
  outline: none;
}

html,
body {
  min-width: 100%;
  min-height: 100%;
}

.container {
  max-width: 1350px;
  margin: 0 auto;
}

.swiper {
  height: -moz-fit-content;
  height: fit-content;
}

.alert {
  padding: 0.5rem 1.25rem;
  margin: 0.5rem 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: center;
}
.alert.alert-success {
  border: 1px solid #81ca41;
  background-color: rgba(129, 202, 65, 0.5019607843);
  border-color: rgba(129, 202, 65, 0.5019607843);
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

header {
  padding-bottom: 24px;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 111;
  border-bottom: 1px solid #ddd;
}
header .top {
  background-color: #1b1f28;
  padding: 0.5rem 0;
}
header .top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top .container .notice {
  display: flex;
  align-items: center;
  color: #fff;
}
header .top .container .notice img {
  margin-right: 0.5rem;
  margin-top: -2px;
}
header .top .container .notice .text {
  line-height: 32px;
}
header .top .container .follow-us {
  display: flex;
  color: #fff;
}
header .top .container .follow-us .social-medias ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 1rem;
}
header .top .container .follow-us .social-medias ul li a i {
  color: #fff;
}
header .main .main-header {
  padding: 1.5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .main .main-header .logo {
  display: block;
  font-weight: 600;
  color: black;
  font-size: 32px;
}
header .main .main-header .mobile-bars {
  display: none;
  cursor: pointer;
  padding: 0.15rem;
}
header .main .main-header .search-form .search-input {
  display: flex;
}
header .main .main-header .search-form .search-input input {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  background: #fff;
  height: 35px;
  padding: 10.5px 0px 9.5px 13px;
  width: 220px;
}
header .main .main-header .search-form .search-input input::-moz-placeholder {
  font-size: 13px;
}
header .main .main-header .search-form .search-input input::placeholder {
  font-size: 13px;
}
header .main .main-header .search-form .search-input button {
  background-color: transparent;
  cursor: pointer;
  display: flex;
  width: 46px;
  height: 35px;
  padding: 7.5px 16px 7.5px 15px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
header .main .main-header .search-form .search-input button i {
  color: #757575;
}
header .main .navigaton-header {
  padding-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .main .navigaton-header nav ul {
  display: flex;
  gap: 2rem;
}
header .main .navigaton-header nav ul li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  color: black;
  text-transform: uppercase;
}
header .main .navigaton-header nav ul li a.active {
  text-decoration: underline;
}

.sell-button a {
  cursor: pointer;
  display: inline-block;
  background-color: #ffac72;
  color: #fff;
  display: inline-flex;
  padding: 14px 16px;
  border-radius: 40px;
  justify-content: flex-end;
  align-items: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
}

#mobile-nav {
  padding: 0;
  position: fixed;
  left: 30px;
  width: 100%;
  height: 100vh;
  left: 100%;
  z-index: 99999;
  text-align: right;
  transition: left 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  background: rgba(255, 255, 255, 0.96);
  display: block;
  z-index: 111;
}
#mobile-nav .mobile-menu {
  padding-top: 30px;
  width: calc(100% - 60px);
}
#mobile-nav .mobile-menu ul {
  margin-bottom: 1rem;
}
#mobile-nav .mobile-menu ul li {
  border-bottom: 1px solid #ddd;
  padding: 0.75rem;
}
#mobile-nav .mobile-menu ul li a {
  color: black;
}
#mobile-nav .mobile-menu .address {
  text-transform: capitalize;
  margin-bottom: 1rem;
  color: gray;
  font-size: 14px;
  line-height: 18px;
  padding-left: 16px;
}
#mobile-nav.open-nav {
  left: 30px !important;
}

main .hero {
  display: flex;
  flex-direction: column;
  background-image: url("/assets/images/hero.jpeg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 546px;
}
main .hero .content {
  align-self: center;
  padding-top: 120px;
  padding-left: 450px;
}
main .hero .content .top {
  font-family: "ataturk";
  color: #fff;
  font-size: 70px;
}
main .hero .content .description {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
main .hero .content .button {
  display: flex;
  width: 305px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-family: Cinzel;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  margin-top: 1rem;
  transition: 300ms all;
}
main .hero .content .button:hover {
  background-color: #fff;
  color: black;
}
main .hero img {
  align-self: center;
  margin: auto 0 0 0;
  width: 100%;
}
main .collections {
  width: 100%;
  padding-bottom: 40px;
}
main .collections .container {
  display: flex;
  justify-content: center;
}
main .collections .container ul {
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  overflow: scroll;
}
main .collections .container ul li a {
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
}
main .collections .container ul li a .text {
  margin-top: 15px;
  font-weight: 300;
}
main .products {
  background-color: #f9fafb;
  padding: 40px 0;
}
main .products .section-title {
  color: #1b1f28;
  font-family: Cinzel;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 32px;
}
main .products .slider-container {
  position: relative;
}
main .products .slider-container .products-slider {
  position: initial;
}
main .products .slider-container .products-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
main .products .slider-container .products-slider .swiper-slide .product-title {
  color: #1b1f28;
  text-align: center;
  font-family: Campton;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-top: 12px;
}
main .products .slider-container .products-slider .swiper-slide .opportunity {
  background-color: #ffac72;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  top: 20px;
  right: 20px;
}
main .products .slider-container .products-slider .swiper-slide img {
  width: 100%;
}
main .products .slider-container .products-slider .swiper-button-next::after,
main .products .slider-container .products-slider .swiper-button-prev::after {
  display: none;
}
main .products .slider-container .products-slider .swiper-button-prev,
main .products .slider-container .products-slider .swiper-button-next {
  border: 1px solid black;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  top: -25px !important;
}
main .products .slider-container .products-slider .swiper-button-prev i,
main .products .slider-container .products-slider .swiper-button-next i {
  color: #040404;
}
main .products .slider-container .products-slider .swiper-button-prev {
  right: 50px !important;
  left: auto;
}
main .form-section {
  padding: 25px 0;
}
main .form-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .form-section .container .description-section .sub-title {
  color: #1b1f28;
  font-family: Campton;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}
main .form-section .container .description-section .title {
  color: #1b1f28;
  font-family: Cinzel;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
}
main .form-section .container .description-section .description {
  color: #1b1f28;
  font-family: Campton;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin-top: 1rem;
}
main .form-section .container .form-section input:not([type=checkbox]) {
  border-radius: 5px;
  background: #f7f7f7;
  width: 100%;
  height: 48px;
  padding: 11px 25px 8px;
}
main .form-section .container .form-section input:not([type=checkbox])::-moz-placeholder {
  font-weight: 300;
}
main .form-section .container .form-section input:not([type=checkbox])::placeholder {
  font-weight: 300;
}
main .form-section .container .form-section .full-w {
  width: 100%;
}
main .form-section .container .form-section .full-w.multiple {
  margin-top: 24px;
  display: flex;
  gap: 1.5rem;
}
main .form-section .container .form-section .full-w label {
  display: flex;
  align-items: center;
  margin: 14px 0;
  cursor: pointer;
  color: #635d6f;
  font-family: Campton;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}
main .form-section .container .form-section .full-w label input {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-right: 5px;
  margin-top: -3px;
}
main .form-section .container .form-section .full-w button {
  cursor: pointer;
  height: 48px;
  border-radius: 5px;
  background: #81ca41;
  width: 100%;
  color: #fff;
  font-family: Cinzel;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
main .services-us {
  background: #f9fafb;
}
main .services-us .container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
main .services-us .container::after {
  content: "2. el pırlanta";
  position: absolute;
  bottom: -12px;
  color: rgba(226, 226, 227, 0.49);
  text-align: center;
  font-family: Campton;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
main .services-us .left-section {
  padding-top: 60px;
  width: 40%;
}
main .services-us .left-section .title {
  color: #1b1f28;
  font-family: Cinzel;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 13px;
}
main .services-us .left-section .title div {
  display: inline;
  color: #1b1f28;
  font-family: Cinzel;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
main .services-us .left-section .description {
  color: #1b1f28;
  font-family: Campton;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}
main .services-us .left-section .description p {
  margin-bottom: 18px;
}
main .services-us .left-section a {
  background-color: transparent;
  display: flex;
  width: 305px;
  height: 44px;
  justify-content: center;
  align-items: center;
  color: #2c2c2c;
  text-align: center;
  font-family: Cinzel;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  border: 1px solid #2c2c2c;
  transition: 300ms all;
}
main .services-us .left-section a:hover {
  background-color: #2c2c2c;
  color: #fff;
}
main .services-us .right-section {
  width: 50%;
}
main .services-us .right-section .services .swiper-slide {
  max-height: 500px;
}
main .services-us .right-section .services .swiper-slide img {
  width: 100%;
}
main .services-us .right-section .services .swiper-button-next::after,
main .services-us .right-section .services .swiper-button-prev::after {
  display: none;
}
main .services-us .right-section .services .swiper-button-next,
main .services-us .right-section .services .swiper-button-prev {
  background: #f9fafb;
  width: 30px;
  height: 30px;
  bottom: 0 !important;
  top: auto;
}
main .services-us .right-section .services .swiper-button-next i,
main .services-us .right-section .services .swiper-button-prev i {
  color: #1b1f28;
}
main .services-us .right-section .services .swiper-button-prev {
  left: 0;
}
main .services-us .right-section .services .swiper-button-next {
  left: 30px;
}
main .certificates {
  padding: 40px 0;
}
main .certificates .container {
  display: flex;
  justify-content: space-between;
}
main .certificates .container .left-section {
  width: 40%;
  display: grid;
  place-items: center;
}
main .certificates .container .left-section img {
  width: 420px;
}
main .certificates .container .right-section {
  width: 50%;
}
main .certificates .container .right-section .title {
  color: #1b1f28;
  font-family: Cinzel;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}
main .certificates .container .right-section .description p {
  color: #1b1f28;
  font-family: Campton;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 18px;
}
main .certificates .container .right-section a {
  display: flex;
  width: 305px;
  height: 44px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid #2c2c2c;
  color: #2c2c2c;
  font-family: Cinzel;
  font-size: 14px;
  font-weight: 700;
  transition: 300ms all;
}
main .certificates .container .right-section a:hover {
  background-color: #2c2c2c;
  color: #fff;
}
main .processes {
  background: #f9fafb;
  padding: 55px 0 100px;
}
main .processes .title-section .title {
  color: #1b1f28;
  font-family: Cinzel;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
main .processes .title-section p {
  margin-bottom: 20px;
  margin-top: 13px;
  color: #1b1f28;
  font-family: Campton;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
main .processes .processes-items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
main .processes .processes-items .process-item {
  padding: 25px;
  background-color: white;
  box-shadow: 0px 4px 20px 0px rgba(188, 188, 188, 0.3);
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
main .processes .processes-items .process-item .process-icon {
  margin-bottom: 30px;
}
main .processes .processes-items .process-item .process-info .title {
  color: #2a3041;
  font-family: Campton;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
main .processes .processes-items .process-item .process-info .content {
  margin-top: 12px;
  color: #2a3041;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
main .sell-your-diamond {
  padding: 40px 0;
}
main .sell-your-diamond .title {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #1b1f28;
  font-family: Cinzel;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 16px;
}
main .sell-your-diamond .commentSlider {
  padding-bottom: 2rem;
}
main .sell-your-diamond .commentSlider .swiper-slide {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
main .sell-your-diamond .commentSlider .swiper-slide .comment-card {
  box-shadow: 0px 4px 20px 0px rgba(188, 188, 188, 0.3);
  padding: 40px;
  max-width: 820px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
main .sell-your-diamond .commentSlider .swiper-slide .comment-card .avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .sell-your-diamond .commentSlider .swiper-slide .comment-card .avatar .avatar-image img {
  border-radius: 50%;
  width: 100px;
}
main .sell-your-diamond .commentSlider .swiper-slide .comment-card .avatar .name {
  font-family: Cinzel;
  font-weight: 600;
  margin: 12px 0;
  font-size: 18px;
}
main .sell-your-diamond .commentSlider .swiper-slide .comment-card .comment {
  text-align: center;
}
main .sell-your-diamond .commentSlider .swiper-slide .comment-card .comment-raiting {
  margin-top: 12px;
  color: #ffac72;
  text-align: center;
}
main .sell-your-diamond .commentSlider .swiper-slide .comment-card .blockquote {
  position: absolute;
  font-size: 100px;
  font-family: Cinzel;
  color: rgba(255, 172, 114, 0.6196078431);
  line-height: 12px;
}
main .sell-your-diamond .commentSlider .swiper-slide .comment-card .blockquote.top {
  top: 0;
  left: 16px;
  transform: rotate(180deg);
}
main .sell-your-diamond .commentSlider .swiper-slide .comment-card .blockquote.bottom {
  bottom: 0px;
  right: 12px;
  transform: rotate(0deg);
}
main .sell-your-diamond .commentSlider .swiper-pagination {
  bottom: 10px;
}
main .sell-your-diamond .commentSlider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
main .sell-your-diamond .commentSlider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffac72;
}
main .gallery {
  padding: 40px 0;
  background: #f9f9f9;
}
main .gallery .productGalery {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
main .gallery .productGalery .image {
  width: 24%;
}
main .gallery .productGalery .image img {
  width: 100%;
  display: block;
}
main .gallery .productGalery .swiper-slide {
  max-height: 312px;
}
main .gallery .productGalery .swiper-slide img {
  width: 100%;
}
main .gallery .productGalery .swiper-pagination {
  display: none;
  top: auto;
  left: auto;
}
main .gallery .gallery-info {
  margin-top: 50px;
}
main .gallery .gallery-info .section-title {
  color: #223055;
  font-family: Cinzel;
  font-size: 46px;
  font-weight: 600;
}
main .gallery .gallery-info .content {
  color: #223055;
  font-family: Campton;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
main .content .title {
  color: #1b1f28;
  font-family: Cinzel;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 30px;
}
main .content .title div {
  font-weight: 700;
  display: inline;
  font-family: Cinzel;
}
main .content .content-area {
  max-height: 350px;
  overflow: auto;
}
main .content .content-area p {
  margin-bottom: 16px;
}
main .content .content-area::-webkit-scrollbar {
  width: 2px;
}
main .content .content-area::-webkit-scrollbar-track {
  max-width: 1px;
  background: #c8c8c9;
}
main .content .content-area::-webkit-scrollbar-thumb {
  display: block;
  min-width: 3px;
  height: 15px;
  background-color: #ffac72;
}
main .content.area {
  padding-top: 50px;
}

footer {
  margin-top: 50px;
}
footer .top-footer-services .footer-services .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1b1f28;
  text-align: center;
  font-family: Campton;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
footer .top-footer-services .footer-services .swiper-slide .text {
  margin-top: 1rem;
}
footer .top-footer-services .footer-services .swiper-pagination {
  bottom: 10px;
}
footer .top-footer-services .footer-services .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
footer .top-footer-services .footer-services .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffac72;
}
footer .main-footer {
  border-top: 1px solid #d8d8d8;
  padding: 50px 0;
  margin-top: 50px;
}
footer .main-footer .container {
  display: flex;
  justify-content: space-between;
}
footer .main-footer .logo-column .logo a {
  display: block;
  font-weight: 600;
  color: black;
  font-size: 32px;
}
footer .main-footer .logo-column .certificates {
  display: flex;
  margin-top: 8px;
}
footer .main-footer .logo-column .certificates img {
  width: 175px;
}
footer .main-footer .columns {
  display: flex;
  gap: 70px;
}
footer .main-footer .columns .column .title {
  margin-bottom: 12px;
}
footer .main-footer .columns .column ul li a {
  color: #333;
  font-family: Campton;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
}
footer .main-footer .firm-detail {
  width: 300px;
}
footer .main-footer .firm-detail .follow-us {
  margin-bottom: 16px;
}
footer .main-footer .firm-detail .follow-us .title {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}
footer .main-footer .firm-detail .follow-us ul {
  display: flex;
  gap: 15px;
}
footer .main-footer .firm-detail .follow-us ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  width: 23px;
  height: 23px;
  border-radius: 4px;
}
footer .main-footer .firm-detail .follow-us ul li a i {
  color: #fff;
}
footer .main-footer .firm-detail .subscribe .title {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
footer .main-footer .firm-detail .subscribe .description {
  color: #333;
  font-size: 12px;
  font-weight: 300;
}
footer .main-footer .firm-detail .payment-methods {
  margin-top: 16px;
}

#sell-product {
  min-width: 970px;
  max-height: 540px !important;
  background-color: #fff;
  background-image: url("/assets/images/form-background.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
}
#sell-product .form-area {
  padding: 60px 0 100px 60px;
  max-width: 600px;
}
#sell-product .form-area .form-section .sub-title {
  color: #1b1f28;
  font-size: 18px;
  font-weight: 300;
  line-height: 22.4px;
  text-transform: uppercase;
}
#sell-product .form-area .form-section .title {
  color: #1b1f28;
  font-family: Cinzel;
  font-size: 46px;
  font-weight: 500;
  line-height: 54px;
}
#sell-product .form-area .form-section .description {
  color: #1b1f28;
  font-family: Campton;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 16px;
}
#sell-product .form-area .form-section input:not([type=checkbox]) {
  border-radius: 5px;
  background: #f7f7f7;
  width: 100%;
  height: 48px;
  padding: 11px 25px 8px;
}
#sell-product .form-area .form-section input:not([type=checkbox])::-moz-placeholder {
  font-weight: 300;
}
#sell-product .form-area .form-section input:not([type=checkbox])::placeholder {
  font-weight: 300;
}
#sell-product .form-area .form-section .full-w {
  width: 100%;
}
#sell-product .form-area .form-section .full-w.multiple {
  margin-top: 24px;
  display: flex;
  gap: 1.5rem;
}
#sell-product .form-area .form-section .full-w label {
  display: flex;
  align-items: center;
  margin: 14px 0;
  cursor: pointer;
  color: #635d6f;
  font-family: Campton;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}
#sell-product .form-area .form-section .full-w label input {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-right: 5px;
  margin-top: -3px;
}
#sell-product .form-area .form-section .full-w button {
  cursor: pointer;
  height: 48px;
  border-radius: 5px;
  background: #81ca41;
  width: 100%;
  color: #fff;
  font-family: Cinzel;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.mobile-banner {
  background-color: #25d366;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  display: none;
}
.mobile-banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  padding: 12px;
  font-weight: 500;
}
.mobile-banner a i {
  margin-right: 5px;
}

.homepage-section {
  scroll-margin-top: 11rem;
}

@media (max-width: 1080px) {
  header .logo {
    font-size: 16px !important;
  }
  header .mobile-bars {
    display: block !important;
  }
  header .navigaton-header {
    display: none !important;
  }
  header .top .container .notice .text {
    display: none !important;
  }
  header .top .container .follow-us {
    font-size: 14px;
  }
  header .top .container .follow-us .social-medias ul {
    gap: 10px;
    margin-left: 8px;
  }
  .container {
    padding: 0 1.5rem;
  }
  main .hero {
    height: 325px;
    background-color: rgba(0, 0, 0, 0.3921568627);
    background-blend-mode: multiply;
  }
  main .hero .content {
    padding-top: 60px;
    padding-left: 4px;
  }
  main .hero .content .top {
    font-size: 45px;
  }
  main .collections {
    margin-top: 16px;
  }
  main .collections ul {
    gap: 2rem !important;
  }
  main .products {
    padding: 25px 0;
  }
  main .form-section {
    padding: 25px 0;
  }
  main .form-section .container {
    flex-direction: column;
  }
  main .form-section input:not([type=checkbox]) {
    padding: 10px 10px 8px !important;
  }
  main .form-section .description-section .title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  main .services-us .container {
    flex-direction: column;
  }
  main .services-us .container .left-section {
    padding-top: 25px;
    width: 100%;
  }
  main .services-us .container .left-section a {
    width: 100%;
  }
  main .services-us .container .right-section {
    margin-top: 16px;
    width: 100%;
    padding-bottom: 45px;
  }
  main .services-us .container::after {
    font-size: 58px;
  }
  main .certificates {
    padding: 25px 0;
  }
  main .certificates .container {
    flex-direction: column;
  }
  main .certificates .container .left-section {
    width: 100%;
  }
  main .certificates .container .left-section img {
    width: 100%;
  }
  main .certificates .container .right-section {
    width: 100%;
  }
  main .certificates .container .right-section a {
    width: 100%;
  }
  main .processes {
    padding: 25px 0;
  }
  main .processes .processes-items {
    flex-direction: column;
  }
  main .processes .processes-items .process-item {
    padding: 25px !important;
    flex-shrink: 0;
  }
  main .gallery {
    padding: 25px 0;
  }
  main .gallery .section-title {
    font-size: 30px !important;
  }
  main .gallery .productGalery .image {
    width: 48%;
  }
  main .content.area {
    padding: 25px 0;
  }
  main .sell-your-diamond .title {
    font-size: 30px;
    line-height: 40px;
  }
  footer .top-footer-services .container {
    position: relative;
  }
  footer .top-footer-services .container .footer-services {
    position: initial;
  }
  footer .top-footer-services .container .footer-services .swiper-pagination {
    bottom: -30px;
  }
  footer .top-footer-services .container .footer-services .swiper-pagination-bullet {
    background-color: #ffac72;
  }
  footer .main-footer .container {
    flex-direction: column;
  }
  footer .main-footer .container .logo-column .certificates img {
    width: 160px;
  }
  footer .main-footer .container .logo-column .logo a {
    font-size: 25px;
  }
  footer .main-footer .container .columns {
    margin-top: 25px;
    gap: 30px;
  }
  footer .main-footer .container .firm-detail {
    margin-top: 12px;
  }
  .mobile-banner {
    display: block !important;
  }
  #sell-product {
    min-width: auto;
    background-image: none;
    padding: 25px !important;
  }
  #sell-product .form-area {
    padding: 0;
  }
  #sell-product .form-area .title {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  #sell-product .form-area .title br {
    display: none !important;
  }
  #sell-product .form-area .description {
    font-size: 14px !important;
  }
  #sell-product .form-area .form-section input:not([type=checkbox]) {
    padding: 10px;
    height: 40px;
  }
  #sell-product .form-area .form-section .full-w.multiple {
    gap: 0.75rem;
    margin-top: 12px;
  }
  .lity-wrap {
    padding: 1rem;
  }
  .comment-card {
    padding: 24px !important;
  }
  .homepage-section {
    scroll-margin-top: 7rem !important;
  }
}/*# sourceMappingURL=main.css.map */