body {
background: #fcf6e5;
}
.wpcf7-form-control.wpcf7-select {
text-transform:lowercase;
}
.wpcf7 form.sent .wpcf7-response-output {
border:none!important;
}
.wpcf7 form .wpcf7-response-output {
color:white;
font-family: "degular", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.2rem;
}
#contact-hero {
padding: 227px 0 200px;
background-image: url(//tamatanga.com/wp-content/uploads/2024/03/contact-bg.png);
background-position: bottom right;
background-repeat: no-repeat;
background-size: cover;
}
.contact-hero {
text-align: center;
}
.contact-hero h1 {
font-size: 5rem;
margin: 0;
height: fit-content;
line-height: 1;
color: #fffcf4;
}
#contact {
padding-bottom: 200px;
background-image: url(//tamatanga.com/wp-content/uploads/2024/03/pink-dots.svg);
background-repeat: no-repeat;
background-position: bottom left;
background-size: 40% auto;
}
.contact {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.contact .details {
width: calc(30% - 25px);
margin-top: 50px;
}
.contact .details > div:not(:last-of-type) {
margin-bottom: 40px;
}
.contact .form {
width: calc(70% - 25px);
background: #f15f3a;
padding: 50px 100px;
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/large-mask.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/large-mask.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
}
.contact .form h3,
.contact .form p,
.contact .form a {
color: #fffcf4;
}
.contact .form h3 {
margin-bottom: 1rem;
}
.contact-form > p {
margin-bottom: 0;
text-align: end;
}
.contact-form select {
-webkit-appearance: none;
border-radius: 0;
}
.contact-form .wpcf7-form-control-wrap.subject {
position: relative;
}
.contact-form .wpcf7-form-control-wrap.subject::after {
content: "";
position: absolute;
right: 15px;
background-image: url(//tamatanga.com/wp-content/uploads/2023/09/form-dropdown.svg);
background-repeat: no-repeat;
top: 50%;
transform: translateX(-50%);
height: 10px;
width: 17px;
background-size: contain;
}
.contact-form input[type="submit"] {
font-family: "degular", sans-serif !important;
font-weight: 500 !important;
font-style: normal !important;
font-size: 1.2rem;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
padding: 15px;
background-color: #f8ecd9;
border: none;
transition: 0.3s ease-in-out;
font-family: "degular", sans-serif;
font-weight: 500;
font-style: normal;
color: #173447;
border-radius: 0 !important;
box-shadow: none !important;
font-size: 1.2rem;
}
.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
color: #173447;
font-size: 1.2rem;
font-family: "degular", sans-serif;
font-weight: 500;
}
.contact-form input:focus::placeholder,
.contact-form select:focus::placeholder,
.contact-form textarea:focus::placeholder {
opacity: 0.4;
}
.contact-form-split {
display: flex;
padding-bottom: 20px;
}
.contact-form-split input,
.contact-form-split select {
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/form-input-mask.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/form-input-mask.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
}
.contact-form-full textarea {
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/textarea-mask.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/textarea-mask.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
}
.contact-form-split input,
.contact-form-split textarea,
.contact-form-split select {
width: 100%;
}
.contact-form-split div:first-of-type,
.contact-form-split div:first-of-type,
.contact-form-split div:first-of-type {
padding-right: 10px;
width: 50%;
}
.contact-form-split div:last-of-type,
.contact-form-split div:last-of-type,
.contact-form-split div:last-of-type {
padding-left: 10px;
width: 50%;
}
.contact-form-full {
padding-bottom: 20px;
}
.contact-form-full input,
.contact-form-full div input,
.contact-form-full textarea,
.contact-form-full div textarea,
.contact-form-full select,
.contact-form-full div select {
width: 100%;
}
.contact-form input.send-btn {
padding: 20px 35px;
background: #173447;
color: #fffcf4;
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/send-mask-1.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/send-mask-1.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
cursor: pointer;
position: absolute;
left: 50%;
top: 0;
transform: translate(-50%, -30%);
font-family: The-Hand-Black, sans-serif !important;
font-size: 2rem !important;
font-weight: 300 !important;
}
.contact-form input.send-btn::after {
content: "";
position: absolute;
top: 6px;
left: 6px;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/send-mask-1.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/send-mask-1.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
}
.wpcf7-spinner {
display: block;
} @media screen and (max-width: 1900px) {
} @media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1112px) {
} @media screen and (max-width: 992px) {
#contact {
background-size: 90% auto;
}
.contact {
display: block;
}
.contact .details {
width: 100%;
margin-top: 0;
margin-bottom: 50px;
}
.contact .form {
width: 100%;
padding: 50px;
}
} @media screen and (max-width: 768px) {
} @media screen and (max-width: 576px) {
#contact-hero {
padding: 175px 0 100px;
}
.contact-hero h1 {
font-size: 4rem;
}
.contact-form-split {
display: block;
}
.contact-form-split div:first-of-type,
.contact-form-split div:first-of-type,
.contact-form-split div:first-of-type,
.contact-form-split div:last-of-type,
.contact-form-split div:last-of-type,
.contact-form-split div:last-of-type {
padding-right: 0;
padding-left: 0;
width: 100%;
}
.contact-form-split {
padding-bottom: 0;
}
.contact-form-split > div {
padding-bottom: 20px;
}
.contact-form p {
margin-bottom: 0;
}
.contact-form-full textarea {
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/mask.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/mask.png);
}
} @media screen and (max-width: 375px) {
.contact .form {
padding: 50px 25px;
}
}