/*-- Body Reset --*/

body {
  font-family: "Avenir-Book", sans-serif;
  color: #616971;
}

section {
  margin-bottom: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@font-face {
  font-family: "Avenir-Black";
  src: url(../fonts/avenir_ff/AvenirLTStd-Black.otf);
}

@font-face {
  font-family: "Avenir-Book";
  src: url(../fonts/avenir_ff/AvenirLTStd-Book.otf);
}

@font-face {
  font-family: "Avenir-Roman";
  src: url(../fonts/avenir_ff/AvenirLTStd-Roman.otf);
}

/*============= TOP BAR HEADER =============*/

/*============= NAVIGATION =============*/

.navbar {
  padding: 2rem;
  color: black;
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in;
}

.navbar-brand img {
  width: 15vw;
}

.navbar-nav .nav-item {
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: flex;
  justify-content: center;
  margin: auto;
}

.navbar-nav .nav-item .nav-link {
  color: #94a2b3;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #ed008c;
}

/*============= MAİN =============*/

.main {
  background-color: white;
}

.main .row {
  height: 100vh;
}

.main .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.main .main-imagebox {
  margin-top: 5rem;
  position: relative;
  z-index: 4;
}

.main-textbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  align-items: flex-end;
  align-content: flex-end;
}

.main-textbox h2 {
  color: #ed008c;
  font-size: 3rem;
}

.main-textbox h3 {
  font-size: 3rem;
  color: #2b3ba1;
  font-weight: 900;
  font-weight: bold;
  font-family: "Avenir-Black", sans-serif;
}

.main-textbox h4 {
  font-size: 2rem;
  color: #707070;
}

.main-textbox h5 {
  font-size: 1.5rem;
  color: #707070;
  width: 80%;
}

.main-textbox .storebox img {
  width: 150px;
  margin-top: 3rem;
}

.abs-img-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(50%);
  z-index: 5;
}

.abs-img-1 img {
  width: 250px;
}

.main-background {
  position: absolute;
  left: 0;
  bottom: 0;
}

.main-background img {
  width: 50vw;
}

/*---Content-1 --*/

.c1-firstrow {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  align-content: space-around;
  align-items: center;
}

.c1-firstrow .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.c1-firstrow .col h2 {
  padding: 1rem 0 1rem 0;
  font-weight: 900;
  font-family: "Avenir-Black", sans-serif;
  font-size: 1.25rem;
}

.c1-firstrow h4 {
  font-size: 1.3rem;
  font-family: "Avenir-Black", sans-serif;
  padding-top: 1rem;
  color: #94A2B3;
  justify-content: center;
}

.dotted-separator {
  margin-top: 5rem;
  margin-bottom: 5rem;
  background-image: url(../img/Group\ 78.png);
  height: 10vh;
}

.w-75 {
  width: 75%;
  margin: auto;
  display: flex;
}

.c1-textbox h4 {
  text-align: left;
  padding-top: 2rem;
}

.c1-textbox h5 {
  padding-top: 1rem;
  font-size: 1.24rem;
}

.c4-textbox h3 {
  position: absolute;
  font-size: 5rem;
  color: #fff;
  text-shadow: 3px -1px #ed008c;
  transform: translate(25%, -150%);
}

.c1-secondrow .div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pink-offer-button {
  margin: auto;
  margin-top: 5rem;
  font-size: 1.5rem;
}

.pink-offer-button button {
  background-color: #ed008c;
  border: none;
  width: 100%;
  height: 7vh;
  border-radius: 20px;
  color: white;
  font-weight: 900;
}

/*-- Content-1 --*/

/*-- Content-2 --*/

