/************font sizes for desktop and mobile****/
/*
    Desktop:                  Tab          Mobile
    Title 50px : 2.3vw        30px          30px
    ,,    40px : 2vw          30px          25px
    Para  30px : 1.5vw        20px          20px
    ,,    20px : 1.1vw        20px          15px
    ,,    25px : 1.2vw        20px          15px
    ,,    25px :1.3vw         20px          20px
    Btn   15px : 1vw          15px          15px
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'nexaregular';
    src: url('../../assets/fonts/nexa-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}
@font-face {
    font-family: 'nexabold';
    src: url('../../assets/fonts/nexabold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}
@font-face {
   font-family: 'Nexa-ExtraBold';
    src: url('../../assets/fonts/Nexa-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    margin: 0;
    padding: 0 !important;
    font-family: 'nexaregular';
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
a{
  transition: 0.5s;
  text-decoration: none;
  color:#333;
}
a:hover,a:focus{
    color:#333;
}
.container-fluid {
    padding: 0 8vw;
}
ul{
    margin:0;
    padding: 0;
    list-style: none;
}
/*******************header***********/

.pds-nav {
    padding: 1.3vw 0 00;
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: 0.3s all ease-in-out;
}
.pds-nav.active {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 2px #ccc;
    top: 0;
    z-index: 9999;
}

.header-logo a img {
    width: 7.6vw;
}
.pds-header-menu {
    display: flex;
    align-items: center;
    width: 100%;
}
.header-logo a {
    display: block;
    padding: 0;
    margin: 0;
}
.pds-nav-collapse {
    justify-content: center;
}
.pds-nav-collapse .navbar-nav a {
    color: #333;
    font-size: 0.9vw;
    margin: 0 1vw;
    transition: 0.5s all ease-in-out;
    font-family: 'nexabold';
}
.contact-menu a{
    min-width: 9.5vw;
    display: flex;
    background: #fff;
    border-radius: 1vw;
    text-align: center;
    font-size: 1vw;
    border: 1px solid #7070704D;
    padding: 0.2vw 0;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #333 !important;
    position: relative;
}
.ethic-menu a{
background: #FF3448;
    color: #fff !important;
    min-width: 11.5vw;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 1vw;
    margin: 0 0 0 15px;
    padding: 0.2vw 0;
    transition: 0.5s all ease-in-out;
    font-size: 1vw;
    position: relative;
}

