@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth !important;
  /* overflow-x: hidden !important; */
}
body {
  scroll-behavior: smooth !important;
  position: relative;
  z-index: 1;
  overflow-x: hidden !important;
  height: 100vh;
  font-weight: 100;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

@font-face {
  font-family: izmir-bold;
  src: url("../fonts/Ahmet-Altun-Izmir-Bold.otf") format("opentype");
}

@font-face {
  font-family: izmir-regular;
  src: url("../fonts/Ahmet-Altun-Izmir-Regular.otf") format("opentype");
}

@font-face {
  font-family: visby-bold;
  src: url("../fonts/VisbyCF-Bold.otf") format("opentype");
}

@font-face {
  font-family: next-regular;
  src: url("../fonts/AvenirNext-Regular.ttf") format("truetype");
}



a {
  color: #F5FDEB;
  text-decoration: none;
}
a:hover {
  color: #F5FDEB;
  text-decoration: none;
}

a.activeLinkClass {
  color: #A8CA6D !important;
  font-family: 'izmir-bold';
}

ul {
  margin: 0;
}

li {
  list-style: none;
}
#toggle {
  display: none;
}


.main-wrapper{
  display: flex;
}


#side-bar {
  height: auto;
  background-color: #1A2F50;
  width: 25%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
}

#side-bar.active {
  left: 0%;
}

.side-bar-content img {
  width: 100px;
  height: 100px;
}

.side-bar-content {
  position: relative;
  margin-top: 0px;
  padding: 60px;
  padding-top: 130px;
  margin-left: 0px;
  height: 100vh;
  overflow: auto;
}

.side-bar-content::-webkit-scrollbar{
  display: none;
}

.side-bar-content h3 {
  color: #F5FDEB;
  font-size: 27px;
  margin-top: 36px;
  margin-bottom: 68px;
  font-family: 'izmir-bold';
}

.template-content-wrapper {
  position: relative;
  left: 660px;
  width: 50%;
  height: 100vh;
  transition: 0.5s;
  margin-top: 273px;
}

div#colorcodeimageone p {
  opacity: 0;
}

div#colorcodeimagetwo p {
  opacity: 0;
}

div#colorcodeimagethree p {
  opacity: 0;
}

#side-bar.active~.template-content-wrapper {
  left: 660px;
  width: 50%;
}

i.fa.fa-chevron-down {
  margin-left: 10px;
  color: #fff;
}
a.navbar-link{
  transition: all 300ms ease;
}
a.navbar-link:hover {
  color: #A8CA6D;
}

.sub-menu {
  padding-left: 40px;
  display: none;
}

.showMenu .sub-menu {
  display: flex;
  flex-direction: column;
  transition: all 300ms ease;
}

.new-class p i.arrow{
  transition: all 300ms ease;
}

.showMenu i.arrow {
  transition: all 300ms ease;
  transform: rotate(-180deg);
}

span.sub-menu span {
  margin-bottom: 10px;
}

span.sub-mar {
  margin-top: 12px;
}

.side-bar-content p {
  margin-bottom: 20px;
  font-family: 'izmir-regular';
  transition: all 300ms ease;
}

.brand-wrapper img {
  width: 15%;
  margin-bottom: 48px;
}

.brand-wrapper h1 {
  font-family: 'izmir-bold';
  font-size: 55px;
  color: #000;
  margin-bottom: 18px;
}

.brand-wrapper p {
  font-size: 27px;
  color: #000;
  font-family: "next-regular";
}

.brand-wrapper {
  margin-bottom: 260px;
}

h3.attri-main-title {
  font-size: 20px;
  font-family: 'izmir-bold';
  margin-bottom: 31px;
  color: #000;
}

.attri-grid-block h3 {
  font-size: 20px;
  font-family: 'izmir-regular';
  font-weight: 600;
  color: #000;
  margin-bottom: 24px;
}

.attri-grid-block p {
  font-size: 20px;
  font-family: 'izmir-regular';
  color: #000;
}

.attri-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.attri-grid-content {
  width: 25%;
}

.attri-grid-block {
  margin-bottom: 117px;
}

