@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:wght@200;300;400;500;600;700&family=The+Nautigal:wght@400;700&display=swap");
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "hind-bold";
    src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
    font-style: normal;
}
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
body {
    font-family: "Abril Fatface", cursive;
    font-family: "Poppins", sans-serif;
    font-family: "The Nautigal", cursive;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    background-color: #f4fafe;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1428px;
}
.container-fluid {
    padding-right: 56px;
    padding-left: 56px;
}
.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* **** Header **** */
header {
    padding: 50px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    overflow: hidden;
}
header img {
    max-width: 100%;
    margin: 0;
}
header .row {
    display: flex;
    align-items: center;
}
header .navbar-links{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header .navbar-links ul {
    text-align: right;
    display: table;
    margin-left: auto;
    margin-right: 0;
}
header .navbar-links ul li {
    margin: 0 0 22px;
}
header .navbar-links ul li:last-child {
    margin: 0;
}
header .navbar-links ul li a {
    font-weight: normal;
    font-size: 18px;
    color: #666;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header .navbar-links ul li a:hover {
    color: #0191d0;
}
header .navbar-links ul li a:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    top: 47%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -250px;
    background: #0191d0;
    visibility: visible;
    opacity: 0;
    transition: all 0.3s ease;
    display: block;
}
header .navbar-links ul li a:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #0191d0;
    border-radius: 50%;
    right: -20px;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 0.4s ease;
    transform: scale(0);
}
header .navbar-links ul li a:hover, header .navbar-links ul li a.active{
    color: #0191d0;
}
header .navbar-links ul li a.active:after,
header .navbar-links ul li a:hover:after {
    transform: scale(1);
}
header .navbar-links ul li a.active:before,
header .navbar-links ul li a:hover:before {
    visibility: visible;
    opacity: 1;
    right: -140px;
    transition-delay: 0.1s;
}

.nav-new{
    position: fixed;
    top: 0;
    right: 0;
    padding: 50px 56px;
    background: transparent;
    backdrop-filter: blur(13px);
    --webkit-backdrop-filter: blur(13px);
    background-color: rgba(255, 255, 255, 0.26);
    border-radius: 0 0 0 20px;
}
/* **** End Header **** */

/* **** Titlebar **** */
.titlebar h2 {
    font-family: "hind", cursive;
    font-weight: 800;
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    color: #112134;
    margin: 0 0 20px;
    position: relative;
}
/* **** End Titlebar **** */

/* **** Button **** */
.btn-main {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #0191d0;
    display: table;
    padding: 15px 60px;
    border-radius: 50px;
    background: rgba(1, 145, 208, 0);
    border: 2px solid #0191d0;
    transition: all 0.3s linear;
    margin: 0 auto;
    display: table;
}
.btn-main:hover {
    background-color: #0191d0;
    color: #fff;
}
/* **** End Button **** */


