/*
	Theme Name: heartofrak
	Theme URI: heartofrak.com
	Description: HTML5 heartofrak  WordPress Theme
	Version: 1.4.3
	Author: weareaugustus
	Author URI: https://weareaugustus.com
	Tags:  HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN hai_shar@yahoo.com
\*------------------------------------*/
body{
    color:#001141;
}
a{
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -ms-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
    color: #f2b667 ;
}
a:hover{
    text-decoration: none;
    color: #000 ;
}
.txt-y{
    color: #f2b667 ;
}
h1,h2,h3,h4,h5,h6{

}
.dir-rtl{
    direction: rtl;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: #f2b667;
    outline: 1px solid #f2b667;
    border-radius: 20px;
}

::selection
{
    background: #f2b667; /* Gecko Browsers */
    color: #fff;
}
::-moz-selection {
    background: #f2b667; /* Gecko Browsers */
    color: #fff;
}
header {
    background-color: #000;
}
header nav.navbar {
    background-color: transparent !important;
}
header .custom-logo-link img{
    max-height: 90px;
}
header .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
a.nav-tel {
    font-size: 16px;
}
a.nav-tel:hover {
    color: #fff;
}
img , iframe{
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
header , footer{
    display:none;
}
.has-line {
    padding-left: 100px;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color:#ff3251;
}
.has-line::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #001141;
    width: 88px;
    height: 2px;
}
.commmingsoon{
    background: url("assets/img/bg.jpg") no-repeat center;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
}
.commmingsoon h1 {
    font-size: 94px;
    line-height: 102px;
    font-weight: 700;
    max-width: 820px;
    text-transform: uppercase;
}
.commmingsoon.plain{
	text-align:center;
	background:#ffffff;
}
.commmingsoon.plain h1{
	margin:auto;
}
.commmingsoon.plain .has-line{
	padding:0;
}
.commmingsoon.plain .has-line::before {
	display:none;
}
/*media*/
@media (max-width: 1200px){

}
@media screen and (min-width: 1024px){

}
@media screen and (max-width: 1024px){

}
@media screen and (min-width: 992px){

}
@media screen and (max-width: 991px){

}
@media (min-width: 450px) and (max-width: 768px){

}
@media screen and (max-width: 650px){
    .commmingsoon h1 {
        font-size: 34px;
        line-height: 62px;
    }
    .has-line {
        padding-left: 70px;
        font-size: 16px;
    }
    .has-line::before {
        width: 58px;
    }
}