:root {
  --main-color:#074173;
  --primary:#f0fff7;
  --black:#141414;
  --white:#fff;
  --bg:#f2f2f2;
  --light-black:#666;
  --green:#1A5D1A;
  --orange:#FFAF45;
  --red:#E72929;
  --greenlight :#75A47F;
  --yellow :#FFF455;
}

@font-face {
  font-family: iraniansans;
  src: url(./font/Iranian\ Sans.ttf);
}

* {
  font-family: iraniansans;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: .2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: var(--white);
}

html::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

section {
  padding: 3rem 9%;
}

section{
  padding: 3rem 9%;
}

.heading {
  text-align: center;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 4rem;
  margin-top: 2rem;
  font-size: 4rem;
}

.btn{
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  border-radius: .5rem;
  cursor: pointer;
  font-size: 1.7rem;
  color: var(--white);
  border: .1rem solid var(--green);
  background-color: rgba(0, 128, 0, 0.553);
}

.btn:hover {
  color: var(--white);
  background-color: var(--green);
  border: .1rem solid var(--green);
}

.btn-header {
  font-size: 1.7rem;
  background-color: var(--main-color);
  padding: 5px 20px;
  font-size: 16px;
}

.logo {
  width: 100px;
  height: auto;
}

.logo:hover {
  width: 110px;
  height: auto;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 9%;
  background: var(--primary);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
}

.header .logo {
  font-size: 2.2rem;
  font-weight: bolder;
  color: var(--main-color);
}

.header .navbar a {
  font-size: 1.7rem;
  margin-left: 2rem;
  color: var(--primary);
  padding-bottom: 5px;
}

.header .navbar a:hover {
  color: var(--primary);
  border-bottom: solid 2px rgb(43, 43, 194);
}

#menu {
  font-size: 2.5rem;
  cursor: pointer;
  color: var(--main-color);
  display: none;
}

.home {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(./img/matrixcodeblue.gif) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home .content {
  max-width: 60rem;
  text-align: center;
}

.home .content h3 {
  font-size: 5rem;
  text-transform: uppercase;
  color: var(--yellow);
  padding-bottom: 3.5rem;
}

.about .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.about .row .content {
  flex: 1 1 40rem;
}

.about .row .content h3 {
  font-size: 3.5rem;
  color: var(--black);
  text-decoration: uppercase;
}

.about .row .content p {
  font-size: 1.6rem;
  color: var(--light-black);
  padding: 2rem 0;
  line-height: 2;
}

.about .row .image {
  flex: 1 1 40rem;
}

.about .row .image img {
  width: 100%;
}

.services {
  background: var(--bg);
}

.services .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(30rem,1fr));
  gap: 2rem;
  margin-top: 8rem;
}

.services .box-container .box {
  text-align: center;
  padding: 3rem;
  background: var(--white);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin-bottom: 8rem;
}

.services .box-container .box:hover,
.services .box-container .box:hover .icon {
  background: var(--primary);
}

.services .box-container .box .icon {
  width: 13rem;
  height: 13rem;
  line-height: 13rem;
  background: var(--white);
  border-radius: 50%;
  margin: -11rem auto 2rem;
  border: 1.8rem solid var(--bg);
}

.services .box-container .box .icon img {
  width: 5rem;
  margin-top: 2rem;
}

.services .box-container .box .content h3 {
  font-size: 2rem;
  padding: 1rem 0;
  color: var(--main-color);
}

.services .box-container .box .content .line {
  background: var(--main-color);
  width: 30%;
  height: .4rem;
  margin: 2rem auto;
  border-radius: 5rem;
}

.services .box-container .box .content p {
  font-size: 1.4rem;
  color: var(--black);
  line-height: 2;
}

.services .box-container .box .content ul {
  margin: 2rem;
  list-style: none;
}

.services .box-container .box .content ul li {
  padding: .5rem;
  font-size: 1.4rem;
  color: var(--black);
}
.boxbox {
  width: 0%;
  text-align: right;
  padding: 20px;
  margin: 10px auto;
}
.sli {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  line-height: 20px;
}



.services .box-container .box .content ul li i {
  font-size: 1.4rem;
  columns: var(--white);
  padding: .5rem;
  margin-right: 1rem;
  background: var(--main-color);
  border-radius: 50%;
}

.plan .controls {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(25rem,1fr));
  gap: 1.5rem;
  list-style: none;
  margin-bottom: 40px;
}

.plan .controls .buttons {
  cursor: pointer;
  padding: 3rem 2rem;
  background: var(--white);
  margin-bottom: 3rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
  text-align: left;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5px auto;
  width: 200px;
  box-shadow: 0px 0px 10px #074173;
  transition: 0.5s;
}

.plan .controls .buttons:hover {
  background-color: #07417345;
}

.plan .controls .buttons img {
  height: 6rem;
}

.plan .controls .buttons h3 {
  font-size: 1.7rem;
  padding-top: 1rem;
  color: var(--light-black);
}

.plan .controls .buttons.active {
  background: var(--primary);
}

.plan .image-container {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(30rem,1fr));
  gap: 1.5rem;
}

