/* --------------------   NavBar   ----------------------- */

.NoScroll .NavBar{
	padding-right: 37px;
}

body.TransparentNav .NavBar{
    background-color: transparent !important;
	-webkit-box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	box-shadow: unset !important;
}
header{
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 1000;
    top:0;left: 0;
}
.Invisible{
    visibility: hidden;
    pointer-events:none;
}

.NavBar {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: white;
	padding: 0 50px;
}
.NavLinks {
	display: flex;
	gap: 4px;
	align-items: center;
	height: 100%;
}


.NavLinks a {
	text-decoration: none;
	color: #1c1c1c;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	font-size:14px;
	font-weight: 500;
}
.NavLinks a:hover{
	color: #071a46;
}

.NavLinks a.RoundBtn{
	height: unset;
	color: white;
	padding: 8px 48px;
	margin-left: 30px;
	flex-shrink: 0;
}
.HomeNav .NavLinks a {
	color: white;
	/* exception is the homepage because there is a dark image that make the text appear */
}

.NavOnScroll {
	background-color: white;
	/* change from transparent to white background color */
	-webkit-box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.08);
}

.NavOnFull{
	background-color: white;

}




.NavLogo img {
	width: 180px;
}


.NavLinks .RoundBtn {
    padding: 8px 48px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;


    font-size: 15px;
    height: unset;
}


.BurgerBtn {
    width: 100%;
    height: 100%;
    position: relative;
    width: 40px;
    cursor: pointer;
    margin-left:10px;
}
.BurgerBtn .Bars{
    height: 2px;
    width: 20px;
    background-color: #151A20;
     position: absolute;left:9px;
     -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.BurgerBtn .Bars:nth-child(1){
   top:35px;
   transition: top 0.2s ease, transform 0.2s ease;

}
.BurgerBtn .Bars:nth-child(2){
    position: absolute;top:40px;
}
.BurgerBtn .Bars:nth-child(3){
    position: absolute;top:45px;
	transition: top 0.2s ease, transform 0.2s ease;

}

.BurgerBtn{
	display: none;
}

/* Burger Button Transforms into X */

.BurgerBtn.Cancel{
	
}

.BurgerBtn.Cancel .Bars:nth-child(2){
	display: none;

}

.BurgerBtn.Cancel .Bars:nth-child(1) {
    top: 40px;
    transform: rotate(45deg);
	transition: top 0.2s ease, transform 0.2s ease;

}

.BurgerBtn.Cancel .Bars:nth-child(3) {
    position: absolute;
    top: 40px;
    transform: rotate(-45deg);
	transition: top 0.2s ease, transform 0.2s ease;

}










.NavLogo{
    height:100%;display:flex;align-items:center;
}
.NavFixedBtns{
    display:flex;
    /*position:absolute;
    right:0;*/
    height:100%;
    position:relative;
}


#ProfleDropDownBtn {
    height: 100%;
    padding:0 0 0 20px;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position:relative;
    z-index:4;
}

#ProfleDropDownBtn>span {
    display: inline-block;
    height: 100%;
    width: 15px;
    margin-right: 3px;
}

.LightNavbar #ProfleDropDownBtn>span.chevron::before {
    border-color: white;
}

#ProfleDropDownBtn>span.chevron::before {
    border-color: #141414;
    border-width: 2px 2px 0 0;
}

#ProfleDropDownBtn>span.chevron::before {
    top: 18px;
}


#ProfleDropDownBtn>img {
    position:relative;z-index:4;
    width: 45px;
    height: 45px;
    -khtml-border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    display: inline-block;
    overflow: hidden;
    /*border: 2px solid #5d879b;*/
    pointer-events: none;
    background-color:#0d51712e;
    object-fit:cover;
    object-position:center;
}

#ProfleDropDownBtn:hover>img {
    border: 0px solid #8fadbb;
    -webkit-box-shadow: 0px 48px 100px 0px rgba(17, 12, 46, 0.15);
	-moz-box-shadow: 0px 48px 100px 0px rgba(17, 12, 46, 0.15);
    box-shadow:  0px 48px 100px 0px rgba(17, 12, 46, 0.15);
}

#ProfleDropDownBtn>img:after{
    content:"";
    width:10px;height:4px;
    position:relative;
    display:block;
    background:transparent;
    border-width:0 0 2px 2px;
    
}





/*
#ProfleDropDownBtn.Active>img {
    border: 2px solid #329677;
}*/



.HideNavPopupOverlay {
    width: 100%;
    height: 100%;
    background: #00000014;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index:3;
    cursor: default;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}
#ProfileSubMenu {
    position: absolute;
    top: 83px;
    right: 0;
    padding: 0 10px;
    display: block;
    display: none;
    z-index:3;
}

