@font-face {
    font-family: "GothamRegular";
    src: url('fonts/Gotham Regular.otf');
}


@font-face {
    font-family: "GothamLight";
    src: url('fonts/Gotham Light.otf');
}

@font-face {
    font-family: "GothamMedium";
    src: url('fonts/Gotham Medium.otf');
}

@font-face {
    font-family: "GothamBold";
    src: url('fonts/Gotham Bold.otf');
}

@font-face {
    font-family: "GothamBook";
    src: url('fonts/Gotham Book.otf');
}

* {
    padding: 0;
    margin: 0;
}


body {	
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

a,a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}


.container {
    max-width: 1152px;
    padding: 0 16px;
    margin: auto;
}


/*--- header-area start  --*/
.header-area {
    background: #fff;
    padding: 0px 0;
    padding-top: 60px;
}

.header-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #2b2b2a;
    padding-bottom: 40px;
}

.headerlogo-part {
    display: flex;
    align-items: end;
    gap: 22px;
}

.headerlogo-part img {
    max-width: 100%;
    display: block;
}

.headerlogo-part p {
    font-family: "GothamMedium";
    color: #000;
    font-size: 25px;
    margin: 0;
    line-height: 20px;    
}

.headerbtn {
    background: #303030;
    width: 256px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}

.headerbtn p {
    font-family: "GothamBook";
    color: #fff;
    font-size: 20.6px;
    margin: 0;
    padding-left: 18px; 
}

.headerbtn img {
    max-width: 100%;
    display: block;
}


/*--- hero-area start  --*/
.hero-area {
    background: #fff;
    padding: 0px 0;
    padding-top: 10px;
}

.hero-part {
    padding-top: 30px;
}

.hero-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.hero-nav ul li {
    display: inline-block;
    padding-right: 5px;
}

.hero-nav ul li a {
    font-family: "GothamMedium";
    color: #000;
    font-size: 16.41px;
}

.hero-nav ul li:first-child a {
    color: #7c7c7c;
}

.hero-cmbanner img {
    width: 100%;
    display: block;
}

.hero-mbbanner {
    display: none;
}

.hero-mbbanner img {
    width: 100%;
    display: block;
}


/*--- mondialAIRfrYErs-area start  --*/
.mondialAIRfrYErs-area {
    background: #fff;
    padding: 80px 0;
}

.mondialAIRfrYErs-part {
    display: flex;
    gap: 0px;
}

.mondialAIRfrYErs_left {
    position: relative;
    width: 50%;
}

.mondialAIRfrYErs_left h2 {
    font-family: "GothamMedium";
    color: #000;
    font-size: 35.58px;
    margin: 0;
    font-weight: 500;
    padding-bottom: 22px;
    display: flex;
    gap: 23px;
    align-items: center;
}

.mondialAIRfrYErs_left h2 span {
    width: 22.78px;
    height: 36.54px;
    background: #ff6123;
    border-radius: 8px;
    display: block; 
}

.mondialAIRfrYErs_left p {
    font-family: "GothamLight";
    color: #000;
    font-size: 20px;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    padding-left: 43px;
}

.mondialAIRfrYErs_left p span {
    font-family: "GothamBold";    
}


.mondialAIRfrYErs_right {
    width: 50%;
}

.mondialAIRfrYErs_YTvideo img {
    width: 100%;
    display: block;
	
}

.mondialAIRfrYErs_YTvideo iframe {
	border-radius: 20px;
}

/*--- mondialproduct-area start  --*/
.mondialproduct-area {
    background: #fff;
    padding: 60px 0;
    padding-top: 0px;
}

.mondialproduct-part {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    justify-content: space-around;
    grid-row-gap: 25px;
}

.mondialproduct_box {
    border: 1.5px solid #c7c7c7;
    border-radius: 15px;
    padding: 40px 25px;
    background: #fff;
}

.mondialproduct-image {
    height: 212px;
    display: grid;
    align-items: end;
    justify-content: center;
    margin-bottom: 20px;
}

.mondialproduct-image img {
    max-width: 100%;
    display: block;
}


.mondialproduct-headign {
    border-bottom: 4px solid #d2d2d2;
    margin-bottom: 45px;
}

.mondialproduct-headign h2 {
    font-family: "GothamMedium";
    color: #000;
    font-size: 27.99px;
    text-align: center;
    font-weight: 900;
    margin: 0;
    padding-bottom: 5px;
}

.mondialproduct-headign p {
    font-family: "GothamBold";
    color: #000;
    font-size: 18.99px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding-bottom: 7px;    
}


.mondialproduct_liST {
   height: 445px;    
}


.mondialproduct_liST ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mondialproduct_liST ul li {
    display: block;
    padding-bottom: 26px;
}

.mondialproduct_liST ul li:last-child {
    padding-bottom: 0px;
}

.dots {
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 38px;
}


.mondialproduct_liST ul li p {
    font-family: "GothamLight";
    color: #000;
    font-size: 19.65px;
    margin: 0;
    padding-left: 16px;
    margin-top: -14px;
}

