@font-face {
    font-family: 'Aftika';
    src: local('Aftika Extra Bold'), local('Aftika-Extra-Bold'),
    url('Aftika-ExtraBold.woff2') format('woff2'),
    url('Aftika-ExtraBold.woff') format('woff'),
    url('Aftika-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Aftika';
    src: local('Aftika Extra Light'), local('Aftika-Extra-Light'),
    url('Aftika-ExtraLight.woff2') format('woff2'),
    url('Aftika-ExtraLight.woff') format('woff'),
    url('Aftika-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

h1 {
    font-weight: 800;
    font-size: 36pt;
    margin-bottom: 0;
}
a {
    text-decoration: none;
}
.description{
    margin-top: 0;
}
h2 {
    font-weight: 200;
    font-size: 30pt;
}

p {
    font-size: 9pt;
    font-weight: 200;
}

.bold {
    font-weight: 800;
    font-size: 28pt;
}

.bold-btn {
    font-weight: 800;
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Aftika',
    sans-serif;
    margin: 0;
    color: white;

}

.mySlides {
    display: none;
    padding-bottom: 10px;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: relative;
}


/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display: flex;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #001f02;
    background: #12ff00;
    border-radius: 50%;
    font-size: 15px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

.wrap {
    display: flex;
    min-height: 100vh;
    padding: 20px 30px;
    background-size: cover;
    justify-content: space-around;
    align-items: center;
    max-width: 1000px;
}

.slider {
    width: 40%;
}

.description-container {
    width: 50%;
}

.slider {
    padding: 20px;
}

.color-green {
    color: #12ff00;
}

.container {
    display: flex;
    min-height: 100vh;
    background: url("img/background.png") no-repeat right;
    background-size: cover;
    justify-content: center;
}

.btn-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.choose {
    background: #0a9200;
    border: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 6px 15px;
    width: 170px;
    justify-content: space-between;
}
.choose:hover {
    background: #0a8200;
    cursor: pointer;
}
.choose:focus {
outline: none;
}
.choose div img {
    width: 25px;
}

.choose p {
    margin: 0;
    color: white;
    text-align: right;
    font-size: 10.2pt;
}

.prev {
    left: 35%;
}

.back-arrow, .next-arrow {
    width: 25px;
    height: 25px;
    position: absolute;
    border-top: 7px solid #12ff00;
    border-right: 7px solid #12ff00;
    display: block;
}

.back-arrow {
    transform: rotate(-135deg);
}

.first {
    left: calc(30% - 5px);
}

.second {
    left: calc(30% - 17px);

}

.opacity-3 {
    opacity: 0.2;
}

.opacity-2 {
    opacity: 0.5;
}

.next {
    right: 35%;
}

.next-arrow {
    transform: rotate(45deg);
}

@media screen and (max-width: 900px){
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 23px;
    }
    .bold{
        font-size: 21px;
    }
    .wrap{
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
    .slider {
        width: 60%;
    }

    .description-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .btn-wrap{
        justify-content: flex-start;
        margin-right: 0;
    }
    .choose:first-child{
        margin-right: 20%;
    }
}
@media screen and (max-width: 700px) {
    .slider {
        width: 70%;
    }
}
@media screen and (max-width: 600px) {
    .slider {
        width: 80%;
    }
}
@media screen and (max-width: 500px) {
    .slider {
        width: 90%;
        padding: 0;
    }
    .wrap{
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 400px) {
    .slider {
        width: 100%;
        padding: 0;
    }
    .btn-wrap{
        flex-wrap: wrap;
        justify-content: center;
    }
    .choose:first-child{
        margin-right: 30px;
    }
    .choose{
        margin: 0 30px 30px 30px;
    }
}
