/*
Theme Name: Pink Crocodile
Author: Kale and Pepper
Author URI: https://kaleandpepper.com/
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Resets */
html,
nav,
header,
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: #1a1818;
  background: white;
  margin: 0px;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}

@font-face {
    font-family: 'ApfelGrotezk';
    src: url('https://pinkcrocodile.agency/wp-content/fonts/ApfelGrotezk-Regular.woff2') format('woff2'),
         url('https://pinkcrocodile.agency/wp-content/fonts/ApfelGrotezk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ApfelGrotezk';
    src: url('https://pinkcrocodile.agency/wp-content/fonts/ApfelGrotezk-Mittel.woff2') format('woff2'),
         url('https://pinkcrocodile.agency/wp-content/fonts/ApfelGrotezk-Mittel.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ApfelGrotezk';
    src: url('https://pinkcrocodile.agency/wp-content/fonts/ApfelGrotezk-Fett.woff2') format('woff2'),
         url('https://pinkcrocodile.agency/wp-content/fonts/ApfelGrotezk-Fett.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ApfelGrotezk';
    src: url('https://pinkcrocodile.agency/wp-content/fonts/ApfelGrotezk-Satt.woff2') format('woff2'),
         url('https://pinkcrocodile.agency/wp-content/fonts/ApfelGrotezk-Satt.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Botero';
    src: url('https://pinkcrocodile.agency/wp-content/fonts/Botero-Regular.woff2') format('woff2'),
         url('https://pinkcrocodile.agency/wp-content/fonts/Botero-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.apfel-grotezk {
    font-family: 'ApfelGrotezk';
}

.botero {
    font-family: 'Botero'; 
}

.bold {
    font-weight: 700;
}

.legal {
    max-width: 1400px;
    padding: 0px 50px 50px 50px;
    margin: auto;
}

.legal h2 {
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 29px;
    font-weight: 500;
}

.legal h1 {
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 29px;
    font-weight: 500;
}

.legal h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 26px;
    font-weight: 500;
}

.legal h4 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 22px;
    font-weight: 500;
}

.legal p {
    margin-bottom: 20px;
}

.legal ul {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.1em;
    letter-spacing: -0.022em;
    list-style-type: inherit;
    padding-left: 40px;
}

.legal-footer a {
    text-decoration: none;
    font-weight: 400;
}

.satt {
    font-weight: 800;
}

.mittel {
    font-weight: 500;
}

.flex {
    display: flex;
}

.al-center {
    align-items: center;
}

header {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}

.space-between {
    justify-content: space-between;
}

.container {
    padding-left: 50px;
    padding-right: 50px;
}

.header-logo a {
    color: #000;
    font-size: 46px;
    line-height: 77%;
    letter-spacing: -2.3px;
    text-decoration: none;
}

.header-logo .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}

.social-links{
    gap: 45px;
}

.social-links a {
    font-size: 18px;
    color: #1e1e1e;
    text-decoration: none;
    letter-spacing: -0.022em;
}

.pink-btn {
    background: linear-gradient(90deg, #FFAFF7 50%, #000000 50%);
    background-size: 200% 100%;
    transition: all 0.3s linear;
    color: #1E1E1E;
    text-transform: uppercase;
    height: 60px;
    width: 183px;
    font-size: 18px;
    letter-spacing: -0.022em;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: 'ApfelGrotezk';
    font-weight: 500;
}

.pink-btn:hover {
    background-position: -100% 0;
    color: #fff
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

#hero {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    margin-top: -160px;
    padding: 0;
    display: relative;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


#hero video {
   height: 100%;
   width: 100%;
   object-fit: contain;
   margin-left: auto;
   margin-right: 0;
   display: block;
   position: absolute;
   bottom: 0;

}

.large-font {
    font-size: 7.5vw;
    line-height: 0.75em;
    letter-spacing: -0.06em;
    max-width: 28vw;
}

.h2 {
    font-size: 4vw;
    line-height: 0.73em;
    letter-spacing: -0.022em;
}

.h4 {
    font-size: 30px;
    line-height: 0.9em;
    letter-spacing: -0.022em;
}

#about .flex {
    gap: 0;
}

#about {
    padding: 0;
}


p {
    font-size: 18px;
    line-height: 1.1em;
    letter-spacing: -0.022em;
}

.about-block p {
    font-size: 1.56vw;
    line-height: 1em;
    letter-spacing: -0.022em;
    max-width: 30vw;
}

#about-box {
    padding: 60px 0;
    background: linear-gradient(180deg, #fff 50%, #EDEDED 50%);
}

.width-20 {
    width: calc(46% - 100px);
    border-radius: 70px;
    overflow: hidden;
    cursor: grab;
    height: 80vh
}

.rotate-content h3 {
    font-size: 4vw;
    letter-spacing: -0.06em;
    transform: rotate(270deg);
    line-height: 8vw;
    text-align: center;
    position: absolute;
    top: calc(50% - 4vw);
    left: calc(50% - 15vw);
    width: 30vw;
    transition: font-size 0.3s ease, transform 0.3s ease;
}

.rotate-content {
    background: #000;
    color: #fff;
    border-radius: 5vw;
    display: inline-block;
    width: 10vw;
    height: 100%;
    position: relative;
	top: -12px;
    transition: width 0.3s ease, height 0.3s ease;

}

.rotate-content .about-p {
    height: 0;
    overflow: hidden;
    transition: all 0.1s ease;
}

.about-2 .rotate-content {
    background: #FFAFF7;
    color: #000;
    border-radius: 70px;
    width: 50vw;
	top: 0px;
    height: calc(80vh - 100px);
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-2 h3 {
    font-size: 9vw;
    line-height: 0.75em;
    letter-spacing: -0.06em;
    transform: rotate(360deg);
    text-align: left;
    position: static;
    width: 100%;
}

.about-2 .about-p {
    height: auto;
}

.width-32 {
    width: 32%;
    padding-right: 50px;
}

.width-68 {
    width: 68%;
}

.grid {
    display: grid;
}

.special-text {
    font-size: 27px;
    font-weight: 500;
}

#terrain .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#terrain .grid .h4 {
    font-size: 27px;
    margin-bottom: 50px;
    font-weight: 500;
}

@keyframes float-grow {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.0);
		transform: scale(1);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: scale(1.1);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.0);
		transform: scale(1);
	}
}

