
:root {
    --primary: #F1C02D;
    --primary-light: #B7CEF2;
    --primary-dark: #394582;
    --secondary:#430B73;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-align: center;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: sitefont;
	background-color: #d3d3d3;
	font-size: 75%;
}
@media (min-width:992px) {
    body {
        padding-bottom: 0;
        font-size: 100%;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .container {
        max-width: 95%;
    }
}


.central {
    display: flex;
    align-items: center;
    justify-content: center;
}



/*---------------fonts-----------------------*/
@font-face {
	font-family: FiraSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/FiraSans-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: sitefont;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Menco-Black.ttf') format('truetype');
} 

/*
YekanBakh fonts are considered a proprietary software. To gain information about the laws
regarding the use of these fonts, please visit www.fontiran.com
---------------------------------------------------------------------
This set of fonts are used in this project under the license: ()
---------------------------------------------------------------------
*/




/*-------------- textTags --------------*/
a,
a:hover {
    text-decoration: none;
    font-family: sitefont;
    font-weight: normal;
    color: inherit;
}

a {
    color: inherit;
}

.nav-link.disabled {
    color: #333;
}

p {
    font-family: sitefont;
    text-align: center;
    margin-bottom: 0;
    line-height: 15px;
    line-height: 1.8;

}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-family: sitefont;
    font-weight: bold;
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 17px
}

h3 {
    font-size: 15px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 12px
}

label,
button,
select {
    font-family: sitefont;
    font-weight: normal;
}

strong {
    font-family: sitefont;
    font-weight: bold;
}


b,
label,
a,
tr,
figcaption {
    font-weight: 400;
    font-family: sitefont;
}

ul {
    list-style-type: none;
    margin: unset;
    padding: 0;
}