.attributes-wrapper {
  margin-bottom: 220px;
}

.logo-mark-wrapper {
  margin-bottom: 246px;
}

.logo-mark-grid-block img {
  width: 80%;
  margin-bottom: 20px;
}

.logo-mark-grid-block h3 {
  font-size: 18px;
  font-family: 'izmir-regular';
  font-weight: 600;
  color: #414E64;
  margin-bottom: 32px;
  text-align: center;
}

.logo-mark-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
}

.logo-mark-grid-content {
  width: 33%;
}

.logo-mark-grid-block.primary img {
  margin-top: 0px;
}

.logo-mark-wrapper p {
  font-size: 20px;
  color: #000;
  font-family: 'izmir-regular';
  font-weight: 600;
  margin-top: 66px;
}

p.icon-text {
  margin-top: 0px;
  margin-bottom: 32px;
}

.logo-space-wrapper h3 {
  font-size: 20px;
  font-family: 'izmir-bold';
  margin-bottom: 31px;
  color: #000;
}

.logo-space-wrapper p {
  font-size: 20px;
  color: #000;
  font-family: 'izmir-regular';
  font-weight: 600;
  margin-bottom: 74px;
}

.logo-space-wrapper img {
  width: 52%;
  height: 425px;
  object-fit: contain;
  margin-bottom: 54px;
}

p.logo-spacing-text {
  font-weight: 500;
}

.logo-space-wrapper {
  margin-bottom: 253px;
}


.best-practices-wrapper {
  margin-bottom: 230px;
}

.best-practices-wrapper h3 {
  font-size: 20px;
  font-family: 'izmir-bold';
  margin-bottom: 40px;
  color: #000;
}

h3.bestprac-subtitle {
  font-family: 'izmir-regular';
  font-weight: 600;
  color: #000;
}

.best-practices-wrapper p {
  font-size: 20px;
  font-family: 'izmir-bold';
  margin-bottom: 23px;
}

p.bestprac-subtext {
  font-family: 'izmir-regular';
  margin-bottom: 71px;
  color: #000;
}

p.bestprac-subtext.margin-gap {
  margin-bottom: 36px;
}

.bestprac-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bestprac-block {
  margin-bottom: 48px;
}

.bestprac-block img {
  width: 260px;
  height: 280px;
  object-fit: contain;
}

.bestprac-content {
  width: 33%;
}

.general-logo-wrapper h3 {
  font-size: 20px;
  font-family: 'izmir-bold';
  color: #000;
}

h3.general-logo-subtitle {
  font-family: 'izmir-regular';
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px;
}

.general-logo-wrapper p {
  font-size: 20px;
  font-family: 'izmir-regular';
  color: #000;
}

.general-logo-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  align-items: center;
}

img.general-logo-one {
  width: 80%;
}

img.general-logo-two {
  width: 60%;
  margin-left: 252px;
}

.general-logo-content {
  width: 30%;
}

.general-logo-wrapper {
  margin-bottom: 240px;
}

.placement-grid {
  display: flex;
  flex-wrap: wrap;
      margin-top: 48px;
}

.placement-content {
  width: 30%;
}

img.placement-one {
  width: 215px;
  height: 290px;
  object-fit: contain;
}

img.placement-two {
  width: 400px;
  margin-left: 130px;
  height: 290px;
  object-fit: contain;
}

img.placement-three {
  width: 100%;
  margin-left: 28px;
  height: 290px;
  object-fit: contain;
}

.color-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 48px;
}

.color-content {
  width: 30%;
}

.color-block img {
  width: 70%;
}

.margin-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 48px;
}

.margin-content {
  width: 30%;
}

img.margin-two {
  width: 420px;
  height: 280px;
  margin-left: 150px;
  object-fit: contain;
}

img.margin-one {
  width: 290px;
  height: 290px;
  object-fit: contain;
}

.typo-wrapper h3 {
  font-family: 'izmir-bold';
  font-size: 20px;
  margin-bottom: 51px;
}

h3.typo-subtext {
  font-family: 'izmir-regular';
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 15px;
}

.typo-wrapper{
  margin-bottom: 180px;
}

