/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html {
    font-size:10px
}
body {
    font-style: normal;
    overflow-x: hidden;
    font-family: 'Aref_Menna';
    background: #000;
    color: #fff;
    position: relative;
    direction: ltr;
}
body:before{
    position:absolute;
    content:"";
    top:0;
    right:0;
    width:100%;
    height:300px;
    background: url("../images/headerAfter.png") no-repeat;
    background-size: 100% 100%;
    z-index: 111;
}
/* header */
header {
    padding: 20px 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 111;
}

header .header__logo{
    display:flex;
    align-items:center;
    justify-content:center;
}
header .header__logo img{
    width: 100%;
}
header .head_text{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
header .head_text p{
    color:#fff;
    font-size:40px;
    font-weight:300;
    text-align:left;
}
.dropdown-toggle::after{
    display:none;
}
.main{
    overflow:hidden;
    position: relative;
}
.ls-nav-next:after ,
.ls-nav-prev:after {
    display: none
}
.hu__hu__ { animation: hu__hu__ infinite 2s ease-in-out }
@keyframes hu__hu__ {
    50% { transform: translateY(30px) }
}

.elevateLeft { animation-name: elevateLeft }
@keyframes elevateLeft {
    from {
        transform: translateY(100%) rotate(-20deg);
        transform-origin: right;
    }
    40% {
        transform: rotate(20deg);
        transform-origin: right;
    }
    65% {
        transform: rotate(0deg);
        transform-origin: right;
    }
}
/* banner__section */
.banner__section {
    
    
}
.banner__section .items .item .row{
    align-items: center;
}
.banner__section .items .item:nth-child(odd) .row{
    flex-direction: row-reverse;
}
.banner__section .items .item {
    padding:50px 0;
    position:relative;
}
.banner__section .items .item:before{
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    width: 100%;
    height: 400px;
    background: url("../images/bannerBottom.png") no-repeat;
    background-size: 100% 100%;
    z-index:111
}
.banner__section .items .item .text{
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1111;
}
.banner__section .items .item .image{
    position: relative;
}
.banner__section .items .item .image:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background: url("../images/bannerImage.png") no-repeat;
    background-size: 100% 100%;
}
.banner__section .items .item .image img{
    width: 100%;
}
.banner__section .items .item .text p{
    font-size:70px;
    font-weight:300;
    max-width: 300px;
    text-align: center;
    line-height: 80px;
}

.contact_section{
    padding: 2rem 0 0rem 0;
}
.contact_section .gform_legacy_markup_wrapper ul.gform_fields li label{
    color: #fff;
    font-size: 28px;
    font-weight: 300; 
}
.contact_section .gform_legacy_markup_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.gform_wrapper li {
    width: 100%;
    padding:1rem 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #ffffff70;
    margin-bottom: 2rem !important;
}
.gform_legacy_markup_wrapper .validation_message {
    color: red !important;
    font-size: 25px !important;
}
.gform_legacy_markup_wrapper .gfield_description {
    font-size: 28px !important;
}
.contact_section .gform_wrapper li:last-of-type{
    width:100% !important
}
.gform_wrapper li textarea ,
.gform_wrapper li input {
    color: #fff!important;
    background: transparent !important;
    width: 100% !important;
    box-shadow: none !important;
    /*border: 1px solid #FFFFFF !important;*/
    /*border-radius: 20px;*/
    outline: none;
    padding: 1rem  !important;
    margin:  0;
    font-weight: 300;
    font-size: 25px !important;
    line-height:2.2 !important;
    height: 3rem;
}
.gform_wrapper li textarea ,
.gform_wrapper li input ,
.gform_wrapper li select{
    color: #fff !important;
    border: none !important;
}

.gform_wrapper li textarea::placeholder,
.gform_wrapper li input::placeholder{
    color: #fff !important;
    font-weight:normal !important;
    font-size:20px !important
}


/* Ensure position relative for proper label positioning */
.ginput_container , .gform_legacy_markup_wrapper ul li.gfield{
    position: relative;
}

/* Style for the floating label */
.gfield_label {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);  
    transition: 0.3s ease-in-out;
    pointer-events: none; /* Prevents clicking on label */
}

/* Move label up when input is focused or has a value */
.gfield_label.active {
    top: 5px; 
}




.contact_section .container{
    border-bottom: 1px solid #01A4B5;
    padding-bottom: 10rem;
}
.contact_section .row{
    align-items:end;
}
.contact_section .contact_info h1{
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 2rem;
}
.contact_section .contact_info .items{
    margin-bottom:2rem;
}
.contact_section .contact_info .items .item,
.contact_section .contact_info .items .item a{
    display:flex;
    align-items: baseline;
}
.contact_section .contact_info .items .item{
    padding-bottom: 3rem;
}

.contact_section .contact_info .items .item a{
    color: #fff;
    font-size:1.5rem;
    font-weight: 300;
}
.contact_section .contact_info .items .item:last-child a{
    color: #fff;
    font-size:1.3rem;
    font-weight:bold;
    width:65%;
    line-height:28px
}
.contact_section .contact_info .items .item:last-child a span{
    padding-right:1rem
}

.contact_section .contact_info .items .item svg{
    width: 3rem;
    height: 3rem;
}

.contact_section .items .item .text{
    padding-right: 1rem;
}
.contact_section .form{
    width: 80%;
    margin: auto;
    margin-top: 4rem;
}
.contact_section.buy-request-page .form{
     background:transparent;
}
.contact_section .form .title h3:after,.media-page .title h3:after{
    display:none;
}

.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{
    border: 1px solid #0F3949 !important;
}

/* footer */
footer {
    position: relative;
    padding: 5rem 0rem 0rem 0;
}

