:root{
	--transtn-linear: all linear 350ms;
	--relative: relative;
	--absolute: absolute;
	--hidden: hidden;
	--index-plus: 1;
	--index-minus: -1;
	--clr-black: #000000;
	--clr-white: #FFFFFF;
	--clr-blue: rgba(0, 64, 193, 1);
	--clr-light-blue: rgba(240, 244, 255, 1);
	--clr-smoke-white: rgba(255, 255, 255, 0.4);
	--white-hover-lienar: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 80%);
	--gold-gradient: linear-gradient(134.83deg, #EABF6A 27.97%, #CE9D39 76.36%);
}

/* Default Before-After-DIV  */
.orange_theme .featured_section .domain_box,
.market_section .market_box,
.benefits_section .buyers_list_container .buyer_box,
.acquisition_section .contact_box,
.dark_theme .theme_btn,
.ideal_section .ideal_box,
.domain_section .profile_box{
	position: var(--relative);
	overflow: var(--hidden);
	transition: var(--transtn-linear);
	z-index: var(--index-plus);
}

/* Default Before  */
.orange_theme .featured_section .domain_box,
.market_section .market_box,
.benefits_section .buyers_list_container .buyer_box,
.acquisition_section .contact_box,
.dark_theme .theme_btn,
.ideal_section .ideal_box,
.domain_section .profile_box{
	&::before{
		position: var(--absolute);
		transition: var(--transtn-linear);
		z-index: var(--index-minus);
	}
}
/* Default After  */
.orange_theme .featured_section .domain_box,
.market_section .market_box,
.benefits_section .buyers_list_container .buyer_box,
.acquisition_section .contact_box,
.dark_theme .theme_btn,
.ideal_section .ideal_box,
.domain_section .profile_box{
	&::after{
		position: var(--absolute);
		transition: var(--transtn-linear);
		z-index: var(--index-minus);
	}
}