.typo-wrapper p {
  font-family: 'izmir-regular';
  font-size: 20px;
}

h3.typo-font-title {
  margin-bottom: 20px;
}

span.typo-color-text-1 {
  font-family: 'izmir-bold';
  font-size: 20px;
  color: #A8CA6D;
}

span.typo-color-text-2 {
  font-family: 'izmir-bold';
  font-size: 20px;
  color: #A8CA6D;
}

span.typo-color-text-3 {
  font-family: 'izmir-bold';
  font-size: 20px;
  color: #A8CA6D;
}

.typo-headings-wrapper {
  margin-top: 50px;
}

.typo-heading-flex {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}

.typo-heading-flex p {
  width: 10%;
  color: #1A2F50;
  font-family: 'izmir-regular';
}

h1.typo-heading-title-1 {
  font-size: 60px;
  font-family: 'izmir-bold';
  color: #1A2F50;
}

h2.typo-heading-title-2 {
  font-size: 40px;
  font-family: 'izmir-bold';
  color: #1A2F50;
}

h3.typo-heading-title-3 {
  font-size: 30px;
  font-family: 'izmir-bold';
  color: #1A2F50;
  margin-bottom: 5px;
}

h4.typo-heading-title-4 {
  font-size: 25px;
  font-family: 'izmir-bold';
  color: #1A2F50;
}

h5.typo-heading-title-5 {
  font-size: 20px;
  font-family: 'izmir-bold';
  color: #1A2F50;
}

h6.typo-heading-title-6 {
  font-size: 16px;
  font-family: 'izmir-bold';
  color: #1A2F50;
}

.typo-para-text {
  margin-top: 99px;
}

.typo-para-text-wrapper {
  display: flex;
  margin-top: 28px;
}

.typo-para-text-wrapper p {
  font-size: 16px;
}

p.typo-para-size {
  font-size: 20px;
  margin-right: 54px;
  color: #1A2F50;
}

.color-wrapper{
  margin-bottom: 490px;
}

.color-wrapper h3 {
  font-family: 'izmir-bold';
  font-size: 20px;
  margin-bottom: 42px;
}

.color-wrapper p span {
  font-family: 'izmir-regular';
  font-weight: 600;
}

.color-grid-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.color-grid-block img {
  width: 290px;
  height: 290px;
}

.color-grid-content {
  width: 33%;
}

.color-wrapper p {
  font-size: 20px;
  font-family: 'izmir-regular';
  color: #333;
}

.color-grid-block h3 {
  margin-top: 28px;
}

.color-grid-wrapper {
  margin-top: 42px;
}

/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
  --arrow-size: 5px;
  position: relative;
  z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 47%;
  bottom: calc(100% + var(--arrow-size));
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
  top: 40%;
  z-index: 1;
  height: 39px;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 18px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
  background-color: rgb(59 72 80);
  background-image: linear-gradient(30deg,
      rgba(59, 72, 80, 0.44),
      rgba(59, 68, 75, 0.44),
      rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size);
  /* CSS triangle */
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s;
  /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
  transform-origin: top;
  /* Orientation setting for the
                              slide-down effect */
  transform: translateX(-50%) scaleY(0);
  margin-top: 34px;
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
}

/* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
  transition-delay: 0.5s;
  /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}

/*
  That's it for the basic tooltip.

  If you want some adjustability
  here are some orientation settings you can use:
*/
p.dontshow {
  opacity: 0;
  pointer-events: none;
}

p.color-below-text {
  font-family: 'izmir-regular';
  font-weight: 600;
  margin-top: 55px;
}

.totop-container {
  background-color: unset;
  position: fixed;
  top: 93%;
  left: 95%;
  width: 100%;
  z-index: 100;
}

i.fas.fa-arrow-up {
  color: #000000;
  font-size: 34px;
}

.para-text-color {
  color: #414E64 !important;
}

p.download-icon {
  color: #A8CA6D;
}

i.fa.fa-download {
  font-size: 20px;
  margin-left: 25px;
}

