*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html{
  overflow-x: hidden;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Medium.ttf");
  src: url('../fonts/NotoSans_SemiCondensed-SemiBold.ttf');
  font-style: normal;
}
@font-face {
    font-family: "Unbounded";
    src: url("../fonts/Unbounded-Bold.ttf");
    font-style: normal;
  }
  

footer,
header,
aside {
  display: block;
}

body {
  width: 100%;
  max-width: 100%;
  font-family: "Noto Sans";
  height: 100%;
  background-color: #373850;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

input,
button,
textarea {
  font-family: inherit;
}

button {
  cursor: pointer;
}

button::-moz-focus-outer {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ol,
ul {
  padding: 0;
}
ul li {
  list-style: none;
  padding: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

p {
  font-size: 16px;
  margin: 0;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Container */

.container {
  width: 95%;
  margin: 0 auto;
}

/* nav styles start */
.nav{
    background-color: #2B2F5A;
    border-radius: 0 0 40px 40px ;
    padding: 30px;
}
.nav-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}
.nav-item{
    color: white;
    font-size: 18px;
}
.nav-logo a{
    color: white;
    font-size: 35px;
}

.nav-logo span{
    color: #4654EC;
}
.nav-btn {
    background-color: white;
    padding: 15px 30px;
    color: black;
    border-radius: 60px;
   position: relative;
}
.dot2 {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  animation: blink 0.8s linear infinite;
  background:#aa00ff;
  position: absolute;
  right: 20px;
  top: 15px;
}
/* nav styles end --------------------------------------------------------------------*/

/* hero styles start */

.hero{
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.hero:before{
    content: url('../img/triangle-big.png');
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: -1;
    animation: moving 4.2s infinite linear;
}
@keyframes moving {
  0% {
    transform: translateX(0px) translateY(0px);
    animation-timing-function: 0;
}
33% {
    transform: translateX(15px) translateY(-15px);
    animation-timing-function: 0;
}
66% {
    transform: translateX(-15px) translateY(-15px);
    animation-timing-function: 0;
}
100% {
    transform: translateX(0px) translateY(0px);
}
}
.hero::after{
    content: url('../img/clowd.png');
    position: absolute;
    right: -15%;
    top: -18%;
    z-index: -1;
    animation: moving2 4.2s infinite linear;
}
@keyframes moving2 {
  0% {
    transform: translateX(0px) translateY(0px);
    animation-timing-function: 0;
}

33% {
    transform: translateX(-15px) translateY(15px);
    animation-timing-function: 0;
}
66% {
    transform: translateX(15px) translateY(15px);
    animation-timing-function: 0;
}
100% {
    transform: translateX(0px) translateY(0px);
}
}
.hero-title{
    font-size: 83px;
    font-family: "Unbounded";
    font-weight: 800;
    color: white;
}
.hero-desc {
    background-color: #4654EC;
    color: white;
    border-radius: 20px;
    padding: 20px;
    font-size: 28px;
    text-align: left;
    margin-left: 20px;
    transform: rotate(-2deg);
    display: inline-block;
    margin-bottom: -20px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}
.hero-info{
    padding-bottom: 130px;
}
.hero-btn{
    border-radius: 60px;
    background-color: white;
    color: black;
    padding: 20px 60px;
    font-size: 18px;
}
.about-item-desc-2{
  position: relative;
  overflow: hidden;
}
.hero-desc::before,.about-item-desc-2::before{
  content: "";
    display: block;
    width: 20px;
    height: 300px;
    margin-left: 50px;
    background: rgba(255, 255, 255, 0.358);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.395) 0%, rgba(255, 255, 255, 0.829) 50%, rgba(255, 255, 255, 0.395) 100%);
    left: -40px;
    top: -100px;
    z-index: 1;
    transform: rotate(45deg);
    position: absolute;
    -webkit-animation: move-light 3s ease-in-out 0.05s infinite;
    -moz-animation: move-light 3s ease-in-out 0.05s infinite;
    -o-animation: move-light 3s ease-in-out 0.05s infinite;
    animation: move-light 3s ease-in-out 0.05s infinite;
}
@keyframes move-light {
  0% {
    left: -30px;
    margin-left: 0px;
}
30% {
    left: 110%;
    margin-left: 80px;
}
100% {
    left: 110%;
    margin-left: 80px;
}
}


/* hero styles end -------------------------------------------------------------------*/


/* about styles start  -------------------------------------------------------------- */

.about {
  margin: 200px 0 100px;
  position: relative;
}
.about:before{
  content: url('../img/round.png');
  position: absolute;
  left: -20%;
  top: -40%;
  z-index: -1;
  animation: moving2 4.2s infinite linear;
}
.about:after{
  content: url('../img/small-round.png');
  position: absolute;
  right: 5%;
  top: -30%;
  z-index: -1;
  animation: moving 4.2s infinite linear;
}
.about-wrapper{
  display: flex;
  justify-content: space-between;
}
.about-item{
  width: 75%;
}
.about-item-desc{
  background-color: #4654EC;
  color: white;
  border-radius: 20px;
  padding: 50px 120px;
  font-size: 28px;
  letter-spacing: 1px;
}
.about-item-desc-2{
  background-color: white;
  color: black;
  border-radius: 20px;
  padding: 20px 50px;
  font-size: 28px;
  letter-spacing: 1px;
  transform: rotate(-5deg);
  display: inline-block;
  margin-left: -27%;
  margin-top: -13px;
  
}
.about-btn{
  float: right;
  margin-top: 16%;
}
/* about styles end  ---------------------------------------------------------------- */

/* service styles start  ------------------------------------------------------------ */

.service{
  position: relative;
}
.service:before{
  content: url('../img/triangle-big.png');
  position: absolute;
  left: -3%;
  bottom: 55%;
  z-index: -1;
  animation: moving2 4.2s infinite linear;
}
.service:after{
  content: url('../img/triangle-medium.png');
  position: absolute;
  right: 15%;
  top: 5%;
  animation: moving 4.2s infinite linear;
  z-index: -1;
}

.service-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  margin: 100px 0 200px;
}
.service-item{
  width: 48%;
  color: white;
background: linear-gradient(90deg, #7BD7E8 0%, #3D28CF 35%, #9827A3 100%);
border-radius: 20px;
padding: 50px 80px;
transition: all 300ms ease-in;
}
.service-item:hover{
  box-shadow: 0 0.5rem 1rem rgba(217, 217, 217, 0.315);
  transition: all 300ms ease-in;
}

.service-title{
  font-size: 34px;
  padding-bottom: 10px;
}
.service-desc{
  font-size: 26px;
}
/* service styles end  -------------------------------------------------------------- */

/* price styles start  ---------------------------------------------------------------- */

.price-wrapper{
  display: flex;
  justify-content: space-between;
  color: white;
  gap: 50px;
}

.price-subitem-2 {
  background: #a3aaff2e;
  border-radius: 20px;
  padding: 50px 50px 100px;
  height: 780px;
  position: relative;
}
.price-subitem-2::before{
  content: url('../img/clowd.png');
  position: absolute;
  right: -17%;
  bottom: -27%;
  animation: moving2 4.2s infinite linear;
}
.price-subitem-2-info{
  display: flex;
  align-items: center;
  margin-top: 75px;
}
.price-subitem-2-info img{
  margin-right: 20px;
}
.price-subitem-2 .service-title{
  font-size: 55px;
  font-family: "Unbounded";
  font-weight: 800;
}
.price-item-2{
  width: 70%;
}
.price-subitem {
  background: #a3aaff2e;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
}
.price-desc{
  color: #A3AAFF;
}
/* price styles end   -------------------------------------------------------------------------*/

/* works styles start  ----------------------------------------------------------------------- */

.works{
  margin: 150px 0;
}
.works-title{
  position: relative;
  display: inline-block;
}
.works-title::before{
  content: url('../img/triangle-big.png');
  position: absolute;
  right: -30px;
  top: -50px;
  z-index: -1;
  animation: moving 4.2s infinite linear;
}
.works-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  margin-top: 100px;
}
.works-item{
  width: 44%;
}
.works-img-wrapper{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 310px;
}
.works-img-wrapper::before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 70%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 70%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.works-img-wrapper:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
}
}
.works-img{
  height: 100%;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.works-item-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 10px;
}
.works-info-title{
  color: white;
  font-size: 30px;
  margin: 20px 0 10px;
}
.works-info-desc{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.719);
}
.cta-btn-icon {
  width: 0.875rem;
  height: 0.6875rem;
  stroke: white;
  transition: stroke 300ms ease-in-out;
}
.cta-btn {
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border: 0.125rem solid transparent;
  border-color: white;
  border-radius: 0.3125rem;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.works-item:hover .cta-btn {
  background-color: #4654EC;
  border-color: #4654EC;
}

/* works styles end   -------------------------------------------------------------------------- */

/* partners styles start  ---------------------------------------------------------------------- */
.partners{
  margin: 250px 0;
}

.slider {
	height: 100px;
	margin:70px auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider .slides-track {
	animation: scroll calc(2s * 7) linear infinite;
	display: flex;
	width: calc(200px * 7 * 2);
  gap: 150px;
}

.slider .slide {
	height: 100px;
	width: 200px;
	overflow: hidden;
}

.slider .slide img {
	height: 100%;
	width: auto;
	max-width: 100%;
	object-fit: contain;
  filter: brightness(0) invert(1) opacity(30%);
}


@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(200px * 7 * -1));
	}
}

