update responsive

This commit is contained in:
m.pourmohamadi
2025-08-25 12:10:41 +03:30
parent 0fb26a8e1b
commit 6961ffa5e8
6 changed files with 129 additions and 120 deletions
+40 -9
View File
@@ -169,6 +169,7 @@ html body a:hover {
}
.input-box.submit input[type=submit],
.input-box.submit button {
cursor: pointer;
width: 100%;
border: none;
font-size: 16px;
@@ -195,6 +196,10 @@ html body a:hover {
background-color: #fff;
}
.d-none {
display: none;
}
.main-section {
position: relative;
}
@@ -280,10 +285,6 @@ html body a:hover {
padding-bottom: 15px;
}
.d-none {
display: none;
}
.slider {
padding-top: 15px;
}
@@ -479,6 +480,12 @@ html body a:hover {
}
}
@media (max-width: 768px) {
.main-section.index .effect-one {
display: none;
}
.footer.index .effect-2 {
display: none;
}
.blue-btn {
padding: 11px 49px;
}
@@ -514,9 +521,6 @@ html body a:hover {
right: 0;
top: 15px;
}
.main-section .effect-one {
display: none;
}
.slider .s-right {
display: none;
}
@@ -563,8 +567,35 @@ html body a:hover {
justify-content: unset;
margin-bottom: 15px;
}
.footer .effect-2 {
display: none;
.contact-us {
padding-top: 35px;
}
.contact-us .contact-us-inner .cu-top h1 {
text-align: center;
font-size: 32px;
padding: 25px 0;
}
.contact-us .contact-us-inner .cu-top p {
text-align: center;
line-height: 24px;
}
.main-section .effect-one {
left: -133px;
top: 183px;
}
.contact-us .contact-us-inner .cu-main .cu-main-inner {
width: 100%;
}
.contact-us .contact-us-inner .cu-main {
padding: 40px 15px;
}
.contact-us .contact-us-inner .cu-main {
margin-bottom: 25px;
}
.footer.contact-us .effect-2 {
height: 336px;
right: -42px;
bottom: 344px;
}
}