/*
 Theme Name: Golfgeeks Child
 Theme URI: https://wpastra.com/
 Description: Child Theme for Astra Theme
 Author: Your Name
 Template: astra
 Version: 1.0.0
*/


/* General Styles */
:root {
      --green: #008264;
      --white: #ffffff;
      --black: #000000;
      --max-width: 1460px;
      --small-layout: 1200px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body, ol, ul, li, div, p, span, form, h1, h2, h3, h4, h5, h6, table, thead, th, tbody, tr, td, img, input, textarea, dd, dt, dl {
    word-wrap: break-word;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dd, dt, dl {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a img, img {
    border: none;
    outline: none !important;
}

img {
    width: auto;
    max-width: 100%;
    display: block;
}

input[type=submit], input[type=reset], input[type=button], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

a, button {
    cursor: pointer;
    text-decoration: none;
    outline: 0 !important;
    color: inherit;
    transition: .3s;
}

a:hover, button:hover {
    text-decoration: none;
}

input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: 0 !important;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
    background-color: #fff;
    font-family: 'Gilroy', sans-serif;
}

::selection {
    text-shadow: none;
    background: var(--green);
    color: var(--white);
}

ul, menu, dir {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}

*, *:after, *:before {
    box-sizing: border-box;
    outline: 0;
}



/* Layout & Typography */
/* font-family: "Playfair", serif; */
/* font-family: 'Gilroy', sans-serif; */

@font-face {
  font-family: 'Gilroy';
  src: url("./assets/fonts/Gilroy-Bold.woff") format("woff"),
       url("./assets/fonts/Gilroy-Bold.woff2") format("woff2"),
       url("./assets/fonts/Gilroy-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url("./assets/fonts/Gilroy-Medium.woff") format("woff"),
        url("./assets/fonts/Gilroy-Medium.woff2") format("woff2"),
       url("./assets/fonts/Gilroy-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}


.layout {
    width: 100%;
    max-width: var(--max-width);
    padding: 0 30px;
    margin: 0 auto;
}
.small-layout {
    width: 100%;
    max-width: var(--small-layout);
    margin: 0 auto;
}

h1{
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: var(--white);
    display: block;
    letter-spacing: 1px;
}
p{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--white);
    display: block;
}

.flex{
    display: flex;
}
.v-center{
    display: flex;
    align-items: center;
}

.coming-soon-main{
    background: var(--black);
    padding: 50px 0px 0px;
    position: relative;
    min-height: 100vh;
}
.left-corner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 38.8%;
    /* background: red; */
    z-index: 1;
}
.right-corner{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 22.55%;
    /* background: red; */
    z-index: 1;
}
.landing-main{
    position: relative;
    z-index: 2;
}
.landing-inner{
    justify-content: center;
}
.landing-content{
    width: 600px;
}
.golf-img{
    margin-left: -30px;
}
.golf-img img{
    max-height: 850px;
}
.title-part{
    flex-direction: column;
    gap: 15px;
    text-align: left;
    margin-top: 35px;
}
.title-part p{
    font-family: "Playfair", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    font-style: italic;
}
.golf-facility{
    padding: 24px 0px;
    gap: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
}
.golf-facility-block{
    gap: 16px;    
}
.golf-facility-block img{
    width: 24px;
    height: 24px;
}
.golf-facility-block p{
    flex: 1 0 0;
}
.golf-address{
    flex-direction: column;    
    gap: 16px;
}
.add-title{
    font-family: "Playfair", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
}
.address-block {
    gap: 8px;
}
.address-block img{width: 28px;}
.address-block a{
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--white) !important;
    display: block;    
}
.notify-block{
    margin: 24px 0px 35px;
}
.notify-block .wpforms-form {
    display: flex;
}
.notify-block .wpforms-field-container{
    flex: 1 0 0;
}
.notify-block div.wpforms-container-full:not(:empty), .notify-block .wpforms-submit-container{
    margin: 0px !important;
}
.notify-block .wpforms-container .wpforms-field{
    padding: 0px;
}
.notify-input, input[type="text"], .notify-block div.wpforms-container-full input[type=email]{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #AAAAAA;
    border: none;
    padding: 24px 26px;
    outline: none;
    box-shadow: none;
    flex: 1 0 0;
    height: auto;
    border-radius: 0px;
    border: 1px solid var(--white);
}
.notify-block div.wpforms-container-full input[type=email]:focus:invalid{
    box-shadow: none !important;
}
.sub-btn, .notify-block div.wpforms-container-full button[type=submit] {
    padding: 16px 56px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    background: var(--green);
    color: var(--white);
    border: none;
    text-transform: capitalize;
    border-radius: 0px;
    transition: 0.3s ease;
    height: 100%;
    border: 1px solid var(--green);
}
.notify-block div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
    background: var(--green);
    color: var(--white);
}
.notify-block .wpforms-container em.wpforms-error{
    display: none !important;
}
.sub-btn:hover, .notify-block div.wpforms-container-full button[type=submit]:hover {
    background: #006b52;
    color: #fff;
}
a.sub-btn:hover{
    color: var(--green);
    background: var(--white);
}
.find-us-main{
    gap: 16px;
    padding-bottom: 40px;
}
.find-text{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--white);
    display: block;
}
.find-social{
    gap: 16px;
}
.find-social a{
    transition: 0.3s ease;
}
.find-social a:hover{
    opacity: 0.7;
}
.h-line{
    width: 64px;
    height: 1px;
    background: var(--white);
    margin: 0px;
}