/* partners styles end  ------------------------------------------------------------------------ */


/* faq styles start  --------------------------------------------------------------------------- */
.faq{
  margin: 200px 0 150px;
}
.faq-title{
  position: relative;

}
.faq-title::before{
  content: url('../img/triangle-big.png');
  animation: moving2 4.2s infinite linear;
  position: absolute;
  left: -30px;
  top: -50px;
  z-index: -1;
}
.faq-wrapper {
  margin: 50px 0;
  position: relative;
}

.faq-item {
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 30px;
  background-color: #4654EC;  
  color: white;
  transition: all 200ms ease;
}

.change-bg {
  background-color: white;
  color: black;
}
.faq-item-item{
  position: relative;
}
.faq-item-item::before{
  content: url('../img/triangle-big.png');
  position: absolute;
  right: -150px;
  top: -50px;
  z-index: -1;
  animation: moving2 4.2s infinite linear;
}

.faq-item__title {
  font-size:34px;
}

.faq-item p {
  font-size: 24px;
  margin-top: 30px;
}

.faq-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-label-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-icon .plus{
  transition: all 300ms ease;
}
.faq-icon .minus{
  display: none;
  transition: all 300ms ease;
}

.faq-answer {
  transition: all 220ms;
  height: 0;
  overflow: hidden;
}