.grid-item:hover {
    animation: float-grow 1.5s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

#terrain .grid p {
    font-size: 16px
}

#terrain .grid-item {
    padding: 50px;
    border-radius: 70px;
}

#terrain {
    background: #ededed;
}

#terrain .item-1 {
    background: #FFAFF7;
    color: #000;
}

#terrain .item-2 {
    background: #FFAFF7;
    color: #000;
}

#terrain .item-3 {
    grid-column: 3 / span 2;
    background: #000;
    color: #fff;
}

ol {
    list-style-type: inherit;
    padding-left: 40px;    
    font-size: 18px;
    line-height: 1.1em;
    letter-spacing: -0.022em;
    margin-bottom: 30px;
}

#terrain .item-4 {
    background: #FFAFF7;
    color: #000;
}

#terrain .item-5 {
    background: #FFAFF7;
    color: #000;
}

#terrain .item-6 {
    grid-column: 3 / span 2;
    background: #fff;
    color: #000;
}

#terrain .item-7 {
    grid-column: 1 / span 2;
    background: #fff;
    color: #000;
}

#terrain .item-8 {
    grid-column: 3 / span 2;
    background: #000;
    color: #fff;
}

#terrain .item-9 {
    grid-column: 1 / span 2;
    background: #000;
    color: #fff;
}