.plan .image-container .box {
  background: var(--white);
  border-radius: 1rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.plan .image-container .box:hover .image img {
  transform: scale(1.1);
}

.plan .image-container .box .image {
  height: 25rem;
  overflow: hidden;
  width: 100%;
}

.plan .image-container .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan .image-container .box .content {
  padding: 2rem;
}

.plan .image-container .box .content .link {
  font-size: 2rem;
  color: var(--main-color);
}

.plan .image-container .box .content p {
  line-height: 2;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: var(--light-black);
}

.plan .image-container .box .content .icon {
  display: flex;
  padding-top: 1rem;
  align-items: center;
  justify-content: space-between;
}

.plan .image-container .box .content .icon a {
  font-size: 1.4rem;
  color: var(--light-black);
}

.plan .image-container .box .content .icon a:hover {
  color: var(--main-color);
}

.plan .image-container .box .content .icon a i {
  padding-right: .5rem;
  color: var(--main-color);
}

.pricing {
  background: var(--bg);
  padding-bottom: 8rem;
}

.pricing .box-container{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6rem;
}

.pricing .box-container .box {
  width: 30rem;
  height: 52rem;
  border-radius: 1rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: var(--white);
}

.pricing .box-container .active {
  background: var(--primary);
  transform: scale(1.1);
}

.pricing .box-container .title {
  margin: 3rem 0;
  font-size: 2.2rem;
  color: var(--black);
  text-transform: uppercase;
}

.pricing .box-container .box .price {
  color: var(--main-color);
  margin-bottom: 5rem;
}

.pricing .box-container .box .price .currency {
  font-size: 4rem;
  line-height: 3.5rem;
  font-weight: 300;
}

.pricing .box-container .box .price .amount {
  font-size: 5.8rem;
  line-height: 4.5rem;
  font-weight: 700;
}

.pricing .box-container .box .price .duration {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .2rem;
}

.pricing .box-container .box ul {
  margin: 0 auto 2.5rem;
}

.pricing .box-container .box ul li {
  text-align: center;
  font-size: 1,6rem;
  padding-left: 3rem;
  margin: 1rem auto;
  color: var(--light-black);
}

.pricing .box-container .box ul li i {
  color: var(--main-color);
  padding: 0 1rem;
}

.pricing .box-container .box p {
  font-size: 1.4rem;
  color: var(--light-black);
  margin: 2rem auto;
  text-align: center;
  padding-left: 3.8rem;
}

.reviews .slide {
  padding: 2rem;
  font-size: 1.5rem;
  font-style: italic;
  background: var(--primary);
  border-radius: .5rem;
  color: var(--black);
  line-height: 2;
  position: relative;
  z-index: 0;
  margin-bottom: 3rem;
}

.reviews .slide p::before {
  content: "";
  position: absolute;
  bottom: -1.5rem; left: .7rem;
  width: 3rem;
  height: 3rem;
  background: var(--primary);
  transform: rotate(45deg);
}

.reviews .slide .user {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.reviews .slide .user img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}

.reviews .slide .user h3 {
  font-size: 2rem;
  color: var(--black);
}

.reviews .slide .user span {
  color: var(--main-color);
  font-size: 1.5rem;
}

.associate .slide {
  padding: 2rem;
  font-size: 1.5rem;
  font-style: italic;
  background: var(--primary);
  border-radius: .5rem;
  color: var(--black);
  line-height: 2;
  position: relative;
  z-index: 0;
  margin-bottom: 3rem;
}

.associate .slide p::before {
  content: "";
  position: absolute;
  bottom: -1.5rem; left: .7rem;
  width: 3rem;
  height: 3rem;
  background: var(--primary);
  transform: rotate(45deg);
}

.associate .slide .user {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
}

.associate .slide .user img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}

.associate .slide .user h3 {
  font-size: 2rem;
  color: var(--black);
}

.associate .slide .user span {
  color: var(--main-color);
  font-size: 1.5rem;
}

.swiper {
  background: none;
  transition: 0.1s;
}

.footer .box-container {
  display: flex;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit,minmax(25rem,1fr));
}

.footer .box-container .box h3 {
  font-size: 2rem;
  padding: 1.5rem;
  color: var(--main-color);
}

.footer .box-container .box a {
  display: block;
  font-size: 1.4rem;
  color: var(--black);
  padding: 1rem 0;
}

.footer .box-container .box a i {
  color: var(--main-color);
  padding-right: .5rem;
}

.footer .box-container .box a:hover i {
  padding-right: 2rem;
}

.footer .credit {
  text-align: center;
  margin-top: 2.5rem;
  padding: 1rem;
  padding-top: 2.5rem;
  font-size: 2rem;
  color: var(--black);
}

.footer .credit span {
  color: var(--main-color);
}

.box svg {
  width: 30px;
  height: 30px;
}

.box svg:hover {
  width: 35px;
  height: 35px;
}

.i12 {
  color: #f0fff7;
}

@media(max-width:991px){
  html {
    font-size: 55%;
  }
  .header {
    padding: 2rem 3rem;
  }
  section {
    padding: 3rem 5rem;
  }
}

@media(max-width:768px){
  #menu {
    display: inline-block;
  }
  .header .navbar {
    position: absolute;
    top: 95%;
    right: 0;
    left: 0;
    background: var(--primary);
    border-top:.1rem solid #aaa
  }

  .header .navbar a {
    margin: 2rem;
    color: var(--light-black);
  }

}

@media(max-width:500px) {
  html {
    font-size: 50%;
  }

  .newsletter .content {
    max-width: 70rem;
  }
}