@import "/normalize.css";
:root {
  --color-primary: #2584ff;
  --color-secondary: #00d9ff;
  --color-accent: #ff3400;
  --color-headings: #1b0760;
  --color-body: #918ca4;
  --color-body-darker: #5c5577;
  --color-border: #ccc;
  --border-radius: 30px;
  --ksh-color-primary: #222C64;
}

*, *::after, *::before {
  box-sizing: border-box;
}

/* Typography */

::selection {
  background: var(--color-primary);
  color: #fff;
}

html {
  font-size: 62.5%;
}

img {
  width: 100%;
}

body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  color: var(--color-body);
  background-image: url( /new\ site/images/cool-backgroundupdated.svg);
  height: 100vh;
  margin: 0;
}

h1, h2, h3 {
  color: var(--color-headings);
  margin-bottom: 1rem;
  line-height: 1.1;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin-top: 0;
}

li, ul {
  list-style-type: none;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
  h1 {
    font-size: 8rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 2.4rem;
  }
}

/* flex */

.flex {
  display: flex;
}

.flex-row{
  flex-direction: row;

}
.flex-row-rev {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-rev {
  flex-direction: column-reverse;
}

/* nav */

.nav-container {
  background-color: #fff;
  z-index: 100;
  min-width: none;height: 6rem;
  
  position: fixed;
  color: rgba(0, 0, 0, 0.87);
  top: 0;
  width: 100%;
}
.nav-container-scroll {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}
.nav-con2 {
  height: 6rem;
}
.nav {
  background-color: #fff;
  height: inherit;
  width: auto;
  border-bottom: grey;
  justify-content: space-between;
  margin: 0 .7rem;
  margin-block-start: 0;
  padding: 2rem 1rem;
}
.nav-selected {
  background-color: #222C64;
  color: #fff;
  border-radius: .5rem;
}
.nav-logo {
  justify-content: center;
  display: flex;
}
.nav-logo-img {
  width: auto;
  max-height: 5rem;
  margin: 0;
  align-self: center;
}
.nav-opt {
  justify-content: space-evenly;
  padding: .8rem 0;
  align-items: center;
  color: var(--ksh-color-primary);
}
.nav-button {
  padding: 0 .8rem;
  position: relative;
  background-color: inherit;
  color: inherit;
  font-weight: 500;
  font-size: 1.4rem;
  border: none;
}
.nav-li {
  padding: .8rem 1.6rem;
}

.ham-icon {
  height: 5rem;
  width: auto;
  color: inherit;
  font-size: 4rem;
}


/* mobile drop down menu */

.drpdwn-menu {
  max-width: 100%;
  border-bottom: 1px solid var(--ksh-color-primary);
  padding: 1.8rem 1.5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--ksh-color-primary);
}
.drpdwn {
  height: 20rem;
  display: none;
  background-color: #fff;
  z-index: 5;
  margin:  0 0;
  border-top: 1px solid var(--ksh-color-primary);
}
.mobile-drpdwn {
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}


.big{
  display: none;
}
/* .small {
  display: ;
} */

.collapsible--expanded {
  display: block;
}
.collapsible--expanded-f {
  display: flex;
}

@media screen and (min-width: 950px) {
  .big{
    display: flex;
  }
  .small {
    display: none ;
  }
  .small-f {
    display: none;
  }
  
}

@media screen and (min-width: 775px) {
  .nav{
    margin: 0 3.7rem;
  }
}


/* cc fram */

#merchpayframe {
  width: 1200px;
  /* width: var(--width, 1200px); */
  min-height: 660px;
  margin: auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  height: 1100px;
}
.cc-iframe {
  display: flex;
  height: 93vh;
  justify-content: center;
}
.cc-container {
  display: flex;
  justify-content: center;
  min-height: 660px;
}

@media screen and (min-width: 894px) {
  #merchpayframe{
    height: 660px;
  }
  /*body {*/
  /*  overflow: hidden;*/
  /*}*/
}

.mar {
  height: 60px;
}
.mar1 {
  height: 260px;
}