/**********************/
/* IZIT Page **********/
/**********************/
.dark_theme .theme_btn::before{
	content: "";
	top: -40px;
	left: -40px;
	width: 50px;
	height: 50px;
	background: var(--btn-gradient-padding) padding-box, var(--btn-gradient-border) border-box;
	border-radius: 100%;
	margin: 0 auto;
	z-index: var(--index-minus);
	transform: scale(0);
}
.dark_theme .theme_btn:hover::before{
	transform: scale(7);
}
.ideal_section {
	position: var(--relative);
	overflow: hidden; 
}
.ideal_section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	opacity: 0.2;
	background: linear-gradient(
		120deg, 
		rgba(255, 255, 255, 0) 35%, 
		rgba(255, 255, 255, 0.25) 50%, 
		rgba(255, 255, 255, 0) 65%
	);
	z-index: var(--index-plus);
	pointer-events: none;
	animation: shineEffect 3s infinite linear;
}
@keyframes shineEffect {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}
.ideal_section .container {
	position: relative;
	z-index: 2;
}
.domain_section .profile_box{
	z-index: var(--index-plus);
}
.domain_section .profile_box *{
	transition: var(--transtn-linear);
}
.domain_section .profile_box:hover *{
	color: var(--clr-black);
}
.domain_section .profile_box::before{
	content: "";
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 3px;
	background: var(--btn-gradient-padding) padding-box, var(--btn-gradient-border) border-box;
	transition: var(--transtn-linear);
	z-index: var(--index-minus);
}
.domain_section .profile_box:hover::before{
	height: 100%;
}
.ideal_section .ideal_box:hover{
	border-color: var(--clr-smoke-white);
}
.ideal_section .ideal_box::before{
	content: "";
	background: var(--white-hover-lienar);
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.ideal_section .ideal_box:hover::before{
	opacity: 0.5;
}
.ideal_section .ideal_box::after{
	content: "";
	background: var(--gold-gradient);
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	z-index: var(--index-minus);
	opacity: 0.1;
}
.ideal_section .ideal_box:hover::after{
	width: 50%;
	transform: skewX(30deg);
	left: -10%;
}
.acquisition_section .contact_box:hover{
	border: 1px solid rgba(234, 191, 106, 0.5);
}
.acquisition_section .contact_box::before{
	content: "";
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	transform: skewX(-80deg) scale(2);
	background: repeating-linear-gradient( 0deg, rgba(234, 191, 106, 0.18) 0px, rgba(234, 191, 106, 0) 10px, #0000 10px, #0000 20px ), repeating-linear-gradient( 90deg, rgba(234, 191, 106, 0.02) 0px, rgba(234, 191, 106, 0.08) 10px, transparent 10px, transparent 20px ), linear-gradient(135deg, rgba(234, 191, 106, 0), rgba(230, 230, 230, 0));
	opacity: 0.3;
}
.acquisition_section .contact_box:hover::before{
	width: 100%;
}


/**********************/
/* MOMZ Page **********/
/**********************/
.symmetry_section .feature_box{
	transition: var(--transtn-linear);
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
}
.symmetry_section .feature_box:hover{
	background: #FFF;
	box-shadow: 5px 5px 0px var(--clr-blue);
	border-top: 1px solid var(--clr-black);
	border-left: 1px solid var(--clr-black);
	transform: skewX(-5deg);
}
.market_section .market_box{
	transition: var(--transtn-linear);
}
.market_section .market_box:hover{
	background: transparent;
	/*box-shadow: inset 0px 0px 110px rgb(0 64 193);*/
	/*background: radial-gradient(circle, rgba(0, 0, 50, 1) 0%, rgba(0, 64, 193, 1) 100%);*/
	color: #fff;
	transform: translateY(-5px) scale(1.02);
}
.market_section .market_box::before{
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 50px;
	height: 50px;
	margin: auto;
	border-radius: 100%;
	background: radial-gradient(circle, rgb(0 0 122) 0%, rgb(0 85 255) 100%);
	transform: scale(0);
}
.market_section .market_box:hover::before{
	transform: scale(6.5);
}
.benefits_section .buyers_list_container .buyer_box:hover{
	margin-left: 5px;
	box-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
	background: rgb(228 235 255);
}
.benefits_section .buyers_list_container .buyer_box::before{
	content: "";
	top: -30px;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	box-shadow: inset 0px 0px 100px rgb(199 213 255);
	opacity: 0;
	border-radius: 100%;
}
.benefits_section .buyers_list_container .buyer_box:hover::before{
	opacity: 1;
	transform: scale(5);
}

/**********************/
/* DBC Page ***********/
/**********************/
.orange_theme .featured_section .domain_box:hover{
	border: 1px solid rgba(255, 255, 255, 0.35);
}
.orange_theme .featured_section .domain_box::before{
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0%;
	background: url(../image/dbc-hover-image.jpg);
	mix-blend-mode: Luminosity;
	opacity: 0.60;
	z-index: var(--index-minus);
}
.orange_theme .featured_section .domain_box:hover::before{
	height: 100%;
}
.orange_theme .featured_section .domain_box::after{
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0%;
	background: linear-gradient(180deg, rgba(15, 15, 15, 0.4) 0%, #0F0F0F 100%);
}
.orange_theme .featured_section .domain_box:hover::after{
	height: 100%;
}
.orange_theme .featured_section .btn_dark_offer:hover{
	background: linear-gradient(180deg, #FF2F00 0%, #FF2F00 100%);
	border: 1px solid var(--primary-orange);
	box-shadow: inset 0px 2px 5px rgba(255, 255, 255, 0.72), 0px 6px 6px rgba(255, 47, 0, 0.2);
}

@media screen and (min-width: 992px) and (max-width: 1240px) {
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.ideal_section .ideal_grid{
		grid-template-columns: repeat(3, 1fr);
	}
	/*DBC*/
	.orange_theme .about_section{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.orange_theme .about_section .row.align-items-center{
		gap: 20px;
	}
	.orange_theme .featured_section .domain_box{
		padding: 28px;
	}
	.orange_theme .footer-section{
		padding-top: 80px;
	}
	.orange_theme .footer-section .footer-bottom .newsletter-btn{
		padding: 10px 10px;
	}
	.footer-section .footer-bottom .py-30{
		width: 50%;
	}
	.orange_theme .footer-section .footer-cta{
		margin-bottom: 60px;
	}
	.orange_theme .offer_section .row.align-items-center{
		gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	/* izit */
	.domain_section .col-lg-6 .row{
		--bs-gutter-y: 10px;
		--bs-gutter-x: 10px;
	}
	.domain_section .profile_box{
		padding: 20px;
	}
	.domain_section .domain_para{
		margin-bottom: 20px;
	}
	.domain_section .mb-lg-0{
		margin-bottom: 30px !important;
	}
	.ideal_section .ideal_heading{
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.ideal_section .ideal_grid{
		margin-bottom: 30px;
	}
	.acquisition_section .domain_heading{
		padding-bottom: 10px;
	}
	.acquisition_section .domain_para{
		margin-bottom: 0;
	}
	.acquisition_section .contact_box{
		padding: 20px;
	}
	.acquisition_section .contact_box.mb-4{
		margin-bottom: 12px !important;
	}
	/*momz*/
	.blue_theme .banner_section .mb-40{
		margin-bottom: 20px;
	}
	.symmetry_section .feature_box{
		padding: 20px;
	}
	.market_section .market_title{
		margin-bottom: 20px;
	}
	/* DBC */
	.orange_theme nav.navbar{
		flex-flow: column;
		gap: 10px;
		max-width: calc(100% - 10%);
		padding: 10px 20px;
	}
	.orange_theme nav.navbar .logo-badge{
		margin: 0px !important;
	}
	.orange_theme nav.navbar .navbar-nav .nav-link{
		margin: 0 0 !important;
	}
	.orange_theme nav.navbar .navbar-nav .btn-make-offer-nav{
		padding: 6px 10px;
		margin: 0 !important;
	}
	.orange_theme .featured_section{
		padding: 60px 10px;
		margin: 0 10px;
	}
	.orange_theme .section_title_white{
		margin-bottom: 30px !important;
		font-size: 36px;
	}
	.orange_theme .featured_section .domain_box{
		padding: 15px;
		min-height: 100%;
	}
	.orange_theme .featured_section .row .col-lg-8,
	.orange_theme .featured_section .row .col-lg-4{
		margin-bottom: 10px !important;
	}
	.orange_theme .featured_section .btn_dark_offer{
		padding: 15px;
	}
	.orange_theme .about_section{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.orange_theme .about_section .about_title{
		margin-bottom: 20px !important;
	}
	.orange_theme .about_section .col-lg-6 .row .col-md-6{
		margin-bottom: 10px;
	}
	.orange_theme .about_section .feature_box{
		padding: 20px 20px;
		margin-bottom: 0;
		min-height: 100%;
	}
	.orange_theme .purchase_section{
		padding: 60px 0;
	}
	.orange_theme .purchase_section .section_title_dark{
		font-size: 36px;
		margin-bottom: 20px;
	}
	.orange_theme .purchase_section .section_desc_dark{
		margin-bottom: 30px !important;
	}
	.orange_theme .offer_section{
		padding: 60px 0px;
	}
	.orange_theme .offer_section .offer_title{
		margin-bottom: 20px;
	}
	.orange_theme .offer_section .col-lg-6 .row{
		margin-top: 20px;
	}
	.offer_section .contact_info_box{
		padding: 20px;
	}
	.orange_theme .footer-section{
		margin: 0 10px 20px;
		padding-top: 60px;
	}
	.orange_theme .footer-section .cta-title{
		font-size: 36px;
	}
	.orange_theme .footer-section .cta-text{
		margin-bottom: 30px;
	}
	.orange_theme .footer-section .footer-cta{
		margin-bottom: 50px;
	}
	.orange_theme .footer-section .footer-bottom .py-30{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.orange_theme .footer-section .footer-bottom .footer-links{
		gap: 20px;
	}
	.orange_theme .footer-section .footer-bottom .newsletter-btn{
		padding: 10px 10px;
	}
}