@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;600&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body {
  padding-top: 0;
  font-family: "Inter", sans-serif;
  background-color: #EDF2F6;
}
.container {
  width: 85%;
  height: auto;
  margin: 0 auto;
}
:root {
  --black: #1b1c25;
  --white: #ebecf1;
  --black1: #FF1E00;
  --white1: #FF1E00;
  --lightgreen: #DC2F2F;
  --darkgreen: #6a2020;
  --darkgreen2: #59CE8F;
}

/*--nav--*/
nav {
  position: fixed;
  top: 0 ;
  left: 0;
  z-index: 1000;
  width:100%;
  height: auto;
  padding: 1rem;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 1rem;
  color: #fff;
  border-radius: 20px;
  transition: all 0.5s;
}
.navbar.active {
  transition: all 0.5s;
  background-color: var(--white);
  height: 9vh;
  opacity: 95%;
}
.navbar.active > * {
  scale: 0.8;
  transition: all 0.5s;
}
.navbar.active > .logo-div {
  scale: 0.7;
  transition: all 0.5s;
}
#nav.active {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.nav-btn {
  position: relative;
  left: 0;
  top: 0;
}
.top-nav-btn {
  /* padding: 1rem; */
  margin-top: 0.5rem;
  background-color: transparent;
  font-size: 1.1rem;
  color: #ffff;
  border: none;
  cursor: pointer;
}
.top-nav-btn:hover > * {
  width: 100%;
}
.nav--btn-span {
  height: 0.2rem;
  background-color: var(--white);
  transition: 0.5s;
}
.nav--btn-span1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.nav--btn-span2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55%;
}
.nav--btn-span3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 30%;
}
.nav--btn-span1.active {
  transform: rotate(45deg);
  top: 50%;
  height: 0.15rem;
}
.nav--btn-span2.active {
  width: 0;
  visibility: hidden;
}
.nav--btn-span3.active {
  transform: rotate(-45deg);
  top: 50%;
  height: 0.15rem;
  width: 100%;
}
.logo-div {
  width: 8rem;
}
.logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.auth {
  background-color: transparent;
  color: var(--white);
  opacity: .8;
  font-size: 1.5rem;
  padding: 0.5rem 1.2rem;
  align-items: center;
  transition: all 0.5s;
}
.auth:hover{
  backdrop-filter: brightness(120%);
  scale: 1.2;
}
.auth.register {
  background-color: transparent;
}
.auth > i {
  opacity: 1;
}
.auth:hover ,.auth:hover > i{
  opacity: 1;
}
.menu {
  width: 50%;
  height: 100%;
  margin: 0 auto;
  visibility: hidden;
  background-color: transparent;
  position: sticky;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-100%);
  z-index: -1;
  transition: all 0.3s;
}
.menu.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
}
.menu-links {
  padding: 0.2rem 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@keyframes slide-border {
  from {
    width: 0%;
    height: 1px;
  }
  to {
    width: 100%;
    height: 2px;
  }
}
.menu-border.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--white);
  animation: slide-border 1s forwards 1 ease;
}
.auth-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.menu-link {
  text-align: center;
  flex: 1;
  transition: all;
  display: inline-block;
  background-color: transparent;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  color: var(--white);
  font-weight: 600;
  font-size: 1.2rem;
  transition: 0.5s;
}
.menu-link:hover {
  background-color: var(--black);
  color: var(--white);
}
/*SLIDER - HEADER*/

