| Server IP : 14.225.204.176 / Your IP : 216.73.216.252 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/zinisoft.net/gem/sass/ |
Upload File : |
.section-contact {
position: relative;
padding-top: calc(6vh + 63px);
@include breakpoint(md) {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
// .container {
// @include breakpoint(xl) {
// max-width: 1055px;
// }
// }
.box-text {
max-width: 600px;
@include breakpoint(xl) {
padding-left: 30px;
}
.heading {
@include breakpoint(md) {
margin-bottom: 37px;
}
}
}
}
.give-us-a-shout {
font-size: 28px;
margin-bottom: 34px;
@include breakpoint(md) {
font-size: 33px;
margin-bottom: 68px;
}
h4 {
margin-bottom: 0;
text-transform: uppercase;
font-weight: 700;
font-size: 18px;
}
}
.social {
h4 {
margin-bottom: 10px;
text-transform: uppercase;
font-weight: 700;
font-size: 18px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
li {
display: inline-block;
i {
color: #fff;
}
a {
&:hover {
background-color: #fff;
transition: all .8s ease;
i {
color: #000;
}
}
border-radius: 50%;
color: #fff;
height: 40px;
line-height: 38px;
width: 40px;
border: 1px solid transparent;
display: block;
overflow: hidden;
text-align: center;
}
}
}
}