@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy/Gilroy-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy/Gilroy-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy/Gilroy-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

.loader {
    background: #111111;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.loader-inner {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.loading-spinner {
    width: 80px;
    height: 80px;
    animation: spinner-rotate 2s ease-in-out infinite;
    -webkit-animation: spinner-rotate 2s ease-in-out infinite;
    -moz-animation: spinner-rotate 2s ease-in-out infinite;
    -ms-animation: spinner-rotate 2s ease-in-out infinite;
    -o-animation: spinner-rotate 2s ease-in-out infinite;
}
.spinner {
    animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    stroke-linecap: round;
}
@keyframes spinner-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@keyframes spinner-color {
    0%, 100% {
        stroke: #ffffff;
    }
    
}
@keyframes spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -125px;
    }
}
/*End preloader*/


/*Site wrapper*/

.wrapper {
    position: relative;
}

/*End site wrapper*/


/* Hero Section*/


section.hero {
    background: #151514;
    padding: 0;
    position: relative;
    overflow:hidden;
}



.backgroundimg  img {
    display: none;
}
.backgroundimg {
    width: 100%;
    height: 100%;
}
.backgroundimg {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../img/1.jpg");
    background-origin: padding-box;
    background-position: 50% 50% !important;
    background-repeat: repeat;
    background-size: cover !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}




.backgroundpub  img {
    display: none;
}
.backgroundpub {
    width: 100%;
    height: 100%;
}
.backgroundpub {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../img/gallery/pub-cov.jpg");
    background-origin: padding-box;
    background-position: 50% 50% !important;
    background-repeat: repeat;
    background-size: cover !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}


.background-img  img {
    display: none;
}
.background-img {
    width: 100%;
    height: 100%;
}
.background-img {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../img/1.jpg");
    background-origin: padding-box;
    background-position: 50% 50% !important;
    background-repeat: repeat;
    background-size: cover !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}


.overlay:before {
      position: absolute;
  top: 0;
  left: 0;
  max-width: none !important;
  max-height: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
    background: rgba(17, 17, 17, .4);
    width: 100%;
    height: 100%;

    z-index: 3;
    content: "";
}
section.hero   .inner-hero {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 10;
}


.height-hero{
    height: 70px;
}


.slider  .slides  li {
    background-size: cover;
    min-height:600px;
}


.header.default {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}


.header.switched-header {
    background-color: #4c4637;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.logo-dark{
    display: none;
}

.header.switched-header .logo-dark{
    display: block;

}

.header.switched-header .logo-light{
    display: none;

}


.header  .left-part {
    float: left;
    margin-left: 3.28rem;
    font-family: Gilroy;
}
.header  .logo {
    display: inline-block;
    height: 50px;
    margin-top: .775rem;
}

.header  .logo  img {
    max-height: 80%;
}




.header  .right-part {
    float: right;
    margin-right: 2rem;
    position: relative;
}



.mobile-but {
    display: inline-block;
    height: 24px;
    position: absolute;
    right: -1rem;
    top: -38px;
    z-index: 1000;
    display: none;
  
}
.mobile-but  .lines {
    transform: translate(0px, 10px) rotate(0deg);
    -webkit-transform: translate(0px, 10px) rotate(0deg);
    -ms-transform: translate(0px, 10px) rotate(0deg);
    -moz-transform: translate(0px, 10px) rotate(0deg);
}
.mobile-but  .lines,
.mobile-but  .lines:after,
.mobile-but  .lines:before {
    height: 2px;
    width: 25px;
}
.mobile-but  .lines:after,
.mobile-but  .lines:before {
    content: " ";
    display: block;
}
.mobile-but  .lines:after {
    transform: translate(0px, 4px) rotate(0deg);
    -webkit-transform: translate(0px, 4px) rotate(0deg);
    -ms-transform: translate(0px, 4px) rotate(0deg);
    -moz-transform: translate(0px, 4px) rotate(0deg);
}
.mobile-but  .lines:before {
    transform: translate(0px, -4px) rotate(0deg);
    -webkit-transform: translate(0px, -4px) rotate(0deg);
    -ms-transform: translate(0px, -4px) rotate(0deg);
    -moz-transform: translate(0px, -4px) rotate(0deg);
}
.mobile-but  .lines:after,
.mobile-but  .lines:before {
    background: #ffffff;
}
.toggle-mobile-but.active   .mobile-but   .lines:after {
    transform: translate(0px, -1px) rotate(45deg);
    -webkit-transform: translate(0px, -1px) rotate(45deg);
    -ms-transform: translate(0px, -1px) rotate(45deg);
    -moz-transform: translate(0px, -1px) rotate(45deg);
}
.toggle-mobile-but.active  .mobile-but .lines:before {
    transform: translate(0px, 1px) rotate(-45deg);
    -webkit-transform: translate(0px, 1px) rotate(-45deg);
    -ms-transform: translate(0px, 1px) rotate(-45deg);
    -moz-transform: translate(0px, 1px) rotate(-45deg);
}
.main-nav li {
    display: block;
    float: left;
    margin-left: 1.9625rem;
    font-size: .6875rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    list-style: none;
    
}
.main-nav li  a {
    color: #ffffff;
    display: block;
    position: relative;
    padding: 1.7rem 0;
}