.swiper {
  width: 100%;
  height: 55vh;
}
/* referans */
.swiper1 {
  width: 100%;
  height: 100%;
}
/*kampanya*/
#referans {
  width: 100%;
  height: auto;


}
.referans{
}
.tab_selector_div-1 {

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.selector_button-1 {
  margin-top: 5rem;
  flex: 1;
  background-color: transparent;
  padding: 1rem;
  text-align: left;
  cursor: pointer;
  font-size: 2vw;
  border: none;
  transition: all 0.4s;
}
.selector_button-1:hover {
  color: var(--lightgreen);
}
.selector_button-1.active {
  color: var(--white);
  opacity: 0.5;
  cursor: pointer;
}
.active-border-1 {
  width: 10%;
  height: 2px;
  background-color: var(--black1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.tab-items-1 {
  padding: 1rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow: hidden;
  justify-content: flex-start;
}
.single-tab-item-1 {
  position: relative;
}

.tab-item-image-1 {
  border-radius: 15px;
  opacity: 0.7;
  z-index: -1;
  transition: all 0.4s;
  width: 250px !important;
  height: 200px !important;
  
}
.tab-item-badge-1 img{
object-fit: hidden !important;
}
.single-tab-item-1:hover .tab-item-image-1 {
  opacity: 1;
}
.tab-item-info-1 {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 0.5rem;
  gap: 0.5rem;
}
.tab-item-name-1 {
  font-size: .9rem;
  color: var(--black1);
  font-weight: bold;
  opacity: .7;
  text-align: center;


 
}

/* referans */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-prev {
  color: var(--lightgreen) !important;
  opacity: 25%;
  transition: all .9s;
}
.swiper-button-prev:hover{
  opacity: 100%;
}
.swiper-button-next {
  color: var(--lightgreen) !important;
  opacity: 25%;
  transition: all .9s;
}
.swiper-button-next:hover{
  opacity: 100%;
}
.swiper-pagination-bullet{
  background-color: var(--lightgreen) !important;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: top;
}
.slider-1 {
  width: 100%;
  height: 50rem !important;
  position: absolute;
  top: -17rem;
  left: 0;
  z-index: -1;
  filter: brightness(60%);
}
.slider {
  width: 100%;
  height: 45rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider::before {
  background-color: transparent !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider-content {
  text-align: center;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  color: white;
  padding: 0 20%;
}
.slider-content h1 {
  font-family: "Anton", serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: rgba(192, 192, 192, 0.9);
}
.slider-content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Lato", serif;
  font-size: 1.2rem;
}
.slider-content a {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Courier New", Courier, monospace;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bolder;
  background: rgba(255, 255, 255, 0);
  border: 1px solid var(--lightgreen);
  color: rgba(255, 255, 255, 0.74);
  border-radius: 5px;
  transition: all 0.5s;
  padding: 10px;
  margin-top: 1rem;
}
.slider-content a:hover {
  color: var(--white);
  border: 1px solid var(--white);
  background: var(--darkgreen);
}


/*Caregories*/
#categories {
  display: grid;
  grid-template-areas:
    "image1 image1 image2 image3"
    "image1 image1 image4 image5";
  grid-gap: 2rem;
  height: 70vh;
  padding: 4rem;
  max-width: 100%;
  place-items: center;
}
#item-big {
  grid-area: image1;
}
#item2 {
  grid-area: image2;
}
#item3 {
  grid-area: image3;
}
#item4 {
  grid-area: image4;
}
#item5 {
  grid-area: image5;
}
.categories_single_item > img {
  /* object-fit: cover; */
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: 0.6s;
}
.categories_single_item > img:hover {
  transform: scale(1.2);
}
.categories_single_item {
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  transition: all 0.2s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(74, 74, 74, 0.3) 0px 30px 60px -30px,
    rgba(92, 92, 92, 0.35) 0px -2px 6px 0px inset;
  overflow: hidden;
}
.categories-content {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 3;
  transition: 0.5s;
  transform: translateY(-50%);
}
.categories-content > h4
,.categories-content > h5 {
  text-align: center;
  margin-top: 0.5rem;
  visibility: hidden;
  transition-delay: 0.3s;
  opacity: 0;
  transition: 0.3s;
}
.categories_single_item:hover {
  box-shadow: rgba(255, 0, 0, 0.25) 0px 50px 100px -20px,
    rgba(184, 125, 36, 0.3) 0px 30px 60px -30px,
    rgba(145, 194, 31, 0.35) 0px -2px 6px 0px inset;
  transform: scale(1.05);
}
.categories_single_item:hover .categories-content {
  position: absolute;
  left: 20%;
}
.categories_single_item:hover .categories-content h3 {
  color: var(--black1);
  opacity: 1;
}
.categories_single_item:hover .categories-content .erp {
  color: var(--black1);
  opacity: 1;
  text-align: center;
}
.categories_single_item:hover .categories-content h4 {
  background-color: rgba(83, 83, 83, 0.384);
  border-radius: 20px;
  visibility: visible;
  opacity: 1;
  color: #fff;
}

.categories_single_item:hover .categories-content h5 {
  background-color: rgba(83, 83, 83, 0.384);
  border-radius: 20px;
  visibility: visible;
  
  opacity: 1;
  color: #fff;
}
/* summary */
  
#summary {
  margin-top: 2rem;
  width: 100%;
  height: auto;
}
.sum{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.tab-left{
  width: 50%;
  margin-right: 3rem;
  display: inline-block;
  justify-content: left;
}
.orcl{
  margin-top: .5rem;

}
.alt_bor{
  width: 17%;
  height: 3px;
  background-color: var(--lightgreen);
  position: absolute;
  left: 0;
}
.yazı{
  display: flex;
  align-items: center;
  margin-top: 1rem;
  height: auto;

}
.bas2 big {
  color: #c40000;
}
.alt_bor-1{
  width: 100%;
  height: 3px;
  background-color: var(--lightgreen);
  position: absolute;
  right: 0;
}
.tab_right {
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  transition: all 0.2s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(74, 74, 74, 0.3) 0px 30px 60px -30px,
    rgba(92, 92, 92, 0.35) 0px -2px 6px 0px inset;
  overflow: hidden;
}
.z1 > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: 0.6s;
  opacity: 30%;

}
.z1 > img:hover {
  transform: scale(1.2);
  opacity: 100%;

}
.z2 {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 3;
  transition: 0.5s;
  transform: translateY(-50%);
}

.z2 > h2 ,
.z2 > h3{
  color: var(--white);
  text-align: center;
  margin-top: 0.5rem;
  visibility: hidden;
  transition-delay: 0.3s;
  opacity: 0;
  transition: 0.3s;
}
.z2 > h4 {
  text-align: center;
  margin-top: 0.8rem;
  visibility: hidden;
  transition-delay: 0.3s;
  opacity: 0;
  transition: 0.3s;
}
.z2 > h4:hover{
  transform: scale(1.2);
  background-color: #3333333d;
  border-radius: 20px;
} 
.z2 > .alt_bor-1 {
  text-align: center;
  margin-top: 0.5rem;
  visibility: hidden;
  transition-delay: 0.3s;
  opacity: 0;
  transition: 0.3s;
}

