/*

Template 2107 New Spot

http://www.tooplate.com/view/2107-new-spot

COLOR CODES

	Primary (Pink):   #CC0064
	Secondary (Blue): #0095BF
  
*/

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eee;
  color: #6c6c6c;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

.tm-container {
  background-color: white;
  max-width: 1400px;
}

.tm-site-title {
  color: #cc0064;
  font-size: 3rem;
}

.tm-site-subtitle {
  color: #0095bf;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.tm-section-1 {
  height: 750px;
  background-image: url(../img/spot-bg-01.jpg);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  /* background-position: center -95px; */
  background-repeat: no-repeat;
  padding-top: 75px;
}

.tm-section-3 {
  height: 790px;
  background-image: url(../img/spot-bg-02.jpg);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.tm-color-primary {
  color: #cc0064;
}

.tm-color-secondary {
  color: #0095bf;
}

.tm-btn-primary {
  color: white;
  background-color: #cc0064;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  background-color: #f21b85;
}

.tm-btn-secondary {
  color: white;
  background-color: #0095bf;
}

.tm-btn-secondary:hover,
.tm-btn-secondary:focus {
  background-color: #44cbf1;
}

.tm-bg-circle-white {
  background-color: white;
  color: #6c6c6c;
  padding: 75px 81px 75px 90px;
  border-radius: 50%;
  width: 550px;
  height: 550px;
}

.tm-bg-circle-pad-2 {
  padding-left: 120px;
}

p,
ul {
  line-height: 2;
  font-weight: 300;
}

ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  margin-right: 5px;
  text-indent: -5px;
}

.btn {
  padding: 10px 30px;
  font-size: 1.15rem;
  font-weight: 300;
  border-radius: 8px;
}

a.btn:hover {
  color: white;
  text-decoration: none;
}

.tm-flex-center-v {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tm-text-container {
  max-width: 420px;
}

.tm-circle-img {
  width: 550px;
  max-width: 100%;
  margin-bottom: 24px;
  box-shadow: 0 8px 32px rgba(44, 206, 137, 0.12), 0 1.5px 6px rgba(0,0,0,0.07);
}

.tm-circle-img-container {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.tm-text-container, .tm-section-left, .tm-section-right {
  margin-bottom: 32px;
}

.tm-section {
  background: #f8f9fa;
  border-radius: 24px;
  box-shadow: 0 2px 16px rgba(44, 206, 137, 0.06);
  margin-bottom: 40px;
  padding: 48px 24px;
}

.tm-section h2 {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.tm-section ul.list-unstyled li i {
  margin-right: 10px;
}

.tm-contact-form {
  max-width: 280px;
}

.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #cc0064;
}

.form-control:focus {
  box-shadow: none;
  border-color: #cc0064;
  border-width: 2px;
}

.tm-send-btn {
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.tm-footer-link {
  color: #6c6c6c;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #cc0064;
  text-decoration: none;
}

@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1050px;
  }
}

@media (max-width: 992px) {
  .tm-bg-circle-white {
    margin-left: auto;
    margin-right: auto;
  }
  .tm-section-left {
    margin: 50px auto;
  }

  .tm-circle-img-container {
    text-align: center;
  }

  .tm-contact-form {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tm-contact-right {
    margin-bottom: 50px;
  }

  .tm-footer-text {
    margin-left: 30px;
    margin-right: 30px;
  }

  .tm-circle-img {
    width: 350px;
  }
  .tm-section {
    padding: 32px 8px;
  }
}

@media (max-width: 576px) {
  .tm-bg-circle-white {
    border-radius: 100px;
    width: 100%;
    height: auto;
    padding: 50px;
  }

  img {
    max-width: 100%;
  }

  .tm-section-1,
  .tm-section-3 {
    height: auto;
  }

  .tm-section-1 {
    padding-bottom: 90px;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 92%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 92%, 0px 100%);
  }

  .tm-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-clip-path: polygon(0px 0px, 100% 8%, 100% 92%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 8%, 100% 92%, 0px 100%);
  }

  .tm-circle-img-container {
    margin-bottom: 16px;
  }

  .tm-circle-img {
    width: 100%;
    margin-bottom: 16px;
  }

  .tm-section {
    padding: 16px 0;
    border-radius: 12px;
  }
}

header {
  background: #fff;
  box-shadow: 0 2px 16px rgba(44, 206, 137, 0.08);
  border-radius: 0 0 24px 24px;
  margin-bottom: 32px;
  padding-bottom: 16px;
}
header .tm-site-title {
  color: #2dce89;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
}
header .tm-site-subtitle {
  color: #6c6c6c;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
header nav a {
  color: #0095bf;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
header nav a:hover, header nav a:focus {
  background: #eafaf3;
  color: #2dce89;
}
header svg#amanveso-logo {
  transition: transform 0.2s;
}
header a:hover svg#amanveso-logo {
  transform: scale(1.08) rotate(-6deg);
}

footer.container {
  background: #fff;
  box-shadow: 0 -2px 16px rgba(44, 206, 137, 0.08);
  border-radius: 24px 24px 0 0;
  margin-top: 48px;
  padding: 32px 24px 16px 24px;
}
footer .tm-footer-link {
  color: #0095bf;
  font-weight: 500;
  margin-right: 12px;
  transition: color 0.2s;
}
footer .tm-footer-link:hover, footer .tm-footer-link:focus {
  color: #2dce89;
  text-decoration: underline;
}
footer .tm-footer-text {
  color: #6c6c6c;
  font-size: 1rem;
}
@media (max-width: 576px) {
  header {
    border-radius: 0 0 12px 12px;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  footer.container {
    border-radius: 12px 12px 0 0;
    margin-top: 24px;
    padding: 16px 8px 8px 8px;
  }
}