#terrain .item-10 {
    grid-column: 3 / span 2;
    background: #fff;
    color: #000;
}

.relative {
    position: relative;
}

.float-bottom {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 50px);
}

.center-align {
    text-align: center;
}

#packages {
    background: #000;

}

#packages h2 {
    max-width: 30vw;
    margin: 0 auto 30px auto;
}

#packages h2,
#packages .meta {
    color: #fff;
}

#packages .grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 90px auto 0 auto;
}

#packages .grid-item {
    background: #fff;
    border-radius: 70px;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
}

#packages .grid-item .pink-btn {
    width: 100%;
    max-width: 180px;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

#packages .grid-item .grid-padding {
    padding: 50px 50px 133px 50px;
}

.grid-meta {
    margin-bottom: 23px;
}

#packages h3 {
    margin-bottom: 5vw;
    font-size: 4vw;
}

#packages button {
    margin-top: 23px;
}

#packages .grid-item:hover {
    background: #FFAFF7;
}

#packages .grid-item:hover .pink-btn {
    background: linear-gradient(90deg, #Fff 50%, #000000 50%);
    background-size: 200% 100%;
    transition: all 0.3s linear;
}

#packages .grid-item:hover .pink-btn:hover {
    background-position: -100% 0;
}

#special {
    background: #FFAFF7;
}

#special h2 {
    max-width: 30vw;
    margin: 0 auto 30px auto;
}

#special .grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 90px auto 0 auto;
}

#special .grid-item {
    background: #fff;
    position: relative;
    border-radius: 70px;
    transition: all 0.3s ease;
    width: 100%;
    transition: all 0.3s ease;
}

#special .grid-item:hover {
    background: #000;
    color: #fff;
}

#special .grid-item .h2 {
    position: absolute;
    top: 50px;
    right: 50px;
}

#special .grid-item .grid-meta {
    margin-bottom: 8vw;
}

#special .grid-item .grid-padding {
    padding: 50px;
}

#clients {
    padding: 60px 0px;
}

#testimonial-slider .splide__slide {
    width: 43vw !important;
    padding: 50px;
    border-radius: 70px;
    cursor: grab;
    transition: all 0.3 ease;
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #FFAFF7;
}

.splide__pagination {
    display: none !important;
}

#testimonial-slider .splide__slide:nth-child(3n+1) {
    background:  #fff;
}

#testimonial-slider .splide__slide:nth-child(3n+2) {
    background:  black;
    color: white;
}

#testimonial-slider .splide__slide:nth-child(3n) {
    background: #FFAFF7;
}

#testimonial-slider {
    margin-top: 95px;
}

.slide-meta {
    text-transform: uppercase;
    margin-bottom: 6vw;
}

.testimonial-text {
    font-size: 35px;
    line-height: 1em;
    letter-spacing: -0.022em;
}

#testimonials {
    padding: 60px 0px;
    background: #ededed;
}

#contact {
    color: #000;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#contact h2 {
    max-width: 60vw;
    font-size: 10.93vw;
    line-height: 0.75em;
    letter-spacing: -0.06em;
    margin: 9.875vw auto 95px auto;
}

