#MAILbanner{
width: 100%;
height: 600px;
display: flex;
flex-direction: column;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: #100c8a;
position: relative;
overflow: hidden;
}
.m-title {
padding-top: 150px;
font-size: clamp(28px, 4vw, 62px);
line-height: 1.5;
font-weight: 900;
font-style: italic;
white-space: nowrap;
display:flex;
width:auto;
justify-content: space-between;
flex-direction: column;
}
.m-title-line {
display:flex;
position: relative;
}
.m-title-line.email::before {
content: '';
position: absolute;
left: 0;
top: 0;
width:350px;
height: 100%;
background: linear-gradient(
90deg,
rgba(0, 238, 255, 0.95) 0%,
rgba(0, 238, 255, 0.70) 15%,
rgba(0, 238, 255, 0) 100%
);
}
.m-title-line.email span{
color: #fff;
padding: 0 8px 2px 4px;
text-shadow: 0 2px 6px rgba(0, 80, 160, 0.22);
z-index: 1;
}
.m-title-line.middle {
margin-left: 56px;
color: #fff236;
text-shadow: 0 2px 8px rgba(0, 80, 180, 0.35);
}
.m-tags {
margin-top: 18px;
margin-left: 12px;
display: flex;
flex-direction: column;
gap: 8px;
}
.m-tag {
width: fit-content;
padding: 5px 20px;
border-radius: 999px;
color: #FFF;
font-size: clamp(16px, 1.5vw, 20px);
line-height: 1.5;
background:#2569ed;
box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.12);
}
.mail-box{ width:100%; display:flex; flex-direction:column; }
.mail-one{ width:100%; display:flex; }
.mail-header{ width: 100%; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column;
padding: 40px 0px; gap:20px;}
.mail-header h2{
font-size: clamp(20px, 3.2vw, 38px);
color: #000;
font-weight: 600;
padding: 15px 0px 0px 0px;
letter-spacing: 0.5px;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.mail-header h2::before,
.mail-header h2::after{
content: '';
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #3274ff;
}
.mail-header p{ width:770px; font-size: clamp(15px, 2.5vw, 18px); color: #818181; line-height: 1.5;}
.mail-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 60px;
width:100%;
}
.mail-card {
position: relative;
height: 625px;
overflow: hidden;
cursor: pointer;
background: #f2f2f2;
transition: all 0.5s ease;
}
.card-image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height:55%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition: all 0.5s ease;
z-index: 1;
}
.card-body {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height:45%;
padding:26px;
background: #f3f3f3;
z-index: 2;
transition: all 0.5s ease;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.card-content {
width: 100%;
transition: all 0.5s ease;
}
.card-num {
font-size: clamp(30px, 5vw, 80px);
line-height: 1;
font-weight: 800;
color: #3274ff;
margin-bottom: 14px;
transition: all 0.5s ease;
}
.mail-card h3 {
font-size: clamp(16px, 1.5vw, 18px);
font-weight: 600;
color: #202020;
margin-bottom: 10px;
transition: all 0.5s ease;
}
.mail-card p {
padding: 15px 0px;
font-size: clamp(12px, 1.5vw, 14px);
line-height: 1.8;
color: #666;
transition: all 0.5s ease;
}
.mail-card.active .card-image {
height: 100%;
}
.mail-card.active .card-body {
height: 100%;
padding:50px 26px;
background: rgba(0, 0, 0, 0.18);
transition: all 0.5s ease;
}
.mail-card.active .card-content {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
}
.mail-card.active .card-num {
color: #FFFFFF;
}
.mail-card.active h3 {
color: #fff;
margin-bottom: 12px;
}
.mail-card.active p {
color: rgba(255, 255, 255, 0.95);
line-height: 1.9;
}
.mail-two{ width:100%; display:flex; flex-direction:column; padding-top:60px; }
.switch-bar {
position: relative;
width: 100%;
height: 155px;
background: #e1e9fa;
overflow: hidden;
display: flex;
align-items:center;
margin-top:20px;
}
.sside {
position: relative;
height: 100%;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}
.left {
background: #e1e9fa;
clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}
.right {
margin-left: -40px;
background: #2f76ff;
clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}
.bg-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: clamp(50px, 5vw, 86px);
font-style: italic;
font-weight: 800;
letter-spacing: 2px;
user-select: none;
pointer-events: none;
white-space: nowrap;
}
.left .bg-text {
color: #d5e0fb;
}
.right .bg-text {
color: #5084ff;
}
.label {
position: relative;
z-index: 2;
font-size: clamp(22px, 4vw, 38px);
font-weight: 700;
}
.left .label {
color: #000;
}
.right .label {
color: #FFF;
}
.mail-desc{ width:100%; display:flex; flex-direction:column; padding:60px 0px 120px; }
.feature-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
column-gap: 36px;
row-gap: 34px;
}
.feature-item {
display: flex;
align-items: flex-start;
gap: 12px;
min-width: 0;
}
.feature-icon {
width: 50px;
height: 50px;
color: #2f76ff;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.feature-icon img{ max-width:80%; }
.feature-content {
flex: 1;
min-width: 0;
}
.feature-content h3 {
font-size: clamp(14px, 4vw, 18px);
font-weight: 600;
color: #222;
line-height: 1.35;
margin-bottom: 7px;
}
.feature-content p {
font-size: clamp(12px, 2vw, 16px);
line-height: 1.65;
color: #686868;
}
@media (max-width:1430px) {
#MAILbanner{height:500px; }
.m-title {padding-top:80px;}
}
@media (max-width:1230px) {
#MAILbanner{height:430px; }
.m-title {padding-top:60px;}
.mail-cards { gap:35px;}
}
@media (max-width: 1080px) {
#MAILbanner{height:360px; }
.mail-cards { gap:20px;}
}
@media (max-width:991px) {
.mail-card{ height:500px;}
.mail-card .card-image {
height:40%;
}
.mail-card .card-body {
padding:20px;
height:60%;
}
}
@media (max-width: 767px) {
#MAILbanner{
height: 270px;
}
.m-title {
padding-top:40px;
font-size:20px;
}
.m-title-line.email::before {
width:200px;
}
.m-tags {
gap:5px;
}
.m-tag {
font-size: 13px;
}
.feature-grid {
grid-template-columns: 1fr;
row-gap: 26px;
}
.mail-header{ padding:30px 0px; gap:15px;}
.mail-header h2{
letter-spacing: 0px;
gap:10px;
}
.mail-card {
position: relative;
height:250px;
}
.mail-cards {
grid-template-columns: 1fr;
}
.mail-card .card-image {
height: 100%;
}
.mail-card .card-body {
height: 100%;
padding:30px 26px 50px;
}
.mail-card .card-content {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
}
.mail-two{ padding-top:20px; }
.switch-bar {
height: 100px;
margin-top:0px;
}
.bg-text {
letter-spacing: 1px;
font-size:28px;
}
.label {
font-size: 20px;
}
.mail-desc{ padding:45px 0px 90px; }
}
@media (max-width:480px) {
#MAILbanner{
height: 200px;
}
.m-title {
padding-top:25px;
font-size:20px;
}
.m-title-line.email::before {
width:150px;
}
.m-title-line.middle {
margin-left: 30px;
}
.m-tags {
margin-top: 10px;
margin-left: 0px;
gap:3px;
}
.m-tag {
padding:5px 10px;
font-size: 1.05rem;
line-height: 1.2;
}
}
