/* Add Fonts CSS */
@font-face {
    font-family: "YekanBakh";
	font-style: normal;
	font-weight: normal;
    src: url(../fonts/YekanBakh/YekanBakh.ttf) format("truetype"), url(../fonts/YekanBakh/YekanBakh.eot) format("eot"), url(../fonts/YekanBakh/YekanBakh.woff) format("woff"),
        url(../fonts/YekanBakh/YekanBakh.svg) format("svg");
}
@font-face {
    font-family: "YekanBakh";
	font-style: normal;
	font-weight: bold;
    src: url(../fonts/YekanBakh/YekanBakh-Bold.ttf) format("truetype"), url(../fonts/YekanBakh/YekanBakh-Bold.eot) format("eot"), url(../fonts/YekanBakh/YekanBakh-Bold.woff) format("woff"),
        url(../fonts/YekanBakh/YekanBakh-Bold.svg) format("svg");
}

/* Base CSS */
* {
    text-decoration: none;
}
div {
    display: block;
}
body {
	font-family: YekanBakh;
	font-weight: normal;
	font-size: 14px;
    direction: rtl;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
    height: 100%;
    line-height: 80px;
}
footer {
    position: fixed;
    bottom: 0px;
    margin: auto;
    width: 100%;
    z-index: 1;
}
#bg-canvas {
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: fixed;
    z-index: 1;
}
.container {
    width: 100%;
    height: 100%;
    margin: 0px auto;
}
.main-wrapper {
    position: fixed;
    top: 50%;
    margin-top: -220px;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 1;
}
.head_title_text {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.primary_title_text {
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
}
.secondary_title_text {
    line-height: 40px;
    font-size: 16px;
}
.comming-soon-contact {
    padding-top: 90px;
    font-size: 16px;
}
.contact_head_title {
    line-height: 15px;
}
.contact_info {
    font-size: 18px;
}
.contact_info .phone_contact, .contact_info .email_contact {
    display: inline-block;
    line-height: 20px;
    padding-top: 2px;
    margin-left: 10px;
    margin-right: 10px;
}
.contact_info .phone_contact a, .contact_info .email_contact a, .contact_info .phone_contact a:hover, .contact_info .email_contact a:hover {
    color: #B17FB8 !important;
}
.contact_info .phone_contact a {
    padding-right: 25px;
}
.contact_info .phone_contact a {
    background-repeat: no-repeat !important;
    padding-left: 25px;
    background-position: left 4px !important;
}
.contact_info .email_contact a {
    background-repeat: no-repeat !important;
    padding-left: 25px;
    background-position: left 4px !important;
}
.contact_info .phone_contact a:before {
    content: ' ';
    position: absolute;
    height: 1px;
    width: 4px;
    margin-right: -26px;
    margin-top: 10px;
}
.footer-copyright {
    text-align: center;
    font-size: 16px;
    line-height: 57px;
}

/* Dark Mode CSS */
body.dark_mode a, body.dark_mode a:hover {
    color: #ab51b8 !important;
}
body.dark_mode {
    background: linear-gradient(243.18deg, #0C040E 0%, #250D29 100%);
    color: #C7C7C7;
}
body.dark_mode .head_title_text {
    background: linear-gradient(90.26deg, #EEEEEE 2.09%, #F5CDFA 96.92%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
}
body.dark_mode .primary_title_text, body.dark_mode .secondary_title_text {
    color: #C7C7C7;
}
body.light_mode .contact_head_title {
    color: #C7C7C7;
}
body.dark_mode .contact_info .phone_contact a, body.dark_mode .contact_info .email_contact a, body.dark_mode .contact_info .phone_contact a:hover, body.dark_mode .contact_info .email_contact a:hover {
    color: #B17FB8;
}
body.dark_mode .contact_info .phone_contact a {
    background: url(../img/phone_icon_dark.svg);
}
body.dark_mode .contact_info .email_contact a {
    background: url(../img/email_icon_dark.svg);
}
body.dark_mode .contact_info .phone_contact a:before {
    background: #B17FB8;
}
body.dark_mode .footer-copyright {
    color: #C7C7C7;
}

/* Light Mode CSS */
body.light_mode a, body.light_mode a:hover {
    color: #7D2A89 !important;
}
body.light_mode {
    background: linear-gradient(249.4deg, #FDECFF 39.92%, rgba(247, 193, 255, 0.1) 111.08%);
    color: #C7C7C7;
}
body.light_mode .head_title_text {
    background: linear-gradient(90.26deg, #7D2A89 2.09%, #3E1444 96.92%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
}
body.light_mode .primary_title_text, body.light_mode .secondary_title_text {
    color: #3E1444;
}
body.light_mode .contact_head_title {
    color: #4F4F4F;
}
body.light_mode .contact_info .phone_contact a, body.light_mode .contact_info .email_contact a, body.light_mode .contact_info .phone_contact a:hover, body.light_mode .contact_info .email_contact a:hover {
    color: #7D2A89 !important;
}
body.light_mode .contact_info .phone_contact a {
    background: url(../img/phone_icon_light.svg);
}
body.light_mode .contact_info .email_contact a {
    background: url(../img/email_icon_light.svg);
}
body.light_mode .contact_info .phone_contact a:before {
    background: #7D2A89 !important;
}
body.light_mode .footer-copyright {
    color: #4F4F4F;
}

/* Responsive CSS */
@media (max-width:991px) {
    .head_title_text {
        font-size: 50px;
    }
    .primary_title_text {
        font-size: 23px;
    }
    .secondary_title_text {
        font-size: 16px;
    }
    .comming-soon-contact {
        font-size: 16px;
    }
    .contact_info .phone_contact a, .contact_info .email_contact a {
        font-size: 18px;
    }
    .footer-copyright {
        font-size: 16px;
    }
    .main-wrapper {
        top: 40%;
    }
    body {
        line-height: 70px;
    }
}
@media (max-width:768px) {
    .head_title_text {
        font-size: 34px;
    }
    .primary_title_text {
        font-size: 20px;
        line-height: 38px;
        padding-top: 10px;
    }
    .secondary_title_text {
        font-size: 16px;
        line-height: 38px;
        padding-top: 10px;
    }
    .contact_head_title {
        line-height: 40px;
    }
    .container {
        width: 96%;
        padding-left: 0%;
        padding-right: 1%;
    }
    .footer-copyright {
        line-height: 36px;
        padding-right: 25px;
        padding-left: 25px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    body {
        line-height: 60px;
    }
    .main-wrapper {
        top: 0% !important;
        margin-top: 15px !important;
    }
    .head_title_text {
        font-size: 34px;
        line-height: 45px;
    }
    .primary_title_text {
        font-size: 20px;
        line-height: 36px;
        padding-top: 10px;
    }
    .secondary_title_text {
        font-size: 18px;
        line-height: 38px;
        padding-top: 10px;
    }
    .comming-soon-contact {
        padding-top: 10px;
    }
    .contact_head_title {
        line-height: 20px;
    }
    .container {
        width: 96%;
        padding-left: 0%;
        padding-right: 1%;
    }
    .footer-copyright {
        line-height: 36px;
        padding-right: 25px;
        padding-left: 25px;
    }
}