.hero-content {
    color: #ffffff;
    position: relative;
    text-align: center;
    top: 65%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


/* End hero section*/



/* About section*/


p.block-intro{
    line-height: 1.4;

}

/* End about section*/



/* Package section*/


.package-header{
    position: relative;
    height: 250px;
}

.package-header h5 span{
    display: block;
    font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .8125rem;
    margin-top: .3125rem;
}


.package-body li{
    line-height: 1.7;
}


.block-logo img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.block-logo img {
    opacity: .1;
    margin-bottom: 0;
}

/* End package section*/





/* Testimonials section*/


.blockquote{
    position: relative;
}

.blockquote p{
    font-weight: 800;
    line-height: 1.4;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}


.blockquote img.quote{
     position: absolute;
    width: 13% !important;;
    left: 0;
    top: 0;
    z-index: -1;
}

.blockquote .quote-info img{
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    width: 12% !important;
}

.blockquote .quote-info h6 span{
    display: block;
    font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .8125rem;
    margin-top: .3125rem;
}

/* End testimonials section*/




/* Gallery section*/



.gallery .block-content .col-lg-4{
    padding-right: 0;
    padding-left: 0;
    float: left;
}

.gallery{
    background-color: #f9eed2;
}
.gallery .block-content .block-gallery{
    position: relative;
}

.gallery .block-content .block-gallery img{
    margin-bottom: 0;
}

.block-gallery .block-cat a{
    position: absolute;
    background: rgba(17, 17, 17, .4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;



}

.block-gallery .block-cat a:hover{
    background: rgba(17, 17, 17, .6);

}

.block-gallery .block-cat h6, .main-slider .block-cat h6{
    position: absolute;
    left: 2rem;
    bottom: 20px;
    z-index: 4;
}


.block-gallery .block-cat i{
    position: absolute;
    right: 2rem;
    bottom: 50px;
    z-index: 4;
    font-size: 1.1rem;
}


.block-gallery .block-cat h6 span, .main-slider .block-cat h6 span{
    display: block;
    font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .8125rem;
    margin-top: .3125rem;
    font-weight: 300;
}



.block-content.filter{
	padding: 1.25rem 0;
}

.height-filter{
    height: 37px;
}


.height-filter img.menu-filter-frame{
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: absolute;
    top: 19px;
    max-height:51%;
    left: 50%;
}

.block-filter {
    z-index: 100;
    width: 100%;
    text-align: center;
}


.block-filter li{
	padding: .75rem 0;
}


.block-filter li, .block-album-nav li, .height-insta .block-content a {
    margin-left: .98125rem;
    margin-right: .98125rem !important;
    font-size: .6875em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    position: relative;
}



.block-filter li a.active:before {
    content: "";
    background: #ffffff;
    width: 100%;
    height: 1px;
    position: absolute;
    top:18px;
    
}

.disable:before{
    opacity:.6;
    background-color: #222222;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:12;
}

.block-info   p{
    display: inline-block;
}

.block-info .block-name {
    min-width: 347px;
}



 .height-album{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 37px;
    width: 100%;
    top: -10px;
}

 .height-album img.menu-album-frame {
    position: absolute;
    max-width: inherit;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    max-height: 100%;
    top: -4px;
}



 .height-insta img.insta-btn-frame {
    position: absolute;
    max-width: inherit;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    max-height: 100%;
    top: -4px;

}


.height-insta{
    height: 37px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 100px;
    width: 100%;
}


.height-insta .block-content a i {
    margin-right: .625rem;
}


/* End gallery section*/



/* Instagram grid section*/

.ri-grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}


.ri-grid ul:before,
.ri-grid ul:after{
    content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px; 
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: #1b1b1b;
}

.ri-grid ul li a{
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #333;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.insta-Feed li a{
    position: relative;
}


.insta-Feed li a:before {
    position: absolute;
    background: rgba(17, 17, 17, .4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    content: "";
}


.insta-Feed li a:hover:before {
    position: absolute;
    background: rgba(17, 17, 17, .6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    content: "";
}



.footer .logo{
    display: block;
    height: 65px;
}

.footer .logo img {
    max-height: 75%;
    margin-left:auto;
    margin-right: auto;
}

.footer a.top{
    color: #4c4637;
    font-size: 1.675rem;
    display: inline-block;
}


/* End footer*/

.disco-content{
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 10%;
   
  }

/*Media queries*/

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

@media all and (max-width: 990px) {

    .header .left-part,
    .header .right-part {float: none;display: block;}
    .header .left-part {margin-left: 1rem;}
    .header {background-color: #4c4637;padding:.375rem 0;}
    .header .logo {margin-top: 0;}
    .header .logo img {margin-top: .4125rem;}
    .mobile-but {display: block;}
    .main-nav ul {display: none;}
    .main-nav li {float: none;display: block;margin-left: 1rem;}
    .main-nav li a{padding: .525rem 0; direction: rtl;text-align:right;}
    .main-nav li:first-child a {padding-top: .625rem;}
    .block-logo img {width: 35%;margin-left: auto;margin-right: auto;}
    .play-home{
        padding-left: 65% !important;
    }

    .mobile-gap{
        height:7rem !important
    }
    .gentle{
        font-size: 60px !important;
    }
    .eng-nav-header {
        padding-left: 0% !important;
    }
}




@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: portrait) {
    input,
    textarea {
        -webkit-appearance: none;
    }  
    
    

}


@media only screen and (min-device-width: 490px) and (max-device-width: 991px) and (orientation: portrait) {
   .package-body{
    margin-top: 10rem !important;
   }
    

}


@media only screen and (min-device-width: 720px) and (max-device-width: 1023px) and (orientation: portrait) {

    
    
    .disco-content{
        padding-left: 25%;
        
       
      }
    

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
			
	
    
 
    
    section.main, .main {padding-top: 5.42857rem; padding-bottom: 5.42857rem;}
    		h6, .h6{font-size: .9rem;}
			.block-gallery .block-cat h6 span, .main-slider .block-cat h6 span, .blockquote .quote-info h6 span{font-size: .7525rem;}
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px)  and (orientation: portrait){
			
			section.main, .main {padding-top: 5.42857rem; padding-bottom: 5.42857rem;}
			.blockquote p{font-size: 1.875rem;}
			h6, .h6{font-size: .9rem;}
			.block-gallery .block-cat h6 span, .main-slider .block-cat h6 span, .blockquote .quote-info h6 span{font-size: .7525rem;}
    
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    input,
    textarea {
        -webkit-appearance: none;
    }

	section.main, .main {padding-top: 5.42857rem; padding-bottom: 5.42857rem;}
    h1, .h1{font-size: 1.675rem;}
    h6, .h6{font-size: .8375rem;}
    h5, .h5 {font-size: 1.15rem;}
    .block-gallery .block-cat h6 span, .main-slider .block-cat h6 span, .blockquote .quote-info h6 span{font-size: .7125rem;}
    .block-gallery .block-cat i{right: 1rem;}
    .blockquote p{font-size: 1.875rem;}
    .blockquote img.quote{width: 15% !important;}

}



@media only screen and (min-width: 768px) and (max-width: 960px){

    .alpha-song{min-height: 3000px  !important;height: 3000px !important; }
    .alpha-song-link{min-height: 9000px  !important;height: 9000px !important; }

    .alpha-song-none{min-height: 2230px  !important;height: 2230px !important; }
    .alpha-song-shar{min-height: 2230px  !important;height: 2230px !important; }
    .alpha-song-maro{min-height: 2050px  !important;height: 2050px !important; }

    
    input,
    textarea {
        -webkit-appearance: none;
    }

	section.main, .main {padding-top: 5.42857rem; padding-bottom: 5.42857rem;}
    h1, .h1{font-size: 1.675rem;}
    h6, .h6{font-size: .9375rem;}
    h5, .h5 {font-size: 1.15rem;}
    .block-gallery .block-cat h6 span, .main-slider .block-cat h6 span{font-size: .7125rem;}
  
    .block-filter li {margin-left: .48125rem !important;margin-right: .48125rem !important;}
    .block-logo img {width: 25%;margin-left: auto;margin-right: auto;}
    .block-package{margin-bottom: 4rem;}
    .blockquote p{font-size: 1.875rem;}
    .blockquote img.quote{width: 15% !important;}
    .row .col-12.col-lg-4:last-child .block-package{margin-bottom: 0;}  
    section.album .col-12.col-lg-5.offset-lg-1{margin-top:1rem; }
    .height-filter img.menu-filter-frame{max-height: 45%;top:22px;}
    .main-nav li {font-size:.6875rem;}

    
}



@media only screen and (min-width: 480px) and (max-width: 767px) {
    input,
    textarea {
        -webkit-appearance: none;
    }

    body{font-size: .875rem;}
    section.main, .main {padding-top: 5.42857rem; padding-bottom: 5.42857rem;}
    h1, .h1{font-size: 1.275rem;}
    h6, .h6{font-size: .7675rem;}
    .h6{letter-spacing:3px}
    h5, .h5 {font-size: 1.05rem;}
    .lead{font-size: .9375rem;}
    .text-small{font-size: .75rem;}
    .btn{font-size: .7125rem; padding: 1rem 1rem;}
    .block-social li a{line-height: 2.2;}
    .block-gallery .block-cat h6 span, .main-slider .block-cat h6 span, .blockquote .quote-info h6 span{font-size: .6125rem;}
    .block-gallery .block-cat h6, .main-slider .block-cat h6{left: 1rem;}
    .block-gallery .block-cat i{right: 1rem;bottom: 42px;}
   
    .height-filter img.menu-filter-frame{max-height: 49%;}
    .divider {padding-top: 10rem;padding-bottom: 10rem;}
    .block-package{margin-bottom: 4rem;}
    .row .col-12.col-lg-4:last-child .block-package{margin-bottom: 0;}
    .blockquote p{font-size: 1.375rem;}
    .blockquote img.quote{width: 15% !important;}
    .block-logo img {width: 35%;margin-left: auto;margin-right: auto;}
    section.album .col-12.col-lg-5.offset-lg-1{margin-top:1rem; }


   
}
@media only screen and (max-width: 479px) {
    input,
    textarea {
        -webkit-appearance: none;
    }
    .title-apend{
        font-size: 2rem !important;
    }
    .store-home-banner{
        padding-top: 7.42857rem !important;
      }
      
    .alpha-song{min-height: 2500px  !important;height: 2500px !important; }
    .alpha-song-link{min-height: 8700px  !important;height: 8700px !important; }

    .alpha-song-none{min-height: 1750px  !important;height: 1750px !important; }
    .alpha-song-shar{min-height: 1900px  !important;height: 1900px !important; }
    .alpha-song-maro{min-height: 1630px  !important;height: 1630px !important; }

        
    .hometitle{
        text-align: left !important;
            }

            .fade-title{
                transform: scale(0.94) !important;
                animation: scale 8s backwards cubic-bezier(0.3, 1.1, 0.2, 1) !important;
            
            }
            
   
    body{font-size: .875rem;}
    section.main, .main {padding-top: 5.42857rem; padding-bottom: 5.42857rem;}
    h1, .h1{font-size: 1.275rem;}
    h6, .h6{font-size: .7675rem;}
    .h6{letter-spacing:3px}
    h5, .h5 {font-size: 1.05rem;}
    .lead{font-size: .9375rem;}
    .text-small{font-size: .75rem;}
    .btn{font-size: .7125rem; padding: 1rem 1rem;}
    .block-social li a{line-height: 2.2;}
    .block-gallery .block-cat h6 span, .main-slider .block-cat h6 span, .blockquote .quote-info h6 span{font-size: .6125rem;}
  
    .height-filter{height: auto;}
    .block-gallery .block-cat h6, .main-slider .block-cat h6{left: 1rem;}
    .block-gallery .block-cat i{right: 1rem;bottom: 42px;}
    .blockquote .quote-info img{width: 20% !important;}
     .flex-direction-nav .flex-prev {left: 1rem !important;}
 	.flex-direction-nav .flex-next{right: 1rem !important;}
    .block-logo img {width: 50%;margin-left: auto;margin-right: auto;}
    .block-package{margin-bottom: 2rem;}
    .blockquote p{font-size: 1.375rem;}
    .blockquote img.quote{width: 20% !important;}
    .row .col-12.col-lg-4:last-child .block-package{margin-bottom: 0;}  
    .height-filter img.menu-filter-frame, .height-album img.menu-album-frame{display: none;}
    .block-info .block-name{min-width: 190px;}
    section.album .col-12.col-lg-5.offset-lg-1{margin-top:1rem; }

   
    
}


section.contact-album{

height: 1700px;

}



section.album{

    height: 1500px;
    
    }


.news-text{
    text-align: justify;
    font-size: 14px;
    margin-bottom: 15px;
}


.ceo-logos:hover{
zoom: 1.5;
transition: 0.5s ease;
position: absolute;
}



.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }


.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
  }
  .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .package{
background: #f9eed2;
}



  

  @keyframes scale {
    100% {
      transform: scale(1.1);
    }
  }
.fade-title{
    transform: scale(0.94);
    animation: scale 8s forwards cubic-bezier(0.3, 1.5, 0.2, 1);

}

.lines-matter{
    margin-top: 10px;
    height:0px;
    width:1px;
    border-bottom:1px solid rgb(255, 255, 255);
    
    
    -webkit-animation: increase 4s;
    -moz-animation:    increase 4s; 
    -o-animation:      increase 4s; 
    animation:         increase 4s; 
    animation-fill-mode: forwards;
  }
  

  section.single-debut{
    height: 700px;
  }

  @keyframes increase {
      100% {
          width: 350px;
      }
  }


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

    .backgroundimg{background-image: url("../img/mobile/ay_xuda_home_phone.png")};


   
    
    .pad-link{
        padding-top: 25%;
    }

    .pad-links{
        padding-top: 25%;
    }

    .how-title{

        margin-top: 37%;
    }

    .block-mob{
        padding-left: 30px;
        padding-right: 30px;
    }


    #kurdish-nav{
        margin-left: 0rem !important;


    }



    section.single-debut{
        height: 1300px;
    }

 .package{
    background: #f9eed2;
 }
    @keyframes increase {
        100% {
            width: 150px;
        }
    }

    .block-cat i{
        display: none;
    }


    #dots{
        height: 1050px;
        background-color: #9b9584;
    
        }
    
    
    #music-hero-content{
    top: 40%;
        }
    

}