@keyframes float {
	0% {

		transform: translatey(0px);
	}
	50% {

		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.contact-dot {
    width: 11.5vw;
    height: 11.5vw;
    position: absolute;
    background: #FFAFF7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 6s ease-in-out infinite;
}

.contact-dot img {
    width: 72%;
}

.contact-dot-1 {
    left: 4.68%;
    top: 14%;
    animation: float 4s ease-in-out infinite;
}

.contact-dot-2 {
    left: 13%;
    top: 26%;
    animation: float 6s ease-in-out infinite;
}

.contact-dot-3 {
    left: 17.18%;
    top: 84.20%;
    animation: float 5s ease-in-out infinite;
}


.contact-dot-4 {
    left: 69.63%;
    top: -3.79%;
    animation: float 3s ease-in-out infinite;
}

.contact-dot-5 {
    left: 67.08%;
    top: 67%;
    animation: float 4s ease-in-out infinite;
}

.contact-dot-6 {
    left: 91.25%;
    top: 28%;
    animation: float 3s ease-in-out infinite;
}

.contact-croc {
    max-width: 27vw;
    margin: auto;
    display: block;
}

.show-mob {
    display: none;
}

#contact .pink-btn {
    margin: 50px auto 0 auto;
    display: block;
}

#footer .pink-btn {
    background: linear-gradient(90deg, #FFAFF7 50%, #fff 50%) !important;
    background-size: 200% 100% !important;
    transition: all 0.3s linear !important;
}

#footer .pink-btn:hover {
    background-position: -100% 0 !important;
    color: #FFAFF7 !important;
}

footer {
    background: #000;
    color: #fff;
    padding: 60px 60px;
}

footer a {
    color: #fff !important;
}

.footer-ctas {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-box {
    width: 50%;
    gap: 20px;
}

.footer-privacy {
    max-width: 414px;
}

.hide-tab-mob {
    display: block;
}

.footer-contact {
    width: 191px;
}

.mar-bot {
    margin-bottom: 24px;
}

.hide-dk {
    display: none;
}

#contact-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 175, 247, 0.3);
    z-index: 99999;
    transform: translateX(-110vw);
}

.contact-box {
    background: #fff;
    border-radius: 70px;
    max-width: 694px;
    width: 100%;
    position: absolute;
    left: calc(50% - 407px);
    top: calc(50% - 334px);
    padding: 60px;
    transform: scale(0) translateY(300vh);
    transition: all 0.7s ease-in-out;
}

.contact-show {
    transform: scale(1) translateY(0);
}

.contact-box label {
    font-family: 'ApfelGrotezk';
    letter-spacing: -0.022em;
    color: #000;
    padding-bottom: 5px;
}

.contact-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFAFF7;
  position: absolute;
  top: 60px;
  right: 60px;

}

.contact-close svg {
    width: 20px;
    height: auto;
}

.contact-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-field {
    width: calc(50% - 10px);
}

.contact-field input,
.contact-full select {
    padding: 10px;
    border: none;
    width: calc(100% - 20px);
    background: #d9d9d9;
    color: #000;
    height: 20px;
    border-radius: 30px;
    margin-top: 5px;
    font-family: 'ApfelGrotezk';
    appearance: none;
}

.contact-full select {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.form {
    margin-top: 30px;
}

.chat-active {
    background: #FFAFF7;
}

#chat-options {
    width: calc(100% - 60px);
    padding: 10px 30px 30px 30px;
    background: #d9d9d9 !important;
    border-radius: 70px;
    margin-top: 5px;
    height: 220px;
    overflow-y: scroll;
}

#chat-options::-webkit-scrollbar {
    width: 0px;
  }

  #chat-options::-webkit-scrollbar-thumb {
    background: #888;
    width: 5px;
  }

#chat-options p {
    font-family: 'ApfelGrotezk';
    letter-spacing: -0.022em;
    color: #000;
}

.chat-option {
    cursor: pointer;
    padding: 5px;
}

.chat-question {
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 5px;
}

textarea {
    width: calc(100% - 60px);
    padding: 30px;
    background: #d9d9d9 !important;
    border: none;
    color: #000;
    border-radius: 70px;
    margin-top: 5px;
    font-family: 'ApfelGrotezk';
    height: 140px;
}

.tell-us-more {
    display: none;
}

.contact-close {
    cursor: pointer;
}