.faq-active {
  height: fit-content;
}

.faq-rotate .plus{
  display: none;
   transition: all 300ms ease;
}

.faq-rotate .minus{
  display: block;
   transition: all 300ms ease-in-out;
}

/* faq styles end ------------------------------------------------------------------------------ */

/* lets talk styles start  ----------------------------------------------------------------------*/
.talk{
  margin: 200px 0;
}
.talk-title{
  position: relative;
}
.talk-title::before{
  content: url('../img/clowd.png');
  position: absolute;
  right: -30px;
  top: -50px;
  z-index: -1;
  animation: moving 4.2s infinite linear;
}
.talk-form {
  margin: 90px auto 0;
  display: flex;
  flex-direction: column;
  width: 80%;
  position: relative;
}

.talk-form::before{
  content: url('../img/triangle-medium.png');
  position: absolute;
  left: -130px;
  top: 30%;
  z-index: -1;
  animation: moving2 4.2s infinite linear;
}

.talk-form::after{
  content: url('../img/round.png');
  position: absolute;
  right: -40%;
  bottom: -30%;
  z-index: -1;
  animation: moving 4.2s infinite linear;
}
.talk-form input,.talk-form textarea {
  background: #ffffff24;
  border-radius: 20px;
  margin-bottom: 30px;
  border: none;
  padding: 30px 0px 30px 30px;
  font-size: 25px;
  color: white;
  transition: all ease 300ms;
  border: 1px solid transparent;
}
.talk-form input:hover,.talk-form textarea:hover{
  border: 1px solid white;
  transition: all ease 300ms;
}
::placeholder{
  color: whitesmoke;
}
.talk-form input:focus,.talk-form input:active{
  border: 1px solid white;
}
.submit{
background: white;
color: black;
border-radius: 20px;
font-size: 25px;
text-align: center;
padding: 30px 20px;
border: none;
transition: all 300ms ease-in-out;
}
.submit:hover{
  transform: scale(1.013);
  transition: all 300ms ease-in-out;
}
textarea{
  resize: vertical;
  min-height: 200px;
}

