

html {
    --lingopie-orange: #ff6d00;
    --mobile-padding-left: 15px;
    --mobile-padding-right: 15px;
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #110b11;
    color: white;
}

h1 {
    font-size: 32px;
    font-family: var(--main-font);
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 17px;
    font-family: var(--main-font);
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
}

section {
    padding-left: var(--mobile-padding-left);
    padding-right: var(--mobile-padding-right);
}

img{
    vertical-align:baseline
}

.orange-line {
    background-color: var(--lingopie-orange);
    height: 3.5px;
}

.things_youll_learn,
.show-level--mobile,
.show-description,
.show-category,
.essential-tips,
.btn-container {
    padding-left: var(--mobile-padding-left);
    padding-right: var(--mobile-padding-right);
}

.desktop-link{
    display: none;
}

.desktop-line{
    display: none;
}

a{
    text-decoration: none !important;
}

/* ============================================
              nav bar
   ============================================ */

nav {
    display: flex;
    padding: 17px var(--mobile-padding-right) 0 var(--mobile-padding-left);
    margin-bottom: 20px;
}

.push {
    margin-left: auto;
}

.start-free-trial {
    text-decoration: none;
    color: var(--lingopie-orange);
    font-family:  var(--main-font);
    align-self: center;
}

/* ============================================
             Deviding-Line
   ============================================ */

.line {
    height: 0.5px;
    background-color: white;
    opacity: 0.2;
    border: solid 1px #ffffff;
    width: 92%;
}


/* ============================================
            Orange-button, btns
   ============================================ */
.orange-btn {
    border-radius: 3px;
    background-color: var(--lingopie-orange);
    border: none;
}

.btn {
    height: 59px;
    color: white;
    width: 100%;
    margin-top: 25px;
    font-family:  var(--main-font);
    font-weight: 500;
    font-size: 17px;
    padding:5px;
}

.btn:hover{
    color: white;
}

.desktop-btn {
    display: none;
}

.free {
    background-color: white;
    color: var(--lingopie-orange);
    border-radius: 50px;
    padding: 2px 10px;
}


/* ============================================
             Show-header
   ============================================ */

.show-header {
    padding-top: 20px;
}

.show-header>h1 {
    margin-top: 10px;
}

.mobile-show-img {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
}

.show-country {
    font-family: var(--main-font);
    margin-top: 25px;
}

.country-flag {
    margin-left: 7px;
    vertical-align: middle;
}

/* ============================================
              Things you`ll learn
   ============================================ */

.things_youll_learn {
    margin-top: 37px;
}

.things_youll_learn_mobile_container {
    display: flex;
    padding: 25px 40px 25px 61px;
    border-bottom: 2px solid black;
}

.things_youll_learn-heading {
    font-family: var(--main-font);
    display: inline-block;
    vertical-align: super;
    margin-left: 11px;
    align-self: center;
}

.things_youll_learn_logo {
    width: 33px;
    height: 31px;
}

.mobile_gradient {
    background-image: linear-gradient(to bottom, #494949 8%, #110b11 99%);
    border-radius: 3px;

}

.things_youll_learn-list {
    list-style: none;
    padding-left: 18px;
    padding-top: 22px;
}

.things_youll_learn-list li {
    margin-bottom: 9px;
    font-family: var(--main-font);

}

.things_youll_learn-list li:before {
    content: '✓';
    margin-right: 17px;
}

/* ============================================
              Show level, show level mobile
   ============================================ */

.show-level{
    display: none;
}

.show-level--mobile {
    margin-top: 40px;
    margin-bottom: 35px;
    font-family: var(--main-font);
}

.show-level-text {
    margin-left: 10px;
    
}

.level{
    margin-right: 10px;
}

.level-img{
    width: 54px;
    height: 20px;
}

/* ============================================
             Show description
   ============================================ */

.show-description {
    margin-top: 25px;
    font-family: var(--main-font);
    font-size: 17px;
    line-height: 27px;
}

.show-category {
    color: #696969;
    font-size: 17px;
    font-family: var(--main-font);
    margin-bottom: 33px;
}

.description-text{
    white-space: pre-wrap;
}


/* ============================================
             Show info
   ============================================ */

.show-info {
    line-height: 25px;
    font-size: 14px;
    margin-top: 25px;
    font-family: var(--main-font);
    margin-bottom: 29px;
}

.show-info-title,
.show-data {
    color: #ababab;

}


/* ============================================
             Essintial tips
   ============================================ */
.essential-tips {
    margin-top: 30px;
    position: relative;
}

.essential-tips-desktop-container{
    display: block;
}

.essential-tips-heading {
    text-align: center;
    font-weight: normal;
    font-family: var(--main-font);
}

.essential-tip {
    margin-top: 14px;
    width: auto;
    height: auto;
    padding: 21px;
    background-color: #2f2e2e;
    border-radius: 4px;
    -webkit-clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 9%)
}

.tips-logo-container{
    display: flex;
    justify-content: center;
}

.tips-logo {
    /* display: block; */
    margin: auto;
    width: 31px;
}

.tips-heading {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.4;
    font-family: var(--main-font);
    text-align: center;
}

.essential-tip p {
    font-family: var(--main-font);
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}



/* ============================================
            show slider
   ============================================ */
   
.show-slider {
    padding-left: var(--mobile-padding-left);
    margin-top: 60px;
    height: 220px;
}

.show-slider-heading {
    margin-bottom: 14px;
}

.show-container img {
    width: 99%;
    border-radius: 7px;
    height: 115px;
}

.show-container h3 {
    font-family:var(--main-font);
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 11px;
    font-weight: normal;
    width: 80%;
}

.carusel-img{
    object-fit: cover;
}

.more-like-this{
    margin-top: 30px;
}

.carusel-link{
    color: white;
}

.carusel-link:hover, .carusel-link:focus{
    color: var(--lingopie-orange);
}

.carusel-link:active,.carusel-link:focus{
    outline: none;
}

.slick-track{
    margin-left: 0px !important;
}

.show-slider-show-name{
    display: block;
    margin-top: 10px;
    font-family: var(--main-font);
}

/* ============================================
            More details
   ============================================ */

.more-details {
    margin-top: 30px;
}

.more-details div {
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 21px;
}

.detail-title,
.detail {
    font-size: 14px;
    font-family: var(--main-font);
    color: #ababab;
}

.detail {
    margin-top: 0px;
    margin-bottom: 0;
    color: white;
}


/* ============================================
            Bottom button container
   ============================================ */

.btn-container {
    margin-bottom: 50px;
}








