.relative {
    position: relative;
}

.js-title {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 75px;
    font-weight: bold;
}

.js-title:nth-child(1) {
    color: #013636;
}

.intro__content h2 {
    font-weight: 200;
}

.js-title:nth-child(2) {
    color: #2e2e2e;
    mix-blend-mode: color;
}

.h-96 {
    height: 126px;
}

.intro__content {
    /* position: relative; */
    /* right: 8%; */
    /* bottom: 15%; */
    /* z-index: 3; */
}

.intro__title {
    font-size: 48px;
    /* overflow: hidden; */
    letter-spacing: 4px;
}

.intro__txt {}

.intro__img--1 {
    z-index: 2;
    right: -11%;
    bottom: 1%;
}

.intro__img {
    position: relative;
    width: 100%;
    max-width: 77%;
    height: auto;
}

.intro__img--2 {
    z-index: 2;
    left: 2%;
    bottom: -6%;
    max-width: 200px;
}

.bgg {
    background: url(../image/banner1.jpg);
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bgg1 {
    background: url(../image/banner2.jpg);
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bgg2 {
    background: url(../image/banner3.jpg);
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.js-title1.abc {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
    margin: 16px 0;
}

.mail a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.mail a:hover,
.social-icon svg:hover {
    color: #fbca01;
    scale: 1.1;
    transition: scale .5s ease;
    transform: rotate(-6deg);
}

.social-icon svg {
    cursor: pointer;
    border-radius: 10px;
    background: #ffffff;
    padding: 5px;
    margin: 0 12px;
    margin-bottom: 13px;
    border: 2px dotted #FF9800;
}
.about-count-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-count-wrapper .count-block {
    margin: 20px;
    text-align: center;
}
.about-count-wrapper .count-block .count-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 5px solid #fff;
    background-color: #FFEB3B;
    font-weight: 800;
}
section.fullheight {
    width: 100vw;
    height: 106vh;
    scroll-snap-align: start;
    overflow: hidden;
  }
  section.fullheight.first {
    width: 100vw;
    height: 106vh;
    scroll-snap-align: start;
    overflow: hidden;
  }
  section.fullheight2 {
    width: 100vw;
    height: 90vh;
    scroll-snap-align: start;
    overflow: hidden;
  }
.about-count-wrapper .count-block .count-circle h2{font-weight: 800;}
.about-count-wrapper .count-block h4{
    font-weight: 600;
    font-size: 18px;
    margin-top: 11px;
}
.desktop1{display: flex;}
.desktop{display: block;}
.mobile{display:none}
.js-title1 {
    width: 100%;
    text-align: center;
    font-size: 53px;
    font-weight: bold;
}
a{text-decoration: none !important;}
@media only screen and (max-device-width: 1200px){
.intro__img--1 {
    z-index: 2;
    right: -11%;
    bottom: 1%;
    transform: translate(10px, 10px) !important;
}
}
@media only screen and (max-device-width: 768px){
    .intro__img--2 {
    display: none;
}
.desktop, .desktop1{display: none;}
.mobile{display:block}
section.fullheight, section.fullheight.first, section.fullheight2 {
    height: 100vh;
}
#change {
    position: absolute;
}
.slide-sec {
    position: absolute;
}
.h-96 {
    height: 38px;
}
.js-title1 {
    font-size: 30px;
}
.about-count-wrapper .count-block .count-circle {
   
    width: 86px;
    height: 86px;
  
}
.about-count-wrapper .count-block h4 {
    font-weight: 600;
    font-size: 13px;
    margin-top: 9px;
}
.homepage.log{
    position: absolute;
}

}


/* -----------------------------new-version-mobile---------------------------------------------------- */

.page1 {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .main3 {
    flex: 1 0 auto;
    padding: 32px 0 64px 0;
  }
  
  .title {
    margin-top: -12px;
  }
  
  #genres .disabled{display: none !important;}
  #genres .card-body{
    margin: 0;
    padding: 4px 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #genres .card-body .card-text{
    font-size: 15px;
    color:black !important
  }
  #genres .card-body .card-text:hover{
    color:rgb(251, 255, 38) !important
  }
  #genres.owl-carousel .item {
    margin: 0;
    position: relative;
    box-shadow: 0px 7px 9px #1111114a;
    border-radius: 15px;
    margin-bottom: 18px;
}
#genres .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}
#genres .owl-dots button.owl-dot.active {
    background: #fdf929;
}