.z1:hover {
  box-shadow: rgba(255, 0, 0, 0.25) 0px 50px 100px -20px,
    rgba(184, 125, 36, 0.3) 0px 30px 60px -30px,
    rgba(145, 194, 31, 0.35) 0px -2px 6px 0px inset;
  transform: scale(1.05);
}
.z1:hover .z2 {
  position: absolute;
  left: 20%;
}
.z1:hover .z2 h2,
.z1:hover .z2 h3,
.z1:hover .z2 h4,
.z1:hover .alt_bor-1 {
  visibility: visible;
  opacity: 1;
}

/*kampanya*/
#kampanya {
    width: 100%;
    height: auto;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
  
  .section_title {
    font-size: 3rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .tab_selector_div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
  }
  .selector_button {
    flex: 1;
    background-color: transparent;
    padding: 1rem;
    text-align: left;
    cursor: pointer;
    font-size: 2vw;
    border: none;
    transition: all 0.4s;
  }
  .selector_button:hover {
    color: var(--lightgreen);
  }
  .selector_button.active {
    color: var(--lightgreen);
    cursor: pointer;
  }
  .active-border {
    width: 50%;
    height: 4px;
    background-color: var(--lightgreen);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .tab-items {
    padding: 2rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    overflow: hidden;
    justify-content: flex-start;
  }
  .single-tab-item {
    position: relative;
  }
  .tab-item-like {
    z-index: 1;
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #fff;
  }
  .tab-item-badge {
    position: absolute;
    left: 0;
    top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    z-index: 1;
  }
  .badge {
    padding: 0.5rem;
    color: #fff;
    font-size: 0.8rem;
  }
  .badge.dark {
    background-color: var(--darkgreen2);
  }
  .badge.light {
    background-color: var(--lightgreen);
  }
  .tab-item-image {
    border-radius: 15px;
    opacity: 0.7;
    z-index: -1;
    transition: all 0.4s;
  }
  .single-tab-item:hover .tab-item-image {
    opacity: 1;
  }
  .tab-item-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .tab-item-name {
    font-size: 1.2rem;
    color: var(--black);
    font-weight: bold;
  }
  .tab-item-price {
    color: var(--lightgreen);
    font-weight: bold;
    font-size: 1.5rem;
    background-color: transparent;
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    border-radius: 15px;
    transition: all 0.4s;
  }
  /*size-özel*/
.owl-nav{
    display: inline-flex;
    align-items: center;
    margin-top: 10px !important;
  }
  .owl-prev , 
  .owl-next{
    width: 2.5rem;
    height: 3rem;
    border-radius: 40px !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #c40000 !important;
    transition: all .5s;
  }
  
  .owl-prev:hover,.owl-next:hover{
    
    background-color: transparent !important ;
    scale: .9;
    box-shadow: 0 3px 13px 2px var(--lightgreen);
  }
  .owl-dots{
    display: none;
    margin-left: 85%;
    align-items: center;
  }
 .owl-dot > span{
    background-color: #c40000 !important;
    transition: all .5s;
  }
  .owl-dot > span:hover{
    background-color: #1b1c254f !important;
  }

  .tab-item-image{
    width: 262px;
    height: 208px;
  }

  /*blog*/
.news-img {
  width: 100%;
}
.blog {
  width: 100%;
  position: relative;
}
.blog .res{
  height: 100%;
  opacity: 20%;
  position: absolute;
}
#news {
  height: auto;
  display: flex;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1.5rem;
}
.news-post {
  margin: 2rem 3rem;
  width: 100%;
  max-width: 35rem;
  padding: 2rem;
  background-color: var(--white);
  box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  border-radius: 0.8rem;
}
.news-post__img {
  min-width: 16rem;
  max-width: 16rem;
  height: 12rem;
  transform: translate(-4rem);
  position: relative;
}
.news-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.8rem;
}
.news-post__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    109.6deg,
    rgba(219, 219, 219, 0.4) 11.2%,
    rgba(2, 6, 12, 0.4) 91.1%
  );
  box-shadow: 0.5rem 0.5rem 3rem 1px rgba(0, 0, 0, 0.05);
  border-radius: 0.8rem;
}
.news-post__date span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  margin: 0.2rem 0;
}
.news-post__title {
  font-size: 1.7rem;
  margin: 0.2rem 0.2rem;
  color: var(--black1);
}
.news-post__text {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}
.news-post__cta {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #fff;
  background-image: linear-gradient(
    109.6deg,
    rgba(61, 245, 167, 0.8) 11.2%,
    rgba(9, 111, 224, 0.8) 91.1%
  );
  border-radius: 0.8rem;
  transition: all 0.4s;
}
.news-post__cta:hover {
  background-image: linear-gradient(
    109.6deg,
    rgba(9, 111, 224, 0.8),
    rgba(61, 245, 167, 0.8)
  );
  color: #fff;
}
.news-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black1);
}
.news-header h3 {
  border-bottom: 1px solid var(--black1);
  padding: 0.5rem;
}

/* footer */

footer {
  margin-top: 0.5rem;
  background-color: #414141;
  color: #fff;
  padding: 5rem;
}
.footer-title {
  font-size: 1.5rem;
  padding: 0.5rem 0rem;
  width: 100%;
  margin-bottom: 0.8rem;
  display: inline-block;
  border-bottom: 4px solid var(--white);
}
.footer-items-wrapper {
  display: grid;
  grid-template-rows: 1fr ;
  grid-template-columns: repeat(3, 1fr);
}

