body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

/*font section start*/
@font-face {
    font-family: ScriptFont;
    src: url(../fonts/JaneAust.ttf);
}
/*font section end*/

/*---------------------------------------------
    color code (Deep Blue) : #000000
    color code (Deep Pink) : #ac9eb8
---------------------------------------------*/
 video::-webkit-media-controls-panel {
     display: none !important;
     opacity: 1 !important;
 }
a {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
ul,
ol {
  list-style-type: none;
}
ol, ul {
  padding-left: 0;
  margin-bottom: 0;
}
button {
    transition: all .3s ease;
}
.gray-bg {
  background: #f4f4f3;
}
.my-container {
  padding: 0 40px;
}
.pad-top {
  padding-top: 60px;
}
.pad-bottom {
  padding-bottom: 60px;
}
.pad-top-half {
  padding-top: 35px;
}
.pad-bottom-half {
  padding-bottom: 35px;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

/*---- button area start ----*/
.main-btn-1 a {
    border: none;
    font-size: 16px;
    font-weight: 500;
    min-width: 160px;
    width: fit-content;
    padding: 12px 0;
    display: inline-block;
    text-align: center;
}
.main-btn-1 a:hover {
    text-decoration: none;
    display: inline-block;
}
/*black btn start*/
.main-btn-1.theme-btn-1 a {
    background-color: #000000;
    color: #ffffff;
}
.main-btn-1.theme-btn-1 a:hover {
    background-color: #182b3a;
    color: #ffffff;
}

/* theme-btn 2 */
.main-btn-2 a {
    border: none;
    font-style: italic;
    font-size: 30px;
    font-weight: 500;
    min-width: 280px;
    width: fit-content;
    padding: 15px 0;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
}
.main-btn-2 a:hover {
    text-decoration: none;
    display: inline-block;
}
/*theme-btn-2 start*/
.main-btn-2.theme-btn-2 a {
    background-color: #ac9eb8;
    color: #000000;
}
.main-btn-2.theme-btn-2 a:hover {
    background-color: #ac9eb8;
    color: #000000;
}

/*black btn start*/
.main-btn-2.theme-btn-3 a {
    background-color: #2A283E;
    color: #ffffff;
}
.main-btn-2.theme-btn-3 a:hover {
    background-color: #2A283E;
    color: #ffffff;
}









/*----------------------------------------------------
                  header section
----------------------------------------------------*/
.logo-desk {
    padding-left: 5px !important;
}
.top-header a {
    color: #ffffff;
    position: relative;
    transition: all 0.2s ease-out;
}
.top-header a:before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 0%;
    opacity: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    display: inline-block;
    transition: all 0.2s ease-out;
}
.top-header a:hover:before {
    content: '';
    width: 100%;
    opacity: 1;
}
.top-header p {
    color: #ffffff;
    margin-bottom: 0;
}
.header-padding {
    padding-top: 60px;
}
.header-action {
    display: flex;
    align-items: center;
}
.logo-desk img {
    /*height: 36px;*/
    height: 50px;
    width: auto;
}
.right-header-img img {
    width: 105px;
}
.logo-desk {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.menu-hover-none:hover a:before{
    display: none;
}
.sub_menu li a:before {
    content: "";
    display: none;
}
.mega_menu.sub_menu a:before{
    content: "";
    display: none;
}
.center-menu {
    text-align: center;
}

.british-logo {
    position: absolute;
    right: -75px;
    top: 0;
}
.british-logo-mobile {
    position: absolute;
    right: -55px;
    top: 0;
}
.banner {
    position: relative;
}
.banner-right .container-fluid{
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.gray-bg {
    background: #f5f5f5;
}
.light-bg {
    background: #eef8ff;
}
.section-pad {
    padding: 60px 0;
}
.section-pad-top {
    padding-top: 60px;
}
.section-pad-bottom {
    padding-bottom: 60px;
}

/*main heading start*/
.center-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main-heading {
    padding: 40px 0;
}
.main-heading h1,.main-heading h2, .main-heading h3, .main-heading h4 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    max-width: 50vw;
}
.main-heading p {
    margin-bottom: 0;
    max-width: 50vw;
    display: inline-block;
}
/*main heading end*/



/*social links area start*/
.social-link a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    max-height: initial !important;
    background: #000000;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 0 !important;
    margin-left: 10px;
}
.social-link a:hover {
    color: #ffffff !important;
}
/*social links area end*/

.middle-banner img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.middle-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.middle-banner-area .main-heading {
    position: absolute;
    top: 50px;
}
.middle-banner-area .link {
    position: absolute;
    bottom: 50px;
}
.middle-banner-area .main-heading h1 {
    color: #d7d0dd;
    font-family: 'ScriptFont';
    font-weight: 500;
    font-size: 80px;
    text-shadow: -5px 1px 0px #4C2E60;
}
.middle-banner-area .main-heading h6 {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #d7d0dd;
    font-family: 'Merriweather', serif;
}

.middle-banner-area-2 .main-heading h2 {
    color: #ac9eb8;
    background: linear-gradient(270deg, #6993A9 0%, #566187 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    font-size: 60px;
    line-height: 75px;
}
.script-font {
    font-family: 'ScriptFont' !important;
}
.middle-banner-area-2 .main-heading {
    position: absolute;
    top: 25%;
    left: 0;
    text-align: center;
}
.middle-banner-area-2 .middle-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    position: relative;
}
.link img {
    height: 70px;
}
.top-section {
    position: absolute;
    top: 50px;
}
.main-box-section {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.box-item {
    text-align: center;
    width: 100%;
    padding: 20px;
}
.box-item img {
    width: 100%;
    height: auto;
}
.box-item a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 0 4px #000;
    margin-top: 15px;
    display: block;
}
.middle-banner-area-3 .middle-banner-horizontal img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.middle-banner-area-3 {
    position: relative;
}
.box-box-area .content-area {
    height: 100%;
}
.content-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
.content-area h3{
    color: #ac9eb8;
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: -2px;
}
.content-area h4{
    color: #ac9eb8;
    font-size: 40px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 20px;
}
.content-area p{
    color: #ffffff;
    font-style: italic;
    font-size: 30px;
    line-height: 22px;
    font-weight: 400;
}
.big-img img {
    width: 100%;
}
.box-box-area .top-section {
    position: absolute;
    top: 100px;
    width: 100%;
}
.box-box-area .content-area h3 {
    color: #27273C;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: -1px;
}
.box-box-area .content-area h5 {
    color: #ffffff;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.box-box-area .content-area p {
    color: #ffffff;
    font-style: italic;
    font-size: 34px;
    line-height: 34px;
    font-weight: 400;
}
.img-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.img-text h4{
    color: #000000;
    font-size: 34px;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: -1px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
}
.img-text h5{
    color: #000000;
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    letter-spacing: -1px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
}

/*----------------------------------------------------
                  banner section
----------------------------------------------------*/
.british-logo {
    position: absolute;
    right: -75px;
    top: 0;
}
.british-logo-mobile {
    position: absolute;
    right: -55px;
    top: 0;
}
.banner-right {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.banner {
    position: relative;
}
/*.banner:before {
    content: "";
    background-image: linear-gradient(to left, rgb(255 255 255 / 0%), #ffffff);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}*/
.banner-text h6 {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #d7d0dd;
    letter-spacing: 10px;
    font-family: 'Merriweather', serif;
}
.banner-text h1, .banner-text h2 {
    color: #d7d0dd;
    font-family: 'ScriptFont';
    font-weight: 500;
    font-size: 70px;
    text-shadow: -5px 1px 0px #4C2E60;
}
.banner-section {
    position: relative;
}
.banner-img img {
    width: 100%;
    height: 760px;
    object-fit: cover;
}
.banner-text {
    position: relative;
    width: 40%;
    text-align: center;
}
.banner-text .link img {
    height: 80px;
    margin-top: 30px;
}


/*----------------------------------------------------
                  banner section
----------------------------------------------------*/


.parallax {
    background-image: url("../images/banner/img_parallax.jpg?v=2");
    min-height: 620px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax .main-heading h4 {
    font-size: 30px;
    color: #ffffff;
}
.play-btn {
    position: absolute;
    font-size: 60px;
    color: #ffffff;
    transition: all .3s ease;
}
.gallery-item {
    position: relative;
}
.gallery-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.owl-carousel.owl-gallery .owl-item .gallery-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.play-btn img {
    width: 100px !important;
    height: 100px !important;
}
.gallery-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}
.gallery-item-content h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    transition: all .3s ease;
}
.hover-text {
    opacity: 0;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}
.gallery-item:hover .hover-text {
    opacity: 1;
}
/*.gallery-item:hover .gallery-item-content h4{
    display: none;
}
.gallery-item:hover .play-btn {
    display: none;
}*/
.email-section {
    position: relative;
}
.email-section .email-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.email-section .main-heading h4{
    max-width: 100vw;
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
}
.middle-banner-area-2.email-section .main-heading {
    position: relative;
    top: 0;
    left: 0;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.email-section .form-group .form-select {
    background-image: url("../images/arrow-down.svg");
}
.email-section .form-group select option {
    color: #333333;
}
.email-section .form-group input, .email-section .form-group input::placeholder, .email-section .form-group select  {
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    line-height: 1;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
    box-shadow: none;
    text-transform: uppercase;
    color: #ffffff;
    height: 30px;
    font-size: 17px;
    outline: none;
    padding-right: 10px;
    padding: 0;
}
.email-section .form-group textarea, .email-section .form-group textarea::placeholder  {
    height: 100px;
    width: 100%;
    overflow-y: hidden;
    margin-bottom: 0;
    background-color: transparent;
    line-height: 1;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
    box-shadow: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    outline: none;
    padding-right: 10px;
    padding: 0;
}



.contact-page .form-inline {
    margin-bottom:15px;
}
.form-inline {
    display: flex;
    align-items: center;
    width: 65%;
}
.email-section .form-group {
    width: 100%;
    margin-right: 5px;
}
.email-text {
    text-align: center;
    margin-top: 20px;
    width: 60%;
}
.email-section .main-heading {
    padding-top: 0;
}
.email-text p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.email-text a {
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
}
.email-text .submit-btn {
    min-width: 150px;
    color: #000000 !important;
    background: #ffffff !important;
    height: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    text-decoration: none;
    padding: 0 30px;
    display: inline-block;
    border: 0;
}
.main-footer {
    border-top: none;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    position: relative;
}
.footer-social-link {
    display: flex;
}
.footer-social-link .social-link a {
    display: block;
}
.copy-right-area a {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #000000;
    opacity: 1;
    text-transform: capitalize;
}
.copy-right-area a:hover {
    opacity: 0.8;
}
.copy-right-area {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.main-box-section.pad-bottom {
    padding-bottom: 150px;
}
.horizontal-img, .horizontal-img-2 {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.email-section .form-group select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 5px;
}
.banner-logo {
    position: absolute;
    left:40px;
    top:40px;
    z-index:11;
}
.banner-logo img {
    height: 70px;
    width: 70px;
}
.contact-page {
    flex-direction: column;
}
.press-head {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    color: #000;
}
.press-conten p {
    color: #000;
    font-size: 14px;
    margin: 0;
}
.press-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.press-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease;
    position:relative;
    overflow:hidden;
}
.press-img:hover img {
    transform: scale(1.1);
}
.read_more {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.read_more:hover {
    color: #000;
}
.press-content {
    padding: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 0 0 10px 10px;
}
.press-item {
    margin-bottom: 30px;
    position: relative;
}
.calendar-date {
    color: #000;
    font-size: 16px;
    margin: 0;
}
.calendar-date i {
    margin-right: 5px;
}
.inline-link-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*blog statrt*/
.blog-sidebar .blog-img img {
    width: 100% !important;
}
.blog-main-img {
    width: 100%;
    margin-bottom: 25px;
}
.blog-sidebar .main-heading h3 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 0.5;
}
.details-head {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 800;
}
.blog-sidebar .text-left h5 {
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 600;
}
.blog-sidebar .text-left h5 a {
    font-weight: 600;
}
.sidebar-description p, .sidebar-description {
    font-size: 14px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* after 3 line show ... */
    -webkit-box-orient: vertical;
}
.details-description, .details-description p {
    font-size: 14px;
}

/*blog end*/

.inline-songs {
    display: flex;
    background: #707070;
}
.music-img {
    width: 50%;
    position: relative;
}
.music-img img {
    width: 100%;
    height: auto;
}
.music-list {
    width: 50%;
    height: 100%;
    padding: 20px;
}
.music-img a {
    background: #ffffff;
    color: #000000;
    padding: 20px 50px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

/*-------------------- flag section start ----------------*/
.vodiapicker{
    display: none;
}
.flag-a{
    padding-left: 0px;
    margin-bottom: 0px;
}
.flag-a img, .btn-select img{
    width: 30px;
}
.flag-a li{
    list-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
}
.flag-a li:last-child {
    border-bottom: 0px solid #eee;
}
.flag-a li:hover{
    background-color: #efefef;
    color: #111;
    cursor: pointer;
}
.flag-a li span, .btn-select li span{
    margin-left: 0px;
    top: 2px;
    position: relative;
    display: inline-block;
}
/* item list */
.b{
    display: none;
    width: 38px;
    /* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
    background: #e9e9e9;
    z-index: 999;
    position: absolute;
    text-align: left;
    right: 13px;
    top: -50px;
}
.btn-select{
    margin-top: 11px;
    width: 50px;
    height: 30px;
    padding: 0;
    border-radius: 0px;
    background-color: transparent;
    border: 0px solid #111;
}
.btn-select li{
    list-style: none;
    float: right;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.btn-select:hover li{
    margin-left: 0px;
}
.btn-select:focus{
    outline:none;
}
.language-select {
    position: absolute;
    z-index: 9999;
    right: 20px;
    bottom: 10px;
}
.lang-select i{
    top: 35%;
    position: absolute;
    right: 7%;
    color: #111;
    font-size: 20px;
}
.btn-select li>span::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-top: -5px;
    vertical-align: middle;
    border-top: 6px solid #111;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
nav .container{
    position: relative;
}
.gray-bg-2 {
    background: #000000;
}
.small-des {
    font-size: 22px;
    font-weight: 700;
}
/*---- flag Mobile Responsive start ----*/
@media only screen and (max-width: 991px) {
    .btn-select {
        margin-top: 12px;
        height: 25px;
    }
    .flag-a img, .btn-select img {
        width: 30px;
    }
    .lang-select {
        text-align: end;
    }
    .main-footer {
        align-items: flex-start;
    }
    .copy-right-area {
        align-items: flex-start;
    }
    .language-select {
        top: 10px;
    }
}
/*---- flag Mobile Responsive end ----*/

/*-------------------- flag section end ----------------*/