.alpha-song{
    min-height: 2150px;
        
    height: 2150px;
    background-image: url("../img/3song.jpg") !important;
   background-size: cover !important;
  background-repeat: no-repeat !important  ;
  padding: 0;
overflow:hidden;
width: 100%;
margin-left: auto;
margin-right: auto;

  
  }


  .alpha-song-link{
    min-height: 4500px;
        
    height: 4500px;
    background-image: url("../img/3song.jpg") !important;
   background-size: cover !important;
  background-repeat: no-repeat !important  ;
  padding: 0;
overflow:hidden;
width: 100%;
margin-left: auto;
margin-right: auto;

  
  }

  
.alpha-song-none{
    min-height: 1400px;
        
    height: 1400px;
    background-image: url("../img/3song.jpg") !important;
   background-size: cover !important;
  background-repeat: no-repeat !important  ;
  padding: 0;
overflow:hidden;
width: 100%;
margin-left: auto;
margin-right: auto;

  
  }


   
.alpha-song-maro{
    min-height: 1800px;
        
    height: 1800px;
    background-image: url("../img/3song.jpg") !important;
   background-size: cover !important;
  background-repeat: no-repeat !important  ;
  padding: 0;
overflow:hidden;
width: 100%;
margin-left: auto;
margin-right: auto;

  
  }


  .shari-listen{
    padding-top: 25px;
  }

  .alpha-song-shar{
    min-height: 1500px;
        
    height: 1500px;
    background-image: url("../img/3song.jpg") !important;
   background-size: cover !important;
  background-repeat: no-repeat !important  ;
  padding: 0;
overflow:hidden;
width: 100%;
margin-left: auto;
margin-right: auto;

  
  }


  #kurdish-nav{
    font-family: "Artin Font" !important ;
    font-size: 13px;
    color: #73b8ab;
    vertical-align: middle;