.footer-list {
  width: 15rem;
}
.footer-list-item {
  padding: 0.3rem;
  margin-bottom: 0.2rem;
  border-radius: 10px;
  transition: all 0.2s;
}
.footer-list-item:hover {
  background-color: #6d6c6c59;
}
.footer-link {
  color: #fff;
  font-size: .8rem;
  padding: 0.2rem 0.5rem;
}
.footer-social-wrapper {
  padding: 1rem;
  margin-top: 2rem;
  background-color: #6d6c6c59;
  border-radius: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.footer-social {
  color: #fff;
  font-size: 2.5rem;
  transition: all 0.2s;
}
.footer-social:nth-child(1):hover {
   color:  #FF78C4;
   transition: all .5s;

}
.footer-social:nth-child(2):hover {
  color: #1877f2;
  transition: all .5s;
}
.footer-social:nth-child(3):hover {
  color:  rgb(29, 155, 240);
  transition: all .5s;
}
.footer-social:nth-child(4):hover {
  color: #fc0000;
  transition: all .5s;
}
.footer-social:nth-child(5):hover {
  color: #0a66c2;
  transition: all .5s;
}

.footer-rights {
  display: grid;
  background-color: var(--lightgreen);
  opacity: 0.8;
  padding: 1rem;
  font-size: 1rem;
  place-items: center;
  border-radius: 20px;
  margin-top: 1rem;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff2c0698;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  transition: all 0.4s;
  text-align: center;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
}

.back-to-top:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.back-to-top.active1 {
  visibility: visible;
  opacity: 1;
}
.main-wrapper {
  
  max-width: 1662px;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
  rgba(74, 74, 74, 0.3) 0px 30px 60px -30px,
  rgba(92, 92, 92, 0.35) 2px -5px 6px 0px inset;
}

/*-------------------------------------------------------
-------------------------------------------------------
-------------------------------------------------------*/
/* SLIDE LAYOUT
/*-------------------------------------------------------
-------------------------------------------------------
-------------------------------------------------------*/
.sl-wrapper {
  position: relative;
  object-fit: cover;
}
.sl-nav {
  position: relative;
  width: 100px;
  height: 60px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url();
}
.swiper-button-next,
.swiper-button-prev {
  width: 35px;
}

/*-------------------------------------------------------*/
/* Card Bkg Img
/*-------------------------------------------------------*/

.sl-bkg-img,
.sl-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.sl-bkg-img img{
  object-fit: cover;
}
/* .sl-img-1 {
  background-image: url("http://www.sahinyazilim.com.tr/dosyalar/image/Rpos/3.jpg");
}
.sl-img-2 {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/614007/Leia_Organa.png");
}
.sl-img-3 {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/614007/laraCroft.png");
} */
.sl-gradient {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/614007/gradient.png");
  z-index: 0;
}
/*-------------------------------------------------------*/
/* Card Content
/*-------------------------------------------------------*/

.sl--content-container {
  position: absolute;
  background-color: #ffffff;
}
.sl--content-container h2 {
  text-transform: uppercase;
}
.sl--sub-text {
  font-weight: 300;
}
.content-reveal-btn {
  background-color: #ff0303;
}
.sl--show-card-info,
.sl--close-card-info {
  fill: #ffffff;
}
.sl--show-card-info {
  transform: scale(0.6, 0.6);
  -webkit-transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sl--close-card-info {
  -ms-transform: rotate(45deg) scale(0.6, 0.6);
  -webkit-transform: rotate(45deg) scale(0.6, 0.6);
  transform: rotate(45deg) scale(0.6, 0.6);
  -webkit-transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*--------------------------

     Media Queries

--------------------------*/
/*    Mobile    */

@media only screen and (min-width: 320px) {
  /* 320px */

  /*-------------------------------------------------------*/
  /* SL Header: 320
	/*-------------------------------------------------------*/
  .sl-header-wrapper {
    padding: 0 18px;
  }
  .sl-header-wrapper h3 {
    color: #FF1E00;
    font-size: 50px;
    font-weight: 900;
    line-height: 65px;
    letter-spacing: -1.4px;
    margin: 10px 0;
    margin-top: 1rem;
  }
  .sl-header-wrapper h4 {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    line-height: 100%;
    letter-spacing: -1.4px;
    word-spacing: 2.4px;
  }
  .sl-header-wrapper p {
    margin-top: 1rem;
    line-height: 25px;
    font-weight: 300;
  }

  /*-------------------------------------------------------*/
  /* Prev/Next Slide Cover: 320
	/*-------------------------------------------------------*/
  .sl-nav {
    display: none;
  }
  .swiper-slide-prev .slide-cover,
  .swiper-slide-next .slide-cover,
  .slide-cover {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0.75;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    visibility: visible;
  }
  .swiper-slide-active .slide-cover {
    position: absolute;
    opacity: 0;
    -webkit-transition: visibility 0s 0.5s, opacity 300ms;
    transition: visibility 0s 0.5s, opacity 300ms;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
    visibility: hidden;
  }

  /*-------------------------------------------------------*/
  /* Swiper: 320
	/*-------------------------------------------------------*/

  .swiper-container {
    width: 95%;
    height: 100%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  /*-------------------------------------------------------*/
  /* Card: 320
	/*-------------------------------------------------------*/

  .sl-card-wrapper {
    position: relative;
    height: 550px;
    overflow: hidden;
  }
  /*-------------------------------------------------------*/
  /* Card Bkg Img: 320
	/*-------------------------------------------------------*/

  .sl-gradient {
    background-position: center 210px;
  }
  .sl-bkg-img {
    background-size: cover;
    background-position: center top;
  }
  /*-------------------------------------------------------*/
  /* Card Content: 320
	/*-------------------------------------------------------*/

  .sl--content-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transition: width 250ms, height 250ms;
    transition: width 250ms, height 250ms;
    overflow: hidden;
  }
  .sl--content-wrapper-inactive {
    width: 101%;
    height: 541px;
  }
  .sl--content-wrapper-active {
    width: 101%;
    height: 100%;
  }
  .sl--content-container {
    width: 100%;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    z-index: 1;
  }
  .sl--card-hide {
    transform: translate(0, 410px);
    -webkit-transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      width 250ms;
    transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      width 250ms;
    height: 568px;
  }
  .sl--card-reveal {
    transform: translate(0, 0);
    -webkit-transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      width 250ms;
    transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      width 250ms;
    height: 100%;
    width: 100%;
    overflow: auto;
    /* padding: 100px 0px; */
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .sl--content-container h2 {
    font-size: 30px;
    word-spacing: 2px;
    letter-spacing: -1.4px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sl--sub-text {
    margin-bottom: 0;
    -webkit-transition: margin 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: margin 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .sl--card-reveal .sl--sub-text {
    margin-top: 12%;
  }
  .sl--content-container .sl--card-content {
    font-weight: 300;
    margin-top: 15px;
    overflow-y: auto;
  }
  .sl--link {
    color: #04b7ac;
    margin-bottom: 15px;
  }
  .sl--card-nav-container {
    position: absolute;
    width: 100%;
    height: 70px;
    z-index: 1;
    bottom: 0;
    /*background-color: #ffffff;*/
    background-image: linear-gradient(0deg, #f5f5f5, hsla(37, 87%, 97%, 0));
  }
  .sl--content-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 37px;
    cursor: pointer;
    z-index: 1;
  }
  .content-hide-btn {
    transform: scale(0, 0);
  }

  /* header nav  */
  @media screen and (min-width : 320px){
    .auth-div {
      display: none;
    }
    .logo-div  {
      width: 6rem ;
    }
    .menu {
      display: block;
      margin: 0;
      width: 0;
      height: 1px;
    }
    .menu-links {
      display:block;
    }
    .menu-link {
      background-color: #00000041;  }
   
  .footer-social-wrapper{
    background: none;
  }
  .footer-items-wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
  .footer-rights {
    display: flex;
    font-size: .7rem;
  }
  .swiper-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .slider {
    width: 100%;
    height: 70%;
    object-fit: hidden;
  }
  .slider-content {
    text-align: center;
    position: relative;
    top: 80%;
    transform: translateY(-50%);
    color: white;
    padding: 0 20%;
  }

  #categories {
    display: grid;
    grid-template-areas:
      "image1"
      "image2"
      "image3"
      "image4"
      "image5"
      ;
    grid-gap: 2rem;
    height: auto;
    padding: .5rem;
    place-items: center;
  }
  .categories_single_item > img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    transition: 0.6s;
  }
  #summary {
    max-width: 100%;
  }
  .sum {
    display: inline-block;
  }
  .orcl{
    width: 100%;
    height: auto;
    object-fit: hidden
    ;
  }
  .tab-left{
    width: 100%;
  }
  .tab_right{
    width: 100%;
    height: auto;
    margin-top: 1rem;
    display: inline-block;
  }
  .selector_button {
    font-size: 2rem;
  }
  .active-border ,
  .active-border-1
  {
    width: 100%;
    height: 4px;
    background-color: var(--lightgreen);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .back-to-top {
    right: 2rem;
  }

  /* referans */

/* .slider-content {
  margin-top: 10rem;
} */
  .slider-1 {
    height: 100vh;
}
  .referans{
    margin-top: 7rem !important;
}
.selector_button-1{
  font-size: 6vw;
}
.tab-item-image-1{
  width: 100% !important;
}
.iframe {
  margin-top: 1rem;
  margin: auto;
  width: 250px !important;
  height: 250px;
}
/* iletişim */
.container1 {
  width: 100% !important;
  
}
.iframe {
  margin: 1rem auto !important;
  width: 95% !important;
}
.contact-area {
display: block !important;
}
.cont-left {
padding: 0 !important;
top: 0 !important;
left: 0 !important;
}
.cont-bottom{
width: 20rem !important;
}
.cont-top{
display: inline-block !important;
padding: 0 !important;
margin-top: 1.5rem;
}
.cont-right {
width: 100% !important;
}

  }
  @media screen and (min-width : 375px){
    .auth-div {
      display: none;
    }
    .logo-div {
      width: 7rem;
    }
    .menu {
      display: block;
      margin: 0;
      width: 0;
      height: 1px;
    }
    .menu-links {
      display:block;
    }
 
    .navbar{
      width: 100%;
    }
    .menu-link {
      background-color: #00000041;  }
   
  .footer-social-wrapper{
    background: none;
  }
  .footer-items-wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
  .footer-rights {
    display: flex;
    font-size: .7rem;
  }
  .swiper-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .slider {
    width: 100%;
    height: 70%;
    object-fit: hidden;
  }
  .slider-content {
    text-align: center;
    position: relative;
    top: 80%;
    transform: translateY(-50%);
    color: white;
    padding: 0 20%;
  }
  
  #categories {
    display: grid;
    grid-template-areas:
      "image1"
      "image2"
      "image3"
      "image4"
      "image5"
      ;
    grid-gap: 2rem;
    height: auto;
    padding: .5rem;
    place-items: center;
  }
  .categories_single_item > img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    transition: 0.6s;
  }
  #summary {
    max-width: 100%;
  }
  .sum {
    display: inline-block;
  }
  .orcl{
    width: 100%;
    height: auto;
    object-fit: hidden
    ;
  }
  .tab-left{
    width: 100%;
  }
  .tab_right{
    width: 100%;
    height: auto;
    display: inline-block;
  } 
  .selector_button {
    font-size: 2rem;
  }
  .active-border ,
  .active-border-1
  {
    width: 100%;
    height: 4px;
    background-color: var(--lightgreen);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .back-to-top {
    right: 2rem;
  }
    /* referans */
  
  /* .slider-content {
  margin-top: 10rem;
  } */
  .slider-1 {
  height: 100vh;
  }
  .referans{
  margin-top: 7rem;
  }
  .selector_button-1{
  font-size: 6vw;
  }
  .tab-item-image-1{
  width: 100% !important;
  }
  .iframe {
  margin-top: 1rem;
  margin: auto;
  width: 250px !important;
  height: 250px;
  }
  /* iletişim */
  .container1 {
  width: 100% !important;
  
  }
  .iframe {
    margin: 1rem auto !important;
    width: 95% !important;
  }
  .contact-area {
  display: block !important;
  }
  .cont-left {
  padding: 0 !important;
  top: 0 !important;
  left: 0 !important;
  }
  .cont-bottom{
  width: 20rem !important;
  }
  .cont-top{
  display: inline-block !important;
  padding: 0 !important;
  margin-top: 1.5rem;
  }
  .cont-right {
  width: 100% !important;
  }
  }
  @media screen and (min-width : 768px){
    .auth-div {
      display: none;
    }
    .logo-div {
      width: 7rem;
    }
    .menu {
      display: block;
      margin: 0;
      width: 0;
      height: 1px;
    }
    .menu-links {
      display:block;
    }
    .navbar{
      width: 100%;
    }
    .menu-link {
      background-color: #00000041;  }
   
  .footer-social-wrapper{
    background: none;
  }
  .footer-items-wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
  .footer-rights {
    display: flex;
    font-size: .7rem;
  }
  .swiper-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .slider {
    width: 100%;
    height: 70%;
    object-fit: hidden;
  }
  .slider-content {
    text-align: center;
    position: relative;
    top: 80%;
    transform: translateY(-50%);
    color: white;
    padding: 0 20%;
  }
  
  #categories {
    display: grid;
    grid-template-areas:
      "image1"
      "image2"
      "image3"
      "image4"
      "image5"
      ;
    grid-gap: 2rem;
    height: auto;
    padding: .5rem;
    place-items: center;
  }
  .categories_single_item > img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    transition: 0.6s;
  }
  #summary {
    max-width: 100%;
  }
  .sum {
    display: inline-block;
  }
  .orcl{
    width: 100%;
    height: auto;
    object-fit: hidden
    ;
  }
  .tab-left{
    width: 100%;
  }
  .tab_right{
    width: 100%;
    height: auto;
    display: inline-block;
  } 
  .selector_button {
    font-size: 2rem;
  }
  .active-border ,
  .active-border-1
  {
    width: 100%;
    height: 4px;
    background-color: var(--lightgreen);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .back-to-top {
    right: 2rem;
  }
    /* referans */
  
  /* .slider-content {
  margin-top: 10rem;
  } */
  .slider-1 {
  height: 100vh;
  }
  .referans{
  margin-top: 7rem;
  }
  .selector_button-1{
  font-size: 2vw;
  }
  .tab-item-image-1{
  width: 100% !important;
  }
  .iframe {
  margin-top: 1rem;
  margin: auto;
  width: 250px !important;
  height: 250px;
  }
  /* iletişim */
  .container1 {
  width: 100% !important;
  
  }
  .iframe {
    margin: 1rem auto !important;
    width: 95% !important;
  }
  .contact-area {
  display: block !important;
  }
  .cont-left {
  padding: 0 !important;
  top: 0 !important;
  left: 0 !important;
  }
  .cont-bottom{
  width: 20rem !important;
  }
  .cont-top{
  display: inline-block !important;
  padding: 0 !important;
  margin-top: 1.5rem;
  }
  .cont-right {
  width: 100% !important;
  }
  }
  @media screen and (min-width : 1024px){

    .auth-div {
      display: block;
    }
    .logo-div {
      width: 7rem;
    }
    .menu {
      display: flex !important;
      margin: 0;
      width: 0;
      height: 1px;
    }
    .menu-links {
      display:block;
    }
    .navbar{
      width: 100%;
    }
    .menu-link {
      background-color: #00000041;  }
   
  .footer-social-wrapper{
    background: none;
  }
  .footer-items-wrapper {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
  .footer-rights {
    display: flex;
    justify-content: center;
    font-size: .7rem;
  }
  .swiper-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .slider {
    width: 100%;
    height: 70%;
    object-fit: hidden;
  }
  .slider-content {
    text-align: center;
    position: relative;
    top: 80%;
    transform: translateY(-50%);
    color: white;
    padding: 0 20%;
  }
  
  #categories {
    display: grid;
    grid-template-areas:
    "image1  image2 image3"
    "image1 image1 image4 image5";
    max-width: 100%;
    grid-gap: 2rem;
    padding: 4rem;
    place-items: center;
  }
  .categories_single_item > img {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    transition: 0.6s;
  }
  #summary {
    max-width: 100%;
  }
  .sum {
    display: inline-block;
  }
  .orcl{
    width: 100%;
    height: auto;
    object-fit: hidden
    ;
  }
  .tab-left{
    width: 100%;
  }
  .tab_right{
    width: 100%;
    height: auto;
    display: inline-block;
  } 
  .selector_button {
    font-size: 2rem;
  }
  .active-border ,
  .active-border-1
  {
    width: 100%;
    height: 4px;
    background-color: var(--lightgreen);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .back-to-top {
    right: 2rem;
  }


    /* iletişim */
    .container1 {
      max-width: 100% !important;
    }
   .iframe {
    margin: 1rem auto !important;
    width: 95% !important;
   }
   .contact-area {
    display: flex !important;
   }
   .cont-left {
    padding: 0 !important;
    top: 0 !important;
    left: 0 !important;
   }
   .cont-bottom{
    width: 70% !important;
    padding-top: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
   .cont-top{
    display: inline-block !important;
    padding: 0 !important;
   }
   .cont-right {
    width: 40% !important;
   }
  } 
  @media screen and (min-width : 1280px) {
    #categories {
      display: grid;
      grid-template-areas:
        "image1 image1 image2 image3"
        "image1 image1 image4 image5";
      grid-gap: 2rem;
      height: 70vh;
      padding: 4rem;
      max-width: 100%;
      place-items: center;
    }
    
    .logo-div {
      width: 7rem;
    }
    .categories_single_item > img {
      /* object-fit: cover; */
      width: 100%;
      height: 100%;
      border-radius: 20px;
      transition: 0.6s;
    }
    #summary {
      margin-top: 2rem;
      width: 100%;
      height: auto;
    }
    .sum{
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      width: 100%;
    }
  /*--nav--*/

    /* referans */

/* .slider-content {
  margin-top: 10rem;
} */
.slider-1 {
  height: 100vh;
}
.selector_button-1{
margin-top: 5rem;
font-size: 2vw;
}
.tab-item-image-1{
width: 100% !important;
}
  .menu {
  width: 50%;
  height: 100%;
  margin: 0 auto;
  visibility: hidden;
  background-color: transparent;
  position: sticky;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-100%);
  z-index: -1;
  transition: all 0.3s;
  }
  .menu.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
  }
  .menu-links {
  padding: 0.2rem 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  }
  .iframe {
    margin: 1rem auto !important;
    width: 95% !important;
   }
   .cont-bottom{
    width: 40% !important;
    padding-top: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  }
  @media screen and (min-width : 1440px) {
    #categories {
      display: grid;
      grid-template-areas:
        "image1 image1 image2 image3"
        "image1 image1 image4 image5";
      grid-gap: 2rem;
      height: 70vh;
      padding: 4rem;
      max-width: 100%;
      place-items: center;
    }
    
    .logo-div {
      width: 7rem;
    }
    .categories_single_item > img {
      /* object-fit: cover; */
      width: 100%;
      height: 100%;
      border-radius: 20px;
      transition: 0.6s;
    }
    #summary {
      margin-top: 2rem;
      width: 100%;
      height: auto;
    }
    .sum{
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      width: 100%;
    }
  /*--nav--*/

    /* referans */

/* .slider-content {
  margin-top: 10rem;
} */
.slider-1 {
  height: 100vh;
}
.selector_button-1{
margin-top: 5rem;
font-size: 2vw;
}
.tab-item-image-1{
width: 100% !important;
}
  .menu {
  width: 50%;
  height: 100%;
  margin: 0 auto;
  visibility: hidden;
  background-color: transparent;
  position: sticky;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-100%);
  z-index: -1;
  transition: all 0.3s;
  }
  .menu.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
  }
  .menu-links {
  padding: 0.2rem 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  }
  .iframe {
    margin: 1rem auto !important;
    width: 95% !important;
   }
   .cont-bottom{
    width: 40% !important;
    padding-top: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  }
 
  