#ProfileSubMenu.ShownProfilePop {
    display: block;
}

#ProfileSubMenu>div:not(.HideNavPopupOverlay) {
    width: 100%;min-width:225px;
    background-color: white;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position:relative;z-index:4;
    -webkit-box-shadow: 0px 0px 40px -26px #00000087;
    -moz-box-shadow: 0px 0px 40px -26px #00000087;
    box-shadow: 0px 0px 40px -26px #00000087;
}

#ProfileSubMenu a {
    display: flex;
    justify-content:flex-start;
    align-items:center;
    gap:10px;
    min-width: 200px;
    color: #00040f;
    /*height: 60px;
    line-height: 60px;*/
    padding:13px;
    margin: 0;
    font-size: 14px;
}

#ProfileSubMenu a:hover {
    background-color: #f3f3f3;
}

#ProfileSubMenu a+a {
    border-top: 1px solid whitesmoke;
}




.ProfileNavDataCont{
    width:100%;
    padding:10px 15px;
    border-bottom: 2px solid whitesmoke;
}
.ProfileNavDataCont>p{
    font-weight:600;
    font-size:15px;
    color:#1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ProfileNavDataCont>span{
    font-weight:500;
    font-size:13px;
    color:#5d5d5d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ProfileNavDataCont>.SubsTimeLeft{
    font-weight:500;
    font-size:12px;
    color:#2d2d2d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 600px) {
    .NavLinks {
		display: none;
	}
	.BurgerBtn{
		display: block;
	}
	
	
	
	#ProfileSubMenu>div:not(.HideNavPopupOverlay) {
	    position:fixed;
	    right:15px;
        width: 100%;
        max-width:300px;
	    
	}
	
	
	
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .NavLinks {
		display: none;
	}
	.BurgerBtn{
		display: block;
	}
	
	
	
	#ProfileSubMenu>div:not(.HideNavPopupOverlay) {
	    position:fixed;
	    right:15px;
        width: 100%;
        max-width:300px;
	    
	}
	
	
	
}

@media only screen and (max-width: 992px) {
	.NavLinks{
		position: fixed;
		top:0;left:0;
		width: 100%;
		height: 100%;height: calc(100% - 80px);
		top: 80px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		background-color: #f3f3f3;
		gap:0;
		overflow-x: hidden;
		max-width: 100%;
		overflow-y: auto;
		display: none;
	}
	.NavLinks.OpenedNav{
		display: block;
	}
	.NavLinks a{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 60px;width: 100%;
		padding: 0 25px;
		border-bottom: 2px solid #ededed;
	}
	.NavLinks a:hover:not(.RoundBtn){
		background-color: #ededed;
	}

	.NavLinks a.RoundBtn{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 48px;
		width: 170px;
		margin: 20px;
		border-bottom: 2px solid #4c6bb6;
	}
	.BurgerBtn {
	    display: block;
	}
	.NavBar {
		padding: 0 20px;
	}
	
	#ProfileSubMenu>div:not(.HideNavPopupOverlay) {
	    position:fixed;
	    right:15px;
        width: 100%;
        max-width:250px;
	    
	}

	
	#ProfileSubMenu{
	    position:fixed;
	    width:100%;
	    top:95px;
	}
	#ProfileSubMenu a{
	    padding:18px 13px;
	}
	/*.NoScroll .NavBar{
    	padding-right: 0;
    }*/
}


@media only screen and (min-width: 992px) {
	.BurgerBtn {
	    display: none;
	}
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
    
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    
}
@media only screen and (min-width: 1200px) {
    
}






























/* Footer */
.Footer {
	width: 100%;
	
	display: flex;
	align-items: center;
	flex-direction: column;
	/*height: 100%; background-size: 200px; */
}


.Footer.BgImg {
	background-image: url("../img/FooterBG-03.svg");
	background-repeat: no-repeat;
	background-position: right 0;
	
	
	background-size: cover;

	padding-top: 270px;
	
}

.Footer .HeroText p {
	color: rgb(244, 244, 244);
}


.FooterContent {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
}

footer .column {
	width: 25%;
	padding: 10px 10px 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}


footer .column.HalfW{
	width: 50%;
}

footer .row {
	max-width: 800px;
	gap: 118px;
}

footer .column h2,
footer .column p,footer .column a {
	color: #ffffffed;
	padding-top: 4px;
	font-size: 14px;
	font-weight: 500;
}
footer .column a{
	text-decoration: underline;
}
footer .column a:hover{
	color: #dfdfdf;
}
footer .column h2 {
	padding: 30px 0px 12px;
	font-size: 16px;
	font-weight: 700;
	color: white;

}