.pds-menu-right {
    display: flex;
    align-items: center;
}
.pds-nav-collapse .navbar-nav a:hover,.pds-nav-collapse .navbar-nav a:focus{
    color: #FF3448;
}
.contact-menu a:before, .ethic-menu a:before{
    content: '';
    background: #FF3448;
    width: 0.4vw;
    height: 0.4vw;
    border-radius: 30px;
    position: absolute;
    left: 1vw;
}
.ethic-menu a:before{
    background: #fff;
}
/***********************Footer*************/
.pds-footer {
    background: #333333;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    padding: 2.4vw 0;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.get-in-menu a {
    background: #fff;
    min-width: 20vw;
    display: inline-block;
    text-align: left;
    border-radius: 2vw;
    font-size: 1vw;
    text-transform: uppercase;
    padding: 1vw 1vw;
    font-family: 'nexabold';
}
.get-in-menu {
    position: relative;
}
.get-in-menu ul li a img {
padding: 0 !important;
    position: absolute;
    right: 0.5vw;
    bottom: 0.5vw;
    width: 2.6vw;
    height: 2.6vw;
}
.foot-bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}
.foot-btm-menu {
    display: flex;
    align-items: center;
}
.foot-btm-menu a {
padding: 0 1.5vw 0 0;
    color: #fff;
    font-size: 1vw;
}
.foot-menu a:hover,.foot-menu a:focus{
    color:#FF3448;
}
.copyrights p {
    color: #fff;
    font-size: 1vw;
}
ul#menu-footermenu {
    display: flex;
}
ul#menu-footermenu li {
    padding: 0 1vw;
}
.foot-btm-menu ul {
    display: flex;
}
.nav-link{
    padding: 0 !important
}
.foot-logo a {
    display: block;
    margin: 0;
    padding: 0;
}
.foot-menu {
    display: flex;
    align-items: center;
}
.foot-menu a {
    color: #fff;
    font-size: 1vw;
}
.foot-logo a img {
    width: 8.5vw;
}
.social-icon img {
    width: 3.4vw;
}
/********custom*********/
.btn-theme {
    width: 14.1vw;
    display: flex;
    height: 3.1vw;
    padding:0 1.5vw;
    align-items: center;
    font-size: 1vw;
    border-radius: 2vw;
    text-transform: uppercase;
    font-family: 'Nexa-ExtraBold';
    position: relative;
    transition: 0.3s all ease-in-out;
}
.btn-theme:hover {
    box-shadow: 0px 15px 20px rgba(222, 36, 0, 0.4);
    color: #ffffff;
    transform: translateY(-4px);
}
.btn-theme-red {
    background: #FF3448;
    color: #fff !important;
}
.banner-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 1.5vw 0px 0 0;
    position: static;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    left: 0;
    bottom: 2vw;
}
.btn-theme-large {
    width: 23vw;
}
.btn-theme-medium{
    width:16vw;
}
.pds-nav-collapse ul li.active a {
    color: #FF3448;
    font-family: 'Nexa-ExtraBold';
}
.codeof-img img {
    width: 50vw;
}
.codeof-context {
    padding: 0 5vw 0 0;
}
.pds-menu-left {
    padding: 0 0 0 2vw;
}
.pds-menu-right {
    padding: 0 0 0 2vw;
}
.section-wrapper {
    padding: 6vw 0 0 0;
}
/************Responsive Css***********/
@media(min-width:768px) and (max-width:991px)
{
.btn-theme {
    width: 230px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 30px;
}
.contact-menu a {
        font-size: 22px !important;
        padding: 15px 20px !important;
        font-family: 'Nexa-ExtraBold';
}
.pds-nav-collapse .navbar-nav a{
    font-size: 22px !important;
}
.section-wrapper {
    padding: 80px 0 0 0;
}
.btn-theme-large .btn-arrow-img {
    width: 35px;
    bottom: 10px;
}
.btn-theme.btn-theme-large {
    width: 340px;
    height: 50px;
}
.btn-arrow-img {
    right: 10px;
    width: 30px;
    bottom: 5px;
}
.foot-logo a img {
    width: 100px;
}
.footer-top {
        padding: 20px 0 30px 0;
        border-bottom: 1px solid #ccc;
        display: block;
        text-align: center;
}
.foot-menu {
    justify-content: center;
    padding: 20px 0;
}
ul#menu-footermenu li {
    padding: 0 10px;
}
.foot-menu a {
    font-size: 15px;
}
.get-in-menu ul li a img {
    padding: 0 !important;
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 40px;
}
.get-in-menu a {
    min-width: 350px;
    border-radius: 30px;
    font-size: 15px;
    padding: 15px 15px;
    font-family: 'Nexa-ExtraBold';
    position: relative;
}
.foot-right {
    padding: 10px 0;
}
.copyrights {
    padding: 15px 0;
}
.foot-btm-menu {
    width: 100%;
    justify-content: center;
}
.foot-btm-menu a {
    padding: 0 15px 0;
    color: #fff;
    font-size: 15px;
}
.view-all-sec {
    padding: 45px 0;
}
.copyrights p {
    font-size: 15px;
    padding: 10px 0 00;
}
.social-icon.justify-content-end {
    justify-content: center !important;
}
}
@media(max-width:767px) {
.container-fluid {
    padding: 0 20px;
}
.row>* {
    padding: 0;
}
.section-wrapper {
    padding: 80px 0 0 0;
}
.btn-theme {
    width: 200px;
    height: 45px;
    padding: 0 20px;
    font-size: 15px;
    border-radius: 30px;
}
.foot-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.foot-logo a img {
    width: auto;
}
ul#menu-footermenu li {
    padding: 2vw 2vw;
}
.foot-menu a {
    color: #fff;
    font-size: 15px;
}  
ul#menu-footermenu {
    flex-wrap: wrap;
    justify-content: center;
}
.get-in-menu {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
}
.footer-top {
    flex-wrap: wrap;
}
.desktop-view {
    display: none;
}
.get-in-menu a {
    min-width: 270px;
    border-radius: 30px;
    font-size: 15px;
    position: relative;
    padding: 15px 15px;
}
.menu-footermenu1-container {
    position: relative;
}
.get-in-menu ul li a img {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: auto;
}
.foot-btm-menu a {
    font-size: 12px;
    padding: 0 8px 0 0;
}
.foot-bottom {
    padding: 20px 0;
}
.foot-btm-menu {
    padding: 0;
}
.copyrights.justify-content-center {
    justify-content: flex-start !important;
    padding: 0;
}
.copyrights p {
    color: #fff;
    font-size: 12px;
    text-align: left;
    padding: 10px 0 0;
}
.row {
    margin: 0;
}
.social-icon img {
    width: auto;
}
.foot-left.col-lg-8 {
    flex: 0 0 80%;
    padding: 0;
}
.foot-right.col-lg-4 {
    flex: 0 0 20%;
}
.btn-theme.btn-theme-large {
    width: 330px;
}

}
@media(max-width:991px){
.pds-nav-collapse {
    justify-content: center;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    padding: 100px 20px 20px 20px;
   overflow-y: auto;
    transition: none;
}
.pds-nav-collapse.show {
    height: 100vh; 
    min-height: 100vh;
}
.pds-menu-right {
        display: block;
        position: absolute;
        bottom: 15%;
        width: 100%;
        left: 0;
        padding: 0 20px;
}
.pds-nav-collapse .navbar-nav a {
    color: #333;
    font-size: 15px;
    margin: 0;
    transition: 0.5s all ease-in-out;
    padding: 10px;
    display: block;
}
.ethic-menu a {
    min-width: inherit;
    margin: 0;
    padding: 8px 15px;
    font-size: 15px;
    display: block;
    font-family: 'Nexa-ExtraBold';
    text-align: center;
}
.contact-menu a {
        font-size: 15px;
        padding: 8px 20px;
        font-family: 'Nexa-ExtraBold';
        margin: 0 0 20px 0;
}
.custom-burger {
  border: none !important;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  outline: none !important;
  box-shadow: none !important;
  z-index: 1;
}
.burger-menu:not(.collapsed) .burger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.burger-menu:not(.collapsed) .burger-line:nth-child(2) {
    opacity: 0;
}
.burger-menu:not(.collapsed) .burger-line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}
.header-logo {
    width: 95%;
}
.burger-line {
        display: block;
        width: 30px;
        height: 3px;
        margin: 3px 0;
        background: #FF3448;
        border-radius: 2px;
        transition: all 0.3s;
}
}
/* Portrait mode on small screens */
@media (orientation: portrait) and (max-width: 767px) {
.mobile-fitto-screen {
        min-height: -webkit-fill-available !important;
        min-height: 100dvh !important;
        min-height: 100vh !important;
        height: 100vh  !important;
}
}

/* Landscape mode on small screens */
@media (orientation: landscape) and (max-height: 500px) {
  .mobile-fitto-screen {
    height: auto !important
  }
}