#ast-scroll-top{
    background: var(--green);
}

.mob-logo{
    display: none;
}

/* modal css */
.gallery-modal {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.85);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }        

        .modal-close {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 36px;
            color: #fff;
            cursor: pointer;
        }
        .modal-block{
            background: #fff;
            padding: 25px;
            border-radius: 15px;
            max-width: 500px;
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin: 10px;
        }
        .modal-block h3{
            font-size: 22px;
            line-height: 28px;
            color: #333;
        }
        .form-block{
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .form-input-field, .form-input-field[type="text"], .form-input-field[type="tel"], .form-input-field[type="email"]{
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            color: #AAAAAA;            
            padding: 14px 20px;
            outline: none;
            box-shadow: none;
            flex: 1 0 0;
            border: 1px solid #ddd;
            border-radius: 0px;
            height: 50px;
            margin-top: 5px;
        }
        body.modal-open {
            overflow: hidden;
        }
        .form-block .wpcf7-form label{
            font-size: 15px;
        }
        .form-block .wpcf7-form > p{
            margin-bottom: 10px;
        }
        .form-block .wpcf7-form  > p:last-of-type{
            display: flex;
            flex-direction: row-reverse;
            margin: 25px 0px 0px;
        }
        .form-block label br{
            display: none;
        }
        .form-block .wpcf7-spinner{
            align-self: center;
            display: none;
        }
        .wpcf7-submit[type="submit"], .wpcf7-submit[type="submit"]:focus{
            padding: 16px 42px;
            font-weight: 500;
            font-size: 22px;
            line-height: 22px;
            background: var(--green);
            color: var(--white);
            border: none;
            text-transform: capitalize;
            border-radius: 0px;
            transition: 0.3s ease;
            height: 100%;
            border: 1px solid var(--green);
            width: 100%;
        }
        .wpcf7-submit[type="submit"]:hover{
            background: var(--white);
            color: var(--green);
             border: 1px solid var(--green);
        }
        .notify-btn{
            display: inline-block;
        }
       .form-block .form-row{
            display: flex;
            gap: 10px;
        }
        .form-block .form-col {
            width: 100%;
        }
    .form-block .wpcf7 form.sent .wpcf7-response-output, .form-block .wpcf7 form.invalid .wpcf7-response-output{
        border: unset;
        color: var(--white);
    }

@media screen and (max-width: 1199px){    
    /* h1{
        font-size: 60px;
        line-height: 70px;
    } */
    .title-part{
        gap: 15px;
        margin-top: 40px;
    }
    .golf-img {
        margin-left: -10px;
        width: 70%;
    }
}

@media screen and (max-width: 1024px){
    .notify-input, input[type="text"], .notify-block div.wpforms-container-full input[type=email]{
        font-size: 20px;
        padding: 20px 26px;
    }
    .sub-btn, .notify-block div.wpforms-container-full button[type=submit]{
        padding: 10px 30px;
        font-size: 21px;
        line-height: 32px;
    }
}

@media screen and (max-width: 991px){
    .landing-inner{
        flex-direction: column-reverse;
        gap: 50px;
    }
    .landing-content{
        width: 100%;
    }
    .golf-img {
        margin-left: 0px;
        width: 100%;
    }
    .golf-img img{
        max-height: unset;
    }
    .header-logo{
        display: none;
    }
    .mob-logo{
        display: block;
    }
    .title-part {     
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px){
    .layout{
        padding: 0px 15px;
    }
    .left-corner{
        width: 50%;
    }
    .right-corner{
        width: 45.5%;
    }
    .coming-soon-main {
        padding-top: 50px;
    }
    h1 {
        font-size: 44px;
        line-height: 54px;
    }
    /* p{
        font-size: 18px;
        line-height: 24px;
    } */
    .landing-inner{     
        gap: 40px;
    }
    .title-part {
        gap: 15px;
    }
    .title-part p{
        font-size: 24px;
        line-height: 30px;
    }
    .golf-facility{
        padding: 24px 0px;
    }
    .add-title{
        font-size: 20px;
        line-height: 30px;
    }
    .notify-block {
        margin: 24px 0px;
    }    
    .find-us-main{
        padding-bottom: 20px;
    }
    .find-text{
        font-size: 20px;
        line-height: 28px;
    }
    .h-line{
        width: 30px;
    }
    .find-social, .find-us-main{
        gap: 10px;
    }
    .find-social a{
        width: 25px;
    }
}

@media screen and (max-width: 480px){
    .coming-soon-main {
        padding-top: 30px;
    }

    .form-block .form-row{
        flex-direction: column;
        gap: 14px;
    }
}

@media screen and (max-width: 380px){
    .notify-block .wpforms-form {     
        flex-direction: column;
        gap: 10px;
    }
    .notify-input, input[type="text"], .notify-block div.wpforms-container-full input[type=email] {
        font-size: 18px;
        padding: 12px 15px;
        line-height: 22px;
    }
    .sub-btn, .notify-block div.wpforms-container-full button[type=submit] {
        padding: 10px 30px;
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        text-align: center;
    }
}