padding-top: 1.45rem;
margin-left: 1rem;
 }





.justify-bio{
    text-align: justify;
}

.m-store-ico{
    margin-top: 24px;
}

#ang-ico{
margin-bottom: 0px !important; 
display: inline-block;
height: 35px;
width: 35px;
padding-bottom: 5px;
}

#ang-ico2{
    margin-bottom: 0px !important; 
    display: inline-block;
    height: 35px;
    width: 35px;
    padding-bottom: 5px;
    }

    
    #ang-ico3{
        margin-bottom: 0px !important; 
        display: inline-block;
        height: 35px;
        width: 35px;
        padding-bottom: 5px;
        }
        
        #ang-ico4{
            margin-bottom: 0px !important; 
            display: inline-block;
            height: 35px;
            width: 35px;
            padding-bottom: 5px;
            }
            

#shaz-ico{
    margin-bottom: 0px !important; 
    display: inline-block;
    height: 35px;
    width: 35px;
    padding-bottom: 5px;
    }

/* Glowing Text To Aw Kasay*/

.scale-release:hover{
    color: #fff !important;
  
  }

  .quote-text{
    font-family: "Artin Font";
    color: #ffffff;
  }




  .scale-release{
    transition: .5s linear
  }
  .scale-release:hover :nth-child(1){
    margin-right: 5px
  }
  .scale-release:hover :nth-child(1):after{
    content: "'";
  }
  .scale-release:hover :nth-child(2){
    margin-left: 30px
  }
  .scale-release:hover {
    color: #fff;
    text-shadow: 0 0 10px #fff,
                 0 0 20px #fff, 
                 0 0 40px #fff;
  }



  .scale-active{
  color: #fff;
  text-shadow: 0 0 10px #fff,
               0 0 20px #fff, 
               0 0 40px #fff;
}


  .blog-img{
    height: 250px;
    width: auto;
    margin-bottom: 1rem;
    transition: all .2s ease;
  }




  .news-date{
    font-size: 14px;
    padding-bottom: 7px !important;
    margin-bottom: 16px;
    text-decoration: dashed;
  }

  #contact{
    background-color: #4c4637;
  }
  
  .test-font{
    font-family: 'Roboto', sans-serif;
  }
  .social-second{
    margin-top: 15px;
  }

  .text-browni{
    color:#4c4637;
  }


  .text-browni-disco{
    color:#4c4637;
    font-size: large;
  

  }
  #text-browni{
    color: #4c4637;
  }

  #text-browni:hover{
    text-decoration: underline;
    transition: .5s linear
  }

  



  .test-font{
    font-family: 'Roboto', sans-serif;
}
.back-music{
    background: #f9eed2;
    }

.music-header{
    padding-bottom: 15px;
}