footer .column p {
	font-size: 14px;
}



.FooterSubmit input[type=text] {
	padding: 13.5px;
	border: none;
	border-radius: 3px;
	width: 250px;
}

.FooterSubmit .BrandBtn {
	padding: 14px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	background: linear-gradient(184deg, rgba(36, 0, 22, 1) 0%, rgba(29, 146, 222, 1) 0%, rgba(52, 26, 147, 1) 100%);

}

.FooterSubmit {
	position: relative;
}

.CopyrightsNLinks{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 14px;
	border-top: 2px solid #ffffff0f;
	/*background-color: #00000014;*/
}
.CopyrightsNLinks .Container{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction:row;
	padding-top:unset;
	padding-bottom:unset;
}


.CopyrightsNLinks .Container p a{
	text-decoration: underline;
	color: white;
	font-weight: 600;
	font-size:15px;
}
.CopyrightsNLinks .Container p a:hover{
	color: #c1c1c1;
}
.FooterIcon {
    width: 30px;
    height: 30px;
    padding: 3px;
    filter: brightness(.92);
}
.FooterIcon:hover {
    filter: brightness(2);
}


.SocialContainer {
    padding: 20px 15px;
    min-width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:0 8px;

}

.SocialLink{
	display: flex;justify-content: center;align-items: center;
}

@media only screen and (max-width: 600px){
    .Footer.BgImg {
		padding: 0px;
		padding-top: 100px !important;
	}

	footer .row {
		max-width: 800px;
		gap: 20px;
		flex-direction: column;
	}

	footer .row {
		max-width: 800px;
		gap: 35px;
		flex-direction: column;
	}


	footer .FooterContent {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		padding: 20px;
	}


	footer .column {
		width: 100%;
	}

	footer .column.HalfW{
		width: 100%;
	}
	

	.CopyrightsNLinks .Container{
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
		gap:10px;
		padding: 20px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    footer .row {
		max-width: 800px;
		gap: 20px;
		flex-direction: column;
	}
	footer .FooterContent {
		flex-direction: row;
		padding: 20px;
	}
 	footer .column {
		width: 100%;
	}

	footer .column.HalfW{
		width: 100%;
	}

	.Footer.BgImg {
		padding: 60px 0 0;
		padding-top: 120px !important;
	}
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
    .Footer.BgImg{
		padding-top: 165px;
	}


	footer .column {
		width: 50%;
	}

	footer .column.HalfW{
		width: 100%;
	}
	footer .FooterContent {
		padding: 20px;
	}
}


@media only screen and (min-width: 992px) {
    .Footer.BgImg{
		padding-top: 160px;
	}
    
}

@media only screen and (min-width: 1200px) {


	.Footer.BgImg{
		padding-top:185px;
	}

}

@media only screen and (min-width: 1400px) {	

	.Footer.BgImg{
		padding-top:220px;
	}

}
@media only screen and (min-width: 1600px) {	

	.Footer.BgImg{
		padding-top:230px;
	}

}
@media only screen and (min-width: 1800px) {
	

	.Footer.BgImg{
		padding-top:260px
	}

}

































.PopUpModal{
	width: 100%;
	height: 100%;
	background-color: #000000ab;
	position: fixed;
	top:0;
	left:0;
	z-index: 10000000000000000;
	display: flex;
	

    -moz-backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.ColorOverlay{
    position:absolute;
    width: 100%;
	height: 100%;
	top:0;
	left:0;
	cursor:pointer;
}


.PopUpModal .MenuCont{
	width: 95%;
	max-width: 470px;
	max-height:90%;
	overflow-y:auto;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius: 15px;    
	border-radius: 15px;
	background-color: white;

	padding: 25px;
	margin:auto;
	position: relative;
	display:flex;
	flex-direction:column;
}

.PopUpModal .MenuCont img{
    width:100%;
    max-width:150px;
    max-height:150px;
    object-fit:contain;
    margin:0 auto 15px;
}

.PopUpModal .MenuCont .MainTitle{
	width: 100%;text-align:center;
	padding: 0 0 15px 0;
	font-size:24px;
	font-weight:700;
	line-height: 24px;
}


.PopUpModal .MenuCont .SubTitle{
	width: 100%;text-align:left;
	padding: 0;
	font-size:15px;
	font-weight:500;
	color:#666666;
}
.PopUpModal .MenuCont .SubTitle a{
    color:inherit;
    display:inlince-block;
    text-decoration:underline;
}
.PopUpModal .MenuCont .BtnsCont{
    width: 100%;
    display:flex;
    justify-content:center;align-items:center;
    gap:10px;
    margin-top:25px;
}