.toast-notification{
  position: fixed;
  bottom: 0px;
  opacity: 0;
  left: 59%;
  pointer-events: none;
  background-color: #111;
  color: #fff;
  padding: 8px 32px;
  border-radius: 4px;
  transition: all 400ms ease;
  z-index: 20;
}

.toast-notification.active{
  opacity: 1;
  bottom: 40px;
  font-family: 'izmir-regular';
}

a.copy-hover p {
  color: #000;
}

a.copy-hover p:hover {
  color: #A8CA6D;
}

a.no-pointer {
  cursor: default;
  pointer-events: none;
}

span#colorcodeone {
  font-weight: unset;
}

span#colorcodetwo {
  font-weight: unset;
}

span#colorcodethree {
  font-weight: unset;
}

svg.feather.feather-download {
  margin-left: 25px;
  margin-top: -9px;
}

.best-prac-sub-wrapper {
  position: relative;
}

.check-wrapper {
  position: absolute;
  bottom: 0;
  left: 118px;
  background-color: #719D5B;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.check-wrapper.cross {
  background-color: #D65344;
}

.check-wrapper.cross.logoplace-1 {
  position: unset;
  margin-left: 89px;
  margin-top: 30px;
}

.check-wrapper.cross.logoplace-2 {
  position: unset;
  margin-top: 30px;
  margin-left: 370px;
}

.check-wrapper.cross.logoplace-3 {
  position: unset;
  margin-top: 30px;
  margin-left: 214px;
}

.check-wrapper.generallogo {
  position: unset;
  margin-left: 103px;
  margin-top: 70px;
}

.check-wrapper.generallogo-2 {
  position: unset;
  margin-top: 128px;
  margin-left: 336px;
}

.check-wrapper.cross.logo-color {
  position: unset;
  margin-left: 85px;
  margin-top: 60px;
}

.check-wrapper.cross.logomargin-1 {
  position: unset;
  margin: auto;
  margin-top: 20px;
}

.check-wrapper.cross.logomargin-2 {
  position: unset;
  margin-top: 20px;
  margin-left: 380px;
}

h3.colored-logo-title {
  font-size: 20px;
  font-family: 'izmir-bold';
  margin-bottom: 31px;
  color: #000;
}

.colored-logo-text {
  font-size: 20px;
  font-family: 'izmir-bold';
  margin-bottom: 74px;
}

.colored-logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.colored-logo-grid-content {
  width: 20%;
}

.colored-logo-grid-block img {
  width: 100%;
}

h3.contextual-main-title {
  font-size: 20px;
  font-family: 'izmir-bold';
  margin-bottom: 40px;
  color: #000;
}

h3.contextual-sub-title {
  font-size: 20px;
  font-family: 'izmir-regular';
  font-weight: 600;
  margin-bottom: 37px;
  margin-top: 50px;
  color: #000;
}

p.contextual-text {
  font-size: 20px;
  font-family: 'izmir-regular';
}

.contextual-icon-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

p.contextual-text.contextual-bold {
  margin-bottom: 0px;
  font-family: 'izmir-bold';
  margin-left: 12px;
}

span.enchanted-bold-text {
  font-family: 'izmir-bold';
}

