::before, ::after {
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
	--tw-drop-shadow: ;
}
section.home_outer {
    padding: 24px 32px 0;
}
.home_banner {
    padding: 40px;
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    max-width: 1360px;
    margin: 0px auto 40px;
	overflow: hidden;
}
.home_banner::after {
    position: absolute;
    content: '';
    background: rgb(183 234 255 / 0.3);
    width: 24rem;
    height: 24rem;
    top: -6rem;
    right: -6rem;
    z-index: 0;
    border-radius: 100%;
    --tw-blur: blur(64px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.home_banner::before {
    position: absolute;
    content: '';
    background: rgb(255 218 217 / 0.4);
    width: 20rem;
    height: 20rem;
    left: 25%;
    bottom: -6rem;
    z-index: 0;
    border-radius: 100%;
    --tw-blur: blur(64px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.home_banner_in {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.home_banner_left {

    display: flex;

    flex-direction: column;

    gap: 16px;

}

.banner-tag {

    padding: 4px 16px;

    background: #f4f2fd;

    border-radius: 100px;

    width: max-content;

    display: flex;

    align-items: center;

    gap: 4px;

}

.banner-tag .text {

    font-size: 11px;

    font-weight: 700;

    color: #1a1b22;

    line-height: 14px;

    letter-spacing: 1.1px;

    text-transform: uppercase;

}

.banner-tag .text1 {

    font-size: 11px;

    line-height: 14px;

    font-weight: 600;

    color: #028fb0;

    letter-spacing: .88px;

}

.banner-tag .dot {

    width: 8px;

    height: 8px;

    display: block;

    background: #b42436;

    border-radius: 100px;

}

.home_banner_left h1 {

    color: var(--dark-color);

    font-size: 44px;

    line-height: 1.25;

    font-weight: 700;

    letter-spacing: -1.1px;

    text-wrap: balance;

    margin: 0;

}

.home_banner_left h1 span {

    font-weight: 400;

    font-style: italic;

    color: #b42436;

}

.home_banner_left p {

    color: #47464b;

    font-size: 16px;

    line-height: 26px;

    font-weight: 400;

    max-width: 36rem;

    margin: 0;

}

.home_banner_left .banner_button {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 16px;

    padding-top: 4px;

}

.home_banner_left .banner_button a {

    background: #eeedf7;

    padding: 12px 24px;

    border-radius: 100px;

    display: flex;

    align-items: center;

    gap: 4px;

    color: #1a1b22;

    font-size: 14px;

    line-height: 20px;

    letter-spacing: .14px;

    font-weight: 600;

    text-decoration: none;

}

.home_banner_left .banner_button a.highlight {

    background: #fd5b66;

    color: #fff;

}

.home_banner_left .bottom_items {

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 16px;

    padding-top: 16px;

    margin-top: 4px;

}

.bottom_items .bottom_item .title {

    color: #1a1b22;

    font-size: 22px;

    line-height: 28px;

    letter-spacing: -.22px;

    font-weight: 700;

    display: block;

}
.bottom_items .bottom_item.highlight .title {
    color: #b42436;
}
.bottom_items .bottom_item .info {

    color: #47464b;

    font-size: 11px;

    line-height: 14px;

    letter-spacing: .55px;

    font-weight: 700;

    text-transform: uppercase;

}

.home_banner_right .image_items {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;

}

.home_banner_right .image_items .image_item {

    background: #eeedf7;

    border-radius: 12px;

    overflow: hidden;

    height: 14rem;

    position: relative;

}

.home_banner_right .image_items .image_item .content, .home_banner_right .image_items .image_item .content a {

    position: absolute;

    inset: 0;

    padding: 16px;

    display: flex;

    flex-flow: column;

    justify-content: flex-end;

    background-image: linear-gradient(180deg, #00000000, 80%, #1b1b1ecc);

}

.image_items .image_item .content .img_tag {

    font-size: 11px;

    line-height: 14px;

    letter-spacing: .55px;

    font-weight: 700;

    text-transform: uppercase;

}

.image_items .image_item .content .img_heading {

    font-size: 18px;

    line-height: 24px;

    font-weight: 700;

    color: #ffffff;

}

.image_items .image_item .content .img_info {

    color: #e3e1ec;

    font-size: 12px;

    line-height: 18px;

    font-weight: 400;

}

.image_items .image_item.item_1 .img_tag, .image_items .image_item.item_3 .img_tag {

    color: #ffdad9;

}

.image_items .image_item.item_2 .img_tag, .image_items .image_item.item_4 .img_tag {

    color: #b7eaff;

}

.home_banner_right .image_items .image_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
}
.home_banner_right .image_items .image_item:hover img {
    transform: scale(1.05);
    transition: .5s ease-in-out;
}
 
 
 

@media (max-width: 600px){
	.home_banner {
		padding: 40px 20px;
	}
	.home_banner_left h1 {
		font-size: 28px;
	}
	.home_banner_in {
		grid-template-columns: 1fr;
	}
	.banner-tag {
		padding: 4px 10px;
	}
	.banner-tag .text, .banner-tag .text1 {
		font-size: 10px;
	}
	.home_banner_left p {
		font-size: 14px;
		line-height: 24px;
	}
	.home_banner_left .banner_button a {
		padding: 10px 15px;
		font-size: 11px;
	}
	.home_banner_left .banner_button, .home_banner_left .bottom_items  {
		gap: 10px;
	}
	.bottom_items .bottom_item .title {
		font-size: 18px;
		line-height: 25px;
	}
	.home_banner_right .image_items {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}




}