@import url("https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Dots:wght@400..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Permanent+Marker&family=Rubik+Wet+Paint&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap");

:root {
  --blue: #368ce7;
  --blue-dark: #1666ba;
  --blue-light: #7ab3ef;

  --red: #ff0000;
  --red-dark: #a70000;
  --red-light: #ff5252;

  --green: #76ba1b;
  --green-dark: #4c9a2a;
  --green-light: #acdf87;

  --orange: #ff7400;
  --orange-dark: #ff4d00;
  --orange-light: #ff9a00;

  --black: #000;
  --dark: #333;
  --light: #666;

  --white: #fff;
  --white-dark: #ccc;
  --white-light: #eee;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}
a,
button,
input,
textarea {
  outline: 0;
  transition: all 0.5s ease;
}
a {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", serif;
  font-weight: 400;
  font-style: normal;
  background: url(../img/bg-img.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  background-position: center;
  background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik Wet Paint";
  font-weight: 700;
}

header,
.banner,
.section,
.h2,
.para,
.flexbox,
footer {
  width: 100%;
  float: left;
}
.head {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/banner-1.jpg);
  background-attachment: fixed;
}
.display-none {
  display: block;
}
header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 30px;
  font-weight: 800;
  color: #eb992d;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.carousel-item {
  width: 100%;
  height: 400px;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-inner {
  position: relative;
}
.carousel-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.carousel-caption {
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}
.mobile-show {
  display: none;
}
.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
}
.banner h1 {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #fcb75c;
  margin-top: 10px;
}
.banner h3 {
  color: #fcb75c;
}
.banner p {
  font-size: 15px;
  line-height: 24px;
}

