/* Global Variables and Reset */
:root {
    --primary-bg: #2c3e50;
    --secondary-bg: #34495e;
    --accent-color: #3498db;
    --text-color: #ecf0f1;
    --button-color: #2980b9;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body Styles */
body {
    background-color: var(--primary-bg);
    color: var(--text-color);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}

/* Header Styles */
.header {
    height: 80px;
    background-color: var(--secondary-bg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.header h1 {
    margin: 0;
    color: var(--text-color);
    font-size: 2rem;
    font-family: 'Roboto', serif;
}

.header input[type="color"] {
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    cursor: pointer;
}

/* Content Styles */
.content {
    background-color: var(--secondary-bg);
    display: flex;
    max-width: 1600px;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.vid {
    width: 50%;
    object-fit: cover;
}

.data {
    padding: 20px;
    width: 50%;
}

.info, .work {
    font-weight: bold;
    color: var(--accent-color);
    margin-bottom: 15px;
}

/* Button Styles */
.button-27 {
    appearance: none;
    background-color: var(--button-color);
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 10px 0;
    min-height: 50px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    will-change: transform;
}

.button-27:hover {
    background-color: #2574a9;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.button-27:active {
    box-shadow: none;
    transform: translateY(0);
}

/* Specific Page Styles */
.data p {
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content {
        flex-direction: column;
    }
    
    .vid, .data {
        width: 100%;
    }

    .header {
        flex-direction: column;
        height: auto;
        padding: 10px;
    }

    .header h1 {
        margin-top: 10px;
    }
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mt-20 {
    margin-top: 20px;
}
.nginfo{
    width: 95%;
    border-left:#1d587f solid 2px;
    text-shadow: 2px 2px 2px #2574a9;
    margin-left: 10px;
    color: hs;
    
}
.yt{
    background-image: url("img/YouTube_social_white_square_\(2017\).svg.png");
    height: 50px;
    width: 50px;
   background-size: cover;
   margin-left: 5px;
   margin-top: 3px;
}
.foot{
    background-color: #174b6e;
    display: flex;
    justify-content: center;
    border-top: #2d6b97;
    border-style:outset;
    border-width: 3px;
}
.facebook{
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/c/cd/Facebook_logo_%28square%29.png");
    height: 50px;
    width: 50px;
   background-size: cover;
   margin-left: 5px;
   margin-top: 3px;
}
.conttxt{
    text-align: center;
    font-size: large;
}
.git{
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSbqj9Ii13d6hx5a9kyLnC5A8A96LDSaSZv_w&s");
    height: 50px;
    width: 50px;
   background-size: cover;
   margin-left: 5px;
   margin-top: 3px;
}
.tg{
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Telegram_2019_Logo.svg/1200px-Telegram_2019_Logo.svg.png");
    height: 50px;
    width: 50px;
   background-size: cover;
   margin-left: 5px;
   margin-top: 3px;
}