.form-control:focus {
    box-shadow: unset;
    border-color: inherit;
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.btn:hover {
    color: inherit;
    transition: 0.5s;
}

.btn:focus {
    box-shadow: unset;
}

.central {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

input[type="text"] {
    min-height: 45px;
}

/*--------------PlaceHolders------------*/
::placeholder {
    font-family: sitefont;
    font-size: 13px;
    color: #333;
}

/*---------------------------------*/
.rote180 {
    transform: rotate(90deg);
}

.primary_btn {
    color: #000;
    border-radius: 32px;
    font-size: 110%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 25px;
    background-color: var(--primary);
    width: fit-content;
    font-weight: 700 !important;
    min-width: 100px;
    box-shadow: 4px 4px 0 0px var(--secondary);
    border: 2px solid var(--secondary);
    display: flex;
    margin: auto;
}

.primary_btn:hover {
    background-color: var(--primary-dark);
    color: #fff;
}

.primary_btn svg {
    margin-right: 10px;
}

.secondary_btn {
    color: var(--primary) !important;
    border-radius: 10px;
    font-size: 80%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 25px;
    background-color: #fff;
    width: fit-content;
    font-weight: 700 !important;
    border: 0 !important;
    min-width: 100px;
}

.secondary_btn:hover {
    background-color: #E3AFB4;
}

.secondary_btn svg {
    margin-right: 10px;
}

.default_btn {
    color: var(--primary) !important;
    border-radius: 10px;
    font-size: 80%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 25px;
    background-color: #e0e0e0;
    width: fit-content;
    font-weight: 700 !important;
    border: 0 !important;
    min-width: 100px;

}

.default_btn:hover {
    background-color: rgb(163, 163, 163);
    color: #fff;
}

.modal .btn-close {
    margin-right: auto;
    margin-left: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal .create-btn {
    font-size: 15px;
}
.modal-header {
    background: #e0e0e0;
}
/*----------------------------------------home------------------------------------------------*/
header .header_logo img{
height: 90px;
} 
/* header .header_logo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
} */

.banner img{
    max-height: 700px;
}

.title *{
    font-size: 250%;
    color: var(--secondary);
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 5px 4px #f0cf68;
    font-family: Trailers;
    text-transform: capitalize;
}

.text {
	font-size: 186%;
	color: #fdfdfd;
	font-weight: lighter;
	text-shadow: 0px 0 2px #000;
}

.text2 {
	font-size: 139%;
	color: #742eb5;
	font-weight: lighter;
}

.back_img{
    height: 300px;
    position: relative;
}
.back_img img {
	height: 100%;
	opacity: 0.3;
	transform: scale(1.3);
}

.intro_img {
    position: relative;
    margin: 30px 0;
    overflow: hidden;
    background: #636564;
    border-radius: 17px;
    /* box-shadow: 0 3px 17px -9px #161616c7,inset 0 0 35px 9px #716e86; */
    border: 3px solid #716e86c2;
}

.animated_img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.animated_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pro_box_title {
    color: rgb(135, 135, 135);
    text-transform: uppercase;
    font-size: 150%;
}
.product_box img{
    height: 200px;
}
.product_box {
	padding: 20px;
	max-width: 230px;
	border-radius: 170px;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	position: relative;
	box-shadow: 0 3px 17px -9px #515151a3,inset 0 0 9px 9px #7979795c;
	background: #aca7cb;
}
.box_link::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.pro_box_title {
	color: #47455482;
	text-transform: uppercase;
	font-size: 150%;
}
footer {
	background: #474554;
	color: #BFBFBF;
	padding: 20px;
}

.contact_box li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 150%;
    margin: 20px 0;
}
.social_media .social_item {
	width: 50px;
	height: 60px;
	/* background: #222; */
	margin: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	/* border: 1px solid #FFFFFFBF; */
	flex-direction: column;
	text-align: center;
}
.social_media{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.social_media img{
    width: 30px;
    height: 30px;
    animation: dance 0.5s infinite;
}
.social_media span{
    font-size: 250%;
    width: 100%;
    display: flex;
    justify-content: center;
} 

.social_media a:nth-child(2n) img{
    animation: dance 0.5s 0.5s infinite;

}

.welcome_title * {
	color: #742eb5;
	font-size: 333%;
	text-shadow: 0px 2px 0px #fae055,-2px 2px 0px #e98300,0 5px 6px #d5a0b4c2,0 0 1px #fff;
	font-family: sitefont;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-top: -30px;
}

.welcome_title span {
	font-size: 180%;
	margin-top: -32px;
	display: block;
    text-shadow: 0px 1px 0px #fae055,-1px 2px 0px #e98300,0 4px 6px #d5a0b4c2;
}
.my-5 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
 
@media (min-width:576px){
    .social_media {
        justify-content: initial;
    }
    .social_media span{
        justify-content: flex-start;
    }
    .contact_box li{
        justify-content: flex-start;
    }
    .back_img {
        height: 630px;
    } 
    .social_media img {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        transition: 0.5s;
    }
    .social_media a:hover img {
       transform: scale(1.1);
    }
    .social_media .social_item {
        width: 60px;
        height: 60px;
        margin: 10px;
    } 
    .product_box {
        max-width: 270px;
        min-height: 410px;
    }
    .my-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }
}

.textLoad {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

.textLoad img{
    max-width: 190px;
    min-width: 59px;
}

.textLoad img:nth-child(2),.textLoad img:nth-child(5) {
    margin-bottom: 50px;
}
.textLoad img:nth-child(3),.textLoad img:nth-child(4) {
    margin-bottom: 80px;
}

.title-box h3 {
	color: #eec92c;
	letter-spacing: 0;
	font-size: 241%;
	font-weight: normal;
	/* font-family: Trailers; */
	line-height: 35px;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 11px;
	text-shadow: 0 0 1px #000;
}

.introduction {
	background: #aca7cb;
	overflow: hidden;
}

.text p {
	/* font-family: FiraSans; */
	/* font-weight: bold; */
	text-align: center;
	font-size: 85%;
	line-height: 30px;
}
.title-box{
    position: relative;
}

/* .title-box::before {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #742eb5;
	height: 2px;
	padding: 0;
	border-radius: 1px;
	box-shadow: 0 0 10px #742eb5;
	z-index: 1000;
} */

.introduction .primary_btn {
	position: relative;
	/* box-shadow: unset; */
	background: #742eb5;
	border-radius: 9PX;
	/* border-bottom: 0; */
	border: unset !important;
	/* border-bottom: 0; */
	/* color: #ececec; */
	font-weight: unset !important;
	/* font-family: FiraSans; */
	width: 200px;
	font-size: 87%;
	padding: 4px;
	box-shadow: 0 0 2px;
	color: #d3d3d3;
	margin: 17px auto !important;
}
.intro_img span {
	color: #ffffff17;
	margin-bottom: -18px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	/* background: red; */
	right: calc(50% - 50px);
	top: 15px;
	font-size: 125%;
}

.social_item span {
	font-family: FiraSans;
	font-size: 13px;
	display: none;
}
.box_link {
	color: #717171;
	font-size: 135%;
}

.bottom-banner {
	background: black;
}

.bottom-banner img{
    max-width: 600px;
}

.products {
	background: #716e86;
	padding: 30px 0;
	border-bottom: 1px solid #3333;
}

@keyframes dance{
    0%{
        transform: rotate(0deg)
    }
    30%{
        transform: rotate(-10deg)

    }
    60%{
        transform: rotate(10deg)

    }
    100%{
        transform: rotate(0deg)

    }
}

.email,.tel{
    transition: 0.3s;
}

.email:hover,.tel:hover{
    transform: scale(1.05);
}