i.fa.fa-times.contextual-icon-cross {
  background-color: #D65344;
  color: #fff;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

i.fa.fa-check.contextual-icon-check {
  background-color: #719D5B;
  color: #fff;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contextual-do-wrapper {
  margin-top: 37px;
}

p.para-text-color.character-text {
  margin-top: 20px;
}

.color-com-wrapper h3 {
  font-family: 'izmir-bold';
  font-size: 20px;
  margin-bottom: 51px;
}
.color-com-text {
  font-family: 'izmir-regular';
  font-size: 20px;
}

p.colormainimage {
  opacity: 0;
}

.color-grid-block {
  margin-bottom: 50px;
}

h3.color-pair-title {
  font-family: 'izmir-bold';
  font-size: 20px;
  margin-bottom: 51px;
}

p.color-pair-text {
  font-family: 'izmir-regular';
  margin-bottom: 71px;
  font-size: 20px;
}

.color-pair-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.color-pair-grid-content {
  width: 25%;
}

.color-pair-grid-block img {
  width: 90%;
}

p.color-pair-block-text {
  margin-bottom: 32px;
  margin-top: 32px;
  text-align: center;
  font-family: 'izmir-regular';
}

.color-pair-grid-block {
  margin-right: 10px;
}

.color-pair-grid-block img {
  width: 100%;
}

h3.textspec-main-title {
  font-family: 'izmir-bold';
  font-size: 20px;
  margin-bottom: 51px;
}

p.textspec-main-text {
  font-family: 'izmir-regular';
  margin-bottom: 71px;
  font-size: 20px;
}

p.textspec-grid-text {
  font-family: 'izmir-regular';
  margin-bottom: 35px;
  margin-top: 35px;
  font-size: 20px;
  color: #414E64;
}

.textspec-grid-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.textspce-grid-block img {
  width: 100%;
}

.textspce-grid-block {
  margin-right: 40px;
}

.textspec-grid-content {
  width: 50%;
}

h3.howto-main-title {
  font-family: 'izmir-bold';
  font-size: 20px;
  margin-bottom: 51px;
}

h3.howto-sub-title {
  font-size: 20px;
  font-family: 'izmir-regular';
  font-weight: 600;
  margin-bottom: 37px;
  margin-top: 50px;
  color: #000;
}

p.howto-text {
  font-family: 'izmir-regular';
  font-size: 20px;
}

h3.usageexp-main-title {
  font-family: 'izmir-bold';
  font-size: 20px;
  margin-bottom: 51px;
}

.usageexp-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.usageexp-grid-content {
  width: 50%;
}

.usageexp-grid-block img {
  width: 100%;
  cursor: pointer;
}

.usageexp-main .popup-image {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100000;
  display: none;
}

.usageexp-main .popup-image span{
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.usageexp-main .popup-image img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 60%;
  object-fit: cover;
}

.contextual-wrapper {
  margin-bottom: 200px;
}

.color-com-wrapper {
  margin-bottom: 200px;
}

.color-pairing-main-wrapper {
  margin-bottom: 200px;
}

.howto-main-wrapper {
  margin-bottom: 200px;
}

.text-spec-main-wrapper {
  margin-bottom: 200px;
}

.side-bar-content::-webkit-scrollbar {
  width: 10%;
}
  
.side-bar-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
  
.side-bar-content::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid #fff;
}

@media (min-width: 1250px) and (max-width: 1600px){
  .template-content-wrapper {
    width: 60%;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 286px;
  }
  
  #side-bar.active~.template-content-wrapper {
    left: 450px;
    width: 60%;
  }

  .template-content-wrapper {
    left: 540px;
    width: 60%;
  }

  .check-wrapper {
    bottom: -14px;
    left: 97px;
  }

  .check-wrapper.generallogo-2 {
    position: unset;
    margin-top: 126px;
    margin-left: 336px;
  }


  #side-bar {
    height: auto;
    background-color: #1A2F50;
    width: 31%;
  }
  .bestprac-block img {
    width: 220px;
    height: 220px;
    object-fit: contain;
  }
  .logo-mark-grid-content {
    width: 30%;
  }
  .bestprac-content {
    width: 30%;
  }
  .bestprac-grid {
    justify-content: start;
  }
  .color-grid-block img {
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 1025px) and (max-width: 1249px) {
.template-content-wrapper {
  left: 380px;
  width: 57%;
}
.bestprac-block img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.check-wrapper {
  left: 78px;
  bottom: -14px;
}
.color-grid-block img {
  width: 200px;
  height: 200px;
}
}
@media (min-width: 200px) and (max-width: 1024px) {
  .color-com-wrapper {
    margin-bottom: 200px;
  }
  #toggle {
    display: block;
  }

  #side-bar {
    height: 100%;
    background-color: #1A2F50;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    transition: 0.5s;
    z-index: 10000;
  }

  #toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #A8CA6D;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 2px 5px 10px #33333373;
  }

  #toggle::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #fff;
    transform: translateY(-5px);
    transition: 0.2s;
  }

  #toggle::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #fff;
    transform: translateY(5px);
    transition: 0.2s;
  }

  #toggle.active::before {
    transform: translateY(0px) rotate(45deg);
  }

  #toggle.active::after {
    transform: translateY(0px) rotate(-45deg);
  }

  #side-bar.active~.template-content-wrapper {
    left: 0px;
    width: 100%;
  }

  .main-wrapper {
    display: block;
  }

  .brand-wrapper img {
    width: 30%;
    margin-bottom: 48px;
  }

  .template-content-wrapper {
    position: relative;
    left: 0px;
    width: 100%;
    height: auto;
    transition: 0.5s;
    margin-top: 90px;
    padding: 20px;
  }

  .brand-wrapper h1 {
    font-size: 30px;
  }

  .brand-wrapper p {
    font-size: 18px;
  }

  .attri-grid-content {
    width: 50%;
  }

  .attri-grid-block p {
    font-size: 18px;
  }

  .logo-mark-grid-content {
    width: 100%;
  }

  .logo-space-wrapper img {
    width: 100%;
  }

  .bestprac-content {
    width: 100%;
  }

  .bestprac-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .general-logo-content {
    width: 100%;
  }
  img.general-logo-one {
    width: 80%;
  }
  img.general-logo-two {
    width: 80%;
    margin-left: 0px !important;
  }
  .placement-content {
    width: 100%;
  }

  .general-logo-block {
    text-align: center;
  }
  .placement-block {
    text-align: center;
  }

  .margin-content {
    width: 100%;
  }

