* {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    background-color:#22231e;
}
.position1 {
    margin-bottom: 176px;
}
.header {
    display: flex;
    align-items: center;
}
.logo1 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 120px;
}

li {
    list-style: none;
}
.nav {
    /* background-color: yellow; */
    padding-bottom: 5px;
    height: 39px;
    margin-top: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d8cbcb;
  }
  .li-1 {
    margin-right: 61px;
    /* background-color: aqua; */
    height: 37px;
  }

.nav-bar li {
    list-style: none;
}
.nav .nav-bar li a {
    color: white;
    text-align: center;
    text-decoration: none;
}

.nav > .nav-bar li {
    display: inline-block;
    margin: 0 10px;
    padding-left: 15px;
    padding-right: 17px;
    position: relative;
}
.nav > .nav-bar li::after{
    content: '';
    height: 2px;
    width: 0;
    background: white;
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 36px;
    transition: 0.5s;
}
.nav > .nav-bar li:hover::after{
    width: 70%;
}

.a1 {
    display: inline-block;
    color: #22231e;
    text-align: center;
    text-decoration: none;
  }
  
  .dropdown {
    display: inline-block;
    tab-size: 40px;
  }
  
  .dropdown-content {
    display: none;
    margin-top: 16px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 1px solid  #d8cbcb;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {background-color: #000000;}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
.menu-toggle {
    display: none;
    cursor: pointer;
    margin-left: 10px;
    z-index: 999;
}

.bar {
    width: 30px;
    height: 4px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}


.menu-toggle.open .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
}

.menu-toggle.open .bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
}

li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #22231e;
}
.navigation {
    display: none;
    margin-top: 95px;
    background-color: #22231e;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    min-height: 650px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid #d8cbcb;
}
.navigation2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-right: 38px;
}
.navigation2 a {
    display: flex;
    text-decoration: none;
    color: white;
    padding: 20px;
}
.navigation.open {
    display: block;
}


@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    .header {
        margin-bottom: -38px;
    }
    .logo1 {
        display: flex;
        width: 100%;
        height: 80px;
        margin-right: 38px;
    }
    
    .position1 {
        margin-bottom: 98px;
    }
    .nav-bar {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #333;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .nav-bar.active {
        display: flex;
    }

    .nav-bar li {
        margin: 0;
        padding: 10px 0;
    }

    .menu-toggle.active {
        background-color: #0b0000;
    }
    .paragraph1 {
        padding-top: 30px;
    }
    .image-2 {
        margin-left: 60px;
        margin-right: 40px;
    }
    .header1 {
        margin-top: -30px;
    }
    .footer-section1 {
        margin-right: 50px;
    }
    .footer-section2 {
        width: 100%;
    }
}
.header1 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d8cbcb;
}
.paragraph1 {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.paragraph3 {
    color: white;
}
.header2 {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.image-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    transition: transform .4s;
}
.image-1:hover {
    transform: scale(1.1);
}
.image-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    transition: transform .4s;
}
.image-2:hover {
    transform: scale(1.1);
}
.header3 {
    border-bottom: 1px solid #d8cbcb;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.footer-section1 {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
}
.footer-section1 a {
    text-decoration: none;
    padding: 5px;
    color: white;
    cursor: pointer;
    font-size: 12px;
}
.footer-section1 a:hover {
    color: gray;
}
.filled-color2 {
    background-color: #22231e;
}
.main-footer {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
.footer-section2 {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.footer-section2 a {
    font-size: 12px;
    text-decoration: none;
    padding: 5px;
    color: white;
    cursor: pointer;
}
.footer-section2 a:hover {
    color: gray;
}