.detail-album{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.detail-album2{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}


.detail-album2 ul li{
    margin-top: 15px;
    margin-bottom: 15px;

}


.detail-album ul li{
    margin-top: 15px;
    margin-bottom: 15px;

}

.detail-album ul li::before {
    content: "\2022";
    color:#4c4637;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }

  .list-album{
    padding-top: 2rem;
  }


  .as-link{
    cursor: pointer;
}


.block-content-m {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: .3125rem;
}




div[class*="col-"].gap-one-bottom-md, .gap-one-bottom-md{
    padding-bottom: 5rem;
    
}


div[class*="col-"].gap-one-top-md, .gap-one-top-md{
    padding-top: 5rem;
}


div[class*="col-"].gap-double-md, .gap-double-md {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

div[class*="col-"].gap-one-bottom-lg, .gap-one-bottom-lg{
    padding-bottom: 10rem;
}


div[class*="col-"].gap-one-top-lg, .gap-one-top-lg{
    padding-top: 10rem;
}



div[class*="col-"].gap-double-lg, .gap-double-lg {
    padding-top: 10rem;
    padding-bottom: 10rem;
}


div[class*="col-"].gap-one-bottom-sm, .gap-one-bottom-sm{
    padding-bottom: 3rem;
}


div[class*="col-"].gap-one-top-sm, .gap-one-top-sm{
    padding-top: 3rem;
}


div[class*="col-"].gap-double-sm, .gap-double-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
}



.playlist li
 {
    transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.btn-s{
   padding: .29rem .725rem .29rem .625rem;
   font-size: .6875rem;
}

.btn.with-ico i{
    margin-right: .5125rem;

}

.with-ico i{
    display: inline-block;
    margin-right: .8125rem;
}

.border-2{
    border-color:#f9eed2 !important;

}

.border-3{
    border-color:rgba(255,255,255,.5) !important;

}

.but:hover {
    color: #ffffff;
}


section.about .block-content.text-md-right, .block-album {margin-bottom: 1.875em;}




.video-play-but {
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    height:7.5em;
    width: 7.5em;
    position: relative;
    background: none;
    margin-top: 3.125em;

}
.video-play-but:after {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 17px 0 17px 24px;
    content: "";
    height: 0;
    margin-left: -0.625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY( -50%);
    -moz-transform: translateY( -50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY( -50%);
}
.block-video .video-play-but:after{
    border-width: 10px 0 10px 15px;
    margin-left: -0.375rem;
    border-color: transparent transparent transparent #13181d;
}
.video-play-but:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);}


    .block-video.show-video .video-play-but.play-video, .block-video.show-video img {
        opacity: 0 !important;
        pointer-events: none;
   }

   .block-video .video-play-but {
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 2;
     margin-top: -2.25rem;
     margin-left: -2.25rem;
     margin-bottom: 0 !important;
     height: 4.5rem;
     width: 4.5rem;
     background: #ffffff;
}

.single-header{
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
}



.align-f-title{
    justify-content: start;
}

.kza-back{
    background-image: url("../img/gallery/toaw.jpg") left top no-repeat;
}

.env-first{
    letter-spacing: 20px;
}





.skill {
    margin-bottom: 35px;
    position: relative;
    overflow-x:hidden;
    font-family:'Roboto', sans-serif;
    text-transform: uppercase;
    width: 100%;
}
 
.skill > p {
    font-size: 18px;
    font-weight: 400;
    font-family:'Roboto', sans-serif;

margin-bottom: 35px;
color: #ffffff;
}
 
.skill:before {
    width: 100%;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    bottom: 0;
}
 
.skill-bar {
    width: 100%;
    height: 10px;
    background:#AAD9B1;
    display: block;
    position: relative;
}
 
.skill-bar span {
    position: absolute;
    top: -30px;
    padding: 0;
    font-size: 18px;
    padding: 3px 0;
    font-weight: 500;
}
 
.skill-bar {
    position: relative;
}
 
.skill1 .skill-count1 {
    right: 0;
}
 
.skill1 {
    width: 9%;
}
 
.skill2 {
    width: 85%;
}
 
.skill2 .skill-count2 {
    right: 0;
}
 
.skill3{
   width: 75%;
}
 
.skill3 .skill-count3 {
    right: 0;
}


.pad-section{
padding-top: 25%;}



.pad-publication{
    padding-top: 25%;}
    
#reg-btn{
    border-color:#73b8ab !important;
    color: #ffffff;
    margin-top: 15px;
}



#red-btn{
    border-color:#f9eed2 !important;
    color: #ffff;
    margin-top: 15px;
    border-radius: 24px;
}



.cardenv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(-8deg,
      rgba(163, 150, 255, 0.1) 20%,
      rgba(195, 200, 232, 0.111),
      rgba(163, 150, 255, 0.1) 90%);
    width: 100%;
    height: 100%;
    padding: 24px;
    border-radius: 24px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
 
   
  }
  
  .avatar {
    width: 60%;
    border-radius: 50%;
    margin-bottom: 16px;
    padding: 4px;
    border: 2px solid #a92e26;
    animation: borderHighlight 2s ease infinite;
  }
  
  @keyframes borderHighlight {
    50% {
      border-color: transparent;
    }
  }
  
  .title {
    font-size: 15px;
    color: #f9eed2;
    font-weight: 200;
  }
  
  .title span {
    font-weight: 600;
  }
  
  .circle {
    --size: 8rem;
    position: absolute;
    width: var(--size);
    height: var(--size);
    background: #04d361;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
    backdrop-filter: blur(4px);
  }


  .env-card{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .overlay:before{
    background: transparent;
  }

  .env-detail{
    color: #ffffff;
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    padding-top: 15px;

  }

  .filter-env .rewas{
    filter: grayscale(80%);
  }

.filter-env .rewas:hover{
    filter: grayscale(0%);
    transition: .5s ease;
  }

    .plant-title{
        margin-bottom: 2rem;
    }
    .plant-title span{
color: #4c4637;
    }


    .plant-title-raw{
        margin-bottom: 5rem;


    }
    .pad-phases{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }


    .env-psize{

    height: 50%;
    }

    .marg-song-title{
        padding-bottom: 25px;
    }

    .pad-links{
        margin-bottom: 10%;
      }


      .detail-song{
        font-style: italic;
      }

    @media screen and (min-width: 992px) and (max-width: 3000px) {
    
        .pad-links{
            margin-top: 10%;
          }

  .first-env{
    transform: rotate(-7deg); 
 }

    
  .second-env{
    transform: rotate(7deg);  }

  

    }


.env-souce{

    text-align: left;
    color: #ffffff;
font-size: 9px;

padding-top: 15px;}


.article-content{
    margin-bottom: 2rem;
}

.article-img{
    margin-bottom: 0px;
}

.article-img2{
    margin-bottom: 0px;
    margin-top: 5rem;
}


.article-img-p{
    font-size: 11px;
    margin-top: 5px;
    text-align: left;
    color: #ffffff;
}

#wash-active:hover{
cursor: pointer !important;

}


#soc-btn{
    background-color: #f9eed2;
    color: #4c4637;
    width: 90%;
    margin-top: 15px;
    border-radius: 24px;
}


#soc-btn:hover{
    background-color: transparent;
}


.backdrop {
    -moz-box-shadow: 0px 6px 5px #111; 
    -webkit-box-shadow: 0px 6px 5px #111; 
    box-shadow: 0px 2px 10px #111; 
    -moz-border-radius:20px; 
    -webkit-border-radius:20px; 
    border-radius:20px;
}

