@import url("header.css");
@import url("slider.css");
@import url("about.css");
@import url("blog.css");
@import url("form.css");
@import url("modal.css");
@import url("ourAim.css");
@import url("footer.css");
@import url('https://fonts.googleapis.com/css2?family=Pavanam&family=Radio+Canada:wght@300;400;700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400&display=swap');
body {
    color: black;
    font-family: "Raleway", sans-serif;
    line-height: normal !important;
    background: url(../img/leftBig.png) left 10% ,
    url(../img/rightSmall.png) right 20% ,
    url(../img/rightBig.png) right 33% ,
    url(../img/leftBig.png) left 17%,
    url(../img/rightBig.png) right 52% no-repeat,
    url(../img/leftBig.png) left 55% no-repeat,
    url(../img/leftBig.png) left 90% no-repeat,
    white;
    background-repeat: no-repeat;
    background-size: 60%, 0%, 0%, 80%, 0%, 80%, 100%;
  }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.content {
  max-width: 1728px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.marginAuto {
  margin: auto;
}
.lines{
  width: 63px;
  
}
.lineL{
  background-image: url(../img/lineLMob.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lineR{
  background-image: url(../img/lineRMob.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 700px) {
  .lineL{
    background-image: url(../img/lineL.png);
  }
  .lineR{
    background-image: url(../img/lineR.png);
  }
  .lines{
    width: 102px;
  }
  .content {
    padding-left: 64px;
    padding-right: 64px;
  }
  body{
    background: url(../img/leftSmall.png) left 7% ,
    url(../img/rightSmall.png) right 20% ,
    url(../img/rightBig.png) right 33% ,
    url(../img/leftBig.png) left 42%,
    url(../img/rightBig.png) right 72% no-repeat,
    url(../img/leftBig.png) left 87% no-repeat,
    white;
    background-repeat: no-repeat;
    background-size: 20%, 20%, 40%, 40%, 40%, 20%, 100%;
  }
}
@media screen and (min-width: 1200px) {
  .lines{
    width: 150px;
  }
  .content {
    padding-left: 111px;
    padding-right: 111px;
  }

}
@media screen and (min-width: 1900px) {
  .lines{
    width: 204px;
  }
}
@media screen and (min-width: 1900px) {
  /* .lines{
    width: 237px;
  } */
  .content {
    padding-left: 228px;
    padding-right: 228px;
  }
}
