.contact-sec {
  padding: 80px 0px !important;
}

.cube {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 200px;
  background: rgba(255, 255, 255, .4);
  filter: blur(100px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.18s ease;
  will-change: transform;
  z-index: -1;
}

.email_link_con {
  color: #c5c5c5;
  transition: all 0.5s ease;
}

.email_link_con:hover {
  color: white;
  border-bottom: 1px solid white;
}

/* sorting container */
.grid-2 {
  width: 100%;
  padding: 100px 5%;
  height: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 25% 75%;
  position: relative;
  color: white;
  overflow: hidden;
}

.oil_con_title {
  color: white;
  font-size: 250%;
  margin-bottom: 30px;
}

.sorting-con {
  display: grid;
}

.category-filter {
  display: grid;
  grid-template-columns: 10% 90%;
  position: relative;
  /* border-bottom: 1px solid grey; */
  transition: all 0.5s ease;
  border: none !important;
}

.category-filter div {
  color: white;
  transition: all 0.7s ease;
  font-size: 17px;
  cursor: pointer;
  padding: 10px 0px;
}

.border_bottom {
  width: 0px;
  height: 1px !important;
  background-color: #ffd200;
  transition: all 1s ease;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px !important;
}

.category-filter:hover .border_bottom,
.category-filter.active .border_bottom {
  width: 100% !important;
}

.category-filter:hover div,
.category-filter:hover,
.category-filter.active div {
  color: #ffd200;
}

.category-filter input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 10px;
  height: 10px;
  border: 0px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  position: relative;
  margin: auto 5px;
  transition: all 0.7s ease;
}

.category-filter input[type="checkbox"]:checked,
.category-filter:hover input[type="checkbox"] {
  background-color: #ffd200;
  border-color: #ffd200;
  box-shadow: 0px 0px 5px #ffd200;
}

.background_gradient {
  width: 100%;
  /* height: 300vh; */
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  filter: blur(100px) brightness(60%);
}

/* container */
.inner-intro {
  background-image: url("https://www.ektam.com/images/kategoriler/1_8fae7.jpg");
  background-size: 100% 100% !important;
}

#con_oils {
  width: 90%;
  height: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.column-oil {
  padding: 20px 0px;
  box-shadow: 0 0 1px black;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.oil-info-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  position: relative;
  top: -20px;
}

.manufacturers-name,
.oils-type {
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 20px;
  padding: 5px 10px;
  color: white;
}
.manufacturers-name {
  border-bottom-right-radius: 10px;
}
.oils-type {
  border-bottom-left-radius: 10px;
}

.column-oil img {
  position: relative;
  width: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.oil-name {
  width: 80%;
  margin: 0px auto;
  margin-top: 30px;
  text-align: center;
  color: #e8e9e9;
  font-size: 20px;
}

.oil-category {
  width: 80%;
  margin: 0px auto;
  margin-top: 5px;
  text-align: center;
  color: #bebebe;
  font-size: 15px;
  line-height: normal;
}

.hidden-con {
  display: none !important;
}

#hide_full_info_con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  cursor: pointer;
}

.remove_button {
  width: 25px;
  height: fit-content;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.remove_button img {
  width: 100%;
}

#oils-info-con {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.823);
}

.oil-full-info {
  width: 70%;
  height: fit-content;
  border-radius: 20px;
  padding: 2% 1%;
  background-color: rgba(0, 29, 49, 0.9);
  display: grid;
  grid-template-columns: 40% 60%;
  z-index: 3;
  position: relative;
}

.full_info_img {
  width: 80%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.full-name {
  font-size: 25px;
  color: white;
}

/* carousel */
.carousel-indicators li {
  width: 8px;
  height: 8px;
  border: 0.5px solid white;
  box-shadow: 0 0 2px black;
  transition: all 0.5s;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #ffd200;
  border: 1px solid #ffd200;
  /* box-shadow: none; */
}

/* carousel end */
#container_of_links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.box_shadow {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-wrap: break-word;
  hyphens: auto;
}

.responsive {
  width: 100%;
  height: auto;
}

.formpage_forall {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f8f9f7;
  padding: 35px;
  margin-bottom: 80px;
  font-family: roboto, sans-serif;
}

.formpage_1iteminput {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
.formpage_1iteminput input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #d0d0d0;
  transition-duration: 0.3s;
}
.formpage_1iteminput input:focus {
  border-bottom-color: #2f3542;
}
.formpage_1iteminput input:focus::placeholder {
  color: #2f3542;
  font-size: 10px;
  transform: translate(0px, -15px);
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
}
.formpage_1iteminput input:focus:-ms-input-placeholder {
  color: #2f3542;
  font-size: 10px;
  transform: translate(0px, -15px);
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
}

.formpage_1iteminput input:focus::-ms-input-placeholder {
  color: #2f3542;
  font-size: 10px;
  transform: translate(0px, -15px);
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
}

.formpage_1iteminput input::placeholder {
  transition-duration: 0.3s;
}
.formpage_1iteminput input:-ms-input-placeholder {
  transition-duration: 0.3s;
}

.formpage_1iteminput input::-ms-input-placeholder {
  transition-duration: 0.3s;
}
.formpage_1itemselect {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
}
.formpage_1itemselect::before {
  position: absolute;
  content: "";
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formpage_1itemselect select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  transition-duration: 0.3s;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formpage_1itemtextarea {
  width: 100%;
  height: 150px;
}
.formpage_1itemtextarea textarea {
  resize: none;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 15px;
  transition-duration: 0.3s;
}
.formpage_1itemtextarea textarea:focus {
  border-bottom-color: #2f3542;
}
.formpage_1itemtextarea textarea:focus::placeholder {
  color: #2f3542;
  font-size: 10px;
  transform: translate(0px, -15px);
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
}
.formpage_1itemtextarea textarea:focus:-ms-input-placeholder {
  color: #2f3542;
  font-size: 10px;
  transform: translate(0px, -15px);
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
}

.formpage_1itemtextarea textarea:focus::-ms-input-placeholder {
  color: #2f3542;
  font-size: 10px;
  transform: translate(0px, -15px);
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
}

.formpage_1itemtextarea textarea::placeholder {
  transition-duration: 0.3s;
}
.formpage_1itemtextarea textarea:-ms-input-placeholder {
  transition-duration: 0.3s;
}

.formpage_1itemtextarea textarea::-ms-input-placeholder {
  transition-duration: 0.3s;
}
.forallbuttongf button {
  width: 180px;
  height: 55px;
  background-color: #ffcc33;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: none;
  outline: none;
  margin-bottom: 10px;
  transition-duration: 0.5s;
  margin-top: 30px;
  color: #fff;
}

.forallbuttongf button:hover {
  border-radius: 0;
  background-color: rgba(255, 204, 51, 0.53);
}
.formpage_1_h6 {
  font-size: 24px;
}
.forpagelabel_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 115px;
  height: 45px;
}
.forpagelabel_img img {
  max-width: 100%;
  max-height: 100%;
}
