header {
  width: 100vw;
  position: relative;
}
header .nav-bar {
  padding-top: 20px;
}
header .hamburger {
  z-index: 1000;
  padding-top: 20px;
  position: fixed;
  right: 20px;
  top: 18px;
  cursor: pointer;
}
header span {
  background-color: #CD7E50;
  display: block;
  width: 55px;
  height: 5px;
  border-radius: 5px;
  margin-top: 10px;
  transition: all 0.5s;
}
header li {
  font-family: "baloo2";
  font-size: 18px;
}
header .sidebar {
  background-color: #000;
  width: 100%;
  height: 210px;
  z-index: 1;
  position: fixed;
  top: 0px;
  text-align: center;
  right: -100%;
  opacity: 1;
  transition: all 0.5s;
}
header .sidebar-items {
  margin-top: 15px;
}
header .sidebar-items .item {
  padding-top: 30px;
  transition: all 0.3s;
}
header .menu-close {
  z-index: 1000;
}
header .menu-close .line1 {
  transform: translateY(15px) rotate(-135deg);
  background-color: #CD7E50;
}
header .menu-close .line2 {
  opacity: 0;
}
header .menu-close .line3 {
  transform: translateY(-15px) rotate(135deg);
  background-color: #CD7E50;
}
header .sidebar--open {
  right: 0;
}

@media (min-width: 768px) {
  header .hamburger {
    display: none;
  }
  header .sidebar {
    background: none;
    right: 0;
  }
  header .sidebar-items {
    display: flex;
    justify-content: end;
    gap: 80px;
    margin: 28px;
  }
}
@media (min-width: 1200px) {
  header li {
    font-size: 35px;
  }
  header svg {
    width: 319px;
    height: 165px;
  }
  header .sidebar-items {
    margin-top: 54px;
    padding-right: 38px;
  }
}
@font-face {
  font-family: "baloo";
  src: url("../fonts/Baloo-Regular.ttf");
}
@font-face {
  font-family: "baloo2";
  src: url("../fonts/Baloo2-Bold.ttf");
}
@font-face {
  font-family: "regularbaloo2";
  src: url("../fonts/Baloo2-Regular.ttf");
}
#hero {
  margin-top: 107px;
}
#hero .heading-content {
  text-align: center;
}
#hero .main-heading p {
  padding-top: 19px;
}
#hero .heading {
  padding-top: 34px;
}
#hero .heading p {
  padding-top: 8px;
}
#hero .p-text {
  padding-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#hero .p-text span {
  display: block;
  width: 56px;
  height: 3px;
  background-color: #cd7e50;
}
#hero .images {
  margin-top: 56px;
  overflow-x: auto;
  display: flex;
  align-items: end;
  gap: 10px;
}
#hero .images > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#about {
  margin-top: 53px;
  text-align: center;
}
#about .image {
  -o-object-fit: contain;
     object-fit: contain;
}
#about img {
  width: 100%;
}
#about h1 {
  padding-top: 44px;
}
#about .p-text {
  margin-top: 18px;
}
#about p {
  padding: 20px;
}

#services {
  background-color: #13394d;
  overflow-x: hidden;
  padding-bottom: 20px;
}
#services .sect-heading {
  padding-top: 80px;
  color: #fff;
  text-align: center;
}
#services .services-wrapper {
  padding: 16px;
  margin-top: 80px;
}
#services .services-wrapper .card {
  background-color: #153e52;
  width: 316px;
  height: 418px;
  box-shadow: 0 0 5px #13394d;
  transition: 0.2s ease-in-out;
}
#services img {
  padding: 9px;
}
#services .card-heading {
  padding-left: 16px;
  padding-bottom: 18px;
}
#services .card-heading h3 {
  padding-block: 10px;
  border-bottom: 1px solid #cd7e50;
}
#services .card-heading p {
  font-size: 16px;
  padding: 5px;
  margin-top: 18px;
}

