@import url("reset.css");
@import url("fonts.css");

body {
    font-family: "Montserratt", sans-serif;
    font-size: 18px;
}

.navigation {
    margin: 30px;
    padding: 0 10px;
    background-color: hsl(61, 94%, 50%);
}

h2.task,
.main-title {
    font-family: "Montserratt";
    font-size: 42px;
    font-weight: 800;
    color: #dc143c;
    text-align: center;
    text-shadow: 3px 3px 5px rgba(255, 0, 170, 0.507);
    line-height: 1.8;
    letter-spacing: 7px;
}

.title {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: rgb(255, 0, 170);
}

.link {
    color: rgb(27, 141, 218);
}

.article,
.article1,
.article2,
.article3,
.article4,
.article5,
.article6,
.article7,
.article8,
.article9,
.article10,
.article11,
.article12 {
    background-color: #06b649;
}

.text {
    background-color: #e04d6a;
}

h2,
.article,
.article1,
.article2,
.article3,
.article4,
.article5,
.article6,
.article7,
.article8,
.article9,
.article10,
.article11,
.article12,
.image {
    margin: 10px;
    padding: 30px;
}

.experiment1 .article1 {
    border: 6px solid rgb(73, 63, 63);
}

.experiment1 .article2 {
    border: 10px solid transparent;
    border-bottom: none;
}

.experiment1 .article2:hover {
    border-color: #3a491b;
}

.experiment1 .article3 {
    border-top: 15px solid rgb(16, 16, 196);
    border-right: 10px dashed rgb(238, 11, 227);
    border-bottom: 18px dotted rgb(200, 255, 0);
    border-left: 22px double rgb(255, 0, 0);
}

.experiment1 .text {
    border: 3px solid #0000ff;
    line-height: 1.2;
}

.experiment1 .image {
    border: 20px dotted #8a2be2;
    padding: 0;
}

.experiment2 .article {
    outline: 10px dashed rgb(216, 8, 8);
    outline-offset: 3px;
}
.experiment2 a:focus {
    outline: 4px solid rgb(58, 53, 53);
    outline-offset: 3px;
}

.experiment2 .text {
    outline: 4px solid #5f0dac;
}

.experiment2 .image {
    outline: 4px solid #0d52ac;
}

.experiment3 .article1 {
    border-radius: 20px;
}

.experiment3 .article2 {
    border-radius: 20px 30px 90px 50px;
    border: 4px solid #e72424;
    outline: 6px solid rgb(45, 45, 124);
}

.circle {
    width: 180px;
    height: 180px;
    background-color: #f2e308;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.radius {
    width: 380px;
    height: 180px;
    border-radius: 30% 70% 8% 92% / 30% 30% 70% 70%;
    background-color: #0aac48;
    margin: 0 auto;
}

.experiment4 .article1 {
    margin: 40px;
    box-shadow: 5px 25px 45px 35px rgb(8, 57, 122);
}

.experiment4 .article2 {
    margin: 145px 40px 10px;
    box-shadow: inset -10px -15px 35px 25px rgb(121, 6, 77);
}

.experiment4 .item {
    padding: 40px;
    text-align: center;
}

.experiment4 .image {
    box-shadow:
        5px 25px 45px 35px rgb(8, 57, 122),
        -10px -15px 35px 25px rgb(121, 6, 77),
        inset -10px -15px 35px 25px rgb(36, 189, 6);
    margin: 70px;
}

