
/*else for now*/

.section .logo img {
  max-width: 100%;
  /* max-width: 342px; */
  height: auto;
  margin: auto;

}

.section .logo {
	text-align: center;
	/*border-bottom: 2px solid;*/
	border-color: #d6d6d6;
	max-width: 342px;
	margin: auto;
	padding-bottom: 20px;
}

.section.section-header {
	margin-top: 20px;
}

.section .form-wrapper {
	text-align: center;
}

button {
	text-transform: uppercase;
  max-width: 400px;
  width: 100%;
  height: 55px;
  font-size: 19px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  /*border: 4px solid #eeb794;*/
  border: none;
  padding: 0 15px;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #ed8d50;
  cursor: pointer;
}

button:hover,
button:active,
button:focus {
	background-color: #f97a29;
	/*border-color: #eeb794;*/
  color: #fff;
}

input[type=submit] {
  max-width: 400px;
  width: 100%;
  height: 55px;
  font-size: 19px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  /*border: 4px solid #eeb794;*/
  border: none;
  padding: 0 15px;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ed8d50;
  cursor: pointer;
 /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
}

input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #f97a29;
  /*border-color: #eeb794;*/
}

.btn {
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.project {
  background: #f7f7f7;
  border-radius: 5px;
  width: 400px;
  height: 55px;
}

.project input {
	padding: 14.5px;
}


.form-wrapper {
	margin-top: 30px;
}

.section-price {
  padding-top: 50px;
}

.features.left{
	border-right: 1px solid;
  border-color: #909090;
  float: left;
  width: 49%;
  line-height: 1.3;
}

.features.right{
	float: left;
	width: 50%;
	line-height: 1.3;
}


.clear {
	clear: both;
}

.features .features-mini {
  width: 90%;
}

.features.left .features-mini {
  float: left;
}

.features.right .features-mini {
  float: right;
}

.price-wrapper {
	margin:auto;
	text-align: center;
	margin-top: 100px;
}

.features-btn {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.features-btn button {
	width: 23%;
	margin: auto;
}
.point {
	max-width: 576px;
  margin: auto;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.point ul {
	list-style-type: none;
}

.point-left {
	width: 50%;
	float: left;
}

.point-right {
	width:50%;
	float: right;
}

.point h2 {
	margin: 0;
}

.menu {
	margin-bottom: 60px;
	margin-top: 60px;
}

.menu ul {
  list-style-type: none;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
}

.menu li {
	margin: 5px;
  display: inline;
}

.menu span {
  display:inline-block;
  border-bottom: solid 3px rgb(113 113 113 / 26%);
  padding: 16px 40px;
  cursor: pointer;
  font-weight: bold;
  color: #757474;
  font-size: 18px;
}

.menu span.active {
  border: solid 1px rgb(113 113 113 / 26%);
  background-color: #60b0f4;
  color: #fff;
}


.menu span:hover {
 /*color:#3eb0ef; *//*choose*/
 border-bottom: solid 3px rgb(62 176 239);
 color:#60b0f4;
}

.menu span.active:hover {
  border: solid 1px rgb(113 113 113 / 26%);
  background-color: #60b0f4;
  color: #fff;
}

.content-wrapper {
	    background: linear-gradient(90deg, #c1dff6 68%, #caafaf00 37%);
}

.element-text {
	width: 50%;
	float: left;
	width: 600px;
  height: auto;
  padding-top: 116px;   
  text-align: center;
}

.element-text button {
  margin-top: 50px;
}

.element-img {
	width: 48%;
	float: right;
}

.element-img img {
	box-shadow: 50px 50px 80px rgba(110, 123, 129, 0.35);
	max-width: 370px;
  height: auto;
  display: block;
  margin: auto;
}

.element-landing img {
  margin-top: -50px;
}

.element-contact img {
  margin-top: 100px;
}

.element-product img {
}

.element-dashboard img {
}

.element-custom img {
  /*margin-top: 140px;*/
}

.element p {
	text-align: center;
}

.section .section-fourth {
  margin-top: 140px;
  padding-top: 50px;
  border-top: 2px solid;
  background-color: #caafaf6b;
  border-color: #d2d2d2;
}

.section-fourth h3 {
  text-align: center;
  margin-bottom: 50px;
}

.section-fourth button {
  margin-top: 30px;
}

.element h5 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.modal {
  max-width: 800px;
  margin: auto;
  padding: 60px 60px;
}

.modal label {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.wrapper2.left label {
  font-size: 16px;
  font-weight: 400;
   color: #000;
}

.wrapper-item {
  width: 49%;
}

/*.wrapper3 .left {
  float:left;
  width: 50%;
}*/

.left {
  float: left;
}

.right {
  float: right;
}

/*.wrapper3 .right {
  float: right;
  width: 50%;
}
*/
.wrapper3 input,
.wrapper2 .right input {
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f4f4f48c;
  background-clip: padding-box;
  border: 2px solid #e0eaf5;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: 30px;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

.wrapper3 input:focus,
.wrapper2 .right input:focus,
.wrapper4 textarea:focus,
select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


.wrapper3 input,
.wrapper2 .right input {
  width: 91%
}

.wrapper4 textarea {
  width: 95%;
  border: 2px solid #e0eaf5;
  border-radius: 0;
  background-color: #f4f4f48c;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  padding: 14px;
  font-size: 16px;
  font-weight: 400;
}

.price-wrapper span {
  font-size: 140px;
  font-weight: bold;
  margin: 0px;
}

.wrapper {
  margin-bottom: 22px;
}

.wrapper1 {
  padding-right: 4px;
}

select {
  // 
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  color: #000;

  z-index: 1;

  &::-ms-expand {
    display: none;
  }
  element
  outline: none;
}

select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  background-color: #f4f4f48c;
  background-clip: padding-box;
  border: 2px solid #e0eaf5;

  select,
  &::after {
    grid-area: select;
  }

  min-width: 15ch;
  border-radius: 0;
  padding: 10px 9px;
  font-size: 16px;
  font-weight:400;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);

  &:not(.select--multiple)::after {
    content: "";
    justify-self: end;
    width: 0.8em;
    height: 0.5em;
    background-color: var(--select-arrow);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  }
}

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
}

select[multiple] {
  padding-right: 0;
  height: 6rem;

  option {
    white-space: normal;
    outline-color: var(--select-focus);
  }
     &:not(:disabled) option {
       border-radius: 12px;
       transition: 120ms all ease-in;

       &:checked {
         background: linear-gradient(hsl(242, 61%, 76%), hsl(242, 61%, 71%));
         padding-left: 0.5em;
         color: black !important;
       }
    }
}

.select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}

label {
  font-size: 1.125rem;
  font-weight: 500;
}

.select + label {
  margin-top: 2rem;
}

/*.wrapper1 .left {
  width: 49%
}*/

/*.wrapper1 .right {
  width: 50%
}*/

.custom-select-wrapper select {
  padding: 14px 9px;
  text-transform: uppercase;
  font-size: 18px;
  border-width: 2px;
  background: transparent;
  color: #5a5a5a;
}

.custom-select-wrapper select option {
  text-transform: none;
}

.wrapper2 .left {
  width: 46%;
  background-color: #f4f4f48c;
  background-clip: padding-box;
  border: 2px solid #e0eaf5;
  border-radius: 0rem;
  padding: 10px 7px;
  font-size: 15px;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  margin-top: 23px;
}

/*.wrapper2 .right {
  width: 50%
}*/

.modal h2 {
  padding-bottom: 26px;
}

.section.section-second h2 {
  padding-bottom: 40px;
}

.section.section-main-wrapper {
  position: relative;

}

.section.section-main {
  padding-bottom: 100px; 
}

.section-background {
  position: absolute;
  /* top: 0; */
  width: 100%;
  z-index: -5;
  bottom: 0;
}

.section-background img {
  width: 100%;
  height: auto;
}


.error-msg {
  border: 2px solid;
  border-color: #ffc8c8;
  background-color: #f7f7f7;
  margin-bottom: 50px;
  padding: 10px 20px;
  border-radius: 8px;
}



/* Extra large devices (large laptops and desktops, 1220px and up) */
@media only screen and (max-width: 1220px) {

  .section .container-lg {
    padding: 17px 54px;
  }

  .element-img {
    width: 91%;
    float: none;
    margin: auto;
  }

  .element-img img {
    width: 100%;
  }

  .element-text {
    width: 100%;
    padding: 0px;
  }

  .section-fourth button {
    margin-bottom: 50px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
 .menu li {
    margin: 21px;
    display: inline-flex;
  }
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .section.section-header {
    padding-left: 50px;
    padding-right: 50px;
  }

  .custom-select-wrapper
   {
    width: 100%;
  }

  button {
    width: 100%;
    max-width: 644px;
    margin-top: 20px;
  }
  .features-btn button {
    width: 100%;
  }

  .wrapper-item {
    width: 100%;
    padding-top: 14px;
  }

  .wrapper3 input, .wrapper2 .right input {
    width: 96%;
  }

  .wrapper2 .left {
    width: 97%;
    margin-top: 23px;
  }

  .wrapper {
    margin: 0px;
  }
  
  .wrapper1 {
    width: 101%;
  }

  .wrapper4 {
    padding-top: 14px;
  }

  .menu li {
    margin: 21px;
    display: -webkit-inline-box;
  }

  .section .container-lg {
    padding: 17px 54px;
  }

  .element-img {
    width: 91%;
  }

  .features.left {
    width: 100%;
    border: none;
  }

  .features.right {
    width: 100%
  }

  .features .features-mini {
    width: 100%;
  }

  .section-price .section.container-lg {
    flex-direction: column;
  }

  .price-item {
    margin-bottom: 40px!important;
  }

} 

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

} 

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 480px) {

}


.section.section-price h2 {
    padding-bottom: 50px;
}

.section-price .section.container-lg {
  display: flex;
  justify-content: center;
  padding: 0;
}

.price-item{
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 8px;
  border: 1px solid rgb(222, 219, 221);
  border-radius: 4px;
  margin: 0 14px;
  text-align: center;
  padding: 32px;
} 

.price-item p {
  text-align: center!important;
  margin-bottom: 30px;
}

.price-item h4 {
  margin-top: 12px;
  font-size: 22px!important;
}

.price-item button {
  margin-top: 10px;
  text-transform: none;
}

.price-item img {
  max-width: 45%;
  margin-bottom: 64px;
}

.price-item.price-item-center img {
  max-width: 40%;
}

.price-item.price-item-right img {
  max-width: 38%;
}

.price-item.price-item-left button,
.price-item.price-item-right button {
  border-color: #ed8d50;
  background-color: #fff;
  color: #ed8d50;
  border: 2px solid;
}


.price-item.price-item-left button,
.price-item.price-item-right button {
  border-color: #ed8d50;
  background-color: #fff;
  color: #ed8d50;
}

.price-item.price-item-left button:hover,
.price-item.price-item-left button:active,
.price-item.price-item-left button:focus,
.price-item.price-item-right button:hover,
.price-item.price-item-right button:active,
.price-item.price-item-right button:focus {
  background-color: #f97a29;
  color: #fff;
  border-color: #f97a29;
} 