*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    font-family: 'Roboto', sans-serif;
}


.homeNav{
    display: flex;
    justify-content: space-between;
}

.homeLogo{
    display: none;
}

.topwrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 80px;
}
.logo-title{
    font-size: 40px;
    color: #ff0000;
    text-align: center;
}
.logo-title2{
    font-size: 12px;
    text-align: center;
    color: #a02020;
}
.menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 4%;
}
.menu li{
    list-style: none;
}
.menu li a {
    text-decoration: none;
    font-size: 16px;
    margin: 0px 13px;
    color: black;
}
.menu li a:hover{
    color: #ff0000;
}
.bannerwrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: black;
    margin-bottom: 70px;
}
.banner-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}
.banner-right{
    width: 50%;
}
.banner-right-image{
    max-width: 600px;
}
.banner-right-image img{
    max-width: 100%;
}
.banner-left h2 {
    font-size: 95px;
    color: #ff0000;
    margin-bottom: 5px;
}
.banner-left span {
    font-size: 22px;
    color: #a02020;
}
.banner-left p {
    font-size: 17px;
    max-width: 584px;
    line-height: 28px;
    margin-top: 14px;
}
.aboutUS-section-folder-1{
    margin-bottom: 100px;
}
.aboutUSwrapperfolder1, .aboutUSwrapperfolder2{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.aboutUS-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}
.aboutUS-right{
    width: 50%;
}
.aboutUS-left h2 {
    font-size: 45px;
    color: #ff0000;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.aboutUS-left p {
    font-size: 15px;
    max-width: 520px;
    line-height: 26px;
}
.aboutUS-image{
    max-width: 632px;
}
.aboutUS-image img{
    max-width: 100%;
}
.about-me-section{
    margin-top: 100px;
}
.aboutmewrapper{
    padding-left: 100px;
}
.aboutmewrapper span{
    font-size: 30px;
}
.aboutmewrapper P {
    max-width: 1112px;
    font-size: 14px;
    line-height: 39px;
}
.press-award-section{
    margin-top: 100px;
}
.pressawardwrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.press-award-left{
    width: 50%;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.press-award-right{
    width: 50%;
}
.press-award-left h2{
    font-size: 45px;
    color: #ff0000;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.press-award-left p{
    font-size: 15px;
    max-width: 520px;
    line-height: 26px;
}
.press-award-blog-box{
    max-width: 231px;
}
.press-award-blog-box img{
    max-width: 100%;
}
.press-award-folder {
    display: flex;
    flex-direction: row;
    gap: 38px;
    margin-bottom: 30px;
}
.membership-section{
    margin-top: 100px;
}
.membershipwrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.membership-left{
    width: 50%;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.membership-right{
    width: 50%;
}
.membership-left h2{
    font-size: 45px;
    color: #ff0000;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.membership-left p{
    font-size: 15px;
    max-width: 520px;
    line-height: 26px;
}
.membership-blog-box{
    max-width: 231px;
}
.membership-blog-box img{
    max-width: 100%;
}
.membership-folder {
    display: flex;
    flex-direction: row;
    gap: 38px;
    margin-bottom: 30px;
}
.contectus-section{
    margin: 100px 0px 30px 0px;
}
.contectuswrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contectus-left{
    width: 50%;
    padding-left: 100px;
}
.contectus-right{
    width: 50%;
}
.contect-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inner-input, .text-massege {
    width: 454px;
    padding: 17px 20px;
    font-size: 15px;
    margin-bottom: 17px;
}
.submit-btn{
    padding: 10px 40px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: white;
    background-color: #ff0000;
    max-width: 130px;
    display: flex;
}
.submit-btn:hover{
    background-color: black;
    color: white;
}
.contectus-image {
    max-width: 632px;
}
.contectus-image img{
    max-width: 100%;
}
.show-btn{
    font-size: 30px;
    color: black;
    position: absolute;
    top: 10%;
    right: 5%;
    display: none;
}
.footer-section {
    background-color: #0a1356;
    padding: 20px 0px;
    margin-top: -2px;
}
.footerwrapper p{
    color: white;
    text-align: center;
    font-size: 16px;
}
.navigationLocation{
    max-width: 1150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.leftnavigationLocation{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rightnavigationLocation{
    width: 50%;
    display: flex;
    justify-content: center;
}
.rightnavigationLocation img{
    width: 400px;
}
.navigationLocationwrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin: 0px 20px;
    color: black;
    font-size: 26px;
    text-decoration: none;
    transform: translateY(0px);
    transition: all ease-in .15s;
}
.navigationLocationwrapper:hover{
    transform: translateY(-10px);
}
.navigationLocationwrapper img{
    max-width: 176px;
}
.logo{
    margin-top: 20px;
    padding-left: 80px;
}
.logo img{
    width: 250px;
}
.leftnavigationLocationsection{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.Click-to-Experience {
    font-size: 18px;
    color: #444343;
}
.footerwrapper{
    display: flex;
    justify-content: center;
    color: white;
    font-size: 10px;
}
.footerwrapper a{
    color: white;
    text-decoration: none;
    font-size: 10px;
}

@media only screen and (min-width: 1400px){
    
    .logo-title {
        font-size: 56px;
    }
    .logo-title2 {
        font-size: 18px;
    }
    .top-header-section{
        margin: 0px auto;
        max-width: 1500px;
    }
    .aboutUS-section-folder-1{
        margin: 100px auto;
        max-width: 1500px;
    }
    .aboutUS-section-folder-2{
        margin: 100px auto;
        max-width: 1500px;
    }
    .about-me-section{
        margin: 100px auto;
        max-width: 1500px;
    }
    .press-award-section{
        margin: 100px auto;
        max-width: 1500px;
    }
    .membership-section{
        margin: 100px auto;
        max-width: 1500px;
    }
    .contectus-section{
        margin: 100px auto;
        max-width: 1500px;
    }
    .contectus-left {
        width: 46%;
        padding-left: 0px;
    }
    .contectus-right {
        width: 54%;
    }
    .contectus-image {
        width: 572px;
    }
    .banner-left p {
        font-size: 23px;
        max-width: 637px;
        line-height: 39px;
    }
    .aboutUS-left h2 {
        font-size: 62px;
    }
    .aboutUS-left p {
        font-size: 22px;
        max-width: 595px;
        line-height: 31px;
    }
    .aboutmewrapper P {
        max-width: 1245px;
        font-size: 23px;
        line-height: 42px;
        margin-top: 23px;
    }
    .press-award-left p {
        font-size: 22px;
        max-width: 570px;
        line-height: 33px;
    }
    .membership-left p {
        font-size: 22px;
        max-width: 570px;
        line-height: 33px;
    }
    .submit-btn {
        padding: 10px 55px;
        font-size: 20px;
        max-width: 166px;
    }
    .inner-input, .text-massege{
        border: 1px solid black;
        font-size: 20px;
    }
    .aboutmewrapper span {
        font-size: 37px;
    }
    .logo img{
        width: 300px;
    }
    .rightnavigationLocation {
        margin-top: 74px;
    }
}
@media only screen and (max-width: 1024px){
    .homeNav{
        display: none;
    }

    .homeLogo{
        display: block;
    }
    
    .bannerwrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .banner-left{
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
    .banner-right{
        width: 100%;
    }
    .banner-left p {
        font-size: 21px;
        max-width: 584px;
        line-height: 30px;
        margin: 14px auto;
    }
    .aboutUSwrapperfolder1, .aboutUSwrapperfolder2{
        display: flex;
        flex-direction: column;
    }
    .aboutUS-left{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        padding-left: 0px;
    }
    .aboutUS-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .aboutUS-left h2 {
        font-size: 55px;
    }
    .aboutUS-left p {
        font-size: 22px;
        max-width: 757px;
        line-height: 35px;
        margin: auto;
    }
    .aboutUS-image {
        max-width: 719px;
    }
    .aboutmewrapper {
        text-align: center;
        padding-left: 0px;
    }
    .aboutmewrapper span {
        font-size: 46px;
    }
    .aboutmewrapper P {
        max-width: 778px;
        font-size: 20px;
        line-height: 42px;
        margin-top: 30px;
        text-align: center;
        margin: 30px auto 0px auto;
    }
    .pressawardwrapper{
        display: flex;
        flex-direction: column;
    }
    .press-award-left {
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        padding-left: 0px;
        margin-bottom: 50px;
    }
    .press-award-right{
        width: 100%;
    }
    .press-award-left p {
        font-size: 21px;
        max-width: 749px;
        line-height: 39px;
    }
    .press-award-folder{
        display: flex;
        justify-content: center;
    }
    .press-award-blog-box {
        max-width: 270px;
    }
    .membershipwrapper{
        display: flex;
        flex-direction: column;
    }
    .membership-left {
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        padding-left: 0px;
        margin-bottom: 50px;
    }
    .membership-right{
        width: 100%;
    }
    .membership-left p {
        font-size: 21px;
        max-width: 749px;
        line-height: 39px;
    }
    .membership-folder{
        display: flex;
        justify-content: center;
    }
    .membership-blog-box {
        max-width: 270px;
    }
    .contectuswrapper{
        display: flex;
        flex-direction: column;
    }
    .contectus-left{
        width: 100%;
        padding-left: 0px;
        margin-bottom: 50px;
    }
    .contectus-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .inner-input, .text-massege {
        width: 566px;
        padding: 20px 25px;
        font-size: 21px;
        border: 1px solid black;
    }
    .submit-btn {
        padding: 10px 51px;
        font-size: 25px;
        max-width: 192px;
        margin-top: 30px;
    }
    .topwrapper {
        padding: 15px 27px;
    }
    .logo-title {
        font-size: 34px;
    }
    .logo-title2 {
        font-size: 13px;
    }
    .menu li a {
        font-size: 16px;
        margin: 0px 7px;
    }
    .leftnavigationLocation {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
        margin-bottom: 100px;
    }
    .navigationLocationwrapper img {
        max-width: 310px;
    }
    .navigationLocation {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 50px;
    }
    .rightnavigationLocation img {
        width: 369px;
    }
    .logo{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .logo img {
        width: 450px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .topwrapper{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
        background-color: white;
    }
    .menu {
        display: flex;
        flex-direction: column;
        margin-top: 46px;
    }
    .menu li{
        margin: 10px 0px;
    }
    .menu li a{
        font-size: 35px;
    }
    .logo-title {
        font-size: 66px;
        margin-bottom: 10px;
    }
    .logo-title2 {
        font-size: 21px;
    }
    .show-btn{
        font-size: 40px;
        color: black;
        position: absolute;
        top: 5%;
        right: 5%;
        display: block;
        z-index: 2;
    }
    .bannerwrapper{
        display: flex;
        flex-direction: column;
    }
    .banner-left {
        width: 100%;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .banner-right{
        width: 100%;
        margin-top: 50px;
    }
    .banner-left h2 {
        font-size: 69px;
    }
    .banner-left span {
        font-size: 16px;
    }
    .banner-left p {
        font-size: 20px;
        max-width: 528px;
        line-height: 28px;
        text-align: center;
        margin: 20px auto;
    }
    .banner-right-image{
        max-width: 100%;
    }

    .aboutUSwrapperfolder1, .aboutUSwrapperfolder2{
        display: flex;
        flex-direction: column;
    }
    .aboutUS-left{
        width: 100%;
        display: flex;
        margin-bottom: 50px;
    }
    .aboutUS-right{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .aboutUS-left h2 {
        font-size: 37px;
    }
    .aboutUS-left p {
        font-size: 20px;
        max-width: 605px;
        line-height: 31px;
    }
    .aboutmewrapper span {
        font-size: 35px;
    }
    .aboutmewrapper P {
        max-width: 678px;
        font-size: 20px;
        line-height: 28px;
        margin-top: 25px;
    }
    .pressawardwrapper{
        display: flex;
        flex-direction: column;
    }
    .press-award-left {
        width: 100%;
        margin-bottom: 50px;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .press-award-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .press-award-left h2 {
        font-size: 32px;
        text-align: center;
    }
    .press-award-left p {
        font-size: 20px;
        max-width: 603px;
        line-height: 31px;
        text-align: center;
    }
    .press-award-blog-box {
        max-width: 230px;
    }
    .membershipwrapper{
        display: flex;
        flex-direction: column;
    }
    .membership-left {
        width: 100%;
        margin-bottom: 50px;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .membership-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .membership-left h2 {
        font-size: 32px;
        text-align: center;
    }
    .membership-left p {
        font-size: 20px;
        max-width: 603px;
        line-height: 31px;
        text-align: center;
    }
    .membership-blog-box {
        max-width: 230px;
    }
    .contectuswrapper{
        display: flex;
        flex-direction: column;
    }
    .contectus-left{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 50px;
        padding-left: 0px;
    }
    .contectus-right{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .inner-input, .text-massege {
        border: 1px solid black;
    }
    .submit-btn {
        padding: 10px 50px;
        font-size: 22px;
        max-width: 182px;
        margin-top: 20px;
    }
    .contectus-image {
        max-width: 581px;
    }
    .navigationLocation {
        width: 100%;
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    .leftnavigationLocation {
        width: 100%;
        flex-direction: row;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
        margin: 64px 0px 100px 0px;
    }
    .rightnavigationLocation{
        width: 100%;
    }
    .navigationLocationwrapper img {
        max-width: 255px;
    }
    .logo{
        display: flex;
        justify-content: center;
        margin: 30px 0px 0px 0px;
    }
    .logo img{
        width: 350px;
        margin-bottom: 0px;
    }
    .leftnavigationLocationsection {
        gap: 0px;
    }
    .Click-to-Experience {
        transform: translateX(0px);
    }
}
@media only screen and (max-width: 767px){
    .banner-left h2 {
        font-size: 45px;
    }
    .banner-left span {
        font-size: 11px;
    }
    .banner-left p {
        font-size: 15px;
        max-width: 308px;
        line-height: 22px;
    }
    .about-me-section {
        margin-top: 50px;
    }
    .aboutUS-section-folder-1 {
        margin-bottom: 50px;
    }
    .aboutUS-left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        padding-left: 0px;
    }
    .aboutUS-left h2 {
        font-size: 26px;
    }
    .aboutUS-left p {
        font-size: 15px;
        max-width: 354px;
        line-height: 22px;
        text-align: center;
        padding: 0px 14px;
    }
    .aboutUS-image {
        max-width: 308px;
    }
    .aboutmewrapper {
        text-align: center;
        padding-left: 0px;
    }
    .aboutmewrapper span {
        font-size: 23px;
    }
    .aboutmewrapper P {
        max-width: 354px;
        font-size: 14px;
        line-height: 27px;
        text-align: center;
        margin: 20px auto;
        padding: 0PX 14PX;
    }
    .press-award-section {
        margin-top: 50px;
    }
    .press-award-left h2 {
        font-size: 20px;
    }
    .press-award-left p {
        font-size: 15px;
        max-width: 353px;
        line-height: 24px;
        text-align: center;
        padding: 0px 13px;
    }
    .press-award-folder {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-bottom: 23px;
    }
    .press-award-blog-box {
        max-width: 148px;
    }
    .membership-section {
        margin-top: 50px;
    }
    .membership-left h2 {
        font-size: 20px;
    }
    .membership-left p {
        font-size: 15px;
        max-width: 353px;
        line-height: 24px;
        text-align: center;
        padding: 0px 13px;
    }
    .membership-folder {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-bottom: 23px;
    }
    .membership-blog-box {
        max-width: 148px;
    }
    .inner-input, .text-massege {
        width: 308px;
        padding: 15px 20px;
    }
    .submit-btn {
        font-size: 15px;
    }
    .contectus-image {
        max-width: 309px;
    }
    .contectus-section {
        margin: 50px 0px 30px 0px;
    }
    .show-btn{
        font-size: 20px;
    }
    .menu li a{
        font-size: 20px;
    }
    .logo-title {
        font-size: 54px;
    }
    .logo-title2 {
        font-size: 13px;
    }
    .menu {
        margin-top: 17px;
    }
    .footerwrapper p{
        font-size: 10px;
    }
    .navigationLocation {
        width: 100%;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 35px;
    }
    .navigationLocationwrapper {
        font-size: 23px;
    }
    .leftnavigationLocation {
        width: 100%;
        flex-direction: row;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
        margin: 64px 0px 10px 0px;
    }
    .rightnavigationLocation{
        width: 100%;
    }
    .navigationLocationwrapper img {
        max-width: 125px;
    }
    .rightnavigationLocation img {
        width: 300px;
    }
    .leftnavigationLocation{
        margin-top: 20px;
    }
    .logo{
        display: flex;
        justify-content: center;
        margin: 30px 0px 0px 0px;
        padding-left: 30px;
    }
    .logo img {
        width: 211px;
        margin-bottom: 0px;
    }
    .Click-to-Experience {
        transform: translateX(0px);
        font-size: 20px;
    }
    .leftnavigationLocationsection {
        gap: 6px;
    }
    .footerwrapper {
        font-size: 10px;
    }
    .India, 
    .Japan{
        font-size: 20px;
    }
}