* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background-color: #111; */
}

body {
    background-color: #111;
}

a {
    text-decoration: none;
}

header {
    overflow: hidden;
    background-color: #111;
    position: fixed;
    top: 0;
    width: 100%;
}

@font-face {
    font-family: originalFont;
    src: url("../organical.ttf");
}

.main-head{
    font-family:originalFont;
    font-size:32px;
    color:turquoise;
    text-align:center;
    margin-top:120px;
}

.main-head span{
    font-size:48px;
}


.active {
    padding-top: 20;
    margin-top: 20px;
}

.hero {
    color: tomato;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.content-sec {
    padding-left: 80px;
    padding-bottom: 50px;
}

.content-sec .details p span {
    font-weight: bold;
}

.content-sec .details {
    color: whitesmoke;
}

.content-sec .imgBx img {
    border-radius: 10px;
}