@media only screen and (min-width: 375px) {
  /* 375 */
  /*-------------------------------------------------------*/
  /* Card Bkg Img: 375
	/*-------------------------------------------------------*/

  .sl-gradient {
    background-position: center 300px;
  }

  /*-------------------------------------------------------*/
  /* Card Content: 375
	/*-------------------------------------------------------*/

  .sl-card-wrapper,
  .sl--content-wrapper-inactive {
    height: 600px;
  }
  .sl--content-wrapper-inactive {
    width: 91%;
  }
  .sl--content-container {
    height: 372px;
  }
  .sl--card-reveal {
    height: 100%;
    width: 100%;
  }
  .sl--card-hide {
    transform: translate(0, 465px);
    height: 667px;
  }
}
@media only screen and (min-width: 414px) {
  /* 414 */
  /*-------------------------------------------------------*/
  /* SL Header: 414
	/*-------------------------------------------------------*/
  .sl-header-wrapper h3 {
    font-size: 55px;
  }

  /*-------------------------------------------------------*/
  /* Card Content: 414
	/*-------------------------------------------------------*/
  .sl-card-wrapper,
  .sl--content-wrapper-inactive {
    height: 650px;
  }
  .sl--card-hide {
    height: 740px;
    transform: translate(0, 495px);
  }
}
/*Tablet*/

