/* @import url("./assets/web-fonts/aktiv-grotek/aktiv-grotek.css"); */

@import url('https://fonts.cdnfonts.com/css/aktiv-grotesk-cd-trial');

@import url(https://db.onlinewebfonts.com/c/480506fd5402a15309a7f48f23255c32?family=Ratio+Modern);

@font-face {
  font-family: 'Ratio Modern';
  src: url('https://db.onlinewebfonts.com/t/480506fd5402a15309a7f48f23255c32.eot');
  src: url('https://db.onlinewebfonts.com/t/480506fd5402a15309a7f48f23255c32.eot?#iefix')
      format('embedded-opentype'),
    url('https://db.onlinewebfonts.com/t/480506fd5402a15309a7f48f23255c32.woff2')
      format('woff2'),
    url('https://db.onlinewebfonts.com/t/480506fd5402a15309a7f48f23255c32.woff')
      format('woff'),
    url('https://db.onlinewebfonts.com/t/480506fd5402a15309a7f48f23255c32.ttf')
      format('truetype'),
    url('https://db.onlinewebfonts.com/t/480506fd5402a15309a7f48f23255c32.svg#Ratio Modern')
      format('svg');
}

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
  height: 100%;
}

body {
  font-family: 'Aktiv Grotesk Cd Trial', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0px;
}

img {
  max-width: 100%;
}

a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Aktiv Grotesk Cd Trial', sans-serif;
  margin: 0 0 15px;
}

.container {
  max-width: 1480px;
}
/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

/* 

font-family: "Ratio Modern"; 

*/

.welcome__txt h2 {
  text-align: center;
  color: #76777a;
  font-size: 58px;
  font-family: 'Ratio Modern';
  font-weight: 400;
  margin-bottom: -9px;
}

.header__title h1 {
  font-size: 80px;
  font-weight: 400;
  font-family: 'Ratio Modern';
  color: #002e6d;
}

.header__title h1 span {
  font-size: 50px;
}

.header__btn a {
  border-radius: 3.436px;
  border: 1.374px solid var(--Primary, #002e6d);
  background: #fff;
  box-shadow: 0px 2.748px 2.748px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 191.018px;
  padding: 6.871px;
  justify-content: center;
  align-items: center;
  gap: 6.871px;
  margin: 10px 0px;
  font-size: 21.988px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.539px;
  color: #002e6d;
  font-family: 'Aktiv Grotesk Cd Trial', sans-serif;
}

.header__btn {
  margin-top: -25px;
}

.logo {
  margin-bottom: -200px;
}

.header__menu li span {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.745px;
  color: #002e6d;
  font-family: 'Ratio Modern';
  display: block;
  border-right: 1px solid #002e6d;
  padding: 0px 18px;
}

.header__menu li {
  display: inline-block;
}

.header__menu li.contact__us a {
  font-family: 'Aktiv Grotesk Cd Trial', sans-serif;
  font-size: 24px;
}

.header__area .container,
.header__bottom .container {
  max-width: 1650px;
}

.welcome__txt {
  padding-top: 60px;
}

.header__bottom {
  /* border-top: 1px solid #76777a; */
  padding-top: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #76777a;
}

.header__area {
  border-bottom: 1px solid #76777a;
}
/*
.header__area::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #76777a;
  z-index: -100;
} */

.headee__social {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}

a.contact__btn {
  color: #324b80;
  font-weight: 600;
  border-right: 1px solid #324b80;
  padding-right: 8px;
  margin-right: 2px;
  font-size: 19px;
}

.headee__social img {
  height: 37px;
}

.header__menu li:last-child a {
  border: none;
}

.section__title__area {
  text-align: center;
  background: #002e6d;
  border-top: 7px solid #fff;
  color: #fff;
  padding: 15px 0px;
  /* position: relative;
  z-index: 1; */
}

.section__title__area h2 {
  margin: 0;
  font-size: 34px;
}

.section_txt {
  padding: 70px 0px;
  /* background: url(assets/img/home-tree-bg.png); */
  /* background-size: cover; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
}

.section_txt p {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.72px;
}

b {
  font-weight: 700;
}

.section_txt p b {
  color: #002e6d;
}

.section__tree {
  background: url(assets/img/home-tree-bg.png);
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}

.content__list h3 {
  font-style: italic;
  color: #fff;
  font-size: 32px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.54);
  letter-spacing: 2.24px;
}

.content__list li {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.54);
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 40px; /* 166.667% */
  letter-spacing: 1.68px;
  color: #fff;
  list-style: disc;
  margin-left: 20px;
}
.section__associotions.sec6 {
  position: relative;
  z-index: 1;
}
.section__tree:after,
.section__associotions.sec6:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  content: '';
  background: url(assets/img/home-left-tree.png);
  /* background-size: contain; */
  background-repeat: no-repeat;
  background-position: bottom;
}
.section__associotions.sec6:after {
  top: -70px;
}
.rental__application h3 {
  color: #76777a;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px; /* 111.111% */
  letter-spacing: 2.52px;
  position: relative;
  z-index: 1;
}

