﻿/*colors*/
/*fonts family*/
/*font-size*/
/*for h1*/
/*for h2*/
/*for h3*/
/*for h4*/
/*for h5*/
/*for h6*/
/*for p*/
/*for small*/
/*for button text*/
.templateContainer {
  background-color: #F0F0F0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 750px;
}

.templateMainColumn {
  min-height: 700px;
  border: 2px solid linear-gradient(90deg, rgb(230, 241, 243) 20%, rgb(205, 222, 225) 46%, rgb(142, 168, 179) 75%) !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.templatePreviewText {
  color: rgb(0, 128, 128) !important;
  text-shadow: 1px 1px rgb(122, 130, 171);
}

.linkBtnTemplate {
  color: rgb(0, 0, 0);
  border: 1px solid rgb(105, 105, 105);
  border-radius: 50px !important;
  padding: 5px 15px;
  margin: 0 3px !important;
  font-family: "Raleway", sans-serif;
}

.linkBtnTemplate:hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(105, 105, 105);
  box-shadow: 1px 1px 5px 1px grey, 1px 1px 16px 1px grey;
}

.linkBtnSmTemplate {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(105, 105, 105);
  border-radius: 5px !important;
  color: rgb(105, 105, 105) !important;
  font-family: "Raleway", sans-serif;
  font-size: calc(12px + 0.12vw) !important;
}

.linkBtnSmTemplate:hover {
  background: rgb(105, 105, 105);
  color: rgb(255, 255, 255) !important;
  border: 1px solid rgb(105, 105, 105);
}
.linkBtnSmTemplate:hover span {
  color: rgb(255, 255, 255) !important;
}
.linkBtnSmTemplate:hover i {
  color: rgb(255, 255, 255) !important;
}

.templateGreeting {
  color: rgb(0, 0, 0) !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: "Raleway", sans-serif;
}

.templateTitle {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: rgb(0, 0, 0);
  text-shadow: 1.5px 1.5px RGB(163, 184, 194);
}

.templateInfo {
  color: rgb(0, 0, 0) !important;
  font-family: "Raleway", sans-serif;
}

.templateQuote {
  font-weight: 400;
  font-style: normal;
  font-size: 24px !important;
  color: rgb(0, 0, 0) !important;
  font-family: "Raleway", sans-serif;
}

.templateCtaBtn {
  background-color: dimgrey;
  color: rgb(255, 255, 255);
  font-size: calc(14px + 0.15vw) !important;
  border: 1px solid rgb(105, 105, 105);
  border-radius: 100px !important;
  padding: 8px 12px;
  margin-left: 10px !important;
  margin-right: 10px !important;
  font-family: "Raleway", sans-serif;
}

.templateCtaBtn:hover {
  background-color: white;
  color: rgb(0, 0, 0) !important;
  font-size: calc(14px + 0.15vw) !important;
  border: 0.5px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 1px 1px 5px 1px lightgray, 1px 1px 16px 1px lightgray;
}

.templateSubContentTitle {
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: RGB(43, 103, 119);
}

.templateSubContentTitleGallery {
  font-weight: 400;
  font-style: normal;
  font-size: 32px !important;
  text-shadow: 1px 1px rgb(255, 255, 255);
  color: rgb(0, 0, 0) !important;
  background-color: #F0F0F0;
}

.templateEmptySubContent {
  background-color: RGB(240, 245, 245);
  padding: 10px !important;
}
.templateEmptySubContent p {
  color: RGB(43, 103, 119) !important;
}

.templateCardContainer {
  background-color: #F0F0F0;
}

.templateCardBg {
  background-color: rgb(255, 255, 255);
}

.templateCardDescription {
  color: rgb(0, 0, 0) !important;
}

.templateCardRibbon {
  position: absolute;
  left: -8px;
  top: 15px;
  z-index: 1;
  width: auto;
  height: 25px;
  padding: 0px 15px;
  text-align: right;
  background-color: rgb(173, 181, 189);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border-bottom-left-radius: 0px;
}

.templateCardRibbon::before, .templateCardRibbon::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0px;
  width: 8px;
  height: 16px;
  border-bottom-left-radius: 8px;
}

.templateCardRibbon::before {
  background-color: rgb(173, 181, 189);
}

.templateCardRibbon::after {
  background-color: rgb(173, 181, 189);
  border-top-left-radius: 8px;
}