/* **** hero **** */
.hero-wrp {
    padding: 40px 0 120px;
    background-image: url(../images/hero-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.social-ic {
    position: absolute;
    bottom: 60px;
    left: 56px;
    z-index: 9;
}
.social-ic li {
    margin: 0 0 40px;
}
.social-ic li:last-child {
    margin: 0;
}
.social-ic li a {
    width: 83px;
    height: 83px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #0191d0;
    border-radius: 100%;
    transition: all 0.3s linear;
}
.social-ic li a:hover {
    background-color: #0191d0;
    color: #fff;
}
.shap1 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
}
.hero-wrp .titlebar {
    z-index: 121;
    position: relative;
    display: table;
    margin: 0 auto 66px;
}
/* **** End hero **** */


/* ***** hero-slider ****** */
.hero-slider {
    position: relative;
}
.hero-slider .slider-box img {
    width: 100%;
}
.hero-wrp button.slick-prev.slick-arrow, .hero-wrp button.slick-next.slick-arrow {
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    z-index: 9;
    right: 0;
    bottom: 123px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hero-wrp button.slick-next.slick-arrow {
    bottom: 375px;
}
.hero-wrp button.slick-prev.slick-arrow {
    margin-top: 40px;
}
.hero-wrp button.slick-prev.slick-arrow:before, .hero-wrp button.slick-next.slick-arrow:before {
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #000;
    width: 83px;
    height: 83px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    right: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hero-wrp button.slick-next.slick-arrow:before {
    content: "\f061";
}
.hero-wrp button.slick-prev.slick-arrow:hover:before, .hero-wrp button.slick-next.slick-arrow:hover:before {
    background-color: #0191d0;
    color: #fff;
}
.hero-wrp .slick-dots {
    display: block;
    position: absolute;
    bottom: 230px;
    right: 35px;
}
.hero-wrp .slick-dots li {
    margin: 0 0 15px;
}
.hero-wrp .slick-dots li:last-child {
    margin: 0;
}
.hero-wrp .slick-dots li button {
    background-color: #fff;
    font-size: 0;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hero-wrp .slick-dots li button:hover,
.hero-wrp .slick-dots li.slick-active button {
    background-color: #0191d0;
}
/* ***** End hero-slider ****** */

/* **** titlebix ***** */
.titlebix h2 {
    font-family: "hind", cursive;
    font-weight: 800;
    font-size: 56px;
    line-height: 68px;
    text-align: left;
    color: #112134;
    position: relative;
    padding-left: 46px;
    margin: 0 0 70px;
}
.titlebix h2:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 100%;
    background: #cbe8f5;
    left: 0;
    top: 0;
}
.titlebix p {
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    text-align: left;
    color: #707070;
    padding-right: 30px;
    margin: 0 0 35px;
}
.titlebix p:last-child {
    margin: 0;
}
/* **** Edn titlebix ***** */

/* **** About **** */
.about-wrp {
    padding: 0 0 100px;
    position: relative;
}
.about-bg {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}
.about-wrp .row {
    display: flex;
    align-items: center;
}
.abt-img {
    position: relative;
}
.abt-img img {
    max-width: 100%;
    width: 100%;
}
.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background: transparent;
    backdrop-filter: blur(13px);
    --webkit-backdrop-filter: blur(13px);
    background-color: rgba(0, 0, 0, 0.26);
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 52px;
}
.play-btn:hover {
    color: #0191d0;
}
/* **** End About **** */

/* **** Celebration **** */
.celebration-wrp {
    padding: 0 0 100px;
    position: relative;
}
.celebration-bg {
    position: absolute;
    left: 0;
    top: 50%;
}
.celebration-wrp .titlebix .row {
    display: flex;
    align-items: center;
}
.celebration-wrp .titlebix {
    margin: 0 0 60px;
}
.celebration-wrp .titlebix h2 {
    margin: 0;
}
.celebration-wrp .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.celebration-wrp .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    border: none;
    margin-right: 30px;
    padding: 0;
    border-radius: 40px !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 68px;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.celebration-wrp .nav-tabs .nav-text {
    width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.celebration-wrp .nav-tabs .nav-link:last-child {
    margin: 0;
}
.celebration-wrp .nav-tabs .nav-link .nav-img {
    height: 82px;
    width: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100% !important;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.celebration-wrp .nav-tabs .nav-link .nav-img img {
    max-width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.celebration-wrp .nav-tabs .nav-link:hover .nav-img {
    background-color: #0191d0;
}
.celebration-wrp .nav-tabs .nav-link:hover .nav-img img {
    filter: brightness(0) invert(1);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #0191d0;
}
.nav-tabs .nav-item.show .nav-link .nav-text, .nav-tabs .nav-link.active .nav-text {
    padding: 0 22px 0 35px;
    width: auto;
    visibility: visible;
    opacity: 1;
}
.nav-tabs .nav-item.show .nav-link .nav-img, .nav-tabs .nav-link.active .nav-img {
    background-color: rgba(255, 255, 255, 0.05);
}
.nav-tabs .nav-item.show .nav-link .nav-img img, .nav-tabs .nav-link.active .nav-img img {
    filter: brightness(0) invert(1);
}

/* **** gallery-block **** */
.gallery-block .row {
    margin-left: -23px;
    margin-right: -23px;
}
.gallery-block .btn-main {
    margin: 12px auto 0;
}
.gallery-block .col-md-6.col-sm-12 {
    padding-right: 23px;
    padding-left: 23px;
}
.galler-box {
    position: relative;
    margin: 0 0 46px;
}
.galler-box .play-btn {
    transform: unset;
    top: 15px;
    left: 15px;
}
.galler-box img {
    width: 100%;
    max-width: 100%;
}
/* **** End Celebration **** */

/* **** Celebrate Stuff **** */
.celebrate-stuff {
    position: relative;
}
.line1-img {
    position: absolute;
    left: 0;
    top: 30%;
}
.celebrate-stuff img {
    max-width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.container-left {
    padding-left: 13%;
}
.celebrate-stuff .slick-slide {
    margin: 0 20px;
}
.celebrate-stuff .slick-list {
    margin: 0 -20px;
}
.celebrate-stuff .row {
    display: flex;
    align-items: center;
}
.celebrate-slider {
    margin: 0 0 40px;
}
.celebrate-stuff .celebrate-slider-block {
    position: relative;
    padding-right: 60px;
}
.celebrate-dt {
    padding-bottom: 82px;
}
.celebrate-dt h3 {
    font-family: "Abril Fatface", cursive;
    font-weight: normal;
    font-size: 33px;
    color: #112134;
    margin: 0 0 10px;
}
.celebrate-dt p {
    font-weight: 500;
    font-size: 22px;
    color: #666;
}
.celebrate-stuff button.slick-prev.slick-arrow, .celebrate-stuff button.slick-next.slick-arrow {
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    z-index: 9;
    right: -10.5%;
    bottom: 30%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.celebrate-stuff button.slick-next.slick-arrow {
    right: -10.5%;
    margin-right: -70px;
}
.celebrate-stuff button.slick-prev.slick-arrow:before, .celebrate-stuff button.slick-next.slick-arrow:before {
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #000;
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    right: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.celebrate-stuff button.slick-next.slick-arrow:before {
    content: "\f061";
}
.celebrate-stuff button.slick-prev.slick-arrow:hover:before, .celebrate-stuff button.slick-next.slick-arrow:hover:before {
    background-color: #0191d0;
    color: #fff;
}
.container-left button.slick-prev.slick-arrow, .container-left button.slick-next.slick-arrow {
    right: auto;
    left: -34%;
}
.container-left button.slick-next.slick-arrow {
    margin-left: 70px;
}
.container-left .celebrate-slider-block {
    padding: 0;
}
/* **** End Celebrate Stuff **** */

/* **** Celebrate Festival **** */
.celebrate-festival-wrp {
    padding: 60px 0 110px;
    position: relative;
}
.celebrate-festival-wrp .titlebar h2 {
    margin: 0 0 70px;
}
.celebrate-festival-wrp img {
    max-width: 100%;
    width: 100%;
}
.celebrate-festival-wrp h3 {
    font-family: "Hind", cursive;
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    color: #112134;
    margin: 20px 0 0;
}
.celebrate-festival-wrp .slick-slide {
    margin: 0 20px;
}
.celebrate-festival-wrp .slick-list {
    margin: 0 -20px;
}
.celebrate-festival-wrp button.slick-prev.slick-arrow, 
.celebrate-festival-wrp button.slick-next.slick-arrow {
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    z-index: 9;
    left: -80px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.celebrate-festival-wrp button.slick-next.slick-arrow {
    left: auto;
    right: -80px;
}
.celebrate-festival-wrp button.slick-prev.slick-arrow:before, 
.celebrate-festival-wrp button.slick-next.slick-arrow:before {
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #000;
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    right: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.celebrate-festival-wrp button.slick-next.slick-arrow:before {
    content: "\f061";
}
.celebrate-festival-wrp button.slick-prev.slick-arrow:hover:before, .celebrate-festival-wrp button.slick-next.slick-arrow:hover:before {
    background-color: #0191d0;
    color: #fff;
}
/* **** End Celebrate Festival **** */

/* **** Instagram Post **** */
.instagram-post-wrp {
    padding: 0 0 100px;
}
.instagram-post-wrp .titlebix {
    padding: 0 0 100px;
}
.instagram-post-wrp .titlebix .row {
    display: flex;
    align-items: center;
}
.instagram-post-wrp .titlebix h2 {
    margin: 0;
}
.follow-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #0191d0;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    color: #fff;
    border-radius: 50px;
    padding: 0 0 0 40px;
}
.follow-btn span {
    height: 83px;
    width: 83px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 23px;
}
.follow-btn:hover {
    color: #fff;
    background-color: #112134;
}
.post-box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin: 0 0 25px;
}
.post-box .play-btn {
    transform: unset;
    bottom: 15px;
    right: 15px;
    left: auto;
    top: auto;
}
.post-box img {
    width: 100%;
    max-width: 100%;
}

.image-info {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 31px;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.post-box:hover .image-info {
    opacity: 1;
    visibility: visible;
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
}
.image-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
.image-info ul li {
    margin-right: 25px;
}
.image-info ul li:last-child {
    margin: 0;
}
.image-info ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    color: #fff;
    transition: all 0.3s linear;
}
.image-info ul li a i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.image-info ul li a:hover {
    color: #0191d0;
}
.image-info p {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 13.5px;
    line-height: 17px;
    text-align: center;
    color: #c0c0c0;
}
/* **** End Instagram Post **** */

/* **** Team **** */
.team-wrp {
    padding: 0 0 70px;
}
.team-wrp .team-box {
    margin: 0 0 30px;
}
.team-wrp .team-box img {
    width: 100%;
    margin: 0 0 30px;
}
.team-wrp .team-box h2 {
    font-family: "Hind", cursive;
    font-weight: 600;
    font-size: 33px;
    text-align: left;
    color: #112134;
    margin: 0 0 10px;
}
.team-wrp .team-box p {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    color: #666;
}
/* **** End Team **** */

/* **** Benefit **** */
.benefit-wrp {
    padding: 0 0 120px;
}
.benefit-wrp .row {
    display: flex;
    align-items: center;
}
.benefit-wrp .titlebix p {
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    text-align: left;
    color: #707070;
    margin: 0 0 55px;
}
.benefit-wrp .titlebix ul li {
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    text-align: left;
    color: #707070;
    padding: 0 52px;
    margin: 0 0 35px;
    position: relative;
}
.benefit-wrp .titlebix ul li:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    font-size: 25px;
    color: #0191d0;
}
.benefit-wrp .titlebix ul li:last-child {
    margin: 0;
}
.benefit-wrp img {
    width: 100%;
}
/* **** End Benefit **** */

/* *** Footer **** */
.footer-block {
    position: relative;
    padding: 0 0 400px;
}
.h2 {
    font-family: hind;
}
.h3{
    font-family: hind;
}
.footer-bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    max-width: 100%;
    z-index: -1;
}
footer .logo-img img {
    margin: 0 auto 40px;
}
.resume{ 
    text-align: center;
    font-size: 25px;
    margin-top: 45px;

}
.footer-block .social-ic {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 35px;
}
.footer-block .social-ic li {
    margin: 0 40px 0 0;
}
.footer-block .social-ic li:last-child {
    margin: 0;
}
.footer-block p {
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    color: #666;
}
.subtitle{
    
    text-align: center;
    margin-bottom: 40px;
}
.footer-block ul li img {position: absolute;bottom: 0;left: 0;z-index: -1;}
.footer-block ul li .footer2 {left: 25%;}
.footer-block ul li .footer3 {left: 45%;}
.footer-block ul li .footer4 {left: 65%;}
.footer-block ul li .footer5 {left: auto;right: 0;}