.content-2 {
  background: rgb(237, 0, 140);
  background: linear-gradient(180deg, rgba(237, 0, 140, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 1rem;
}

.textbox-col {
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  align-items: center;
  color: white;
}

.c2-textbox h2 {
  font-size: 3rem;
  font-weight: 900;
  padding-left: 1rem;
  padding-right: 1rem;
}

.c2-textbox h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  padding-right: 1rem;
  padding-left: 1rem;
}

.c2-textbox h4 {
  text-align: right;
  font-size: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.c2-textbox h4:last-child {
  text-align: right;
}

.c2-textbox .storebox {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.c2-textbox .storebox img {
  width: 150px;
}

.c2-textbox .storebox img:last-child {
  margin-left: 1rem;
}

/*-- Content-2--*/

/*-- Content-3--*/

.content-3-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
}

.content-3-header h2 {
  color: #ed008c;
  font-weight: 800;
  font-family: "Avenir-Black", sans-serif;
}

.content-3-header h5 {
  text-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
}

.content-3 h4 {
  color: #ed008c;
  font-weight: 600;
}

.content-3-2 h4 {
  color: #ed008c;
  font-weight: 600;
}

.content-3 p {
  padding-top: 1rem;
}

.c3-inline-img {
  width: 5vw;
  padding-right: 1rem;
}

.c3-textandimgbox {
  padding-top: 1rem;
}

.bi-background {
  left: 0;
  top: 0;
  transform: translate(25%, 0%);
  position: absolute;
  border-radius: 12px;
  width: 50px;
  height: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bi-background .bi-logo {
  width: 35px;
  height: 35px;
}

/*-- Content-3-*/

/*-- Content-4-*/

.list-box li {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-family: "Avenir-Book", sans-serif;
  align-items: center;
  justify-content: flex-start;
}

.content-4 {
  margin-bottom: 0;
}

.list-box .bi-list {
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  box-shadow: 2px 2px darkgrey;
  margin-right: 25px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.list-box .bi-list img {
  width: 30px;
  height: 30px;
}

.c4-titlebox {
  padding: 5rem 0 5rem 0;
  color: #94A2B3;
}

.c4-titlebox strong {
  font-family: "Avenir-Black", sans-serif;
}

.c4-textbox h2 {
  color: #ed008c;
}

/*-- Content-4-*/

.aphone {
  width: 100%;
  position: relative;
}

.circle {
  width: 75px;
  height: 75px;
  background-color: white;
  border-radius: 50%;
  border: 3px solid rgb(255, 210, 8);
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

.circle2 {
  width: 55px;
  height: 55px;
  background-color: white;
  border-radius: 50%;
  border: 3px solid rgb(255, 210, 8);
  position: absolute;
  bottom: 0;
  transform: translate(150%, 400%);
}

.pinkpath {
  position: relative;
  background: rgb(237, 0, 140);
  background: linear-gradient(180deg, rgba(237, 0, 140, 1) 0%, rgba(199, 0, 118, 1) 35%, rgba(197, 0, 117, 1) 69%, rgba(119, 0, 70, 1) 100%);
  width: 100%;
  height: auto;
}

.pinkpath2 {
  position: relative;
  background: rgb(212, 3, 126);
  background: linear-gradient(180deg, rgba(212, 3, 126, 1) 0%, rgba(255, 100, 191, 1) 74%);
  width: 100%;
  height: auto;
}

.pinkpath2 ul {
  padding: 30px;
  color: white;
}

.pinkpath2 h2 {
  font-size: 14px;
}

.pinkpath2 img {
  padding-right: 20px;
}

.iphonebottom {
  width: 120px;
  height: auto;
}

.androidbottom {
  width: 120px;
  height: auto;
}

.pink-text {
  font-size: 25px;
  width: 100%;
  color: white;
  text-align: right;
  padding: 1.25rem;
}

.footer li {
  font-size: 12px;
}

footer col {
  padding: 0 !important;
}

/*===== FIXED BACKGROUND IMG =====*/

.fixed-background {
  overflow: hidden;
  /*-- Correction for iOS --*/
}

.indirbirez img {
  padding: 1rem;
}

/*-- Emoji Navbar --*/

/*============= FOOTER =============*/

/*============= SOCKET =============*/

@media (min-width: 1200px) and (max-width:1600px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

.pinkphone {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
  z-index: -5;
}

/*============= MEDIA QUERIES =============*/
.bi-bilogo{
  position: absolute;
  right: 0;
  width: 30vw !important;
}

.aphoneback {
  width: 80vw;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  background-color: #f3f3f3;
}
.abs-row-footer{
  height: 35vh;
}
.abs-col-footer{
  position: absolute;
}
.c1-cols{
  padding: 3rem;
}
/* Devices under 1199px (xl) */

@media (max-width: 992.98px) {
  .main-left {
    display: none;
  }
  .c3-inline-img {
    width: 20vw;
    padding: 1rem;
  }
}

@media (max-width: 1200px) {
  
  .c2-textbox{
    color: #104a6d;
  }
  .c1-secondrow {
    justify-content: center;
  }
}

/* Devices under 768px (md) */

@media (max-width: 767.98px) {}

/* Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap */

@media only screen and (max-width: 576px) {
  .c1-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c1-cols img {
    width: 50%;
  }
  .c1-textbox {
    width: 100%;
  }
  .c2-textbox{
    color: #104a6d;
  }
  .c2-textbox .storebox {
    flex-direction: row;
  }
  .main-left {
    display: none;
  }
  .main-textbox h5 {
    width: 100%;
    font-size: 1rem !important;
  }
  .main-textbox h4 {
    width: 100%;
    font-size: 1.25rem !important;
  }
  .main-textbox .storebox {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .main-textbox .storebox img {
    margin-top: 1rem;
    padding: 1rem;
  }
  .main-background img {
    width: 60vw;
  }
  ul {
    padding: 0;
  }
  .indirbirez {
    display: none;
  }
  .navbar-brand img {
    width: 50vw;
    padding-left: 1rem;
  }
}

/*small (sm) devices
@media (min-width: 576px) { ... }*/

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .c1-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c1-cols img {
    width: 50%;
  }
  .navbar-brand img {
    width: 30vw;
    padding-left: 1rem;
  }
}

/*Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }*/

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-brand img {
    width: 20vw;
    padding-left: 1rem;
  }
}

/*Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
}

/*Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/

@media only screen and (min-width: 1200px) {
  
  .c2-textbox{
    color: #fff;
  }
}

/*============ BOOTSTRAP BREAK POINTS:



/*



/



=============*/

/*-- Bootstrap Mobile Gutter Fix --*/

.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/

.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000 !important;
}

.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}

.fixed {
  z-index: -999 !important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}