@media only screen and (min-width: 768px) {
  /* 768 */
  /*-------------------------------------------------------*/
  /* SL Main Container: 768
	/*-------------------------------------------------------*/
  .sl-main-container {
    width: 768px;
    margin: 0 auto;
  }

  /*-------------------------------------------------------*/
  /* SL Header: 768
	/*-------------------------------------------------------*/
  .sl-header-wrapper {
    padding: 0 5%;
  }
  .sl-header-wrapper h3 {
    width: 300px;
    font-size: 65px;
  }
  .sl-header-wrapper p {
    width: 505px;
  }

  /*-------------------------------------------------------*/
  /* Swiper: 768
	/*-------------------------------------------------------*/
  .swiper-container {
    width: 690px;
  }

  /*-------------------------------------------------------*/
  /* Card Content: 768
	/*-------------------------------------------------------*/
  .sl-card-wrapper {
    width: 325px;
    height: 540px;
  }
  .sl--content-wrapper-inactive {
    width: 290px;
    height: 100%;
  }
  .sl--content-wrapper-active {
    width: 101%;
  }
  .sl--card-hide {
    transform: translate(0, 375px);
  }
  .sl-gradient {
    background-position: center 185px;
  }
}
/*    Desktop    */

@media only screen and (min-width: 1024px) {
  /* 1024 */
  /*-------------------------------------------------------*/
  /* Main Wrapper: 1024
	/*-------------------------------------------------------*/

  /*-------------------------------------------------------*/
  /* SL Main Container: 1024
	/*-------------------------------------------------------*/
  .sl-main-container {
    width: 1024px;
  }

  /*-------------------------------------------------------*/
  /* SL Header: 1024
	/*-------------------------------------------------------*/
  .sl-header-wrapper {
    padding: 50px 2% 0 5%;
    width: 500px;
    display: inline-block;
    float: left;
  }
  .sl-header-wrapper p {
    width: 100%;
  }

  /*-------------------------------------------------------*/
  /* Swiper: 1024
	/*-------------------------------------------------------*/
  .sl-wrapper {
    height: 540px;
    width: 522px;
    display: inline-block;
  }

  .swiper-container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 505px;
    height: 540px;
  }
  /* .swiper-button-next,
  .swiper-button-prev {
    display: block;
  } */


  .sl-nav {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .sl-main-container {
    width: 1440px;
  }
  .sl-wrapper,
  .swiper-container {
    width: 920px;
  }
}
/*media query*/
@media screen and (max-width: 1440px) {
  #news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    margin: 0.5rem;
    padding: 1rem;
  }
  .news-post {
    margin-top: 1rem;
    padding: 1rem;
  }
}
/* news */
@media screen and (max-width: 1024px) {
  #news {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    align-items: center;
    margin: 0.5rem;
    padding: 1rem;
  }
  .news-post {
    padding: 1rem;
    flex-direction: column;
    margin: 3rem;
  }
  .news-post__img {
    min-width: 100%;
    max-width: 100%;
    transform: translate(0, -4rem);
  }
}}