#subscribe {
  margin-top: 115px;
  text-align: center;
}
#subscribe .image {
  -o-object-fit: contain;
     object-fit: contain;
}
#subscribe img {
  width: 100%;
}
#subscribe .sect-heading {
  padding-top: 38px;
  padding-bottom: 74px;
}
#subscribe .subscribe-btn {
  text-align: center;
  width: 299px;
}

#contact {
  margin-top: 128px;
  background: linear-gradient(180deg, #EBECEE 0%, #ECEDEF 0.01%, #F5F6F8 100%);
  text-align: center;
}
#contact img {
  width: 294px;
  height: 438px;
}
#contact .sect-heading {
  font-size: 45px;
}
#contact .image {
  padding-top: 29px;
}
#contact .p-text {
  margin-top: -35px;
}
#contact .p-text p {
  padding: 60px;
}
#contact input,
#contact textarea {
  padding-left: 24px;
}
#contact form {
  margin-bottom: 59px;
}
#contact form textarea {
  padding-top: 12px;
}

#footer {
  margin-top: 86px;
}
#footer .image-one {
  display: none;
}
#footer .image {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
#footer .image img {
  width: 100%;
}
#footer .footer-inner {
  position: relative;
}
#footer .sect-heading {
  text-align: center;
  padding-top: 94px;
  color: #fff;
  font-size: 45px;
}
#footer ul {
  margin-top: 66px;
}
#footer ul a {
  text-decoration: none;
  color: #fff;
  font-family: "baloo2";
  font-size: 21px;
}
#footer ul .location {
  width: 180px;
  line-height: 33.64px;
}
#footer ul li {
  margin-top: 66px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 21px;
}
#footer .img {
  margin-top: 160px;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .img img {
  width: 100%;
}

@media (min-width: 768px) {
  #hero {
    margin-top: 45px;
  }
  #hero .heading-content {
    padding-left: 50px;
  }
  #hero .main-heading {
    display: flex;
    gap: 8px;
  }
  #hero .heading {
    padding-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #hero .p-text {
    justify-content: start;
    padding-top: 4px;
    padding-bottom: 56px;
  }
  #hero .images {
    width: 90%;
    margin: 0 auto;
  }
  #services {
    margin-top: 162px;
    padding-top: 50px;
  }
  #services .sect-heading {
    text-align: start;
    padding: 10px 0 0 30px;
  }
  #services .services-wrapper {
    padding: 36px;
    margin-top: 20px;
  }
  #services .services-wrapper .card {
    width: 346px;
  }
  #subscribe .subscribe-btn {
    width: 389px;
  }
  #footer .image {
    display: none;
  }
  #footer .image-one {
    display: block;
  }
  #footer .image-one img {
    width: 100%;
  }
  #footer .img {
    margin-top: -240px;
  }
  #footer .img img {
    width: 319px;
    height: 165px;
  }
  #footer .footer-inner {
    top: -280px;
  }
  #footer .footer-inner .sect-heading {
    padding-bottom: 30px;
    padding-left: 94px;
    display: flex;
    gap: 10px;
    font-size: 30px;
  }
  #footer ul {
    padding-left: 94px;
    display: flex;
    align-items: start;
    gap: 41px;
  }
  #footer ul li {
    margin-top: -74px;
  }
  #footer ul li a {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  #about {
    text-align: start;
  }
  #about img {
    width: 381px;
    height: 332px;
  }
  #about .about-inner {
    padding: 60px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 47px;
  }
  #about h1 {
    width: 415px;
  }
  #services .services-wrapper {
    padding: 46px;
  }
  #services .services-wrapper .card {
    width: 256px;
  }
  #footer .footer-inner {
    top: -310px;
  }
}
@media (min-width: 1200px) {
  #hero .heading-content {
    padding-left: 90px;
  }
  #about {
    margin-top: 251px;
  }
  #about img {
    width: 561px;
    height: 482px;
  }
  #about h1 {
    width: 475px;
  }
  #about p {
    margin-top: 35px;
    width: 475px;
  }
  #services {
    padding: 80px;
  }
  #services .services-wrapper {
    padding: 45px;
  }
  #services .services-wrapper .card {
    width: 306px;
  }
  #subscribe {
    margin-top: 288px;
  }
  #subscribe .subscribe-inner {
    margin: 0 auto;
    text-align: start;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 82px;
  }
  #subscribe .subscribe-inner .sub-inner {
    padding: 20px;
  }
  #contact img {
    width: 475px;
    height: 708px;
  }
  #contact .image {
    margin-top: 120px;
  }
  #contact .contact-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }
  #contact .content {
    margin-bottom: 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  #contact .sect-heading {
    padding-top: 54px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #contact .p-text p {
    padding: 0;
    width: 350px;
  }
  #contact .get-in-touch {
    margin-top: 60px;
  }
  #footer {
    margin-top: 83px;
  }
  #footer .sect-heading p {
    font-size: 45px;
  }
  #footer .footer-inner {
    top: -380px;
  }
  #footer .footer-inner ul {
    gap: 110px;
  }
  #footer .footer-inner a {
    font-size: 21px;
  }
  #footer .img {
    margin-top: -290px;
  }
}
@media (min-width: 1440px) {
  #hero .heading-content {
    padding-left: 60px;
  }
  #hero .images {
    width: 100%;
    overflow: visible;
    padding: 40px;
  }
  #about h1 {
    width: 580px;
    margin-right: 110px;
  }
  #about p {
    width: 683px;
  }
  #services {
    padding: 150px;
  }
  #services .services-wrapper .card {
    width: 346px;
    height: 418px;
  }
  #contact .contact-inner {
    gap: 258px;
  }
  #footer .footer-inner {
    top: -420px;
  }
}
section {
  width: 100vw;
}

