html{
    scroll-behavior: smooth;
}
html,
body {
    height: 100%;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    font-style: normal;
    background: #050913;

}

ul,
ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.image-full {
    width: 100%;
}

.image-full img {
    width: 100%;
    height: auto;
}

.fullimage-responsive img {
    width: 100%;
    max-width: 100%;
    height: auto;

}

.height-topheader {
    height: 146px;

}

.height-topoff {
    height: 0px;
}

.header-main-hm {
    position: fixed;
    top: 62px;
    right: 0;
    left: 0;
    z-index: 1029;
    padding: 0px 0px 0px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.wrp-nav {

    background: rgba(20, 27, 36, 0.35);

    stroke-width: 1px;

    border: 1px solid rgba(250, 171, 7, 0.50);

    backdrop-filter: blur(15px);

    padding: 26px 0px;

    border-radius: 35px;
}

.logo img {
    max-width: 202px
}

.header-main-hm .navbar-toggler .cn_item svg path {
    stroke: #fff !important;
}

.fixnav .navbar-toggler .cn_item svg path {
    stroke: #fff !important;
}
.nav-hide .navbar-toggler .cn_item svg path {
    stroke: #fff !important;
}

.nav-header-custome {
    align-items: center;
}

.nav-header-custome .nav-item {
    margin-right: 81px;
}

.nav-header-custome .nav-item:last-child {
    margin-right: 0px !important;
}

.nav-header-custome .nav-item .nav-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    position: relative;
    padding: 0px;
    text-transform: capitalize;
}

.header-main-hm-sub .nav-header-custome .nav-item .nav-link,
.fixnav .nav-header-custome .nav-item .nav-link,
.nav-hide .nav-header-custome .nav-item .nav-link {
    color: #fff !important;
}

.nav-header-custome .nav-link.active,
.nav-header-custome .show>.nav-link,
.nav-header-custome .nav-link:hover,
.nav-header-custome .nav-link:focus,
.fixnav .nav-header-custome .nav-item .nav-link:hover,
.nav-hide .nav-header-custome .nav-item .nav-link:hover {
    color: #45F882 !important;
    background-color: transparent;
    outline: none;
}

.fixnav .nav-header-custome .nav-item .nav-link:hover,
.fixnav .nav-header-custome .nav-item .nav-link:focus,
.fixnav .nav-header-custome .nav-item .nav-link.active,
.nav-hide .nav-header-custome .nav-item .nav-link.active {
    color: #45F882 !important;
    background-color: transparent;
    outline: none;
}

.nav-header-custome .nav-link.active:before,
.nav-header-custome .nav-link:hover:before {
    content: '';
    width: 23px;
    height: 3px;
    background: transparent;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -12px;
}