.rental__application {
  text-align: center;
}

.rental__application h3:after,
.rental__application h3:before {
  position: absolute;
  left: 30px;
  top: 23px;
  height: 1px;
  width: 24%;
  content: '';
  background: #324b80;
}

.rental__application h3:before {
  left: auto;
  right: 23px;
}

.section__rental__btn {
  padding: 60px 0px;
}

.donwLoad__btn {
  border-radius: 5px;
  border: 2px solid #002e6d;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.24px;
  color: #002e6d !important;
  padding: 10px 15px;
  border-radius: 4px;
  margin-top: 7px;
  display: inline-block;
}

.donwLoad__btn:hover {
  color: #002e6d !important;
}

.main__content {
  position: relative;
  z-index: 1;
}

.main__content:after {
  background: url(assets/img/home-pattern.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  opacity: 0.5;
  background-repeat: no-repeat;
  z-index: -1;
}

.form__bg {
  border-radius: 10px;
  border: 1px solid #002e6d;
  background: rgba(255, 255, 255, 0.5);
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.fotm__left h4 {
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  color: #002e6d;
}

.fotm__left p {
  color: #808080;
  font-size: 20px;
}

.fotm__left h3 {
  font-family: 'Ratio Modern';
  font-size: 24.211px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.695px;
  color: #002e6d;
  margin-top: 20px;
  margin-bottom: 0;
}

.fotm__left {
  border-right: 1px solid #002e6d;
  height: 100%;
  padding-right: 60px;
  margin-right: 30px;
}

.imgTxt__card_bg {
  border-radius: 26px;
  border: 1px solid #002e6d;
  opacity: 0.81;
  background: #fff;
  box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.3);
  padding: 40px;
}

.card__txt {
  text-align: center;
}

.card__txt h1 {
  color: #002e6d;
  font-family: 'Ratio Modern';
  font-size: 116.875px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
}

.card__txt img {
  height: 100px;
  margin-bottom: 6px;
}

.card__txt h5 {
  color: #002e6d;
  text-align: center;
  font-family: 'Ratio Modern';
  font-size: 31px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
}

.card__txt p {
  text-align: left;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 34px; /* 170% */
  letter-spacing: 1.4px;
  margin-bottom: 0;
}

.tel__email img {
  height: 35px;
}

.tel__email span {
  font-weight: 600;
  line-height: 34px; /* 170% */
  letter-spacing: 1.4px;
  font-size: 20px;
  font-style: normal;
  color: #000;
}

.tel__email a {
  display: block;
  text-align: left;
  display: flex;
  gap: 10px;
}

.tel__email {
  margin-top: 20px;
}

.box__card_Area {
  padding-top: 60px;
}

.card__header {
  border-radius: 26px 26px 0px 0px;
  background: #002e6d;
  text-align: center;
  padding: 12px;
}

.card__header h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  margin: 0;
}

.cardImg__txtGrid {
  display: grid;
  grid-template-columns: 8fr 4fr;
}

.card__right_txt {
  opacity: 0.84;
  background: #002e6d;
  mix-blend-mode: multiply;
  color: #fff;
  padding: 15px;
}

.card__right_txt p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card__right_txt li {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.05px;
  padding: 4px 0px;
}

.card__right_txt li b {
  font-weight: 800;
}

.single__card {
  border-radius: 26px;
  border: 1px solid #002e6d;
  opacity: 0.81;
  background: #fff;
  box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.3);
}

.card__bottom {
  text-align: center;
  padding: 30px;
}

.card__bottom h2 {
  color: #002e6c;
  text-align: center;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  font-family: 'Ratio Modern';
  font-size: 57.818px;
  font-style: normal;
  font-weight: 400;
  line-height: 65.848px; /* 113.889% */
  letter-spacing: 4.047px;
}

.card__bottom h4 {
  color: #002e6d;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card__bottom__grid {
  display: grid;
  grid-template-columns: 6fr 6fr;
  max-width: 375px;
  margin: 0 auto;
}

.card__bottom__grid p {
  color: #002e6d;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.05px;
}

.card__bottom__grid p b {
  font-weight: 800;
}

