/* 
font-family: 'Acme', sans-serif;
font-family: 'Alata', sans-serif;
font-family: 'Cinzel', serif;
font-family: 'Poppins', sans-serif;
 */

/* --secondary-color:rgba(58, 174, 41, 0.5); */

:root {
  --main-color: #1B375D;
  --secondary-color: #3AAE29;
}


body,
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.maincontent {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: #ececec;
}

.maincontent_wrapper {
  padding-top: 0;
}

.maincontent {
  max-width: 100%;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4 {
  font-family: 'Jost', sans-serif;
}

h1 {
  font-size: clamp(18px, 3.5vw, 58px);
  font-family: 'Cinzel', serif;
  font-weight: 600;
  margin-top:5px;
}

h2 {
  font-size: clamp(16px, 2vw, 50px);
  font-family: 'Cinzel', serif;
  font-weight: 600;
  margin-top:5px;
}

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
}
.window-hr{
  height: 2px;
  width: 30%;
  margin: 5px 0;
  background: #000;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.hero {
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 34% 90%, 0% 69%);
  max-height: 100vh
}

.hero::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.hero-content {
  position: absolute;
  height: 80%;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--main-color);
  font-weight: 700;
}

.hero-content h1:nth-child(2) {
  z-index: 10;
  margin-left: 250px;
}

.hero-logo {
  position: absolute;
  z-index: 5;
  top: 5%;
  left: 2%;
  max-width: 25%;
}

.hero-collage {
  position: absolute;
  top: clamp(300px, 32vw, 500px);
  left: 2%;
  transform: rotate(5deg);
  height: auto;
  width: clamp(249px, 40%, 660px);
  z-index: 10;
}

.row {
  margin: 0;
  padding: 0;
}

.vlogo-bg {
  background-color: #F3EFE6;
  background-image: linear-gradient(180deg, rgba(243, 239, 230, 1) 0%, rgba(243, 239, 230, .7) 50%, rgba(243, 239, 230, .7) 100%), url('/imageserver/Reusable/paradigm23/lines-bg2.png');
  margin-top: -21%;
  padding-top: 21%;
}

.section1 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .8) 100%), url('/imageserver/Reusable/paradigm23/parchment.png');
  padding: 6% 2% 6% 10%;
  color: var(--main-color);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section1-wrapper {
  clip-path: ellipse(85% 47% at 82% 51%);
  position: relative;
  z-index: 20;
}

.section1 p {
  max-width: 1250px;
  line-height: 28px;
  margin-top: 1%;
}

.main-grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.main-grid-bg {
  clip-path: ellipse(80% 50% at 20% 50%);
  min-height: 50vh;
  background-image: url('/imageserver/Reusable/paradigm23/Slider-Window-BG-Header-min.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-grid-content {
  padding: 3%;
}

.window-style-header {
  margin: -2% auto 2% auto;
  text-align: center;
}

.window-style {
  position: absolute;
  top: 300%;
}

.window-styles-group {
  margin: 0 auto;
  display: grid;
  max-width: 95vw;
  grid-template-columns: repeat(4, minmax(350px, 1fr));
  grid-template-rows: auto;
}

.window-styles {
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}

.window-style-desc {
  width: 90vw;
  max-width: 1500px;
  margin-left: 8%;
}

.window-style-desc-inner ul li {
  position: relative;
  margin-left: 40px;
}

.window-style-desc-inner ul li:not(.bay-list)::before {
  content: url('/imageserver/Reusable/paradigm23/check.png');
  position: absolute;
  left: -50px;
  top: 0px;
}

.window-style-desc-inner {
  display: block;
  min-height: 430px;
}

.window-info {
  margin-top: 40px;
}

.window-style-desc-inner img {
  float: right;
  padding: .5em;
  margin: .5em 0;
}

.product-link {
  border: 1px solid var(--main-color);
  padding: 14px 20px;
  color: var(--main-color);
  margin: 20px 50px;
  transition: .3s;
  display: inline-block;
}

.product-link:hover {
  background-color: #fff;
  transition: .3s;
  text-decoration: none;
  transform: scale(1.01);
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.19);
}



.why-vmax {
  background-image: linear-gradient(180deg, rgba(243, 239, 230, 1) 0%, rgba(243, 239, 230, .7) 50%, rgba(243, 239, 230, .7) 100%), url('/imageserver/Reusable/paradigm23/lines-bg2.png');

}

.why-inner {
  padding: 2% 6%;
  text-align: center;

}

.why-item {
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  justify-items: center;
  align-items: center;
  text-align: center;
  padding: 5%;
  min-height: 330px;
  margin-bottom: 10px;
}

.center-divider-btm {
  /* margin:0 5%; */
  padding: 3%;
  color: #F3EFE6;
  background: var(--main-color);
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #fff;
}

.center-divider-btm:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 96%;
  top: -10px;
  height: 10px;
  left: 2%;
  border-radius: 100px / 5px;
  box-shadow: 0 0 18px rgba(255, 255, 255, 1);
}

.center-divider-btm:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 96%;
  bottom: -10px;
  height: 10px;
  left: 2%;
  border-radius: 100px / 5px;
  box-shadow: 0 0 18px rgba(255, 255, 255, 1);
}



/*  --------------------------------------------  Media Queries  ---------------------------------------------------- */


@media screen and (max-width:1560px) {
  .window-styles-group {
    grid-template-columns: repeat(4, minmax(325px, 1fr));
  }
}

@media screen and (max-width:1350px) {
  .window-styles-group {
    grid-template-columns: repeat(4, minmax(275px, 1fr));
  }

}

@media screen and (max-width:1200px) {
  .window-styles-group {
    grid-template-columns: repeat(2, minmax(350px, 1fr));
  }
}

@media screen and (max-width:1000px) {
  body, html {
    font-size: 16px;
  }
  .section1{
    padding:10% 2% 10% 10%;
  }
}

@media (max-width:981px) {
  a.btn.collapsed:before {
    margin-top: 0 !important;
  }
  a.btn:before {
    margin-top: 0 !important;
  }
}

@media screen and (max-width:800px) {
  .window-styles-group {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
  .hero-collage {
    top: 32vw;
  }
}

@media screen and (max-width:700px) {
  .window-style-desc-inner img {
    float: none;
    text-align: center;
    padding: .5em;
    margin: .5em;
  }
  .hero-content h1:nth-child(2) {
    margin-left: 0;
  }
  .section1-wrapper {
    clip-path: none;
  }
  .section1{
    padding:5%;
  }
  .main-grid{
    display:block;
  }
  .main-grid-content{
    text-align: center;
  }
  .window-style-desc {
    text-align: center;
    margin-left: 0;
  }
  ul li{
    list-style-type: none;
  }
  .window-style-desc-inner ul li {
    margin-left: 0;
  }
  ul{
    padding-inline-start: 0;
  }
  .window-hr{
    margin: 5px auto;
  }
}

@media screen and (max-width:600px) {
  body, html {
    font-size: 14px;
  }
  .window-styles-group {
    grid-template-columns: repeat(1, minmax(310px, 1fr));
  }
  #hero-header h1 {
    font-size: 3rem;
  }
  .window-style-desc {
    display: none;
  }
}