/* ------------------------------------------------
  Project:   Winck - Bootstrap 5 Multipurpose Landing Page
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Button
  7. Title
  8. Transform Y
  9. Banner
  10. Demo
  11. Featured Box
  12. Scroll to Top


 
/* ------------------------
    General
------------------------*/
@font-face {
  font-family: "iransans";
  src: url("../fonts/IRANSansWeb_Light.woff2") format("woff2");
  src: url("../fonts/IRANSansWeb_Light.woff") format("woff");
}

body {
  font-family: "iransans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #535353;
  overflow-x: hidden;
  direction: rtl;
  text-align: right;
}

/* ------------------------
Transition
------------------------*/
a,
i,
.btn,
button,
img,
span,
.dropdown-item,
.btn:before,
.scroll-top a:before {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:focus {
  text-decoration: none !important;
}

a:focus,
a:hover {
  color: #01a479;
  text-decoration: none !important;
}

a,
button,
input {
  outline: medium none !important;
  color: #01a479;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  color: #2f2f41;
  font-weight: 700;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 3.5rem;
}

h2,
.h2 {
  font-size: 2.5rem;
}

h3,
.h3 {
  font-size: 1.875rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1.125rem;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 600;
}

ul {
  margin: 0px;
  padding: 0px;
}

u {
  text-decoration-style: wavy;
}

*::-moz-selection {
  background: #01a479;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #01a479;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #01a479;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
    Helper class
------------------------*/
.lead {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}

.pos-r {
  position: relative;
}

section {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 50px;
}

p {
  color: #8090b5;
  line-height: 1.7;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.text-dark {
  color: #2f2f41 !important;
}

.text-primary {
  color: #01a479 !important;
}

.text-muted {
  color: rgb(140, 152, 164) !important
}

/* ------------------------
    Bg color
------------------------*/
.bg-primary {
  background-color: #01a479 !important;
}

.bg-light {
  background-color: #fcfbf7 !important;
}

.bg-dark {
  background-color: #1e1d2d !important;
}

/* ------------------------
Button
------------------------*/
.btn {
  font-weight: 600;
  padding: 0.70rem 1.5rem;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
  z-index: 9
}

.btn-sm {
  padding: .35rem 1.0rem;
}

.btn-primary {
  color: #2f2f41;
  background-color: rgba(1, 164, 121, 0.1);
  border-color: #01a479;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #01a479;
  border-color: #01a479;
  box-shadow: none;
}

.btn-outline-primary {
  color: #01a479;
  border-color: #01a479;
}

.btn-outline-primary:hover {
  background-color: #01a479;
  border-color: #01a479;
}

.btn-dark {
  background-color: #1e1d2d;
  border-color: #1e1d2d;
}

.btn-dark:hover {
  background-color: #01a479;
  border-color: #01a479;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:hover {
  background-color: #01a479;
  border-color: #01a479;
  color: #ffffff
}

.btn.focus,
.btn:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

button:focus {
  outline: none;
}

.btn:before {
  content: "";
  background: #01a479;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  z-index: -1;
  border-radius: 50%
}

.btn:hover:before {
  border-radius: .5rem;
  transform: scale(100);
}

/* ------------------------
    Transform Y
------------------------*/
.transform-y,
.align-center {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
  min-height: 800px
}

.align-center {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
}

.banner-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.logo {
  font-size: 4rem;
  padding: 0;
  line-height: 4rem;
  margin-right: 0;
  color: #2f2f41;
}

.banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1
}

.banner-bg img {
  position: absolute;
}

.img-1 {
  left: 30px;
  top: 30px;
  width: 35%;
}

.img-2 {
  left: 30px;
  bottom: 70px;
  width: 20%;
}

.img-3 {
  right: 20%;
  bottom: 70px;
  width: 280px;
}

.img-4 {
  right: 45%;
  bottom: 30px;
  width: 400px;
}

/* ------------------------
    Demo
------------------------*/
.home-img {
  background: #ffffff;
  padding-top: 50px;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  -moz-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.home-demo .home-img {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}

.home-title {
  background: #ffffff;
  padding: 20px;
  width: 100%;
  text-align: center;
}

.home-title h5 {
  margin-bottom: 10px;
}

.home-title a {
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  background: rgba(1, 164, 121, 0.05);
  border-radius: .25rem
}

.home-title a:hover {
  background: #01a479;
  color: #ffffff
}

.home-img a img {
  box-shadow: 0 0.5rem 1rem rgba(1, 164, 121, .30) !important;
}

.box-loader {
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  right: 15px;
}

.box-loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #01a479;
  margin: 0 5px;
  opacity: 0;
}

.box-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

.box-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
  background: #f94f15;
}

.box-loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
  background: #060927;
}

.new-lable {
  position: absolute;
  top: 10px;
  right: 15px;
}

/* ------------------------
    Featured Box
------------------------*/
.featured-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  -moz-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.featured-item .f-icon-s {
  background: #d0faec;
  font-size: 3rem;
  line-height: 5rem;
  height: 5rem;
  width: 5rem;
  text-align: center;
}

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  position: fixed;
  top: 50%;
  left: -20px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.scroll-top a,
.scroll-top a:visited {
  font-size: 14px;
  font-weight: 600;
  color: #2f2f41;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

.scroll-top a:before {
  content: "\f10b";
  font-family: "Flaticon";
  position: absolute;
  top: 50%;
  font-size: 2rem;
  color: #01a479;
  transform: translateY(-50%) rotate(-90deg);
  left: -50px;
}

.scroll-top a:hover:before {
  left: -40px;
}

.scroll-top a:hover,
.scroll-top a:focus {
  color: #01a479;
}

.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
}

/* ------------------------
    Responsive
------------------------*/
@media (max-width:992px) {
  .banner-bg {
    display: none;
  }

  .fullscreen-banner {
    min-height: inherit;
    height: auto !important;
  }

}

@media (max-width:767px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .logo {
    font-size: 2rem;
    line-height: 2rem;
  }

}

/*--opacitychange--*/
@keyframes opacitychange {

  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

}

/*
  Flaticon icon font: Flaticon
  Creation date: 11/11/2020 11:36
  */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot@#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("assets/fonts/Flaticon.svg#Flaticon") format("svg");
  }

}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-5:before {
  content: "\f100";
}

.flaticon-sass:before {
  content: "\f101";
}

.flaticon-website:before {
  content: "\f102";
}

.flaticon-fast:before {
  content: "\f103";
}

.flaticon-monitor-screen:before {
  content: "\f104";
}

.flaticon-responsive:before {
  content: "\f105";
}

.flaticon-eye-scanner:before {
  content: "\f106";
}

.flaticon-maximize:before {
  content: "\f107";
}

.flaticon-ads:before {
  content: "\f108";
}

.flaticon-web-browser:before {
  content: "\f109";
}

.flaticon-document:before {
  content: "\f10a";
}

.flaticon-arrow-pointing-north:before {
  content: "\f10b";
}

.flaticon-customer-service:before {
  content: "\f10c";
}