.mondialproduct_liST ul li p span {
    font-family: "GothamMedium";   
}


.dowNLOadmANual-btn a {
    font-family: "GothamMedium";
    color: #fff;
    font-size: 20.47px;
    background: #2b2b2a;
    width: 250.6px;
    height: 48.62px;
    line-height: 48.62px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
    display: block;
    margin: auto; 
    transition: 0.3s all ease;  
}

.dowNLOadmANual-btn a:hover {
    background: #ff6123;
}


/*--- mondialwhere-area start  --*/
.mondialwhere-area {
    background: #fff;
    padding: 40px 0;
}

.mondialwhere_hd {
    padding-bottom: 60px;
}

.mondialwhere_hd h2 {
    font-family: "GothamMedium";
    color: #000;
    font-size: 35.58px;
    margin: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 23px;
}

.mondialwhere_hd h2 span {
    width: 27px;
    height: 43px;
    background: #ff6123;
    border-radius: 8px;
    display: block;
}

.mondialwhere-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.mondialwhere-part ul li {
    display: inline-block;
    margin: 0 6px;
}

.mondialwhere-part ul li a img {
    max-width: 100%;
    display: block;
    margin: auto;
}


.mondialwhere_teXTPt {
    padding-top: 90px;
}

.mondialwhere_teXTPt img {
    max-width: 100%;
    display: block;
    margin: auto;
    height: 40px;
}

.mondialwhere_teXTPt p {
    font-family: "GothamLight";
    color: #000;
    font-size: 30px;
    margin: 0;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    padding-top: 40px;
}

.mondialwhere_teXTPt p span {
      font-family: "GothamBold";  
}

.mondialwhere_teXTPt h5 {
    font-family: "GothamBold";  
    color: #ff6123;
    font-size: 30.34px;
    margin: 0;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
}

.mondialwhere_brand {
    padding-bottom: 70px;
}

.mondialwhere_brand img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-top: 130px;   
}


/*--- mondialourproDUCts-area start  --*/
.mondialourproDUCts-area {
    background: #fff;
    padding: 80px 0;
    padding-top: 80px;
}

.mondialourproDUCts_hd {
    padding-bottom: 48px;
}

.mondialourproDUCts_hd h2 {
    font-family: "GothamMedium";
    color: #000;
    font-size: 35.58px;
    margin: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 23px;
}

.mondialourproDUCts_hd h2 span {
    width: 27px;
    height: 43px;
    background: #ff6123;
    border-radius: 8px;
    display: block;
}


.mondialourproDUCts-paRT {
    position: relative;
}

.mondialourproDUCts_image img {
    width: 100%;
    display: block;
}

.customNextBtn {
    position: absolute;
    top: 48%;
    left: 0;
    z-index: 9999;
}

.customPrevBtn {
    position: absolute;
    top: 48%;
    right: 0;
    z-index: 9999;
}

.customNextBtn img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(32deg) brightness(97%) contrast(87%);
    height: 42px;
    cursor: pointer;    
}

.customPrevBtn img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(32deg) brightness(97%) contrast(87%);
    height: 42px;
    cursor: pointer;   
}

.mondialourproDUCts-area .owl-dots {
    text-align: center;
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: -34px;
    position: relative;
    z-index: 9999;
}

.mondialourproDUCts-area .owl-carousel button.owl-dot {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    border: 1px solid #000 !important;   
}

.mondialourproDUCts-area .owl-carousel button.owl-dot.active {
    background: #a2a2a2 !important;
    border: 1px solid #a2a2a2 !important;
}

/*--- footer-area start  --*/
.footer-area {
    background: #fff;
    padding: 45px 0;
}

.footer-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 4px solid #dddddd;
    padding-top: 46px;
}

.footer_logo_part img {
    max-width: 100%;
    display: block;
    margin-bottom: 16px;
}

.footer_logo_part p {
    font-family: "GothamMedium";
    color: #000;
    font-size: 14.38px;
    margin: 0;
    line-height: 20px;
}

.footer-inner h3 {
    font-family: "GothamBold";
    color: #000;
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
}

.footer-inner p {
    margin: 0;
}

.footer-inner p a {
    font-family: "GothamMedium";
    color: #000;
    font-size: 14.38px;
    margin: 0; 
}

.footerRTflag {
    display: flex;
    align-items: center;
    gap: 10px;   
}

.footerRTflag h3 {
    font-family: "GothamBold";
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
   
}

.footerRTflag img {
    width: 48px;
    display: block;
}

.footerRT_CusTomer {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-top: 13px;
}

.footerRT_CusTomer p {
    font-family: "GothamMedium";
    color: #000;
    font-size: 14.38px;
    margin: 0; 
}

.footerRT_CusTomer img {
    max-width: 100%;
    display: block;
}


/*---   footerlast-area start  --*/
.footerlast-area {
    background: #dddddd;
    padding: 20px 0;
}

.footerlast-part p {
    font-family: "GothamMedium";
    color: #000;
    font-size: 14.38px;
    text-align: center;
    margin: 0;   
}