/* lets talk styles end  ----------------------------------------------------------------------- */

/* footer styles start  ------------------------------------------------------------------------ */
.footer{
  margin-bottom: 100px;
}
.footer-item p{
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.footer-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-item{
  display: flex;
  align-items: center;
}
.footer-link {
  background: #ffffff21;
  border-radius: 20px;
  padding: 15px 40px;
  color: white;
  font-size: 20px;
  margin: 0 10px;
  transition: all 3ms ease-in-out;
  opacity: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-link-tg:hover{
  background: #17aedc;
  transition: all 3ms ease-in-out;
}
.footer-link-wh:hover{
  background: #2ec52e;
  transition: all 3ms ease-in-out;
}
.footer-link-mail:hover{
  background: #383939;
  transition: all 3ms ease-in-out;
}
.footer-link-top{
  background: linear-gradient(90deg, #9827A3 0%, #3D28CF 35%, #7BD7E8 100%);
  border-radius: 20px;
  padding: 15px;
  color: white;
  font-size: 20px;
  position: fixed;
  left: 10px;
 
  outline: 0;
  cursor: pointer;
  z-index: 100;
bottom: -20px;
opacity: 0;
visibility: hidden;
  transition: all 300ms ease-in-out;
}
#arrowTop.active {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.footer-link-top:hover{
  transform: translateY(-7px);
  box-shadow: 0 4px 14px #8080804d;
  transition: all 300ms ease-in-out;
}
.footer-link-top svg {
  transform: rotate(-90deg);
  margin-left: 2px;
  width: 15px;
  height: 15px;
}

.dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  animation: blink 0.8s linear infinite;
  background: white;
  position: absolute;
    right: 15px;
    top: 10px;
}
@keyframes blink {
  0% {
    opacity: 0;
}
50% {
    opacity: 0.5;
}
100% {
    opacity: 1;
}
}


::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: rgba(163, 163, 163, 0.384);
}


::-webkit-scrollbar-thumb {
  background: #e5e5e6;
  height: 100px;
  cursor: pointer;
  border-radius: 10px;
}



/* faq styles end */

/* burger */
.burger {
  width: 35px;
  height: 35px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.small-logo {
  display: none;
}

.burger span {
  display: inline-block;
  height: 2px;
  width: 70%;
  background: white;
  position: relative;
}

.burger span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 100%;
  height: 100%;
  background-color: white;
}

.burger span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  height: 100%;
  background-color: white;
}

.show-menu span:after {
  transform: rotate(40deg);
}

.show-menu span:before {
  transform: rotate(-40deg);
}

.show-menu span:after,
.show-menu span:before {
  top: 0;
  bottom: 0;
  margin: auto;
}

.show-menu span {
  background-color: transparent;
}

/* footer styles end  -------------------------------------------------------------------------- */


/* modal styles start ------------------------------------------------------------------------- */


.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 95%);
  z-index: 20;
  transition: 0.3s all;
}

.modal {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 720px;
  position: fixed;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  text-align: center;
  padding: 70px 100px;
  border-radius: 3px;
  transition: 0.3s all;
  backdrop-filter: blur(20px);
  background: #373950;
  border-radius: 20px;
}

.modal span {
  color: #ffffffc9;
}
.modal h2{
  font-family: "Unbounded";
  font-weight: 800;
  color: white;
  font-size: 34px;
}
.modal-wrapper__items {
  display: flex;
  justify-content: space-evenly;
  padding: 50px 0 20px;
}
.call-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff21;
    padding: 15px 40px;
    border-radius: 20px;
}
.call-item img {
  height: auto;
  width: 40px;
}
.modal span {
  color: white;
  margin-right: 20px;
  font-size: 30px;
}
.call-item:hover span {
  color: white;
  transition: all ease 0.4s;
}