.footer__bottom {
    position: relative;
    margin-top: 3rem;
    padding-bottom: 3rem;
}
.footer__bottom .to-top {
    position: unset;
    font-weight: 300;
    background: transparent;
    height: 3.5rem;
    width: 4.5rem;
    font-size: 1.3rem;
    right: unset;
    top: unset;
    display: block;
    margin: auto;
}
.footer__bottom .to-top span {
    display: block;
    color: #dc0079;
}
.footer__bottom .to-top:hover {
    color: #000;
}
.footer__bottom .to-top svg {
    width: 4.5rem;
    height: 4.5rem;
}
.footer__bottom .footer__right{
    position:relative;
}
.footer__bottom p.rights {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 300;
}
.footer__bottom p.rights span {
    font-weight: 600
}
.footer__bottom p {
    color: #9F9F9F;
    font-size: 1.1rem;
    font-weight: 300;
}
.footer__bottom .rowaad span {
    padding-left: 1rem;
    color: #fff;
}
.footer__bottom .rowaad a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

/* 404 */
.error-message {
    color: #000;
    font-size: 15rem
}
.error-message:before {
    color: #000;
}
.error-message + p ,
.error-message + p +p {
    font-size: 2rem;
}

.entry-content {
    padding: 0;
}

.iti__flag-container {
    left: unset !important;
    right: 0 !important;
    direction: ltr !important;
    color: #fff;
    font-size: 1.3rem;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
}
.iti__flag-container .iti__arrow {
    display: none;
}
.upload__file .ginput_container {
    color: #B6B7B8;
    /* position: absolute; */
    /* top: 2.9rem; */
    /* right: 9px; */
    padding: 6px !important;
    background: url(../images/upload.png) no-repeat left 2% center/1.8%,#fff;
    display: block !important;
    font-size: 1.4rem !important;
    height: 7rem;
    font-weight: 300;
    color: #000;
    padding: 3rem !important;
    border: 1px solid #BEBEBE;
    border-radius: 19px;
}
.upload__file  input{
    opacity: 0;
}
.upload__file .gfield_description {
    position: absolute;
    top: 5rem;
    color: #000;
    font-size: 1.4rem !important;
    font-weight: 400;
    padding-right: 19px;
}
.gform_fileupload_rules {
    display: none !important;
}

.gform_confirmation_message {
    font-size: 2rem;
    font-weight: bold;
    text-align: center !important;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}
.gform_legacy_markup_wrapper .gfield_description {
    font-size: 1.2rem !important;
}

.gfield_required_text,
.gfield_required_asterisk {
    display: none !important;
}
body.rtl .gform_wrapper input[type=submit], .gform_footer .btn, body.rtl footer .gform_legacy_markup_wrapper input[type=submit] {
    background: transparent;
    border-color: transparent;
    color: #FFB200; 
    display: flex;
    font-size: 28px !important;
    border:none !important;
    transition: all 0.5s ease-in-out;
    justify-content: center;
    font-weight: normal;
    padding: 1rem 3rem 1rem 1rem !important;
    margin: 0rem !important;
    /* width: 29% !important; */ 
    position:relative;
    z-index: 11111111;
    transition: all 0.3s ease-in-out;
}
.gform_legacy_markup_wrapper .gform_footer {
    display: inline-block !important;
    position:relative;
    margin: 0 0;
    padding: 0;
    width: auto !important;
}
.gform_legacy_markup_wrapper .gform_footer:after{
    content:'';
    position:absolute;
    width:100%;
    height: 2px;
    bottom:0;
    left:0;
    z-index: 11111;
    background:#FFB200;
    transition:all 0.4s ease-in-out;
}
.gform_legacy_markup_wrapper .gform_footer:hover:after{
    height:100%
    
}
.gform_legacy_markup_wrapper .gform_footer:hover .btn{
    color:#fff !important;
    /* z-index: 11111111; */
}
html[dir=rtl] .gform_legacy_markup_wrapper .gform_footer input.button, html[dir=rtl] .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    text-align: center !important;
}
 .gform_legacy_markup_wrapper .gform_footer {
    clear: both;
    margin: 0!important;
    padding: 0 !important;
    width: 100%;
}   
footer .title h2{
    font-size: 80px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}
@media(max-width:768px) {
    .banner__section .items .item .text p {
    font-size: 25px;
    max-width: 90%;
    line-height: 30px;
}
.contact_section .gform_legacy_markup_wrapper ul.gform_fields li label {
    font-size: 20px;
}

footer .title h2 {
    font-size: 28px;
}
header .header__logo img {
    width: 60%;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .head_text {
    justify-content: center;
}
header .head_text p {
    font-size: 25px;
}
#footer-music-icon svg{
    width:30px;
    height:30px;
}
header {
    position: relative;
}
}

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

@media(max-width: 991px) and (min-width: 768px) {
    header .head_text p {
    font-size: 25px;
}
header .header__logo img {
    width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer-music-icon svg{
    width:35px;
    height:35px;
}
.banner__section .items .item .text p {
    font-size: 45px;
    max-width: 200px;
    line-height: 60px;
}
footer .title h2 {
    font-size: 50px;
}
}
@media(max-width: 1191px) and (min-width: 992px) {
    header .head_text p {
    font-size: 33px;
}
.banner__section .items .item .text p {
    font-size: 50px;
    max-width: 200px;
    line-height: 70px;
}
footer .title h2 {
    font-size: 60px;
}  
}
@media(max-width: 1366px) and (min-width: 1191px) {
   
}
@media(max-width: 1366px) and (min-width: 1290px) {
    
}
@media(max-width: 1466px) and (min-width: 1290px) {
    
}
