@import "../css/external/external-core.css";
@import "../css/internal/internal-core.css";

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Playfair Display', serif;
}

.b-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.top-i-top {
    padding: 20px 50px;
}

#cmp-nav-nme {
    color: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
}

#cmp-nav-bra {
    color: #ffffff;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
}

#cmp-nav-bra:hover {
    color: #ffffff;
    text-decoration: none;
}

.cmp-col-blk {
    color: #010101;
}

.cmp-jus-con {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.ctl-nav-nme {
    color: #010101;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    line-height: normal;
    padding: 8px 16px;
}

.ctl-nav-nme:hover {
    text-decoration: none;
    color: #010101;
}

.ctl-nav-lnk {
    color: #ffffff;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    line-height: normal;
    padding: 8px 16px;
}

.ctl-nav-lnk:hover {
    text-decoration: none;
    color: #ffffff;
}

/* end of navigation css */
.b-cen {
    width: 100%;
    background-image: url(../images/vahid-main.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-clip: border-box;
    background-attachment: fixed;
    height: 100vh;
}

.cen-i-cen, .bot-i-cen {
    display: table;
    height: 100vh;
    margin: auto;
}

.cmp-con-inf, .cmp-sub-inf {
    display: table-cell;
    vertical-align: middle;
}

.cmp-cen-hdr, .ctl-sub-inf {
    display: table-cell;
    vertical-align: middle;
}

.ctl-com-ico img {
    height: auto;
    display: block;
    margin: auto;
}

.ctl-cen-hdr {
    margin: 25px auto 10px;
}

.ctl-inf-top {
    margin-bottom: 25px;
}

.ctl-cen-hdr h1 {
    color: #ffffff;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: normal;
}

.ctl-hyp-lnk a {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    display: block;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ctl-hyp-lnk a:hover {
    text-decoration: none;
    color: #e9b79f;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.b-bot {
    width: 100%;
    background-image: url(../images/new-pianos.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-clip: border-box;
    background-attachment: fixed;
    height: 100vh;
}

.bot-i-cen {
    padding: 25px;
}

.ctl-sub-inf {
    width: 920px;
    height: auto;
    background-color: #222222;
    margin: auto;
    padding: 45px 25px;
    box-sizing: border-box;
}

.ctl-fil-inp {
    margin-top: 30px;
}

.ctl-frm-tit h2 {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
}

.ctl-frm-inp {
    width: 410px;
    margin: auto;
}

.ctl-fil-inp label {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    line-height: normal;
    display: block;
    padding-bottom: 10px;
}

.ctl-fil-inp input {
    color: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
    display: block;
    border: 1px solid #dddddd;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    margin: auto;
}

.ctl-fil-inp input::placeholder {
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.ctl-fil-inp input:focus {
    box-shadow: none;
    outline: none;
}

.ctl-sub-btn input[type=submit] {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    display: block;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: #181a1b;
    border: none;
    outline: none;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    cursor: pointer;
}

.ctl-sub-btn input[type=submit]:hover {

    background-color: #e64b50;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
}

.cmp-foo-inf {
    background-color: #000000;
    padding: 15px 50px;
}

.ctl-foo-inf p {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
}

.ctl-soc-lnk {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-justify-content: flex-end;
    justify-content: flex-end;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-soc-lnk li {
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -o-transition: .4s ease-in;
}

.ctl-soc-lnk li:hover {
    opacity: 1;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -o-transition: .4s ease-in;
}

.ctl-soc-lnk li:not(:last-child) {
    margin-right: 10px;
}

.ctl-soc-lnk li a img {
    width: 100%;
    height: auto;
    display: block;
}

.cmp-soc-inf {
    position: fixed;
    width: 100%;
    z-index: 9999999999;
    bottom: 60px;
    right: 60px;
}

/* start of music */
.c-top {
    width: 100%;
    background-image: url(../images/vahid-music.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-clip: border-box;
    background-attachment: fixed;
    height: 50vh;
}

.d-top {
    width: 100%;
    background-image: url(../images/vahid-music.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-clip: border-box;
    background-attachment: fixed;
    height: 50vh;
}

.cmp-mus-inf {
    padding: 130px 0;
}

.ctl-mus-alb {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 50px;
}

.ctl-com-alb {
    width: 25%;
    cursor: pointer;
}

.ctl-abl-tmb img, .ctl-trk-alb img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-abl-tit h5 {
    color: #ffffff;
    background-color: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: inherit;
    line-height: normal;
    padding: 10px 5px;
}

.ctl-mor-ico {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 35px;
}

.ctl-ser-ico {
    margin-right: 10px;
}

.ctl-ser-ico:hover, .ctl-ord-ico:hover {
    background-color: #000000;
}

.ctl-ser-ico, .ctl-ord-ico {
    background-color: #636262b3;
    padding: 25px;
    border-radius: 50%;

}

.ctl-ser-ico i, .ctl-ord-ico a i {
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;

}

.ctl-com-alb {
    position: relative;

}

.ctl-mus-bot {
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    height: 100%;
    background-color: #00000029;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -o-transition: .4s ease-in;
}

.ctl-mus-bot:hover {
    opacity: 1;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -o-transition: .4s ease-in;
}

.ctl-vid-you {
    text-align: center;
}

.ctl-vid-you iframe {
    width: 75%;
    height: 470px;
    margin: auto;
}

.ctl-trk-hdr {
    margin-bottom: 10px;
}

.ctl-trk-hdr h5 {
    color: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
}

.ctl-trk-ava {
    margin: 15px auto;
}

.ctl-trk-ava h6 {
    color: #010101;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    line-height: normal;
}

.ctl-ext-lnk {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-ext-lnk li {
    margin-right: 10px;
    background-color: #ebebeb;
}

.ctl-ext-lnk li a {
    color: #010101;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: inherit;
    line-height: normal;
    padding: 10px;
    display: block;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}

.ctl-ext-lnk li a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #e64b50;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}

.ctl-lod-txt-top {
    padding: 25px 25px;
    border-bottom: 7px solid #e8b7a1;
}

.ctl-lod-txt-top h6 {
    color: #7f7f7f;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
}

.ctl-ply-ctl {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-ply-ctl li {
    width: 33.33%;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ctl-ply-ctl li:hover {
    background-color: #7f7f7f;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ctl-ply-ctl li a i {
    color: #010101;
    font-size: 18px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ctl-ply-ctl li:hover .ctl-hov-col {
    color: #ffffff;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ctl-tra-ply, .ctl-sog-tit-top, .ctl-sog-lis-bot {
    margin-bottom: 15px;
}

.ctl-tra-ply {
    background-color: #f5f5f5;
    height: 230px;

}

.ctl-sog-tit-top {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.ctl-sog-tit-top h6 {
    color: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
}

.ctl-lis-son li {
    color: #010101;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
    list-style-type: decimal;
    margin-left: 20px;
	cursor: pointer;
}
.ctl-lis-son li.active {
    color: #ee763f;
   
}

.ctl-lis-son li:not(:last-child) {
    padding-bottom: 15px;
}

.ctl-lis-son li span {
    font-size: 14px;
}

.ctl-lis-son {
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
}

.ctl-des-txt-top p {
    color: #010101;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
}

.ctl-pri-cad-cen span {
    color: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
    display: block;
}

.ctl-buy-btn-bot {
    /*text-align: center;*/
}

.ctl-pri-cad-cen {
    margin: 10px auto;
}

.ctl-tra-bck {
    margin-top: 30px;
    border-top: 1px solid #e2e2e2;
    padding-top: 30px;
}

.ctl-tra-bck a {
    color: #e64b50;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    line-height: normal;
    border: 1px solid #e64b50;
    padding: 6px 10px;
    display: block;
    width: 130px;
    cursor: pointer;
}

.ctl-tra-bck a:hover {
    text-decoration: none;
}