.wpcf7-submit {
    background: linear-gradient(90deg, #FFAFF7 50%, #000000 50%);
    background-size: 200% 100%;
    transition: all 0.3s linear;
    color: #1E1E1E;
    height: 60px;
    width: 228px;
    font-size: 18px;
    letter-spacing: -0.022em;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    display: block;
    margin: 20px auto 0 auto;
    font-family: 'ApfelGrotezk';
}

.wpcf7-submit:hover {
    background-position: -100% 0;
    color: #fff
}

#flash-splide,
#flash-splide ul,
#flash-splide li,
#flash-splide .splide__track {
    height: 100%;
}

#flash-splide li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#flash-splide li img {
    image-rendering: auto;
}

#vimeo-iframes {
	background: #ededed;
	width: 100vw;
}

.vimeo-container {
	margin: auto;
}


@media only screen and (max-width: 1400px) and (min-width: 1250px) {
    #terrain .grid-item {
        padding: 30px;
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1025px) {
    #terrain .grid-item {
        padding: 40px;
    }

    #terrain .grid p {
        font-size: 14px;
    }

    #terrain .grid .h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1025px) {
    .tab-col {
        flex-direction: column;
    }

    #terrain .grid-item {
        height: 9vw;
    }

    #terrain .grid .h4 {
        font-size: 2.5vw;
    }
    
    #terrain .grid p {
        font-size: 1.5vw;
    }

    .tab-col .width-68,
    .tab-col .width-32 {
        width: 100%;
    }

    .tab-col .width-32 {
        padding-bottom: 30px;
        text-align: center;
        padding-right: 0;
    }

    .float-bottom {
        position: static;
        padding-top: 20px;
        width: 100%;
    }

    .hide-mob {
        display: none;
    }

    .show-mob {
        display: block;
    }

    .hide-tab-mob {
        display: block;
    }

    .hide-tab-mob {
        display: none;
    }

    .hide-dk {
        display: block;
    }

    .tab-center {
        text-align: center;
    }

    #testimonial-slider .splide__slide {
        width: 66vw !important;
    }

    .testimonial-text {
        font-size: 30px;
    }

    #contact {
        height: 66vw;
    }

    #contact h2 {
        margin-bottom: 50px;
    }

    .footer-box {
        flex-direction: column;
    }

    .social-links a {
        font-size: 16px;
    }

    .social-links {
        gap: 20px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    header .pink-btn {
        height: 45px;
        width: 170px;
        font-size: 16px;
    }

    .header-logo a {
        font-size: 35px;
    }

    #packages .grid-item .grid-padding {
        padding: 20px 20px 103px 20px;
    }

    #packages .grid-item .pink-btn {
        bottom: 20px;
        left: 20px;
    }
}