.section {
  padding: 20px 0;
  position: relative;
}
.section .container {
  position: relative;
  z-index: 2;
}
.h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
}
.para {
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 20px;
}
.para:last-child {
  margin: 0;
}
.flexbox {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.flexbox:last-child {
  margin: 0;
}
.flexbox > p,
.flexbody {
  flex: 1;
}
.flexbox > p:first-child,
.flexbody:first-child {
  padding: 0 30px 0 0;
}
.flexbox > p:last-child,
.flexbody:last-child {
  padding: 0 0 0 30px;
}
.flexbox > img {
  width: 100%;
  max-width: 50%;
}

.center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  float: left;
  flex-direction: column;
  margin: 0 0 20px;
}
.section1 {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  padding: 30px 40px;
  color: #fff;
  flex-direction: column;
  position: relative;
}
.btn-cu {
  background-color: #000;
  width: 200px;
  height: 50px;
  color: #fff;
  border-top-left-radius: 20px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.btn-cu:hover {
  background-color: #eb992d;
}
.margin {
  margin: 0 0 20px;
}

.flexgroup {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -200px;
  position: relative;
}
.flexgroupbox {
  width: 32%;
  padding: 15px;
  background: #fff;
  margin: 0 0 20px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1), 0 15px 10px 0 rgba(0, 0, 0, 0.1);
}
.flexgroupbox h5 {
  color: #eb992d;
}
.flexgroupbox img {
  width: 100%;
  float: left;
}
.flexgroupbox h4 {
  font-size: 20px;
  color: var(--green);
}
.section2 {
  width: 100%;
  margin-top: 150px;
}
.img-size {
  width: 100%;
  max-width: 30%;
}
.img-size img {
  width: 100%;
}
.flexbody h4 {
  color: #eb992d;
}
.section3 {
  width: 100%;
  background-color: #dc8b20;
  color: #fff;
}
.img-size1 {
  width: 100%;
  max-width: 50%;
}
.img-size1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.color {
  color: #eb992d;
}
.section4 {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section4 .h2 {
  background-color: #000;
  color: #fff;
  padding: 10px;
  width: 750px;
}

.flexgroup1 {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexgroupbox1 {
  width: 24%;
  padding: 15px;
  background: #fff;
  margin: 0 0 20px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.section4 .h5 {
  color: #eb992d;
}
.formsection {
  background: url(../img/img-2.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.formsection:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.formsection .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.formsection .para {
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
}

.formbox {
  width: 100%;
  float: left;
  max-width: 800px;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formfield {
  width: 49%;
  height: 50px;
  margin: 0 0 10px;
  padding: 0 10px;
  border: none;
  background: #f3f3f3;
  border: solid 1px #333;
  color: #000;
  font-size: 15px;
}
.formfield::placeholder {
  color: #333;
}
.formbutton {
  width: 49%;
  float: left;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  background: #eb992d;
  color: #fff;
  cursor: pointer;
  outline: 0 !important;
}
.formbutton:hover {
  background-color: #000;
}
footer {
  background: whitesmoke;
  text-align: center;
  padding: 20px 0;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerlinks {
  flex: 1;
  display: inline-flex;
  align-items: center;
}
.footerlinks a {
  font-size: 14px;
  color: var(--blue-dark);
  margin: 0 6px;
}
.footerlinks a:hover {
  text-decoration: underline !important;
}
.copyrights {
  font-size: 14px;
}

.cookiesection {
  width: 100%;
  float: left;
  min-height: calc(100vh - 126px);
  padding: 40px 0;
}
.cookiesection h2 {
  font-size: 22px;
  font-weight: 600;
}
.cookiesection p {
  font-size: 14px;
  line-height: 20px;
}
.cookiesection p strong {
  font-weight: 600;
}
.cookiesection p .bolder {
  display: block;
  margin: 30px 0 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.backbutton {
  float: left;
  display: inline-flex;
  align-items: center;
  margin: 30px 0 20px;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue-dark) !important;
  border: solid 1px var(--blue-dark);
}
.backbutton img {
  width: 15px;
  margin: 0 5px 0 0;
  transition: all 0.3s ease;
}
.backbutton:hover {
  background: var(--blue-dark);
  color: #fff !important;
}
.backbutton:hover img {
  filter: saturate(0) brightness(10);
}
.alert {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #ffffff !important;
  position: fixed !important;
  bottom: 0px;
  margin-bottom: 0 !important;
  left: 0;
  right: 0;
  border-radius: 0;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 7px 30px !important;
  display: flex;
  justify-content: space-between;
  border-radius: 0px !important;
  flex-wrap: wrap;
  align-items: center;
}
.alert-dismissible {
  z-index: +3;
}
.alert-close {
  border: 1px solid transparent;
  border-radius: 4px;
  background: #862041;
  color: white;
  padding: 0px !important;
  width: 3rem;
  height: 2rem;
}
.hide {
  display: none;
}
span {
  font-weight: bold;
}
@media (max-width: 568px) {
  .alert p {
    font-size: 15px;
  }
}
.hide {
  display: none;
}
.alert-close {
  padding: 0px 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #862041;
  color: white;
  margin: 0 !important;
}
@media (max-width: 800px) {
  .banner h1 {
    font-size: 28px;
  }
  .h2 {
    font-size: 20px;
  }
  .para {
    font-size: 14px;
  }
  .flexbox {
    flex-direction: column;
  }
  .flexbox > img {
    max-width: 100%;
    order: 1;
    margin: 0 0 15px;
  }
  .flexbody,
  .flexbox > .para {
    padding: 0 !important;
    order: 2;
  }
  footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .flexgroupbox {
    width: 100%;
  }
  .img-size {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .img-size img {
    height: 30%;
  }
  .section2 {
    margin-top: 150px;
  }
  .img-size1 {
    max-width: 100%;
  }
  .flexgroupbox1 {
    width: 100%;
  }
  .section4 h2 {
    font-size: 15px;
  }
  .formfield {
    width: 100%;
  }
  .formbutton {
    width: 100%;
  }
  .display-none {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