/* nav header*/





#contact{
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 100%;
  width: 100%;
  background-color: var(--white);
  overflow: hidden;
  font-family: 'Ubuntu', sans-serif;
  
}
.container1{
  width: 80%;
  margin: 0 auto;
}
.title{
  font-size: 4rem;
  text-align: center;
  margin-bottom: 3rem;
}
.contact-area{
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-left{

  width: 40%;
  padding: 3rem;
}
.cont-top{
  padding-bottom: 2rem;
  border-bottom: 1px solid #ff0000;
}
.cont-element{
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.cont-element i{
  color: #ff0000;
  padding: 0.7rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 0, 0, 0.493);
  font-size: 1.5rem;
  margin-right: 1rem;
  transition: all 0.4s ease;
}
.cont-element:hover i{
  background-color: var(--black1);
  color: var(--white);
}
.cont-element a{
  color: var(--black);
  text-decoration: none;
}
.cont-bottom{
  padding-top: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cont-bottom a{
  color: #ffffff;
  background-color: #807f7f71;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 50%;
}
.cont-bottom a:nth-child(1):hover{
  color: #1877f2;
  background-color: #ffffff;
  transition: all .5s;
  scale: 1.2;
}
.cont-bottom a:nth-child(2):hover{
  color:  rgb(29, 155, 240);
  background-color: #ffffff;
  transition: all .5s;
  scale: 1.2;

}
.cont-bottom a:nth-child(3):hover{
  color: #FF78C4;
  background-color: #ffffff;
  transition: all .5s;
  scale: 1.2;

}
.cont-bottom a:nth-child(4):hover{
  color: #0a66c2;
  background-color: #ffffff;
  transition: all .5s;
  scale: 1.2;

}


.cont-right{
  width: 60%;
  padding: 3rem;
}
.cont-right form{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont-right > form input, textarea, button{
  width: 100%;
  margin: 1rem 0;
  background-color: transparent;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  outline: none;
  border: 1px solid rgba(255, 0, 0, 0.301);
  border-radius: 20px;
  color: #4e4e4e; 
  transition: all 0.4s ease;
}
.cont-right form button{
  background-image: linear-gradient(to right,rgb(255, 0, 0), 
  white);
  color: #000000;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: none;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s;
}
.cont-right form button:hover{
  background-image: linear-gradient(to right, white, rgb(255, 0, 0));
  transition: all 1s;
}
.cont-right form input:hover, textarea:hover{
  color: #011627;
  background-color: #ffffff;
}
.cont-right form input:focus, textarea:focus{
  color: #011627;
  background-color: #ffffff;
}


.iframe {
  display: block;
  justify-content: center;
  align-items: center;
  margin:  auto  ;
  margin-top: 1rem;
  width: 1000px;
  height: 350px;
}