.linktree {
    width: 120px;
    height: 120px;
    background-image: url("../img/gallery/ag-soc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
}


@keyframes shake-animation {
    0% { transform:translate(0,0) }
   1.78571% { transform:translate(5px,0) }
   3.57143% { transform:translate(0,0) }
   5.35714% { transform:translate(5px,0) }
   7.14286% { transform:translate(0,0) }
   8.92857% { transform:translate(5px,0) }
   10.71429% { transform:translate(0,0) }
   100% { transform:translate(0,0) }
 }

 
.shake {
	animation: shake-animation 4.72s ease infinite;
	transform-origin: 50% 50%;
   
  }


  .pad-link{
    margin-top: 10%;
  }


    .alpha-cont{
        min-height: 2000px;
        
        height: 2000px;
        background-image: url("../img/gallery/back-link.jpg") !important;
       
      background-repeat: no-repeat !important  ;
      padding: 0;
    overflow:hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;


     }
     
     .pad-header{
        margin-top: 10%;
     }
     
     .ang-store{

        width: 35px;
        height: 18px;
        background-image: url("../img/anghami-logo-dark.png");

        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        display: inline-block;


        margin-bottom: 0px !important; 
        width: 35px;
        padding-bottom: 5px;
        }


     .ang-clap:hover .ang-store{
        background-image: url("../img/anghami-logo.png");

     }


     .shaz-store{

        width: 35px;
        height: 18px;
        background-image: url("../img/shazam-dark.png");

        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        display: inline-block;


        margin-bottom: 0px !important; 
        width: 35px;
        padding-bottom: 5px;
        }



        .shaz-clap:hover .shaz-store{
            background-image: url("../img/shazam.png");
    
         }


   .founder{
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    text-align:center;
   }

   .home-store-btn{
    font-size: 15px;
    color: white;
    font-weight: 600;
    border:2px solid;
    background-color: none ;
    height:100%;
   }
   .text-black{
    color: #090d11;
   }

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

    .pad-publication{
        margin-top: 65% !important;
    }
    
    .vlt-fixed-socials {
        display: none !important;
    }

    .left-part{
        padding-top: 0.4125rem !important;
        
      }
    
    
      .right-part{

            padding-top: 0px !important;
  
        
     
        
      }
    


    
    .backgroundpub  {
            background-image: url("../img/gallery/pub-cov2.jpg");
        }


   }

   @media screen and (min-width: 385px) and (max-width: 415px) {

    .pad-publication{
        margin-top: 95% !important;
    }
    

  
 
   }

   
   @media screen and (min-width: 370px) and (max-width: 384px) {

    .pad-publication{
        margin-top: 60% !important;
    }
    



   }


   .disco-raw{
    margin-top: 1rem;
    margin-bottom: 4rem;
   }

   .album-disco {
    background-color: #0f0b08;
   }
   #tealbum{
background-color: #4c4637  ;
   }
   .iconsong{
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 50px;
   }

   .line-song{
    border-width: 2px;
    border-color: #f9eed2;
   }

   .icospot:hover{
    color: #1ED760;
    transition-duration: 1s;
   }

   .icoaple:hover{
    color: #555555;
    transition-duration: 1s;
   }

   .icoamaz:hover{
    color: #0DBFF5;
    transition-duration: 1s;
   }


   .icodeezer:hover{
    color: #FF0092;
   transition-duration: 1s;
  }


  .song-ico{
    margin-top: 30px;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: none;
  }



  
  .song-ico-link{
    margin-top: 30px;
    display: inline-block;
    height: 70px;
    width: 70px;
    background: none;
  }

.view-song{
    padding-top: 50px;
}


.border-3{
    border-color:#f9eed2 !important;
    border-radius: 15px;
    color: white;

}
.single-text{
padding-bottom: 50px;
padding-top: 50px;
}

.single-title{
    padding-top: 20px;
}
.llll{
border-radius: 90px 90px;
}

.iconsoc{
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 90px;   
}

.digital-header{
    text-align: center;
    color: white;
    margin-top: 50px !important;
    padding-bottom: 50px;
}

.title-video{
    padding-bottom: 25px;
    font-style: italic;
    font-size: 20px;
}

.icotube:hover{
    color: #FF0000  ;
    transition-duration: 1s;
}


.icotwitr:hover{
    color: #00acee   ;
    transition-duration: 1s;
}

.icoinsta:hover{
    color: #E1306C   ;
    transition-duration: 1s;
}

.icoface:hover{
    color: #4267B2  ;
    transition-duration: 1s;
}



.icolink:hover{
    color: #0072b1   ;
    transition-duration: 1s;
}


.icotik:hover{
    color: #000000  ;
    transition-duration: 1s;
}



.icosnap:hover{
    color: #FFFC00  ;
    transition-duration: 1s;
}



.icomed:hover{
    color: #e9f0fd   ;
    transition-duration: 1s;
}

.spanterm{
    margin-top: 5%;
}

.eng-nav-header li{
    direction: ltr;
    text-align: left;
    display: table;

}