.modal.showmodal,
.overlay.showmodal {
  opacity: 1;
  visibility: visible;
}

.modal__cross {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  fill: white;
  cursor: pointer;
}
.modal__cross-2 {
  fill: #6c757d;
  border: 1px solid #6c757d;
  padding: 8px 0px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

/* modal styles end --------------------------------------------------------------------------- */


/* ================================================================ mobile  ============================================ */

@media (max-width:500px) {
  .burger {
    display: flex;
}
.dot2{
  right: 15px;
  top: 8px;
}
.modal-wrapper__items{
  flex-direction: column;
  align-items: center;
}
.modal {
  width: 95%;
  max-width: 350px;
  padding:60px 40px 40px;
}
.modal__cross {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  fill: white;
  cursor: pointer;
}
.modal h2{
  font-size: 22px;
}
.modal span {
  color: white;
  margin-right: 10px;
  font-size: 20px;
}
.call-item img {
  height: auto;
  width: 30px;
}
.call-item{
  margin-bottom: 10px;
}
.nav-items{
  display: none;
}
.nav-items.show {
  display: flex;
  padding:30px 10px 10px;
  position: absolute;
  top: 60px;
  right: 10px;
  background-color: #2b2f5a;
  z-index: 100;
  text-align: right;
  flex-direction: column;
  width: 50%;
  margin: auto;
  border-radius: 0 0 20px 20px;
}
.hero-title{
  font-size: 35px;
}
.hero{
  text-align: left;
  height: 70vh;
}
.nav{
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
.nav-logo a{
  font-size: 25px;
}
.nav-btn{
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px !important;
}

.nav-item{
  font-size: 20px;
  margin-bottom: 20px;
}
.hero::after {
  content: url(../img/clowd.png);
  position: absolute;
  right: -70%;
  top: -17%;
  z-index: -1;
}
.hero-title br{
  display: none;
}
.hero-desc{
  padding: 14px;
  font-size: 14px;
  margin-top: 5px;
}
.hero-info {
  padding-bottom: 70px;
}
.hero:before {
  content: url(../img/triangle-big.png);
  position: absolute;
  left: -32%;
  top: 40%;
  z-index: -1;
}
.about{
  margin: 100px 0;
}
.about:before {
  content: url(../img/round.png);
  position: absolute;
  left: -50%;
  top: -5%;
  z-index: -1;
}
.about::after,.service:before,.price-subitem-2::before{
  display: none;
}
.about-wrapper{
  flex-direction: column;
}
.about-item{
  width: 100%;
}
.about-item-desc{
  padding: 30px;
  font-size: 20px;
  margin-top: 20px;
}
.about-item-desc-2 {
  padding: 14px;
  font-size: 14px;
  margin-left: 0;
  margin-top: 0;
}
.service-wrapper{
  margin: 50px 0;
  gap: 20px;
}
.service:after {
  content: url(../img/triangle-medium.png);
  position: absolute;
  right: 16%;
  top: 1%;
  z-index: -1;
}
.service-item {
  width: 100%;
  padding: 30px;
}
.service-title{
  font-size: 25px;
}
.service-desc{
  font-size: 16px;
}
.price-wrapper{
  flex-direction: column-reverse;
  gap: 20px;
}
.price-item-2{
  width: 100%;
}
.price-subitem-2{
  padding: 30px;
    height: auto;
}
.price-subitem-2 .service-title{
  font-size: 30px;
}
.price-subitem-2-info{
  margin-top: 35px;
}
.price-subitem{
  padding: 30px;
  margin-bottom: 20px;
}
.service-title br{
  display: none;
}
.works {
  margin: 100px 0;
}
.works-wrapper {
  gap: 50px;
  margin-top: 30px;
}
.works-item{
  width: 100%;
}
.works-img-wrapper{
  height: auto;
}
.works-info-title {
  color: white;
  font-size: 20px;
  margin: 10px 0 10px;
}
.works-info{
  width: 90%;
}
.works-info-desc{
  font-size: 14px;
}
.works-item-info{
  padding: 0 5px;
}
.cta-btn{
  width: 28px;
  height: 28px;
}
.cta-btn-icon {
  width: 0.7rem;
  height: 0.7rem;
  stroke: white;
  transition: stroke 300ms ease-in-out;
}
.partners {
  margin: 120px 0;
}
.slider{
  margin: 30px auto;
}
.slider .slides-track{
  gap: 40px;
}
.slider .slide {
  height: 70px;
  width: 140px;
  overflow: hidden;
}
.faq{
  margin: 100px 0;
}
.faq-title::before {
  content: url(../img/triangle-big.png);
  position: absolute;
  left: -120px;
  top: -30px;
  z-index: -1;
}
.faq-item {
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.faq-item__title {
  font-size: 20px;
  width: 90%;
}
.faq-icon .plus,.faq-icon .minus{
  width: 20px;
  height: 20px;
}
.faq-item p{
  font-size: 14px;
}
.talk {
  margin: 100px 0;
}
.talk-title::before,.talk-form::before{
  display: none;
}
.talk-form {
  margin: 50px auto 0;
  width: 100%;
}
.talk-form input,.talk-form textarea{
  margin-bottom: 20px;
    border: none;
    padding: 15px 0px 15px 15px;
    font-size: 16px;
}
textarea{
  min-height: 120px;
}
.submit{
  font-size: 16px;
  text-align: center;
  padding: 15px;
}
.talk-form::after {
  display: none;
}
.footer-wrapper{
  flex-direction: column;
  align-items: flex-end;
}

.footer{
  margin-bottom: 10px;
}
.footer-link{
  padding: 10px 22px;
    color: white;
    font-size: 16px;
    margin: 15px 5px 15px 0px;
    border-radius: 10px;
}
.footer-item p{
  font-size: 14px;
}
.footer-item p br{
  display: none;
}
.footer-link-top{
  padding: 10px;
  color: white;
  font-size: 18px;

}

}


/* =============================================================  planshet  ============================================ */

@media (min-width:501px) and (max-width:800px) {

.hero-title{
  font-size: 40px;
}  .burger {
  display: flex;
}
.nav-items{
display: none;
}
.nav-items.show {
display: flex;
padding:30px 10px 10px;
position: absolute;
top: 60px;
right: 20px;
background-color: #2b2f5a;
z-index: 100;
text-align: right;
flex-direction: column;
width: 50%;
margin: auto;
border-radius: 0 0 20px 20px;
}
.nav-item {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
.nav-logo a{
  font-size: 25px;
}
.hero{
  text-align: left;
}
.nav-items{
  width: 75%;
}
.nav{
  padding: 20px;
}
.nav-btn{
  padding: 10px 20px;
  font-size: 16px;
  color: black;
}
.dot2{
  right: 15px;
  top: 7px;
}
.hero::after {
  content: url(../img/clowd.png);
  position: absolute;
  right: -20%;
  top: -9%;
  z-index: -1;
}
.hero-title br{
  display: none;
}

.hero-info {
  padding-bottom: 70px;
}
.hero:before {
  content: url(../img/triangle-big.png);
  position: absolute;
  left: -10%;
        top: 20%; 
  z-index: -1;
}
.about{
  margin: 100px 0;
}
.about-wrapper{
  flex-direction: column;
}
.about:before {
  content: url(../img/round.png);
  position: absolute;
  left: -50%;
  top: -5%;
  z-index: -1;
}
.container{
  width: 97%;
}
.about-item{
  width: 100%;
}
.about-item-desc{
  padding: 30px;
  font-size: 25px;
}
.about-item-desc-2 {
  padding: 14px;
  margin-left: 0;
  font-size: 20px;
  margin-top: 0;
}
.service-wrapper{
  margin: 50px 0;
  gap: 20px;
}
.service:after {
  content: url(../img/triangle-medium.png);
  position: absolute;
  right: 16%;
  top: 1%;
  z-index: -1;
}
.service:before {
  left: -15%;
}
.price-subitem-2::before {
  display: none;
}
.works-item{
  width: 95%;
}
.service-item {
  padding: 30px;
  width: 95%;
}
.service-title{
  font-size: 25px;
}
.service-desc{
  font-size: 18px;
}
.price-wrapper{
  flex-direction: column-reverse;
  gap: 20px;
}
.price-item-2{
  width: 100%;
}
.price-subitem-2{
  padding: 30px;
    height: auto;
}
.price-subitem-2 .service-title{
  font-size: 30px;
}
.price-subitem-2-info{
  margin-top: 35px;
}
.price-subitem{
  padding: 30px;
  margin-bottom: 20px;
}
.service-title br,.faq-item-item::before{
  display: none;
}
.works {
  margin: 100px 0;
}
.works-wrapper {
  gap: 50px;
  margin-top: 60px;
}

.works-img-wrapper{
  height: auto;
}
.works-info-title {
  color: white;
  margin: 10px 0 10px;
}
.works-info{
  width: 85%;
}
.works-info-desc{
  font-size: 14px;
}
.works-item-info{
  padding: 0 5px;
}
.cta-btn{
  width: 28px;
  height: 28px;
}
.cta-btn-icon {
  width: 0.7rem;
  height: 0.7rem;
  stroke: white;
  transition: stroke 300ms ease-in-out;
}
.partners {
  margin: 120px 0;
}
.slider{
  margin: 30px auto;
}
.slider .slides-track{
  gap: 40px;
}
.slider .slide {
  height: 70px;
  width: 140px;
  overflow: hidden;
}
.faq{
  margin: 100px 0;
}
.faq-title::before {
  content: url(../img/triangle-big.png);
  position: absolute;
  left: -120px;
  top: -30px;
  z-index: -1;
}

.faq-item__title {
  font-size: 25px;
  width: 90%;
}
.faq-icon .plus,.faq-icon .minus{
  width: 20px;
  height: 20px;
}
.faq-item p{
  font-size: 16px;
}
.talk {
  margin: 100px 0;
}
.talk-title::before,.talk-form::before{
  display: none;
}
.talk-form {
  margin: 50px auto 0;
  width: 100%;
}

textarea{
  min-height: 120px;
}
.submit{
  font-size: 16px;
  text-align: center;
  padding: 15px;
}
.talk-form::after {
  display: none;
}
.footer-wrapper{
  flex-direction: column;
  align-items: flex-end;
}

.footer{
  margin-bottom: 10px;
}
.footer-link{
    color: white;
    font-size: 16px;
    margin: 15px 5px 15px 0px;
    border-radius: 10px;
}
.footer-item p{
  font-size: 14px;
}
.footer-item p br{
  display: none;
}

}

/* =============================================================  planshet  ============================================ */

@media (min-width:801px) and (max-width:1200px) {

  .hero-title{
    font-size: 60px;
  } 
  .nav-logo a{
    font-size: 35px;
  }
  .hero{
    text-align: left;
  }
  .dot2{
    right: 15px;
    top: 8px;
  }
  .nav-items{
    width: 75%;
  }
  .nav{
    padding: 20px;
  }
  .nav-btn{
    padding: 10px 20px;
    font-size: 16px;
  }
  .hero::after {
    content: url(../img/clowd.png);
    position: absolute;
    right: -20%;
    top: -9%;
    z-index: -1;
  }
  .hero-title br{
    display: none;
  }
  
  .hero-info {
    padding-bottom: 70px;
  }
  .hero:before {
    content: url(../img/triangle-big.png);
    position: absolute;
    left: -10%;
          top: 20%; 
    z-index: -1;
  }
  .about{
    margin: 100px 0;
  }

  .about:before {
    content: url(../img/round.png);
    position: absolute;
    left: -50%;
    top: -5%;
    z-index: -1;
  }
  .container{
    width: 97%;
  }
 
  .about-item-desc{
    padding: 30px;
  }
  .about-item-desc-2 {
    margin-top: 0;
  }
  .service-wrapper{
    margin: 50px 0;
    gap: 20px;
  }
  .service:after {
    content: url(../img/triangle-medium.png);
    position: absolute;
    right: 16%;
    top: 1%;
    z-index: -1;
  }
  .service:before {
    left: -15%;
  }
 
  .service-item {
    padding: 30px;
  }
  .service-title{
    font-size: 25px;
  }
  .service-desc{
    font-size: 18px;
  }
 .price-wrapper{
  gap: 20px;
 }
 .price-subitem-2::before{
  display: none;
 }
  .price-subitem-2{
    padding: 30px;
      height: auto;
  }
  .price-subitem-2 .service-title{
    font-size: 30px;
  }
  .price-subitem-2-info{
    margin-top: 39px;
  }
  .price-subitem{
    padding: 30px;
    margin-bottom: 20px;
  }
  .service-title br,.faq-item-item::before{
    display: none;
  }
  .works {
    margin: 100px 0;
  }
  .works-wrapper {
    gap: 40px;
    margin-top: 60px;
  }
  
  .works-img-wrapper{
    height: 180px;
  }
  .works-info-title {
    color: white;
    font-size: 20px;
    margin: 10px 0 10px;
  }
  .works-info{
    width: 85%;
  }
  .works-info-desc{
    font-size: 14px;
  }
  .works-item-info{
    padding: 0 5px;
  }
  .cta-btn{
    width: 28px;
    height: 28px;
  }
  .cta-btn-icon {
    width: 0.7rem;
    height: 0.7rem;
    stroke: white;
    transition: stroke 300ms ease-in-out;
  }
  .partners {
    margin: 120px 0;
  }
  .slider{
    margin: 30px auto;
  }
  .slider .slides-track{
    gap: 40px;
  }
  .slider .slide {
    height: 70px;
    width: 140px;
    overflow: hidden;
  }
  .faq{
    margin: 100px 0;
  }
  .faq-title::before {
    content: url(../img/triangle-big.png);
    position: absolute;
    left: -120px;
    top: -30px;
    z-index: -1;
  }
  
  .faq-item__title {
    font-size: 28px;
    width: 90%;
  }
  .faq-icon .plus,.faq-icon .minus{
    width: 20px;
    height: 20px;
  }
  .faq-item p{
    font-size: 16px;
  }
  .talk {
    margin: 100px 0;
  }
  .talk-title::before,.talk-form::before{
    display: none;
  }
  .talk-form {
    margin: 50px auto 0;
    width: 100%;
  }
  
  textarea{
    min-height: 120px;
  }
  .submit{
    font-size: 16px;
    text-align: center;
    padding: 15px;
  }
  .talk-form::after {
    display: none;
  }
  .footer-wrapper{
    flex-direction: column;
  }
  
  .footer{
    margin-bottom: 10px;
  }
  .footer-link{
      color: white;
      font-size: 16px;
      margin: 15px 5px 15px 0px;
      border-radius: 10px;
  }
  .footer-item p{
    font-size: 14px;
  }
  .footer-item p br{
    display: none;
  }
  
  }



  /* =============================================================  full hd  ============================================ */

@media (min-width: 1600px){

  .nav-logo a{
    font-size: 60px;
  }
  .nav-item{
    font-size: 28px;
  }
.hero-title{
  font-size: 100px;
}
.hero::after {
  content: url(../img/clowd.png);
  position: absolute;
  right: -6%;
  top: -20%;
  z-index: -1;
}
.hero-btn,.hero-desc{
  font-size: 30px;
}
.about-item-desc,.about-item-desc-2{
  font-size: 35px;
}
.about:before {
  content: url(../img/round.png);
  position: absolute;
  left: -10%;
  top: -42%;
  z-index: -1;
}
.price-item-2 {
  width: 75%;
}
.price-desc {
  color: #A3AAFF;
  font-size: 20px;
}
.price-subitem-2 {
  background: #a3aaff2e;
  border-radius: 20px;
  padding: 50px 50px;
  height: 750px;
  position: relative;
}
.price-subitem-2::before {
  content: url(../img/clowd.png);
  position: absolute;
  right: -6%;
  bottom: -12%;
}
.works-img-wrapper{
  height: 400px;
}
.works-info-title,.faq-item__title{
  font-size: 40px;
}
.works-info-desc{
  font-size: 18px;
}
.faq-item p{
  font-size: 30px;
}
.footer-link-top {
  background: linear-gradient(90deg, #9827A3 0%, #3D28CF 35%, #7BD7E8 100%);
  border-radius: 20px;
  padding: 30px 40px;
  font-size: 25px;
}
.footer-link {
  padding: 20px 50px;
  color: white;
  font-size: 25px;
  margin: 0 20px;
}















  }