@media only screen and (max-width: 768px) { 
    .mob-col {
        flex-direction: column;
    }
	
	.vimeo-container iframe {
		border-radius: 30px;
	}
	
	.rotate-content {
		top: 0;
	}
	
	#vimeo-iframes {
		padding-top: 0;
		padding-bottom: 0;
	}

    #hero {
        aspect-ratio: 16 / 9;
        height: auto;
        margin-top: 0;
        position: relative;
    }

    #hero video {
        position: absolute;
        top: 0;
        left: 0;
    }

    #packages h3 {
        font-size: 9vw;
    }

    #packages .grid-item {
        border-radius: 30px;
    }

    #terrain .grid .h4 {
        font-size: 24px
    }

    #terrain .grid-item {
        max-width: calc(100% - 40px);
    }

    #terrain .grid-item {
        height: 130px;
    }

    #terrain .grid-item p {
        font-size: 16px;
    }

    .width-68 .h4 {
        font-size: 24px;
    }

    #testimonial-slider {
        margin-top: 50px;
    }

    .testimonial-text {
        font-size: 20px;
    }

    #testimonial-slider .splide__slide {
        width: 80vw !important;
        padding: 30px;
    }

    .mob-wrap {
        flex-wrap: wrap;
    }

    .rotate-content h3 {
        font-size: 14vw;
        letter-spacing: -0.06em;
        line-height: 14vw;
        text-align: center;
        position: absolute;
        top: calc(50% - 7vw);
        left: calc(50% - 30vh);
        width: 60vh;
    }

    .about-2 h3 {
        text-align: left;
        position: static; 
        width: calc(70vw - 40px);
    }
    
    .rotate-content {
        border-radius: 30px;
        display: inline-block;
        width: calc(30vw - 40px);
        height: 50vh;
        position: relative;  
        padding: 20px;  
    }

    .about-2 .rotate-content {
        width: calc(70vw - 40px);
        height: 50vh;
        border-radius: 5vw;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    h3 {
        font-size: 18vw;
    }

    .width-20 {
        width: 100%;
        border-radius: 30px;
        margin-top: -2px;
		height: 50vh;
    }

    .about-block p {
        font-size: 24px;
        padding-bottom: 10px;
    }

    #terrain .grid-item {
        padding: 20px;
        border-radius: 30px;
    }

    #about {
        background: #fff;
    }

    .large-font {
        font-size: 20vw;
        max-width: 70vw;
    }

    .about-block p {
        max-width: 90vw;
    }

    #terrain .grid {
        grid-template-columns: 1fr 1fr;
    }

    #terrain .item-1 {
        order: 1;
    }
    #terrain .item-2 {
        order: 2;
    }

    #terrain .item-3 {
        grid-column: 1 / span 2;
        order: 5;
    }
    
    #terrain .item-4 {
        order: 3;
    }

    #terrain .item-5 {
        order: 4;
    }

    #terrain .item-6 {
        grid-column: 1 / span 2;
        order: 6;
    }

    #terrain .item-7 {
        grid-column: 1 / span 2;
        order: 7;
    }

    #terrain .item-8 {
        grid-column: 1 / span 2;
        order: 8;
    }

    #terrain .item-9 {
        grid-column: 1 / span 2;
        order: 9;
    }

    #terrain .item-10 {
        grid-column: 1 / span 2;
        order: 10;
    }

    #special h2 {
        max-width: 80vw;
    }

    .skill-div {
        padding: 50px !important;
    }
    
    #special .grid {
        grid-template-columns: 1fr;
    }

    #packages .grid {
        grid-template-columns: 1fr;
    }

    .h2 {
        font-size: 10vw;
    }

    #packages h2 {
        max-width: 80vw;
    }

    header .mob-btn {
        background: linear-gradient(90deg, #FFAFF7 50%, #000000 50%);
        background-size: 200% 100%;
        transition: all 0.3s linear;
        height: 30px;
        width: 60px;
        border: none;
        border-radius: 15px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    header .mob-btn:hover {
        background-position: -100% 0;
    }

    .mob-btn svg {
        width: 20px;

    }

    .social-links a {
        text-decoration: underline;
    }

    .header-logo a {
        font-size: 24px;
    }

    header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contact-box {
        padding: 30px 20px;
        width: calc(100% - 80px);
        left: 20px;
        top: calc(50% - 300px);
    }

    .contact-flex {
        flex-direction: column;
    }

    .contact-field {
        width: 100%;
    }

    .contact-field input {
        height: 20px;
    }

    textarea {
        height: 100px;
    }

    .contact-close {
        width: 40px;
        height: 40px;
        top: 30px;
        right: 20px;
    }

    #footer .flex {
        flex-direction: column;
    }

    #footer {
        padding: 30px 20px;
        text-align: center;
    }

    .footer-box {
        width: 100%;
    }

    .footer-contact {
        width: 100%;
    }

    .footer-ctas {
        padding-bottom: 20px;
    }

    .pink-btn {
        height: 40px;
        font-size: 16px;
    }

    #contact h2 {
        margin-top: 5vw;
    }

    .contact-dot {
        width: 15vw;
        height: 15vw;
    }

    .contact-dot-3 {
        top: 90%;
    }

    .contact-dot-5 {
        top: 62%;
    }

}