.footerTxt__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footerTxt__grid p {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.footer__heading p {
  color: #76777a;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 117.647% */
  letter-spacing: 0.34px;
  margin-top: 30px;
}

.footer__top {
  padding-top: 50px;
}

.footer__bottom__area {
  background: #76777a;
  padding: 10px 0px;
}

.footer__tx p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

.footer__tx p a {
  color: #fff;
  text-decoration: underline;
}

.logo__365 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo__365 p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin: 0;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__tx {
  height: 100%;
  display: flex;
  align-items: center;
}

.imgTxt__card {
  position: relative;
  z-index: 1;
}

.rental__,
.section__associotions.sec3,
.section__associotions.sec5 {
  position: relative;
  z-index: 1;
}

.imgTxt__card:after,
.rental__:after {
  position: absolute;
  right: 0;
  top: -275px;
  height: 100%;
  width: 20%;
  content: '';
  background: url(assets/img/home-right-tree.png);
  background-position: center;
  background-repeat: no-repeat;
}
.rental__:after {
  top: auto;
  bottom: -800px;
}

.section__associotions.sec3:after {
  top: -23px;
}

.mobile__menu {
  height: 100vh;
  position: absolute;
  right: 0;
  width: 74%;
  z-index: 22;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.mobile__menu:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #002e6d;
  z-index: -1;
}

.mobile__menu li a {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.688px; /* 173.698% */
  letter-spacing: 0.72px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0px;
  border-bottom: 1px solid #fff;
  position: relative;
  margin-left: 50px;
}

.mobile__menu li a img {
  height: 30px;
  position: absolute;
  left: -50px;
  top: 16px;
}

.mobile__menu ul {
  padding-top: 50px;
}

.toggle__btn {
  position: absolute;
  right: 30px;
  top: 0;
}

.mobileSocial a {
  display: block;
  color: #fff;
  margin: 20px 40px;
}

.bar__ {
  position: absolute;
  right: 50px;
  top: 20px;
  cursor: pointer;
  display: none;
  z-index: 2;
}
.close__ {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.openMenu {
  overflow: hidden;
}

.associotions__txt h1 {
  color: #002e6c;
  font-family: 'Ratio Modern';
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
}

.section__associotions.right__img.sec1 .associotions__txt {
  padding-top: 100px;
}

.associotions__txt h4 {
  color: #002e6d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
}

.associotions__txt p {
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
  letter-spacing: 1.26px;
}

.associaotions__bottom {
  border-top: 1px solid #324b80;
  padding-top: 20px;
  margin-top: 35px;
}

.associaotions__bottom h4 {
  color: #002e6d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
}

.associaotions__bottom h4 a {
  font-size: 16px;
  color: #002e6d;
}

.associotions__grid__icon {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 3fr;
  gap: 20px;
  text-align: center;
}

.associotions__grid__icon p {
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section__associotions {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 50px;
}

.img__right {
  position: absolute;
  right: 0;
  top: 0px;
  width: 47%;
  height: 800px;
}

.section__associotions.sec1 .img__right {
  top: -12px;
}

.img__right img {
  width: 100%;
  height: 100%;
}

.section__associotion.sec1 {
  height: 1000px;
}

.section__associotions.sec1 {
  height: 880px;
}

.associotions__txt h2 {
  color: #002e6d;
  font-family: 'Ratio Modern';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px; /* 113.889% */
  letter-spacing: 2.52px;
}

.img__left img {
  height: 100%;
  width: 100%;
}

.img__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
  height: 450px;
}

.section__associotions.sec2 {
  height: 450px;
}

.section__associotions.sec2 .img__left {
  height: 400px;
}

.section__associotions.sec3 {
  height: 450px;
}

.section__associotions.sec3 .img__right {
  height: 450px;
}

.section__associotions.sec4 {
  height: 500px;
  margin-top: 50px;
}

.section__associotions.sec4 .img__left {
  height: 450px;
}

.sec4 .associotions__grid__icon {
  grid-template-columns: 4fr 4fr 4fr;
}

.section__associotions.sec5 {
  height: 550px;
}

.section__associotions.sec5 .img__right {
  height: 500px;
}

.section__associotions.sec6 {
  height: 400px;
}

.section__associotions.sec6 .img__left {
  height: 400px;
}

hr {
  background: #324b80;
  margin-bottom: 50px;
}

.section__associotions {
  padding-bottom: 0;
}

.section__associotions.sec3 {
  margin-bottom: 50px;
}

.section__associotions.sec3 .associaotions__bottom,
.section__associotions.sec4 .associaotions__bottom,
.section__associotions.sec5 .associaotions__bottom,
.section__associotions.sec6 .associaotions__bottom {
  border: none;
}

.rental .associotions__grid__icon {
  grid-template-columns: 6fr 6fr;
  max-width: 600px;
}

.rental .associaotions__bottom h4 {
  max-width: 600px;
  text-align: center;
}

.rental .associotions__grid__icon .single__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.rental .associotions__grid__icon .single__icon p {
  color: #324b80;
}

.section__associotions.right__img.sec1.rental {
  height: 550px;
}

.rental__ .single__card {
  margin: 20px 0px;
}
.hero__area {
  text-align: center;
}
