
.containers {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 75vh;
    width: 100vw;
    max-height: 100vh;
    max-width: 100vw;
}

nav {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    padding: 10px 20px;
    background-color: #fff;
    margin: 30px;
}

.logo {
    height: 100%;
}

.logo img {
    height: 100%;
}

ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

li {
    cursor: pointer;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.sign,
.contact-btn {
    cursor: pointer;
    padding: 5px 10px;
    border: 2px solid #a1a1a1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
}

main {
    position: relative;
    display: flex;
    margin: 50px;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    height: 80%;
}

.info {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 30px;
}

.gallery {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
}

.gallery img {
    border: 3px solid #fff;
}

.main-img {
    height: 60%;
    width: 80%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #fff !important;
}

.float-a,
.float-b,
.float-c,
.float-d {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.float-a {
    top: 0;
    left: 0;
    z-index: -1;
    height: 140px;
    width: 140px;
}

.float-b {
    bottom: 30px;
    right: 0;
    z-index: 1;
    height: 120px;
    width: 120px;
}

.float-c {
    bottom: 20px;
    left: 20px;
    z-index: 1;
    height: 80px;
    width: 80px;
}

.float-d {
    top: 0;
    right: 150px;
    z-index: 1;
    height: 100px;
    width: 100px;
}

.contact {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    padding: 10px 15px;
    background-color: #fff;
    margin: 0 5px;
}

.contact-btn {
    padding: 3px 14px;
    background-color: #c30d04;
    border: none;
    color: #fff;
}

.email {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

footer {
    width:60%;
    border: 3px solid #c30d04;
    margin: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

footer,
.options {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
}

.footer-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-container span,
.options ul {
    margin: 30px 20px 30px 40px;
}

.options {
    background: #c30d04;
    width: 100%;
    color: #fff;
}

.options ul {
    margin-left: 80px;
    display: flex;
    gap: 80px;
}

.pattern,
.pattern-b,
.pattern-c {
    content: "";
    position: absolute;
    background-color: #f6fafc;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23dbdbdb' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
    z-index: -2;
}

.pattern {
    height: 200px;
    width: 120px;
    top: -50px;
    left: -20px;
}

.pattern-b {
    height: 150px;
    width: 140px;
    bottom: -20px;
    left: 0px;
}

.pattern-c {
    height: 180px;
    width: 160px;
    top: -70px;
    right: -10px;
}
