
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    width: 100%;
    height: 100%;

}
body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    background-image: ;
}


.navbar {
    background-color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar .logo a {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
}

.navbar .nav-links {
    display: flex;
    list-style: none;
}

.navbar .nav-links li {
    margin-left: 30px;
}

.navbar .nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 0;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.navbar .nav-links li a:hover {
    color: #f39c12;
    border-bottom: 2px solid #f39c12;
}


.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: all 0.3s ease;
}


@media (max-width: 768px) {
    .navbar .nav-links {
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #222;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .navbar .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }
}


@media (max-width: 768px) {
    .menu-toggle.active .bar: {
        transform: rotate(45deg);
        transform-origin: 5px 5px;
    }
    .menu-toggle.active .bar: {
        opacity: 0;
    }
    .menu-toggle.active .bar: {
        transform: rotate(-45deg);
        transform-origin: 5px 16px;
    }
}

.foto{
   width: 50px;
   height: 50px;
   transition: transform 0.3s ease;
    /*smooth transition */
}
.foto:hover{
     transform: scale(1.2);
}
.welcome{
    margin-left: 450px;
    font-size: 40px;
}
p{
   margin: 30px; 

}
.drosha{
    width: 100px;
    height: 100px;
}
.gerb{
    width: 100px;
    height: 100px;

}
.a{

}
.oir{
    display: flex;
}
.muzeumi1{
   display:flex;
}
.kviaxidzeebi{
    height: 150px;
    width: 150px;
}
.nigazeuli{
    display: flex;
}
.nig{
    height: 150px;
    width: 150px;
}
h2{
      margin-left: 500px;
    font-size: 40px;
}
.history{
    margin-left: 420px;
    font-size: 40px;
}
.gamonatlevi{
    height: 150px;
    width: 150px;
}
.gamo{
    display: flex;
}
.otolta{
    display: flex;
}
.calendar-container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 350px;
}

.calendar-header {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 5px;
}

td {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

td:hover {
    background-color: #3498db;
    color: white;
}

td.empty {
    background-color: #f4f4f4;
    cursor: default;
}.weather-container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
}

.weather-header h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.weather-info {
    margin-bottom: 20px;
}

.temperature .temp {
    font-size: 50px;
    color: #3498db;
    font-weight: bold;
}

.weather-description p {
    font-size: 16px;
    color: #555;
    margin: 5px 0;
}

.icon img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

.weather-footer p {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}
.ertad{
    display: flex;
}