img.placement-one {
  width: 60%;
  height: 100%;
  object-fit: contain;
}

img.placement-two {
  width: 100%;
  margin-left: 0px;
  height: 100%;
  object-fit: contain;
}

img.placement-three {
  width: 100%;
  margin-left: 0px;
  height: 100%;
  object-fit: contain;
}

  .color-block {
    text-align: center;
  }

  .color-content {
    width: 100%;
  }

  .color-block img {
    width: 58%;
    margin-top: 4rem;
  }

  .margin-block {
    text-align: center;
  }

img.margin-two {
  width: 100%;
  height: 100%;
  margin-left: 0px;
  object-fit: contain;
  margin-top: 4rem;
}

img.margin-two {
  width: 90%;
  height: 100%;
  margin-left: 40px;
  object-fit: contain;
  margin-top: 0rem;
}
  .color-grid-block img {
    width: 100%;
    height: 100%;
  }

  .color-grid-content {
    width: 100%;
  }

  #toggle {
    z-index: 10001;
  }

  .totop-container {
    left: 85%;
  }

  .side-bar-content {
    margin-left: 0px;
    height: 100%;
    overflow: auto;
    padding-top: unset;
    padding-left: 30px;
    margin-top: 4rem;
  }

  .brand-wrapper {
    margin-bottom: 130px;
  }

  .attributes-wrapper {
    margin-bottom: 20px;
  }

  .logo-mark-wrapper {
    margin-bottom: 130px;
  }

  .logo-space-wrapper {
    margin-bottom: 120px;
  }

  .best-practices-wrapper {
    margin-bottom: 150px;
  }

  .typo-heading-flex p {
    width: 20%;
  }

  h1.typo-heading-title-1 {
    font-size: 50px;
  }

}

.logo-mark-wrapper.isolated-icon {
  margin-bottom: 140px;
}

.logo-space-wrapper.logo-only {
  margin-bottom: 180px;
}

.logo-mark-wrapper.logo-mark {
  margin-bottom: 235px;
}

