* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: sans-serif;
    background-color: #191919;
    color: #ffff;
}

body::selection {
    background-color: #baba4b;
    color: #191919;
}

header{
    z-index: 10;
}

#first {
    height: 90px;
    width: 100%;
    border-bottom: 1px solid rgb(54, 54, 28);
    background-color: #191919;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
}

.barline {
    height: 50px;
    width: 50%;
    border: 1px solid rgb(61, 54, 19);
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 30px;
}

.barline li a {
    text-decoration: none;
    color: white;
}

.barline li:hover {
    border-bottom: 2px solid yellow;
}

.barline li a:hover {
    color: yellow;
}

.searchbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

#menu {
    background-color: yellow;
    padding: 15px;
    border-radius: 30px;
    font-family: 'Poppins';
    font-weight: 500;
    border: none;
    padding: 7px 30px;
    font-size: 16px;
    line-height: 1.8;
    min-height: 48px;
}
#menu:hover{
    border: 2px solid rgb(54, 54, 28);
    background-color: transparent;
    color: yellow;
}

#svg_icon {
    color: white;
}

#svg_icon:hover {
    color: yellow;
}

.section {
    height: 100%;
    width: 100%;
}

.section .main {
    height: 100%;
    width: 100%;
    position: relative;
}

.hero_text svg {
    display: none;
    position: relative;
}

.hero_text .inner_text {
    position: absolute;
    top: 50%;
    left: 25%;
    text-align: center;
    height: 50%;
    width: 50%;
}

.inner_text h1 {
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 900;
    font-family: "Oswald", sans-serif;
    line-height: 75px;
}

.inner_text p {
    font-size: 18px;
    line-height: 29px;
    font-family: "Poppins", sans-serif;
    color: #ffffffa9;
}

.inner_text h1 span {
    color: #ffff00;
}

.yellow_line {
    width: 100%;
    height: 80px;
    background-color: #ffff53;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #191919;
}

.yellow_line h3 {
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 600;
}
.yellow_line::selection{
    background-color: #4a4a4a;
    color: #f4f448;
}

.main_cord_container {
    padding: 4em 4em;
    min-height: 100%;
    width: 100%;
    flex-wrap: wrap;
}

.main_cord_container h1 {
    font-size: 58px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
    font-family: "Oswald", sans-serif;
    line-height: 75px;
}

.main_cord_container h1 span {
    color: #ffff00;
}

.cord_container {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1em;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}

.cord {
    background-color: #000000b3;
    padding: 2em 2em;
    border-radius: 30px;
    transition: all 0.3s linear;
    border: 2px solid #747443;
    height: 100%;
    width: 100%;
}

.cord:hover {
    transform: translateY(-4px);
}

.cord h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 1em 0em;
    font-family: "Oswald", sans-serif;
}

.cord:hover h2 {
    color: #ffff00;
}

.cord p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    color: #ffffffa9;
}

.container {
    min-height: 100%;
    width: 100%;
    padding: 40px;
}

.container h1 {
    text-transform: uppercase;
    font-size: 48px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 50px;
    margin-left: 40px;
}

.container h1 span {
    color: #ffff00;
}

.cards {
    max-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.lefto {
    /* height: 100%; */
    width: 58%;
    overflow: hidden;
    position: relative;
    border: 1px solid #6e6e6a7a;
    border-radius: 20px;
}

.cards .lefto img {
    height: 360px;
    width: 100%;
    border-radius: 20px;
}

.cards .same a {
    text-decoration: none;
}

.cards .same a button {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 20px;
    font-size: 15px;
    padding: 4px 20px;
    background-color: transparent;
    border: 1px solid #9fa08eb3;
    border-radius: 50px;
}

.cards .same a button i {
    height: 35px;
    width: 35px;
    background-color: #f4f448;
    color: #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s linear;
}

.cards .same a button:hover {
    color: #f4f448;
    cursor: pointer;
}

.cards .same a button:hover i {
    background-color: transparent;
    border: 1px solid #9fa08eb3;
    color: #ffff00;
}

.righto {
    height: 100%;
    width: 30%;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    border: 1px solid #6e6e6a7a;
    border-radius: 20px;
}

.cards .righto img {
    height: 360px;
    width: 100%;
    border-radius: 20px;
}


.same {
    cursor: pointer;
}

.cards .same .overlay {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 100%;
    transition: all 0.3s linear;
}

.overlay h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    margin: 0px;
    margin-top: 150px;
    font-size: 32px;
    transition: all 0.5s;
}

.overlay p {
    font-size: 16px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    transition: all 0.5s;
}

.overlay a button {
    padding: 10px 30px;
    border: none;
    border-radius: 10px;
    background-color: #747443;
    color: #ffff;
    transition: all 0.5s;
}

.cards .same:hover .overlay {
    top: 0%;
    left: 0%;
    height: 100%;
    display: block;
    cursor: pointer;
    border-radius: 20px;
}
.container .a {
    padding: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    /* margin: 29px; */
}

.container .a button {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 20px;
    font-size: 15px;
    padding: 4px 20px;
    background-color: transparent;
    border: 1px solid #9fa08eb3;
    border-radius: 50px;
    margin-top: 20px;
    color: #ffff;
    /* border: none; */
    transition: all 0.5s;
}

.container .a button i {
    height: 35px;
    width: 35px;
    background-color: #f4f448;
    color: #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s linear;
}

.container .a button:hover i {
    background-color: transparent;
    border: 1px solid #9fa08eb3;
    color: #ffff00;
}

.container .a button:hover {
    color: #f4f448;
    cursor: pointer;
}
