@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    /* transition: all 0.5s ease-in-out; */
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
/* start  */
body {
    font-family: 'Roboto', sans-serif;
}
html {
    scroll-behavior: smooth;
}
.banner {
    background-image: url('../images/formazone.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 608px;
}

.container {
    max-width: 1320px;
    margin: auto;
    padding: 0 40px;
}

.formazoneflex {
    width: 60%;
}
.formazone {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.formazoneh {
    max-width: 370px;
    color: #FFF;
    font-size: 57px;
    font-weight: 700;
}
.formazonep {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 12px;
}
.formazonethree, .formazonethrees {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 12px;
}
.formazonethreess {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 12px;
    padding-top: 12px;
}
.btn {
    border-radius: 123px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.11);
    color: #FFF;
    font-size: 23px;
    font-weight: 700;
    height: 57px;
    width: 216px;
    margin-top: 15px;
    transition: background 0.5s ease, color 0.5s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn:hover {
    background: #dc5f00;
    color: white;
}
/* slider  */
.swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: #95979E;
    width: 30px;
    height: 4px;
    border-radius: 123px;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FFF;
  }
  .swiper-pagination {
    bottom: 120px !important;
    left: -20px !important;
  }
  /* end  */
.siamo {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}
.siamoh {
    text-align: center;
    color: #373A40;
    font-size: 33px;
    font-weight: 700;
}
.siamop {
    color: #686D76;
    font-size: 23px;
    font-weight: 400;
    padding-top: 30px;
}
/* section3  */
.questo {
    background: rgba(247, 247, 247, 0.70);
    padding: 100px 0;
}
.questecon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    padding: 63px 0px;
}
.icons {
    display: flex;
    flex-direction: column;
    gap: 44px;
}
.questeflex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 17px;
}
.questeflex p {
    color: #686D76;
    font-size: 23px;
    font-weight: 400;
}
.questo .questop {
    color: #686D76;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
}
/* section4  */
.happyman {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    padding: 100px 40px;
}
.happyman .siamoh {
    text-align: start;
}

/* section6  */
.happywomen {
    background: #373A40;
    padding: 100px 0;
    margin-top: 188px;
}
.contattaci {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 20px;
}
.happywomen h2 {
    color: #FFF;
    font-size: 33px;
    font-weight: 700;
}
/* teachers  */
/* section 10  */
.custom-form {
    padding: 33px 0px ;
}
.custom-form .nome {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}
.custom-form input {
    border-radius: 7px !important;
    background: rgba(217, 217, 217, 0.11) !important;
    display: flex;
    width: 585px;
    padding: 19px 16px !important;
    align-items: center;
    gap: 10px;
    border: none !important;
    margin-top: 7px;
    margin-bottom: 27px;
    color: #FFF !important;
    font-size: 18px;
    font-weight: 400 !important;
}
.custom-form textarea {
    border-radius: 7px;
    background: rgba(217, 217, 217, 0.11);
    display: flex;
    width: 585px;
    height: 194px;
    padding: 19px 16px;
    align-items: flex-start;
    gap: 10px;
    border: none;
    margin-top: 7px;
    color: #FFF !important; 
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
input::placeholder {
    color: #FFF !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
textarea::placeholder {
    color: #FFF !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.custom-form .nomemain input:focus,
input:focus,
textarea:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); */
}
/* page end  */
.btnaction {
    display: flex;
    justify-content: end;
}
.course .theme a:hover {
    color: #024e64;
}

.graphbag img {
    max-width: max-content !important;
}

.col-lg-12 {
    max-width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.column-inner {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    max-width: 100% !important;
}
.builderpage #frontpage-available-course-list {
    display: none !important;
}

span#skipavailablecourses, span#skipavailablecourses + br {
    display: none !important;
}
.page-c {
    display: none !important;
}
.mb2-pb-row-inner {
    padding-top: 0px !important;
}

/* page  */
footer {
    background: #373A40;
    padding: 40px 0;
    padding-bottom: 0px;
    margin-top: 40px;
}

.footermain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.fooflex {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.foobar {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.foobars {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 12px;
}
.privacy {
    margin-top: 32px;
    padding: 32px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}
footer a:hover {
    color: #f88012;
}