adaptive_fix_4
This commit is contained in:
@@ -36,7 +36,7 @@ body {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
|
||||
background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.png") center center / cover no-repeat;
|
||||
background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.webp") center center / cover no-repeat;
|
||||
|
||||
z-index: -1;
|
||||
}
|
||||
@@ -51,7 +51,7 @@ button {
|
||||
border-radius: 33px;
|
||||
transition: all .1s;
|
||||
color: #e5b97e;
|
||||
box-shadow: #3a1f09 2px 4px 10px 2px;
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
||||
}
|
||||
button:hover {
|
||||
background-color: #f0c590;
|
||||
@@ -72,7 +72,7 @@ img {
|
||||
padding: 20px 180px;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
box-shadow: #3a1f09 2px 4px 10px 2px;
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
||||
}
|
||||
.nav {
|
||||
}
|
||||
@@ -165,7 +165,7 @@ img {
|
||||
width: 10%;
|
||||
border-radius: 10px;
|
||||
margin-left: 40px;
|
||||
box-shadow: #444 2px 2px 4px 0px;
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.burger {
|
||||
@@ -236,12 +236,12 @@ img {
|
||||
/* --------------------------------Welcome----------------------------- */
|
||||
|
||||
.heading {
|
||||
background: url("images/25.png") 50% 100% / cover;
|
||||
background: url("images/25.webp") 50% 100% / cover;
|
||||
margin: 0px 400px;
|
||||
/* border: 10px solid rgb(184, 136, 48); */
|
||||
/* border: 15px double rgb(184, 136, 48); */
|
||||
height: 640px;
|
||||
box-shadow: #000000 2px 4px 10px 2px;
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
||||
}
|
||||
.heading_content {
|
||||
padding: 15px 100px;
|
||||
@@ -251,7 +251,7 @@ img {
|
||||
z-index: 1;
|
||||
padding: 20px 0px 20px 0px;
|
||||
text-align: center;
|
||||
box-shadow: #000000 2px 4px 10px 2px;
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
||||
}
|
||||
.heading_cont::after {
|
||||
z-index: -1;
|
||||
@@ -336,7 +336,7 @@ h4 {
|
||||
align-items: center;
|
||||
background-color: rgba(245, 198, 124, 0.9);
|
||||
padding: 20px;
|
||||
box-shadow: #000000 2px 4px 10px 2px;
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
||||
}
|
||||
.img_newlywed {
|
||||
width: 40%;
|
||||
@@ -367,7 +367,6 @@ h4 {
|
||||
}
|
||||
.guest_item {
|
||||
text-align: center;
|
||||
background: url("images/55555.jpg") 100% 100% / cover;
|
||||
padding: 40px 80px;
|
||||
border-radius: 33px;
|
||||
opacity: 0.8;
|
||||
@@ -482,10 +481,11 @@ h4 {
|
||||
align-items: center;
|
||||
gap: 100px;
|
||||
}
|
||||
|
||||
.map > div {
|
||||
border: 1px solid #000;
|
||||
width: 760px; /* или 100% */
|
||||
height: 500px;
|
||||
max-width: 100%; /* или 100% */
|
||||
height: 100%;
|
||||
border-radius: 33px;
|
||||
}
|
||||
.map iframe {
|
||||
width: 100%;
|
||||
@@ -494,7 +494,6 @@ h4 {
|
||||
}
|
||||
.map_adress {
|
||||
font-size: 50px;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
font-weight: 900;
|
||||
}
|
||||
@@ -510,6 +509,50 @@ h4 {
|
||||
margin-top: 10px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.map_link {
|
||||
position: relative;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
||||
height: 450px;
|
||||
|
||||
border: 1px solid #000;
|
||||
border-radius: 33px;
|
||||
}
|
||||
|
||||
.map_preview {
|
||||
width: 100%;
|
||||
height: 450px;
|
||||
object-fit: cover;
|
||||
transition: transform .4s ease;
|
||||
}
|
||||
|
||||
.map_link:hover .map_preview {
|
||||
transform: scale(1.03);
|
||||
}
|
||||
|
||||
.map_btn {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
background: rgba(0,0,0,0.7);
|
||||
color: white;
|
||||
|
||||
padding: 14px 24px;
|
||||
border-radius: 30px;
|
||||
|
||||
font-size: 24px;
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
.map_div {
|
||||
|
||||
}
|
||||
.map {
|
||||
width: 650px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* --------------------------------PHOTOS-------------------------------------- */
|
||||
.photos {
|
||||
@@ -573,7 +616,7 @@ h4 {
|
||||
.to-do-list_item {
|
||||
background: linear-gradient(135deg, #f3d9c6, #e8c3a4, #d9a77a);
|
||||
backdrop-filter: blur(6px);
|
||||
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
display: flex;
|
||||
@@ -590,9 +633,9 @@ h4 {
|
||||
color: #3e2a1f;
|
||||
text-shadow: 0 1px 1px rgba(255,255,255,0.3);
|
||||
}
|
||||
.to-do-list_item_img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
.to-do-list_item svg {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
/* ---------------------------ANSWER----------------------------------- */
|
||||
@@ -606,7 +649,7 @@ h4 {
|
||||
padding: 50px;
|
||||
margin: 0 300px;
|
||||
border-radius: 25px;
|
||||
box-shadow: 0 15px 40px rgba(0,0,0,0.08);
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
@@ -721,7 +764,7 @@ textarea {
|
||||
.footer {
|
||||
background-color: #2f1e14;
|
||||
color: #fff;
|
||||
box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
||||
}
|
||||
.footer_inner {
|
||||
display: flex;
|
||||
@@ -799,6 +842,7 @@ textarea {
|
||||
.heading {
|
||||
margin: 0 350px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 1620px) {
|
||||
@@ -826,6 +870,18 @@ textarea {
|
||||
margin: 0 300px;
|
||||
height: 580px;
|
||||
}
|
||||
.map_link {
|
||||
height: 400px;
|
||||
}
|
||||
.map > div {
|
||||
height: 400px;
|
||||
}
|
||||
.map_preview {
|
||||
height: 400px;
|
||||
}
|
||||
.transfer_map {
|
||||
gap: 70px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1520px) {
|
||||
.menu {
|
||||
@@ -844,13 +900,10 @@ textarea {
|
||||
}
|
||||
.time {
|
||||
font-size: 90px;
|
||||
}
|
||||
.transfer_map {
|
||||
gap: 50px;
|
||||
}
|
||||
.map > div {
|
||||
width: 620px;
|
||||
height: 420px;
|
||||
width: 500px;
|
||||
height: 350px;
|
||||
}
|
||||
.form_name {
|
||||
font-size: 30px;
|
||||
@@ -868,6 +921,15 @@ textarea {
|
||||
.to-do-list_items {
|
||||
width: 70%;
|
||||
}
|
||||
.map {
|
||||
width: 500px;
|
||||
}
|
||||
.map_link {
|
||||
height: 350px;
|
||||
}
|
||||
.map_preview {
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -890,10 +952,6 @@ textarea {
|
||||
.time_img {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.map > div {
|
||||
width: 560px;
|
||||
height: 400px;
|
||||
}
|
||||
.map_adress {
|
||||
font-size: 30px;
|
||||
@@ -1046,10 +1104,6 @@ textarea {
|
||||
}
|
||||
.newlywed_title {
|
||||
font-size: 36px;
|
||||
}
|
||||
.map > div {
|
||||
width: 600px;
|
||||
height: 400px;
|
||||
}
|
||||
.map_adress {
|
||||
font-size: 36px;
|
||||
@@ -1364,6 +1418,25 @@ textarea {
|
||||
.heading {
|
||||
height: 450px;
|
||||
}
|
||||
.map > div {
|
||||
width: 400px;
|
||||
height: 300px;
|
||||
}
|
||||
.map {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.map_btn {
|
||||
padding: 15px;
|
||||
}
|
||||
.map_link {
|
||||
height: 300px;
|
||||
}
|
||||
.map_preview {
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1387,11 +1460,9 @@ textarea {
|
||||
.swiper {
|
||||
height: 100%;
|
||||
}
|
||||
img {
|
||||
max-width: 70%;
|
||||
}
|
||||
.swiper_img {
|
||||
height: 250px;
|
||||
max-width: 70%;
|
||||
}
|
||||
.swiper-scrollbar {
|
||||
display: none;
|
||||
@@ -1419,6 +1490,13 @@ textarea {
|
||||
.heading {
|
||||
height: 500px;
|
||||
}
|
||||
.map_div {
|
||||
display: none;
|
||||
}
|
||||
.map_adress {
|
||||
margin-bottom: 10px;
|
||||
color: #502c01;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user