.nav-header-custome .dropdown-toggle::after {
    display: inline-block;
    content: "";
    border: none;
    position: absolute;
    right: 0px;
    top: 50%;
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/down-arrw.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 4px;
    width: 8px;
    right: -16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.fixnav .nav-header-custome .nav-item .nav-link.show,
.nav-hide .nav-header-custome .nav-item .nav-link.show {
    color: #086ad8 !important;

}

.btn-booknw {
    border: 2px solid #FDC221;
    border-radius: 10px;
    color: #fff;
    padding: 9px 22px;
    font-size: 16px;
    color: #041D57;
    font-weight: 600;
    background: #fff;
}

.btn-booknw:hover {
    background: #FDC221;
}

.header-main-hm-sub .btn-booknw {
    background: #EFF7FF;
    border: 1.5px solid #EFF7FF;
    color: #3D7FF9;
}

.nav-headerh {
    height: 149px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;

}

.header-main-hm-sub {
    background: #FFFFFF;
    box-shadow: 0px 6px 15px rgba(8, 106, 216, 0.2);
    height: 94px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.ds-on {
    display: inline-block;
}

.ds-off {
    display: none;
}

.fixnav {
    padding: 23px 0px 0px;
    background: transparent;
    backdrop-filter: none;
    height: 82px;
    top: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
}


.fixnav .ds-on {
    display: none;
}

.fixnav .ds-off {
    display: inline-block;
}
.nav-on {
   top:4px !important;
  }
.nav-hide {
    transform: translateY(-200%);
  }
  .nav-hide .ds-on {
    display: none;
}
.nav-hide .ds-off {
    display: inline-block;
}
.offcan-custome .offcanvas-header {
    padding: 99px 0px 0px 0px;
    text-align: center;
    flex-direction: column;
}

.offcan-custome .offcanvas-body {
    padding: 0rem 1.6rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offcan-custome .btn-booknw {
    margin: 20px 0px;
    display: inline-block;
}

.offcanvas-header .btn-close {
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/icon-close.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 30px;
    top: 34px;
}

.offcan-custome.offcanvas-start {
    border-right: none;
}

.offcan-custome {
    background: rgba(20, 27, 36, 0.60);
    backdrop-filter: blur(15px);
    text-align: center;
    width: 100% !important;
}

.offcanvas-backdrop.show {
    opacity: 1;
    background: transparent;
}

.sidebar-pills {
    padding-bottom: 0px;
    padding-top: 37px;
    margin-bottom: 0px !important;
}
.offcan-custome .dropdown-menu {
    position: static !important;
    transform: translate3d(0px, 0px, 0px) !important;
    border: transparent;
    padding: 0px;
}

.offcan-custome .dropdown-toggle::after {
    display: inline-block;
    content: "";
    border: none;
    position: absolute;
    right: 0px;
    top: 50%;
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/Next.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.offcan-custome .dropdown-toggle.show::after {
    top: 16px;
    transform: rotate(180deg);
}

.offcan-custome .drop-dd-min .dropdown-item,
.offcan-custome .drop-dd-min .dropdown-item li {
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 32px;
    color: #777777 !important;
    padding: 0px 5px 6px !important;
    background: transparent !important;
    text-transform: capitalize !important;
}

.offcan-custome .dropdown-menu li .dropdown-item {
    text-transform: uppercase;
    color: #061844;
    font-weight: 500;
    font-size: 12px;
    background-color: rgba(228, 240, 249, .50);
    padding: 2px 0px 2px 14px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.drop-dd-min {
    padding-left: 10px;
}

.nav-header-custome .dropdown-menu.show {
    transform: translate(0px, 55px) !important;
}

.dropdown-submenu {
    position: relative;
    padding: 0px 0px 11px;
}

.dropdown-submenu .dropmenu-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 36px;
    color: #061844;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px;
}

.dropdown-submenu .dropmenu-link:hover,
.dropdown-submenu .dropmenu-link:focus {
    color: #3D7FF9;

}

.dropdown-submenu .caret {
    display: inline-block;
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/dropNext.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
    display: none;
    margin-right: -1px;
}

.dropdown-submenu:hover .dropdown-menu {

    display: block;
}

.nav-header-custome .dropdown-menu .dropdown-item {
    font-weight: 500;
    font-size: 13px;
    line-height: 34px;
    color: #061844;
    padding: 6px 25px;
    white-space: inherit;
    background: transparent !important;
    line-height: 24px;
}

.nav-header-custome .dropdown-menu .dropdown-item:hover,
.nav-header-custome .dropdown-menu .dropdown-item:focus {
    color: #3D7FF9;
}

.nav-header-custome .dropdown-menu {
    border-bottom: 1px solid #EBEDF0;
    padding: 25px 0px;
    background: #FFFFFF;
    box-shadow: 0px 20px 24px rgb(61 127 249 / 10%);
    border-radius: 15px;
    min-width: 300px;
}

.offcanas-contact-list {
    border-radius: 10px;
    padding: 25px 25px 26px;
    /* display: flex; */
    flex-flow: column wrap;
    margin-top: 0px;
    bottom: 30px;
    align-content: unset;
}

.offcanas-contact-list li {
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #333346;
    margin-bottom: 18px;
}

.offcanas-contact-list li a {
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #fff;
}
.diagnol-hm-btn-sidebar {
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/learmor-home.svg);
    padding: 19px 0px 27px;
    position: relative;
    background-size: cover;
    font-size: 14px !important;
    color: #1C242F !important;
    font-weight: 500 !important;
    width: 157px;
    display: inline-block;
}

.offcanas-contact-list li a svg path {
    fill: #fff !important;
}

.offcanas-contact-list li span {
    margin-right: 10px;
}

.offcanas-contact-list .btn-offcanvs {
    background: #0AC4C8 !important;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    padding: 10px 20px;
    display: block;
    text-align: center;
}

.sidebar-pills .nav-link {
    padding: 10px 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    color: #fff !important;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 101% 69%, 0 291%);
    background: transparent;
}
.sidebar-pills .nav-link:hover {
   
    background: rgba(69, 248, 130, .14) !important;
}
.sidebar-pills .nav-item {
    margin-bottom: 20px;
}

.sidebar-pills .nav-item .nav-link {
    border-bottom: none;
}

.sidebar-pills .nav-item .nav-link.show {
    border-bottom: 1px solid transparent;
}

.sidebar-pills .nav-item:last-child .nav-link {
    border-bottom: 1px solid transparent;
}

.sidebar-pills.nav-pills .nav-link.active,
.sidebar-pills.nav-pills .show>.nav-link .sidebar-pills.nav-pills .nav-link:focus,
.sidebar-pills.nav-pills .nav-link:hover {
    color: #3D7FF9;
    background-color: transparent;
}

.nav-custometp {
    background-color: #254099 !important;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .5);
    border-bottom: 1px solid #254099;
}

.nav-custometp .cn_item {
    margin-right: 7px;
}

.nav-custometp .nav-link {
    display: block;
    padding: 1rem 1.6rem 1rem 0rem;
}

.nav-custometp .nav-title {
    font-size: 14px;
}

.nav-diver-tp {
    border-left: 1px solid #4960aa;
    padding-left: 20px;
}

.nav-custometp .link-dark {
    color: #fff;
}

.nav-custometp .link-dark .cn_item svg {
    top: -2px;
}
@media (max-width:1440px) {
.header-main-hm {
    top: 22px;
}
.nav-header-custome .nav-item .nav-link {
    font-size: 13px;
}
}
@media (max-width: 1279px) {
    .height-topheader {
        height: 61px;
    }

    .header-main-hm {
        top: 0px;
    }

    .header-main-hm,
    .nav-headerh,
    .fixnav {
        height: 70px !important;
        padding-top: 13px;
    }

    .header-main-hm,
    .nav-headerh {
        height: 60px !important;
        padding-top: 12px;
        position: fixed;
    }

    .btn-booknw {
        color: #fff;
        background: transparent;
    }

    .logo {
        margin-left: 15px;
    }

    .logo img {
        width: 166px;
    }

    .fixnav {
        background: rgba(0, 0, 0, 0.20);
        backdrop-filter: blur(15px);
    }

}

/* header end*/
/* topcontact-add */
.Ellipse806 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.about-section{
    padding: 80px 0px 80px;
}
.topcontact-add {
    background: #fff;
    height: 53px;
    position: relative;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 1px solid #E6E6E6;
}

.topcontact-add.topcontact-add-sub {
    background: #fff;
    border-bottom: 2px solid #F1F1F1;
}

.topcontact-list {
    margin: 0px;
}

.topcontact-list li {
    margin-right: 36px;
}

.topcontact-list li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #424155;
    text-decoration: none;
}

.topcontact-list li a span {
    margin-right: 12px;
}

.languge-convert {
    margin-left: auto;
}

.languge-convert button {
    background: rgba(236, 244, 248, 0.50);
    border-radius: 8px;
    border: none;
    padding: 6px 17px;
    backdrop-filter: blur(5.484133720397949px);
    color: #041D57;
    font-weight: 600;
    font-size: 12px;
}

.lan-title {

    margin-right: 4px;
}

.topcontact-add.topcontact-add-sub .topcontact-list li a {
    color: #333346;
}

@media (max-width:1279px) {
    .topcontact-add {
        display: none !important;
    }

    .languge-convert button {
        background: rgba(236, 244, 248, 0.50);
        border-radius: 8px;
        border: none;
        padding: 2px 10px 3px 10px;
        backdrop-filter: blur(5.484133720397949px);
        color: #fff;
        font-weight: 600;
        font-size: 12px;
    }
}
@media (max-width:767px) {
.about-section {
    padding: 0px 0px 0px;
}
}
/* topcontact-add end */
/* home-banner*/
.video-hm video {
    object-fit: cover;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}

.video-hm {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.logo-age {
    position: absolute;
    left: 50%;
    top: 32px;
    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    z-index: 2;
}
.home-banner {
    background-image: url(../images/BGImage.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #0C0F14;

}

.hm-content {
    /* background: linear-gradient(0deg, #141B24 0%, rgba(46, 63, 83, 0.43) 64.23%, rgba(77, 103, 138, 0.00) 86.72%); */
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100vh;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homebanner-cent-cric {
    position: absolute;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    bottom: 0px;
    left: 50%;
}
.homebanner-cent-cric-inner {
    margin: 0px auto;
}

.hm-widthfull-strech {
    width: 100%;
    height: 100%;
}



.hm-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 40%;
}

.hm-content h1 {
    margin: 10px 0px 50px;
    color: #FFFFFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.hm-content h1 span {

    position: relative;
}



.banner-logo {
    margin-top: -20px;
}

.hm-link {
    display: inline-flex;
    flex-flow: row wrap;
}

.diagonal-button {
    background-color: #ff0000;
    color: white;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    position: relative;
    mask: paint(polygon-border);
    -webkit-mask: paint(polygon-border);
    clip-path: polygon(0 0, 100% 0, 101% 69%, 0 291%);
    --border: 3px;
}

.diagonal-button:hover {
    background-color: darkred;
    /* Hover effect */
}

.diagnol-hm-btn {
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/learmor-home.svg);
    padding: 14px 0px 22px;
    position: relative;
    background-size: cover;
    font-size: 14px;
    color: #1C242F;
    font-weight: 500;
    width: 157px;
}

.hm-link .btn {
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    padding: 18px 0px;
    width: 177px;
}

.hm-link a+a {
    display: inline-block;
    margin-left: 18px;
}

.hm-link .linktransparent {
    background: rgba(255, 255, 255, 0.50);
    color: #fff !important;
}

.hm-link .linksolid {
    background: #FFFFFF !important;
    color: #0E72E3 !important;
}
.hm-content-inner {
    width: 100%;
}
.hm-content-inner .title-banner {
    color: #FFF;
    font-size: 79px;
    font-style: normal;
    font-weight: 600;
    line-height: 79px;
}
.hm-content-inner .first-1, .hm-content-inner .first-2, .hm-content-inner .first-3 {
    opacity: 0;
    transform: translateY(50px);
    text-shadow: 0px 0px 20px rgba(5, 9, 19, 0.50);
}
.hm-content-inner .title-banner-grad {
    background: linear-gradient(145deg, #25005D 0%, #60F 61%, #FFB85B 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hm-content-inner .first-1 {
    margin-left: 0%;
}
.hm-content-inner .first-2 {
    margin-left: 0%;
}
.hm-content-inner .first-3 {
    margin-left: 29%;
}
@media (max-width:1440px) { 
    .homebanner-cent-cric {
        width: 45%;
    }
    .hm-content h1 {
        font-size: 24px;
    }
    .banner-logo {
        margin-top: 80px;
    }
    .hm-content-inner .title-banner {
    font-size: 79px;
    line-height: 79px;
    }
}

@media (max-width:1279px) {
    .home-banner {
        height: 100vh;
    }  
    .homebanner-cent-cric {
        width: 100%;
    } 


    .hm-content p {
        font-size: 17px;
        line-height: 35px;
        /* margin-bottom: 20px; */
        width: 100%;
    }

}
@media (max-width:767px) {


    .hm-content {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 100vh;
        z-index: 2;
        text-align: center;
    }
    .home-banner {
        height: 100vh;
        background-position:0px;
        background-image: url(../images/BGImage-mobile.jpg);
    }

    .banner-img-log {
        max-width: 112px;
    }

    .hm-content h1 {
        font-size: 18px;
        margin: 10px 0px;
        line-height: 28px;
    }
    .hm-content-inner {
        margin-top: 0%;
    }
    .banner-logo {
        margin-top: -20px;
        width: 341px;
        margin: 0px auto;
    }

   

    .hm-link .btn {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 0px;
        width: 144px;
        border-radius: 15px;
    }

    .hm-link a+a {
        margin-left: 8px;
    }
    .hm-content-inner .title-banner {
        font-size: 45px;
        line-height: 45px; 
        letter-spacing: 0px;
        }
        .hm-content-inner .first-1, .hm-content-inner .first-2, .hm-content-inner .first-3 {
            margin-left: auto;
            margin-right: auto;
        }
}



@media (min-width:1600px) {
    .home-banner {
        height: 100vh;
    }

    .hm-content h1 {
        font-size: 30px;
    }

}

@media (min-width:1920px) {
    .home-banner {
        height: 100vh;
    }



    .hm-link .btn {
        font-size: 15px;
        line-height: 20px;
        padding: 22px 0px;
        width: 204px;
    }
}

/* home-banner end*/
/* default heading home */
.link-more {
    border-radius: 10px;
    border: 1.5px solid #EFF7FF;
    background: #EFF7FF;
    padding: 15px 42px;
    color: #3D7FF9;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
}


.frame-arrow {
    width: 217.1px;
    height: 16.816px;
    background-image: url(https://cricwar-website.s3.ap-southeast-1.amazonaws.com/images/Frame.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.text-center .frame-arrow {
    margin-left: auto;
    margin-right: auto;

}

.defalut-heading-mainhm .defalut-heading-sp, .defalut-heading-mainhm2 .defalut-heading-sp {
    /* background: linear-gradient(90deg, #015F77 0%, #02B0DD 100%); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.defalut-heading-mainhm h2, .defalut-heading-mainhm2 h2 {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.line-effect-anim {
    position: relative;
}

.line-effect-anim:after {
    content: '';
    position: absolute;
    left: 6px;
    height: 0px;
    width: 138px;
    flex-shrink: 0;
    background: #FDC221;
    bottom: 9px;
    z-index: -1;
    transition: height 1s ease-in-out;
}

.inview .line-effect-anim:after {
    height: 22px;
    /* Full height when in view */
}

.defalut-heading-mainhm p, .defalut-heading-mainhm2 p {
    font-weight: 300;
    font-size: 17px;
    line-height: 36px;
    color: #838D8C;
    margin-top: 15px;
    margin-bottom: 20px;
}

.defalut-heading-mainhm.white h2, .defalut-heading-mainhm2.white h2 {
    color: #fff;
}

.defalut-heading-mainhm.white p, .defalut-heading-mainhm2.white p {
    color: #fff;
}

.defalut-heading-mainhm.white2 h2,
.defalut-heading-mainhm.white2>span {
    color: #fff;
}
@media (max-width:1440px) {
    .defalut-heading-mainhm .defalut-heading-sp, .defalut-heading-mainhm2 .defalut-heading-sp {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .defalut-heading-mainhm h2, .defalut-heading-mainhm2 h2 {
        font-size: 44px;
    }
    .defalut-heading-mainhm p, .defalut-heading-mainhm2 p {
        font-size: 14px;
    }
}
@media (max-width:1199px) {
    

    .defalut-heading-mainhm h2, .defalut-heading-mainhm2 h2 {
        font-size: 42px;
        line-height: 42px;
    }

    .defalut-heading-mainhm p, .defalut-heading-mainhm2 p {
        font-size: 15px;
        line-height: 34px;
        margin-top: 15px;
    }
}

@media (max-width:767px) {
   

    .defalut-heading-mainhm p, .defalut-heading-mainhm2 p {
        font-size: 16px;
        line-height: 32px;
        margin-top: 15px;
    }

    .defalut-heading-mainhm .defalut-heading-sp, .defalut-heading-mainhm2 .defalut-heading-sp {
        font-size: 13px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .defalut-heading-mainhm h2, .defalut-heading-mainhm2 h2 {
        font-size: 30px;
        line-height: normal;
    }
}


/* default heading home end*/
/* homemain-slider */
#homemain-slider.owl-carousel .owl-stage {
    padding-left: 30px !important;
}
.slide-owl {
    position: relative;
}
.slide-owl  {
    position: relative;
}
.slide-owl-inner {
    
display: flex;
    
justify-content: space-between;
    
align-items: center;
    
padding: 19px 0px;
    
margin-bottom: 30px;
position: relative;
}
.slide-owl-inner:after {
    background: linear-gradient(90deg, #2A2E36 0%, #050913 100%);
    content: '';
    height: 1px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.slide-owl-inner .Borderarrow {width: auto !important;}
.slide-owl-inner span {
    color: #FDFDFD;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.11px; /* 121.17% */
}
@media (max-width: 1440px) {
    .slide-owl-inner span {
        font-size: 19.5px;
        line-height: 22.11px;
    }
}
/* homemain-slider end*/
/* section-port */
.section-port {
    position: relative;
    padding: 0px 0px 0px;
}
.section-port .conter-head {
    position: relative;
    padding: 80px 0px 0px;
}
.section-port-image {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1003px;
    top: 0px;
}
.por-box {
    margin-bottom: 2rem !important;
    position: relative;
}
.port-ellipse-left, .port-ellipse-right {
    position: absolute;
    top: -240px;
}
.port-ellipse-left {
    left: 0px;
    /* display: none; */
    width: 310px;
}
.port-ellipse-right {
    right: 0px;
    width: 310px;
}
.custome-tabs .nav-tabs {
   
    padding: 0px;
    border: none;
    gap: 10px;
    margin-bottom: 50px;
}
.custome-tabs .nav-tabs .nav-link {
    border-radius: 50px;
    padding: 8px 18px !important;
    color: #fff;
    display: block;
    padding: 0px;
    color: #FDFDFD;
    background: transparent !important;
    border: 1px solid transparent !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 112.5% */
outline: none;
text-transform: uppercase;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.custome-tabs .nav-tabs .nav-item.show .nav-link, .custome-tabs .nav-tabs .nav-link.active {
    color: #fff;
border: 1px solid #FFF;
background: rgba(255, 255, 255, 0.30) !important;
backdrop-filter: blur(2.549999952316284px);
}
@media (max-width:767px) {
    .section-port-image {
        height: 1003px;
    }
    .section-port .conter-head {
        position: relative;
        padding: 0px 20px 0px;
    }
    .port-ellipse-left {
        left: 0px;  
        width: 300px;
        left: -60px;
        top: -100px; 
        display: none;
    }
    .port-ellipse-right {
        right: 0px;
        display: none;
    }
}
/* section-port end */
/* footer */
.footer {
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0px 0px;
}


.form-custom-vn {
    position: relative;
    padding: 0px 20px;
}
.form-control-custome {
    background-color: #171A24;
    border: 1px solid transparent;
    border-radius: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    padding: 18px 20px 17px 20px;
}
.form-control-custome:focus {
    
    color: #fff;
    outline: none !important;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #171A24;
    box-shadow: 0px 0px 4px 7px rgba(98, 214, 229, 0.20) !important;
}

.form-control-custome::placeholder {
    color: #9F9F9F;
    opacity: 1;
}

.form-control-custome::-webkit-input-placeholder {
    text-align: left;
}

.form-control-custome:-moz-placeholder {
    text-align: left;
}
.button-vend {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 18, 46, 0.18);
    color: #06132B;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 100% */
    letter-spacing: -0.24px;
    width: 127.44px;
    height: 42px;
    border: none;
}
.address-ft-main {
    position: relative;
    padding-left: 63px;
    margin-top: 30px;
}
.address-ft-main .icn-address-ft {
    background:url(../images/addressLink.svg);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
}
.address-ft-main strong {
    color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 800;
line-height: 20.8px; /* 138.667% */
letter-spacing: 0.1px;
}
.address-ft-main p {
    color: #A9A7B0;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 153.333% */
letter-spacing: 0.1px;
}
.address-conta-ft {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    border-radius: 20px;
    border: 1px solid rgba(1, 95, 119, 0.50);
    background: rgba(23, 26, 36, 0.10);
    backdrop-filter: blur(25px);
    padding: 14px 30px;
    flex-wrap: wrap;
}
.address-conta-ft>div {
    align-items: center;
    display: flex;
}
.address-conta-ft i {
    margin-right: 7px;
}
.address-conta-ft span {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 153.333% */
    letter-spacing: 0.1px;
}
.copyright-mutli {
    display: flex;
    padding: 40px 0px;
    border-top: 1px solid #2A2E36;
    margin-top: 30px;
    /* flex-direction: column; */
    justify-content: center;
    text-align: center;
}
.copyright-title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-address-title {
    color: #A9A7B0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px; /* 138.667% */
    letter-spacing: 0.1px;
}
.social-footer {

display: flex;

gap: 8px;

margin-top: 10px;
}
.footer-adres-title {
    color: #A9A7B0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px; /* 138.667% */
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 62px;
}
.footer-adres-title img {
    
position: absolute;
    
left: 0px;
}
@media (max-width: 991px) {
    .copyright-mutli {
        display: flex;
        justify-content: center;
        padding: 40px 20px;
        margin-top: 50px;
        text-align: center;
        flex-direction: column;
        gap: 30px;
    }
    .copyright-title {
        display: block;
    }
    .social-footer {
        display: flex;
        gap: 8px;
        margin-top: 0px;
        justify-content: center;
        margin-bottom: 0px;
        flex-wrap: wrap;
    }
    .footer-adres-title {
        font-size: 15px;
        line-height: 20.8px;
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 0px;
        flex-direction: column;
        text-align: center;
    }
    .footer-adres-title img {
        position: relative;
        left: auto;
        margin: 0px 0px 20px;
    }
    .address-conta-ft {
        gap: 30px;
    }
}
@media (max-width: 767px) {
.footer {
    background-image: url(../images/footer-bg-mobile.png);
    padding: 20px 0px 0px;
}
.address-ft-main {
    position: relative;
    padding-left: 63px;
    width: 90%;
    margin: 0px auto;
}
.address-conta-ft {
    padding: 20px 20px;
    

}
}
/* footer end */
/* animation */
.whatsapp-animat {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;

}

.inview {
    opacity: 0;
    -webkit-transition: all 0.3s 0.1s ease;
    -moz-transition: all 0.3s 0.1s ease;
    -ms-transition: all 0.3s 0.1s ease;
    -o-transition: all 0.3s 0.1s ease;
    transition: all 0.3s 0.1s ease;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}

.inview.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.images-an {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.2) translate3d(40px, -40px, 0);
    -moz-transform: scale(1.2) translate3d(40px, -40px, 0);
    -ms-transform: scale(1.2) translate3d(40px, -40px, 0);
    -o-transform: scale(1.2) translate3d(40px, -40px, 0);
    transform: scale(1.2) translate3d(40px, -40px, 0);
}

.images-an.animate.activate-animation {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}

/* animation end*/
@media (min-width:1200px) and (max-width:1440px) {
#videCont {
    padding-bottom: 0%;
    max-width: 992px;
    height: 400px !important;
}
}
/* vid-home */
.video-container {
    z-index: 10001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgb(25 24 24 / 90%); */
    display: none
  }
  .video-container::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(5, 9, 19, 0.50);
backdrop-filter: blur(3.1500000953674316px);
}
  .video-container.in {
    display: block
  }
  
  .video-container .close-video {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 99
  }
  
  .video-container .close-video:after,
  .video-container .close-video:before {
    content: '';
    display: block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  
  .video-container .close-video:after:hover,
  .video-container .close-video:before:hover {
    border-color: #656666
  }
  
  .video-container .close-video:before {
    border-top: 1px solid #989999;
    border-bottom: 1px solid #989999;
    height: 0;
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -12px
  }
  
  .video-container .close-video:after {
    border-left: 1px solid #989999;
    border-right: 1px solid #989999;
    height: 24px;
    width: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -12px
  }
  
  .video-container .video-area {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  .video-container .video-area:before,
  .video-container .video-area:after {
    content: '';
    display: none;
    width: 101%;
    height: 52px;
    position: absolute;
    left: 0;
    z-index: 2;
    background-color: #000
  }
  
  .video-container .video-area:before {
    top: 0
  }
  
  .video-container .video-area:after {
    bottom: -1px;
    display: none;
  }
  
  .video-container .video-area #videoplayer {
    width: 100%;
    height: 100%
  }
.play-vd-cn {
    cursor: pointer;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
.play-vd-cn .ply-plyvid {
    position: absolute;
    z-index: 3;
    background-image: url(../images/video-play.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 58px;
    height: 66px;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* .play-vd-cn:before {
    border-radius: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -1px;
    top: -1px;
    content: '';
    background-color: transparent;
    border: 1px solid #2CC374;
    animation: pulse 1.5s ease-in-out infinite;
    z-index: -1;
} */
@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@media (max-width: 767px) {
    .videCont {
        padding-bottom: 180vw !important;
    }
    .vid-ply-ban {
        /* height: 150px; */
        object-fit: cover;
    }
    .play-vd-cn img {
        
width: 117px;
    }
    .vid-home {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
}
/* vid-home end */
/* marquee */
.marquee {
    --gap: 1rem;
    position: relative;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 1rem;
}
.marquee__content > * {
    flex: 0 0 auto;
    color: white;
    text-align: center;
}
.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    align-items: end;
    padding: 0px 0px 20px;
}
.marquee__content li  {
    margin-left: 107px;
}
@media (min-width: 1600px) {
.marquee-title {
font-size: 128px;
font-style: normal;
font-weight: 700;
line-height: 156.8px; /* 122.5% */
letter-spacing: -4px;
    background: linear-gradient(84deg, #60F 0%, #25005D 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.marquee__content {
    padding: 35px 0px 20px;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.marquee-title {
    font-size: 98px;
    font-style: normal;
    font-weight: 700;
    line-height: 98px; /* 122.5% */
    letter-spacing: -4px;
        background: linear-gradient(84deg, #60F 0%, #25005D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    .marquee__content {
        padding: 35px 0px 20px;
    }
}
@media (max-width: 1199px) {
    .marquee-title {
        font-size: 75px;
        font-style: normal;
        font-weight: 700;
        line-height: 75px; /* 122.5% */
        letter-spacing: -4px;
            background: linear-gradient(84deg, #60F 0%, #25005D 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        }
        .marquee__content {
            flex-shrink: 0;
            display: flex;
            justify-content: space-around;
            min-width: 100%;
            align-items: end;
            padding: 10px 0px 0px;
        }
    }
    @media (max-width: 767px) {
    .marquee__content li  {
        margin-left: 31px;
    }
    .marquee-title img {
        max-width: 69px;
    }
    .marquee-title .partner-logo-1 {
        max-width: 40px !important;

    }
    .marquee-title .partner-logo-3 {
        max-width: 30px !important;

    }
}
/* marquee end */
/* meeting */
.meeting-title {
    margin: 0px 0px 40px;
    font-size: 30px;
    font-weight: 700;
}
.modal-custome-style .modal-content {
    background: #fff;
    border-radius: 20px;
  }
  .modal-custome-style .modal-body {
    padding: 33px 14px 20px;
    position: relative;
  }
  .modal-custome-style .modal-dialog {
    max-width: 700px;
  }
  .btn-close-model {
    border: none;
    background: transparent;
    position: absolute;
    right: 7px;
    top: 9px;
  } 
/* meeting end */
.tooltip-inner {
    background-color: #60F;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #60F;
}
.video-plugin {
    background-position: 0px 0px;
    background-size: cover;
    height: 619px;
    position: relative;
    margin: 30px 0px 0px;
}
.big-videPlayButton {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.video-plugin-vid {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    
}
.video-plugin-vid.play {
    opacity: 1;
    z-index: 3;
    
}
.video-plugin-vid video {
    object-fit: cover;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}
.big-videPlayButton {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}
.video-close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    z-index: 10;
  }
@media (max-width: 1199px) {
    .big-videPlayButton img {
        max-width: 60px;
    }
.video-plugin {
    height: 229px;
    margin: 10px 0px 0px;
}
}
@media (min-width: 1600px) {
    .video-plugin {
        height: 700px;
    }
}