.song-purchase {
    padding-top: 15px;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }


  .eng-nav-header li a{
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: Gilroy;
  }

  .left-part{
    padding-top: 30px;
    
  }


  .right-part{
    padding-top: 30px;
    font-family: Gilroy !important;
    float: none !important;

  }


  .eng-nav-header{
    padding-left: 25% !important;

  }
  .header .logo{
    height: 70px;
  }


  .vlt-gap-160
  {
      height: 10rem;
  }


  .vlt-fixed-socials {
    position: fixed;
    z-index: 10;
    top: 65px;
    left: 1.1875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5rem 0;
    pointer-events: none;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vlt-fixed-socials::before {
    margin-bottom: 3.125rem;
}

.vlt-fixed-socials::before {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    content: '';
    background-color: rgba(255,255,255,.4);
}



.vlt-fixed-socials::before {
    margin-bottom: 3.125rem;
}
.vlt-fixed-socials::after, .vlt-fixed-socials::before {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    content: '';
    background-color: rgba(255,255,255,.4);
}

.vlt-fixed-socials::after {
    margin-top: 3.125rem;
}

.vlt-social-icon.vlt-social-icon--style-1 {
    font-size: 1.375rem;
    margin-top: 20px;

}


.vlt-social-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.hover-socs {
    cursor: pointer !important;

pointer-events: auto;
}


.hover-socs :hover{
    color: #f9eed2 !important;

}



/* WIDGET: VIDEO BUTTON
-------------------------------------------- */
.vlt-video-button
{
    color: #fff;
}
.vlt-video-button a
{
    position: relative;
    z-index: 1; 

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 6.875rem;
    height: 6.875rem;

    color: currentColor;
    outline: none;
    background-color: transparent;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-video-button a::after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms; 

    border: 2px solid currentColor;
    border-radius: 50%;
}
.vlt-video-button a svg
{
    display: inline-block;

    height: 1.875rem;
    margin-left: .5em;

    -webkit-transition: inherit;
            transition: inherit;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-video-button a:hover svg
{
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; 
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.vlt-video-button a:hover::after
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.vlt-animated-block.animated
{
    -webkit-animation-name: vlt_animated_block;
            animation-name: vlt_animated_block;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.vlt-gap-100{
    height: 9rem;
}

.vlt-gap-15
{
    height: .9375rem;
}


.classic{

    text-align: left !important;
}

.cream-color{
color: #f9eed2;
}
.gentle span{
    color: #4c4637;
}

h1.vlt-large-heading,
.h1.vlt-large-heading
{
    font-family: Gilroy;
    font-size: 80px;
    font-weight: 600;
    text-transform: none;
}

.kurdi{
padding-left: 30px !important;   


}


.scale-active-kurd{
    color: #f9eed2 !important;
    text-shadow: 0 0 10px #fff,
                 0 0 20px #fff, 
                 0 0 40px #fff;
  }
  


  .vlt-experience-block {
    max-width: 21.25rem;
    padding: 4.375rem 4.6875rem 3.125rem 3.125rem;
    text-align: right;
    border: 1px solid rgba(255,255,255,.4);
    border-right: none;
}

.iam-cream {
    color: #f9eed2;
}


.iam-cream p{
    color: #f9eed2;
    font-size: 20px;
}


.english-award span {
    font-size: 45px;
}

.vlt-experience-block__title::before {
    position: absolute;
    bottom: 0.625rem;
    left: 0;
    width: 4.8125rem;
    height: 1px;
    content: '';
    background-color: #fff;
}

.vlt-experience-block__number {
    font-size: 12.5rem;
    font-weight: 500;
    line-height: 1.1;
    margin-right: -0.25rem;
    margin-bottom: 3.125rem;
    color: #fff;
}
::selection {
    color: #fff;
    background-color: #4c4637;
}


.h3, h3 {
    font-size: 3.125rem;
    line-height: 1.35;
    color: #fff;
}


.award-distance{
    padding-top: 60px;
}

.award-header{
    padding-top: 60px;
}

.awards{
    background-color: #4c4637;
    padding-top: 100px;
}




.vlt-fullpage-slider .vlt-section .vlt-section__projects-background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.vlt-partners li img {
    max-width: 100%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .4;
}


.vlt-partners {
    display: grid;
    padding: 0;
    list-style-type: none;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 1.125rem;
    grid-row-gap: 2.375rem;
}


.animate__fadeInUpSm {
    -webkit-animation-name: vlt_fade_in_up_sm;
    animation-name: vlt_fade_in_up_sm;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.animate__animated {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.vlt-gap-65{
    height: 3rem;
}

@media all and (max-width: 990px) {


    .eng-nav-header {
        padding-left: 0% !important;
    }


    .kurdi {
        padding-left: 0px !important;
    }
}





@media all and (max-width: 575px) {



    .vlt-partners {
        grid-template-columns: repeat(1,1fr);
        grid-column-gap: 2.375rem !important;
        grid-row-gap: 2.375rem !important;
        margin: 0;
    }
    .vlt-partners li  {
padding-left: 25%;    }
}




@-webkit-keyframes vlt_fade_in_down
{
    0%
    {
        -webkit-transform: translateY(1.875rem);
                transform: translateY(1.875rem);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}
@keyframes vlt_fade_in_down
{
    0%
    {
        -webkit-transform: translateY(1.875rem);
                transform: translateY(1.875rem);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}

@-webkit-keyframes vlt_animated_block
{
    0%
    {
        -webkit-transform: translateY(6.25rem);
                transform: translateY(6.25rem); 

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0); 

        opacity: 1;
    }
}

@keyframes vlt_animated_block
{
    0%
    {
        -webkit-transform: translateY(6.25rem);
                transform: translateY(6.25rem); 

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0); 

        opacity: 1;
    }
}

@-webkit-keyframes vlt_bounce
{
    0%,
    100%
    {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes vlt_bounce
{
    0%,
    100%
    {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@-webkit-keyframes vlt_fade_in_up_sm
{
    from
    {
        -webkit-transform: translate3d(0, 100px, 0);
                transform: translate3d(0, 100px, 0); 

        opacity: 0;
    }
    to
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

@keyframes vlt_fade_in_up_sm
{
    from
    {
        -webkit-transform: translate3d(0, 100px, 0);
                transform: translate3d(0, 100px, 0); 

        opacity: 0;
    }
    to
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

@-webkit-keyframes vlt_fade_in_down_sm
{
    from
    {
        -webkit-transform: translate3d(0, -100px, 0);
                transform: translate3d(0, -100px, 0); 

        opacity: 0;
    }
    to
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

@keyframes vlt_fade_in_down_sm
{
    from
    {
        -webkit-transform: translate3d(0, -100px, 0);
                transform: translate3d(0, -100px, 0); 

        opacity: 0;
    }
    to
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

@-webkit-keyframes vlt_fade_in_left_sm
{
    from
    {
        -webkit-transform: translate3d(-100px, 0, 0);
                transform: translate3d(-100px, 0, 0); 

        opacity: 0;
    }
    to
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

@keyframes vlt_fade_in_left_sm
{
    from
    {
        -webkit-transform: translate3d(-100px, 0, 0);
                transform: translate3d(-100px, 0, 0); 

        opacity: 0;
    }
    to
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

@-webkit-keyframes vlt_fade_in_right_sm
{
    from
    {
        -webkit-transform: translate3d(100px, 0, 0);
                transform: translate3d(100px, 0, 0); 

        opacity: 0;
    }
    to
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

@keyframes vlt_fade_in_right_sm
{
    from
    {
        -webkit-transform: translate3d(100px, 0, 0);
                transform: translate3d(100px, 0, 0); 

        opacity: 0;
    }
    to
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

@-webkit-keyframes vlt_heartbeat
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    5%
    {
        -webkit-transform: scale(.9);
                transform: scale(.9);
    }
    10%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    15%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    100%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
}

@keyframes vlt_heartbeat
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    5%
    {
        -webkit-transform: scale(.9);
                transform: scale(.9);
    }
    10%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    15%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    100%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
}


.vlt-post--masonry
{
    position: relative;
    z-index: 1;
    font-family: Gilroy !important;

}
.vlt-post--masonry .vlt-post-border span
{
    position: absolute;
    z-index: 2; 

    background-color: rgba(255, 255, 255, .4);
}
.vlt-post--masonry .vlt-post-border span.top
{
    top: 0;
    left: 0;

    width: 100%;
    height: 1px;

    -webkit-transition: all 300ms 0s linear;
            transition: all 300ms 0s linear; 
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
}
.vlt-post--masonry .vlt-post-border span.bottom
{
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    -webkit-transition: all 300ms 0s linear;
            transition: all 300ms 0s linear; 
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
}
.vlt-post--masonry .vlt-post-border span.right
{
    top: 0;
    right: 0;

    width: 1px;
    height: 100%;

    -webkit-transition: all 300ms 0s linear;
            transition: all 300ms 0s linear; 
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
}
.vlt-post--masonry .vlt-post-border span.left
{
    top: 0;
    left: 0;

    width: 1px;
    height: 100%;

    -webkit-transition: all 300ms 0s linear;
            transition: all 300ms 0s linear; 
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
}
.vlt-post--masonry:hover .vlt-post-border span.top
{
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}
.vlt-post--masonry:hover .vlt-post-border span.right
{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms; 
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}
.vlt-post--masonry:hover .vlt-post-border span.bottom
{
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms; 
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}
.vlt-post--masonry:hover .vlt-post-border span.left
{
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms; 
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}
.vlt-post--masonry .vlt-post-media
{
    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.vlt-post--masonry .vlt-post-media::before
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all 300ms;
            transition: all 300ms;

    background-color: rgba(22, 22, 22, .3);
}
.vlt-post--masonry .vlt-post-media img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all 300ms;
            transition: all 300ms; 

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-post--masonry .vlt-post-header
{
    margin-bottom: 1.875rem;
    font-family: Gilroy !important;

}
.vlt-post--masonry .vlt-post-header .vlt-post-title
{
    font-size: 2rem; 
    font-weight: 500;
    font-family: Gilroy !important;

}
.vlt-post--masonry .vlt-post-header .vlt-post-date
{
    font-size: .9375rem;
    font-weight: 500;
    font-family: Gilroy !important;


    display: block;

    margin-bottom: .5rem;

    color: #f9eed2;
}
.vlt-post--masonry .vlt-post-excerpt
{
    font-size: .9375rem;
    font-family: Gilroy !important;

    color: #f9eed2;
}
.vlt-post--masonry .vlt-post-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding: 2.5rem;

    -webkit-transition: all 300ms;
            transition: all 300ms;

    opacity: 0; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
            font-family: Gilroy !important;

}
.vlt-post--masonry .vlt-post-footer
{
    margin-top: 6.25rem;
}
.vlt-post--masonry:hover .vlt-post-media img
{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.vlt-post--masonry:hover .vlt-post-media::before
{
    background-color: #4c4637;
}
.vlt-post--masonry:hover .vlt-post-content
{
    opacity: 1;
}
.vlt-post--masonry .vlt-read-more-link
{
    font-size: .9375rem; 
    font-weight: 500;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-post--masonry .vlt-read-more-link svg
{
    height: 10px;
    margin-left: .625rem;

    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;
}
.vlt-post--masonry .vlt-read-more-link:not(:hover)
{
    color: #fff;
}
.vlt-post--masonry .vlt-read-more-link:hover 
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

/* POST: SINGLE POST
-------------------------------------------- */
.vlt-post-hero-title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 100vh;
    padding: 30rem 0 9.375rem; 

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.vlt-post-hero-title .vlt-post-date
{
    font-size: .9375rem;
    font-weight: 500;

    display: block;

    margin-bottom: 1.25rem;

    color: #fff;
}

.vlt-post-share,
.vlt-post-tags
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #fff; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-post-share h5,
.vlt-post-tags h5
{
    font-size: 1rem;
    font-weight: 500;

    color: #f9eed2;
}

.vlt-post-tags h5
{
    margin-right: .5rem;
}

.vlt-post-tags a + a::before
{
    content: ', ';

    color: #fff;
}

.vlt-post-share h5
{
    margin-right: 1.5625rem;
}

.vlt-post-share a + a
{
    margin-left: 1.25rem;
}

/* PAGE: PORTFOLIO
-------------------------------------------- */
/* PORTFOLIO: PROJECT
-------------------------------------------- */
.vlt-project > *
{
    opacity: 0;
}
.swiper-slide-active .vlt-project > *
{
    -webkit-animation: vlt_fade_in_down 700ms forwards;
            animation: vlt_fade_in_down 700ms forwards;
}
.vlt-project > *:nth-child(2)
{
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}
.vlt-project > *:nth-child(3)
{
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
}

.vlt-project-title
{
    font-size: 7.5rem;
    font-weight: 600;
    line-height: 1.1;
}

.brand-distance img {
    height: 70px;
    padding-left: 50px;
}



.brand-distance {
    margin-top: 3.9rem;
}


@media only screen and (max-width: 767px)
{
    .vlt-project-title
    {
        font-size: 5rem;
    }

.mob-art{
    padding-top:30px;
}
    .vlt-post--masonry .vlt-post-content {
        padding: 3.5rem;

    }

    .custom-list{
        grid-template-columns: repeat(3,1fr) !important;
    padding-left: 20px !important;
    }

    .awards{
        padding-top: 60px;
    }

    .sec-head{
        text-align: center;
    }

    .founder-head{
        font-size: 2rem;
    }
    .brand-distance img{
        padding-left: 0px;
    }

    
.brand-distance {
    margin-top: 1.9rem;
}


.mobile-founder{
    height: 0.65rem !important
}


.vlt-experience-block__title::before{
    bottom: -0.5rem !important;

}


.mobile-gap-award{
    height: 1.375rem !important;
}
.award-distance{
    padding-top: 10px !important;
}
}

.vlt-project-excerpt
{
    font-size: .9375rem;

    max-width: 24.375rem;
    margin-top: 2.5rem;
    margin-bottom: 4.6875rem;

    color: #f9eed2;
}

.gilt{
    font-family: Gilroy !important;
}
.vlt-post-media{
    height: 500px !important;
    padding-bottom: 15px;
}

.is-light:hover{
    color: #fff;
    text-shadow: 0 0 10px #fff,
                 0 0 20px #fff, 
                 0 0 40px #fff;

}

.custom-list{
    grid-column-gap: 1.2rem !important;
    grid-row-gap:1.2rem !important;
    padding-right: 60px !important;

}



.vlt-timeline-item{
    padding: 1rem !important;
}


.vlt-slider-controls--style-2 .vlt-swiper-button-next, .vlt-slider-controls--style-2 .vlt-swiper-button-prev {
  top:  calc(0% - 400px) !important
}

.sumit-gap{
    height: 1rem !important;
}


.great-arrow svg {
    height: 50px;
    float: right;
    margin-top: 50px;
}
nav .eng-nav-header ul li.active {
    background-color: #3b49df;
    border-radius:30px;
    transition: 0.3s;
    }
    nav .eng-nav-header ul li.active a {
    color: #ffffff;
    }