a {
  color: #0A3140;
  text-decoration: none;
}

a:hover {
  color: #CD7E50;
}

.main-heading {
  font-family: "baloo";
  font-size: 50px;
  color: #0A3140;
}

.heading {
  font-family: "baloo";
  font-size: 37px;
  color: #0A3140;
}
.heading span {
  font-size: 45px;
  color: #CD7E50;
}

.sect-heading {
  font-family: "baloo";
  font-size: 37px;
  line-height: 58.24px;
  color: #CD7E50;
}

.p-text {
  font-family: "regularbaloo2";
  font-size: 19px;
  color: #0A3140;
  line-height: 30.44px;
}

.card-heading {
  font-family: "baloo2";
  font-size: 28px;
  color: #CD7E50;
}

.card-ptext {
  font-family: "regularbaloo2";
  font-size: 17px;
  line-height: 27.23px;
}

.subscribe-btn {
  width: 319px;
  height: 70px;
  background-color: #0B394D;
  color: white;
  font-family: "baloo2";
  font-size: 25px;
  border: none;
}

#infor-btn {
  width: 290px;
  padding: 20px;
  border-radius: 2px;
  color: #0A3140;
  border: none;
  font-family: "regularbaloo2";
}

#message-btn {
  padding: 100px;
  border-radius: 2px;
  color: #0A3140;
  border: none;
  font-family: "regularbaloo2";
}

#submit-btn {
  width: 299px;
  padding: 20px;
  background-color: #0B394D;
  color: white;
  border: none;
  font-family: "baloo2";
  font-size: 25px;
}

@media (min-width: 768px) {
  #infor-btn {
    width: 531px;
    height: 56px;
  }
  #message-btn {
    width: 531px;
    height: 184px;
  }
  #submit-btn {
    width: 531px;
    height: 68px;
  }
}
@media (min-width: 1200px) {
  .main-heading {
    font-size: 90px;
  }
  .heading {
    font-size: 45px;
  }
  .sect-heading {
    font-family: "baloo";
    font-size: 45px;
    line-height: 70.83px;
    color: #CD7E50;
  }
}
@media (min-width: 1440px) {
  .main-heading {
    font-size: 105px;
  }
  .heading {
    font-size: 55px;
  }
  .heading span {
    font-size: 70px;
  }
  .sect-heading {
    font-size: 55px;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}/*# sourceMappingURL=style.css.map */