.button {
    display: inline-block;
    padding: 15px;
    background-color: #7832b9;
    border-radius: 18px;
    text-transform: capitalize;
    letter-spacing: 4px;
    margin: 0 20px 40px;
    box-shadow: 0 7px 0px 0px rgb(39, 31, 31);
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.button:hover {
    top: 3px;
    box-shadow: 0 5px 0px 0px rgb(39, 31, 31);
}

.experiment4 .text {
    box-shadow:
        5px 5px 5px 10px rgb(39, 31, 31),
        inset 0px 0px 10px 0px rgb(35, 179, 7);
}

.experiment5 .article1 {
    opacity: 0.5;
}

.experiment5 .article2 {
    visibility: hidden;
}

.experiment6 .article1 {
    background-image: url(../img/pink-flower.jpg);
    background-size: 300px;
}

.experiment6 .article2 {
    background: #833ab4;
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

.experiment6 .article3 {
    background: #833ab4;
    background: radial-gradient(circle, rgba(131, 58, 180, 1) 0%, rgba(29, 92, 253, 1) 73%, rgba(252, 176, 69, 1) 100%);
}

.experiment6 .article4 {
    background: #833ab4;
    background: linear-gradient(
        158deg,
        rgba(131, 58, 180, 1) 0%,
        rgba(141, 253, 29, 0.23) 56%,
        rgba(252, 176, 69, 1) 100%
    );
}

.experiment6 .article5 {
    background-image: url(../img/pink-flower.jpg);
    height: 1200px;
    background-attachment: fixed;
    background-size: auto 400px;
}

.experiment6 .article6 {
    background-image: url(../img/pink-flower.jpg);
    background-repeat: no-repeat;
    background-position: 100px 200px;
    height: 1000px;
    background-size: 400px 200px;
}

.experiment6 .article7 {
    background-image: url(../img/pink-flower.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 800px;
}

.experiment6 .article8 {
    background-image: url(../img/pink-flower.jpg);
    background-repeat: repeat-y;
    background-position: 50%;
    height: 1200px;
}

.experiment6 .article9 {
    background-image: url(../img/pattern.webp);
    height: 1200px;
}

.experiment6 .article10 {
    background-image: url(../img/pink-flower.jpg);
    background-repeat: no-repeat;
    height: 1000px;
    background-size: contain;
}

.experiment6 .article11 {
    background-image: url(../img/pink-flower.jpg);
    background-repeat: no-repeat;
    height: 1000px;
    background-size: cover;
    background-position: center;
    border: 15px dashed rgb(192, 90, 167);
    background-clip: border-box;
}

.experiment6 .article12 {
    background: #010107;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(22, 22, 148) 35%, rgba(0, 212, 255, 1) 100%);
    background-clip: text;
    color: transparent;
}

.experiment7 .article {
    background:
        url(../img/purpur-flower.jpg) center / 150px no-repeat,
        url(../img/yellow-flower.jpg) right top / 300px no-repeat,
        radial-gradient(circle, rgba(174, 238, 197, 1) 0%, rgba(148, 187, 233, 1) 100%);
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 170px solid transparent;
    border-right: 30px solid rgb(32, 113, 218);
    border-bottom: 50px solid transparent;
    margin: 0 50px 20px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 700px solid rgb(32, 113, 218);
    border-bottom: 100px solid transparent;
    margin: 0 50px 20px;
}

.arrow-top {
    width: 0;
    height: 0;
    border-right: 350px solid transparent;
    border-left: 50px solid transparent;
    border-bottom: 100px solid rgb(32, 113, 218);
    margin: 0 50px;
}

.arrow-bottom {
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-left: 350px solid transparent;
    border-top: 100px solid rgb(32, 113, 218);
    margin: 0 50px;
}

.experiment9 .item {
    padding-left: 45px;
    background: url(../img/check.svg) 0 0 no-repeat;
    margin: 0 0 10px 30px;
    min-height: 32px;
    line-height: 1.5;
}

.experiment9 {
    margin-bottom: 20px;
}

h2.task {
    text-decoration: none;
}

.hero {
    padding-top: 114px;
    padding-bottom: 110px;
    background:
        url(../img/hero-banner.jpg) left center / cover no-repeat,
        #d9d9d9;
    margin-bottom: 82px;
}

.hero-banner {
    max-width: 1392px;
    margin: 0 auto;
}

.content {
    max-width: 650px;
    margin-left: auto;
    font-family: Lato, sans-serif;
    color: #2f302c;
}

.content h2 {
    padding: 0;
    margin: 0 0 20px 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.content h1 {
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 1.04;
}

.content span {
    font-weight: 800;
}

.line {
    margin-left: 10px;
    width: 100%;
    height: 1px;
    max-width: 308px;
    margin-bottom: 36px;
    background-color: #2f302c;
}

.content p {
    max-width: 374px;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 500;
    line-height: 1.25;
    color: #7e7f7c;
}

.clauses {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 1px solid rgb(253, 251, 251);
    border-radius: 8px;
    box-shadow: 0 13px 19px 0 rgba(0, 0, 0, 0.07);
    background: #ffffff;
}
.clauses .list {
    padding: 16px 0;
    min-width: 270px;
    height: 100%;
    max-height: 268px;
    margin-bottom: -15px;
}
.clause-up {
    background: url(../img/check.svg) 0 0 no-repeat;
}
.clause-out {
    background: url(../img/check-out.png) 0 0 no-repeat;
}
.clause-up,
.clause-out {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.01em;
    color: #252b42;
    padding-left: 42px;
    padding-top: 4px;
    margin: 0 0 15px 30px;
    min-height: 32px;
}

footer {
    margin-top: 20px;
}
