@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1240px !important;
}

header {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
    margin-bottom: 80px;
    width: 100%;
}

/* Plant */
.plant {
    margin-bottom: 80px;
}

.plant-border {
    border-bottom: 1px dashed #88B53780;
    border-bottom-width: 2px;
    padding-bottom: 50px;
}

.plant-txt {
    margin-bottom: 32px;
}

.plant-txt h1 {
    font-size: 56px;
    line-height: 89px;
    color: #000;
    font-weight: 600;
}

.plant-txt h1 span {
    color: #0742D9;
}

.plant-txt p {
    font-size: 24px;
    line-height: 44px;
    font-weight: 400;
    color: #575757;
}

.plant-img {    
    position: relative;
}
.plant-img::before {
    content: '';
    position: absolute;
    /* width: 65px; */
    border-right-width: 2px;
    border-right: 2px dashed #88B53780;
    height: 515px;
    right: 0;
    top: -81px;
}
.real-time-text h2 span {
    font-size: 50px;
}
.real-time-text p{
    margin-bottom: 0;
}
.plant-btn {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    padding: 5px 30px;
    border: 0;
    cursor: pointer;
}

.plant-main-btn {
    margin-top: 24px;
}

.plant-main-btn img:first-child {
    margin-right: 17px;
}


/* Real */
.real-time-text {
    position: relative;
}

.real-time-text::before {
    content: '';
    width: 70px;
    position: absolute;
    border: 2px solid #324189;
}

.real-time-text h2 {
    font-size: 32px;
    line-height: 48px;
    color: #373737;
    margin-bottom: 25px;
    font-weight: 500;
    padding-top: 25px;
}

.real-time-text p {
    font-size: 24px;
    color: #575757;
    font-weight: 400;
    line-height: 44px;
}

.real-time-2 {
    background-color: #32323c;
}

.plant-2 {
    background-color: #f7f7f7;
    height: 100%;
    padding: 85px 36px;
}

.real-time-1 {
    margin-bottom: 84px;
}

.real-time-img {
    text-align: end;
    height: 100%;
}
.real-time-img img{
    height: 100%;
    object-fit: cover;
}

.real-time {
    margin: 80px 0;
    overflow-x: hidden;
}

/* Contact */
.contact {
    background-color: #f7f7f7;
    padding-top: 50px;
}

.contact-title {
    position: relative;
}

.contact-title::before {
    content: '';
    position: absolute;
    width: 70px;
    border: 2px solid #324189;
}

.contact-title::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(../img/dot.png);
    background-repeat: no-repeat;
    top: 0;
    left: 430px;
    right: 0;


}

.contact-title h2 {
    font-size: 32px;
    line-height: 48px;
    color: #373737;
    margin-bottom: 25px;
    padding-top: 24px;
}

.contact-title p {
    color: #393939;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 48px;
}

.number-detail {
    margin-bottom: 16px;
}

.number-detail span {
    font-weight: 500 !important;
    font-size: 32px !important;
    line-height: 48px;
    color: #000000;

}

.contact-detail span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-left: 19px;
}

.location-detail h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.04em;
    max-width: 220px;
    width: 100%;
}

.location-detail p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.contact-form {
    margin-top: 56px;
}

.footer-social {
    background-color: #000000;
    padding: 20px 0;
    margin-top: 50px;
}

.footer-info p {
    color: #fff;
    margin-bottom: 0;
}

.footer-social-icon li {
    margin-right: 30px;
}

.second-contact {
    display: none;
}

.address-title {
    position: relative;
}

.address-title::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(../img/dot.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}