.colored-logo-wrapper {
  margin-bottom: 250px;
}
@media (max-width: 767px) {
.colored-logo-wrapper {
  margin-bottom: 90px;
}
.contextual-wrapper {
  margin-bottom: 100px;
}
.color-com-wrapper {
  margin-bottom: 100px;
}
.text-spec-main-wrapper {
  margin-bottom: 100px;
}
.usageexp-grid-content {
  width: 50%;
}
.color-wrapper {
  margin-bottom: 103px;
}
.color-pair-grid-content {
  width: 100%;
}
.textspec-grid-content {
  width: 100%;
}
.color-pairing-main-wrapper {
  margin-bottom: 100px;
}
img.margin-two {
  margin-left: 0px;
}
.colored-logo-grid-content {
  width: 100%;
}
.attri-grid-block h3 {
  font-size: 17px;
}
.brand-wrapper {
  margin-bottom: 80px;
}
.attributes-wrapper {
  margin-bottom: 80px;
}
.logo-mark-wrapper.logo-mark {
  margin-bottom: 90px;
}
.logo-mark-wrapper.isolated-icon {
  margin-bottom: 90px;
}
.logo-space-wrapper.logo-only {
  margin-bottom: 150px;
}
.logo-space-wrapper {
  margin-bottom: 150px;
}
.general-logo-wrapper {
  margin-bottom: 114px;
}
.typo-wrapper {
  margin-bottom: 90px;
}
.check-wrapper {
  bottom: -13px;
  left: 164px;
}
.check-wrapper.generallogo-2 {
  position: unset;
  margin: auto;
  margin-top: 30px;
  margin-left: 165px !important;
}
.check-wrapper.generallogo {
  position: unset;
  margin: auto;
  margin-top: 30px;
}
.check-wrapper.cross.logoplace-2 {
  margin: auto;
  margin-top: 30px;
}

.check-wrapper.cross.logoplace-3 {
  margin: auto;
  margin-top: 30px;
}
.check-wrapper.cross.logoplace-1 {
  margin: auto;
  margin-top: 30px;
}
img.general-logo-two {
  margin-top: 5rem;
}
img.placement-two {
  margin-top: 5rem;
}

img.placement-three {
  margin-top: 5rem;
}
.check-wrapper.cross.logo-color {
  margin: auto;
  margin-top: 30px;
}
.check-wrapper.cross.logomargin-2 {
  margin: auto;
  margin-top: 20px;
}
.check-wrapper.cross.logomargin-1 {
  margin: auto;
  margin-top: 20px;
}
img.margin-two {
  margin-top: 3rem;
}
.color-wrapper {
  margin-bottom: 0px;
}
p.dontshow.six {
  display: none;
}
p.dontshow.five {
  display: none;
}
p.dontshow.four {
  display: none;
}
p.dontshow.three {
  display: none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .usageexp-main .popup-image img {
    width: 74%;
  }
  .check-wrapper {
    left: 122px;
    bottom: -14px;
  }

  .logo-mark-grid-content {
    width: 30%;
  }
  .bestprac-block img {
    width: 90%;
  }
  .bestprac-content {
    width: 33%;
  }
  .general-logo-content {
    width: 44%;
  }

  .placement-content {
    width: 46%;
  }
  .check-wrapper.generallogo {
    margin-left: 195px;
  }
  .check-wrapper.generallogo-2 {
    margin-left: 190px;
  }

  .check-wrapper.cross.logoplace-1 {
    margin-left: 199px;
    margin-top: 80px;
  }
  .check-wrapper.cross.logoplace-2 {
    margin-top: 30px;
    margin-left: 290px;
  }
  .check-wrapper.cross.logoplace-3 {
    margin-top: 30px;
    margin-left: 290px;
  }
  .check-wrapper.cross.logo-color {
    margin-left: 140px;
    margin-top: 60px;
  }
  .color-content {
    width: 33%;
  }
  .margin-content {
    width: 46%;
  }
  .check-wrapper.cross.logomargin-1 {
    margin-left: 150px;
    margin-top: 20px;
  }
  .check-wrapper.cross.logomargin-2 {
    position: unset;
    margin-top: 20px;
    margin-left: 250px;
  }
  img.margin-two {
    width: 100%;
  }
  .color-grid-block img {
    width: 92%;
    height: 100%;
  }
  .color-grid-content {
    width: 33%;
  }
  .color-wrapper {
    margin-bottom: 0px;
  }
  .template-content-wrapper {
    padding: 60px;
  }

  .placement-grid {
    align-items: center;
  }
  
}
@media (min-width: 768px) and (max-width: 800px) {
.check-wrapper {
  left: 82px;
  bottom: -14px;
}
.check-wrapper.generallogo {
  margin-left: 129px;
}
.check-wrapper.generallogo-2 {
  margin-left: 132px;
}
}