*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}

h3 {
    font-size: 1.8rem;
}

a {
    text-decoration: none;
    font-size: 1.4rem;
}

.header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0.7) 100%), url('../images/sautiya-tumaini-header.JPG');
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: cover;

    position: relative;
}

/* .header::after {
    content: '';
    position: absolute;
    background-color: white;
    clip-path: polygon(96% 12%, 100% 0, 100% 28%, 100% 70%, 100% 100%, 0 100%, 35% 84%, 69% 60%);

    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
} */

.header-title {
    font-size: 1.6rem;
}

p {
    font-size: 1.6rem;
}

.text-white {
    color: white;
}

.navlist {
    display: flex;
    list-style-type: none;
    align-items: center;
}

.navlist li:not(:first-child) {
    margin-left: 2rem;
}

.navlist a {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}

.navlist a:hover {
    color: #1290BF;
    transition: 0.3s ease;
}

.btn {
    border: 2px solid black;
    background-color: transparent;
    color: black;
    padding: 1rem 1.9rem;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
}

.info {
    border: 2px solid #2196F3;
    color: dodgerblue;
}

.info:hover {
    background: #2196F3;
    color: white !important;
}

.grey {
    border-color: #676A75;
    color: #393939;
}

.grey:hover {
    background: #676A75;
    color: white;
}

@media only screen and (min-width: 992px) {
    .header {
        height: 600px;
    }

    .header-content h1 {
        margin-top: 150px;
        font-size: 4.7rem;
    }

    .header-content h4 {
        font-size: 2.4rem;
    }
}

.header-content h4 {
    font-weight: 400;
}

.header-content h1 {
    line-height: 1.3;
}

.radio-spacer {
    margin: 100px 0 70px;
}

.content-title {
    color: #1290BF;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
}

.radio-text {
    font-size: 1.6rem;
    color: #676A75;
    line-height: 32px;
    margin-top: 40px;
}

.radio-live {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0.5) 100%), url('../images/sautiya_tumaini_mid.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: ;
}

.person-name,
.person-place {
    color: #272727;
    font-weight: bold;
}

.person-place {
    font-size: 1.4rem;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #676A75;
}

.btn-white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #676A75;
}

.quotes {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: -75px;
    left: -65px;
    background: white;
    width: 90px;
    height: 90px;
    -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
}

.content-title-2 {
    width: 300px;
    color: #fff;
    margin-bottom: 6rem;
}

@media only screen and (min-width: 992px) {
    .radio-live {
        height: 680px;
    }

    .contact-form {
        margin-bottom: 70px;
    }
}

.video-section {
    background: linear-gradient(to bottom, #1290BF, #1F3A7C 100%);
}

.video {
    width: 100%;
    height: 400px;
}

.form-control {
    padding: 19px 6px 18px 16px;
    font-size: 1.2rem;
    color: #747474;
    font-weight: 400;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgb(199, 199, 199);
    transition: 0.1s ease;
}

.form-control:hover {
    border: 1px solid #3b3232;
}

.form-control:focus {
    outline: none;
    border: 1px solid #FF8B7C;
}

.contact-form-text {
    color: #676A75;
    font-size: 2.5rem;
    font-weight: 300;
}

.text-center {
    text-align: center;
}

.btn-primary {
    width: 100%;
    background-color: #1290BF;
    border: 0;
    border-radius: 3px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    height: 50px;
}

.btn-primary:hover {
    background-color: #DD4952;
}

.footer {
    background-color: #FBFBFB;
    border: 1px solid #E3E3E3;
    border-bottom: 0;
}

.footer-link {
    color: #393939;
    transition: 0.2s ease;
    font-weight: bold;
}

.footer-link:hover {
    color: #131313;
}

.line-link {
    margin-top: 20px;
    display: flex;
}

.line-link::before,
.line-link::after {
    color: white;
    content: '';
    flex: 1;
    border-bottom: groove 2px;
    margin: auto 0;
    box-shadow: 0 -1px;
}

.contact-line {
    border: 1px solid #9A9A9A;
    padding: 5px 10px;
}

.footer-spacer {
    margin: 80px 0;
}

.footer-text {
    font-size: 1.5rem;
    color: #676A75;
}

.footer-mail {
    font-size: 1.5rem;
    color: #1290BF;
}

.to-top {
    color: #676A75;
    padding-top: 3rem;
    display: inline-block;
    /* or block */
    position: relative;
    border-color: #676A75;
    text-decoration: none;
    transition: all .3s ease-out;
}

.to-top:before {
    content: '\2191';
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -.7em;
    border: solid 1px #676A75;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    border-color: inherit;
    transition: transform .5s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
}

.to-top:hover {
    color: rgb(224, 31, 63);
    border-color: rgb(224, 31, 63);
}

.to-top:hover:before {
    transform: rotate(360deg);
}

.covering {
    position: absolute;
    right: 5px;
    top: 65px;
    background: white;
    width: 30px;
    height: 32px;
    z-index: 2;
}

.listen-radio {
    position: relative;
}

.listen-online {
    background-image: url('../images/radio-play.jpg');
    background-size: cover;
    height: 280px;
    background-repeat: no-repeat;
}

.cover-background {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.750), rgba(0, 0, 0, 0.750));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
}

.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
}

.movevideo {
    position: absolute;
    top: -55px;
}

.movevideo iframe {
    width: 100%;
    height: 200px;
}

#form-messages {
    font-size: 1.4rem;
}

.dropbtn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}


li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 12px;
    margin-left: -20px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.link-list {
    list-style-image: url('../images/highlightdot2.gif');
    margin-left: 20px;
}

.social-icon {
    transition: .3s ease;
}

.social-icon:hover {
    transform: scale(1.2);
}

.text-success {
    color: green;
}

.text-warning {
    color: rgb(243, 66, 66);
}


@media only screen and (max-width: 992px) {
    .header {
        height: 100vh;
        background-position: center;
    }

    .navlist {
        display: none;
    }

    .header-title {
        font-size: 1.8rem;
    }

    .mobile-navbar .form-control {
        height: 40px;
        padding: 9px;
    }

    .header-content {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
        width: 66%;
    }

    .header-content h1 {
        font-size: 2.5rem;
    }

    .header-content h4 {
        font-size: 1.7rem;
    }

    .content-title {
        font-size: 2.2rem;
    }

    .radio-text {
        font-size: 1.3rem;
    }

    .quotes {
        left: 0;
    }

    .person-name,
    .person-place {
        color: #f1f1f1;
    }

    .radio-live {
        background-position: center;
    }
}

/* mobile navbar */
#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    /* top: 3px;
    left: 10px; */
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid #f1f1f1;
    padding: 8px;
}

#menu {
    list-style-type: none;
}

#menu a {
    text-decoration: none;
    color: #1E1E23;
    opacity: 1;
    font-size: 2rem;
    font-weight: 400;
    transition: 200ms;
}

#menuToggle input {
    /* display: flex;
    width: 40px;
    height: 32px;  */
    position: absolute;
    cursor: pointer;
    opacity: 0;
    height: 20px;
    width: 30px;
    z-index: 2;

}

#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 230px;
    height: 400px;
    box-shadow: 0 0 10px #85888C;
    margin: -50px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background-color: #F5F6FA;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
    padding: 10px 0;
    transition-delay: 2s;
}

#menuToggle input:checked~ul {
    transform: none;
}