*{
    margin: 0;
    padding: 0;
    font-family: 'Poppings', sans-serif;
    box-sizing: border-box;
}

/*****NAVBAR****/
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #990011;
    position: fixed;
    z-index: 100;
    width: 100%;
}
nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}
nav ul li a{
    color:#fcf6f5;
    text-decoration: none;
    font-size: 25px;
    position: relative;
}

/*****The hero image*****/
body, html {
    height: 100%;
    background: #0d0c0c;
}
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: left;
  position: absolute;
  top: 45%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: #fcf6f5;
  font-size: 32px;
}
.hero-text button{
    font-size: 28px;
    color: #fcf6f5;
    background: #990011;
    width: 200px;
    height: 50px;
    margin-top: 20px;
    cursor: pointer;
}

/****2-col-txt-img****/
#2-col-txt-img{
    padding: 80px 0;
    color: #000;
}
.txt-img-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    background: #990011;
}
.txt-img-col-1{
    flex-basis: 40%;
    margin-left: 15px;
}
.txt-img-col-2 img{
    width: 100%;
    border-radius: 5px;
    margin: 15px 0;
}
.txt-img-col-2{
    flex-basis: 55%;
    margin-right: 15px
}
.txt-img-sub-title{
    font-size: 50px;
    font-weight: 600;
    color: #fcf6f5;
    text-align: center;
    margin: 20px 0;
}
.txt-img-col-1 p{
    font-size: 22px;
    color: #fcf6f5;
    text-align: center;
}

/*****Full-img-text*****/
.full-img-text {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/full-1.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 50px;
}
.full-img-text-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/full-2.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 50px;
}
.full-img-text-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/full-3.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 50px;
}
.full-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fcf6f5;
    font-size: 28px;
}

/*****2-col-txt*****/
#2-col-txt{
    padding: 80px 0;
    color: #fcf6f5;
}
.two-col-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    background: #150002;
    color: #fcf6f5;
}
.txt-col-1{
    flex-basis: 50%;
}
.txt-col-2{
    flex-basis: 50%;
}
.two-col-sub-title{
    font-size: 50px;
    font-weight: 600;
    color: #fcf6f5;
    text-align: center;
    margin: 20px 0;
} 
.txt-col-1 p{
    font-size: 18px;
    margin: 20px 15px;
}
.txt-col-2 p{
    font-size: 18px;
    margin: 20px 15px;
}

/*****Call to Action*****/
body, html {
    height: 100%;
}
.call-to-action {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/cta-1.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 50px;
}
.cta-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 28px;
}
.cta-text button{
    font-size: 22px;
    color: #fcf6f5;
    background: #990011;
    width: 180px;
    height: 50px;
    margin: 20px 0;
    cursor: pointer;
}

/*****Title sec*****/
.title-sec {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/background.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
.title-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 32px;
}

/*****Footer*****/
.footer{
    margin-top: 50px;
    width: 100%;
    padding: 100px, 15%;
    background: #990011;
    color: #fcf6f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 300px;
    font-size: 18px;
}
.footer div{
    text-align: center;
}
.footer-col-1{
    flex: 1;
    text-align: left;
}
.footer-col-2{
    flex: 1;
    text-align: center;
}
.footer-col-3{
    flex: 1;
    text-align: right;
}
.footer div h3{
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.footer-col-1 a{
    display: block;
    text-decoration: none;
    color: #fcf6f5;
    margin-bottom: 10px;
}
.footer-col-2 button{
    background: transparent;
    border: 2px solid #fcf6f5;
    color: #fcf6f5;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 15px;
    cursor: pointer;
}
.social-icons{
    margin-top: 30px;
}
.social-icons i{
    font-size: 22px;
    margin: 10px;
    cursor: pointer;
}

/*****1-col-large*****/
#1-col-large{
    padding: 80px 0;
    color: #000;
}
.one-col-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #990011;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
.one-col-large{
    flex-basis: 100%;
}
.one-col-sub-title{
    font-size: 80px;
    font-weight: 600;
    color: #fcf6f5;
    text-decoration: underline;
    text-align: center;
    margin-top: 20px;
} 
.one-col-large p{
    font-size: 22px;
    color: #fcf6f5;
    margin-left: 20%;
    margin-right: 20%;
}
.one-col-large h3{
    font-size: 35px;
    color: #fcf6f5;
    text-align: center;
    text-decoration: underline;
}
.one-col-large h6{
    font-size: 18px;
    color: #fcf6f5;
    margin: 15 50px;
}

/*****Contact-form*****/
.contact-row{
    display: flex;
    margin-top: 50px;
}
.contact-left{
    flex-basis: 35%;
    padding-left: 100px;
}
.contact-right{
    flex-basis: 60%;
}
.contact-left p{
    margin-top: 30px;
    color: #fff;
    font-size: 24px;
}
.contact-left p i{
    color: #990011;
    margin-right: 15px;
    font-size: 25px;
}
.contact-sub-title{
    color: #fff;
    font-size: 50px;
}
.contact-sub-title i{
    color: #990011;
    margin-right: 15px;
    font-size: 51px;
}
.social-icons{
    margin-top: 30px;
}
.social-icons a{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}
.social-icons a:hover{
    color: #990011;
    transform: translateY(-5px);
}
.btn.btn2{
    display: inline-block;
    background: #990011;
}
.content-right form{
    width: 100%;
}
form input, form textarea{
    width: 100%;
    border: 0;
    outline: none;
    background: #262626;
    padding: 15px;
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
}
form .btn2{
    padding: 14px 60px;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
    color: #fff;
}

/*****Mobile CSS*****/
nav .fa-solid{
    display: none;
}
@media only screen and (max-width: 600px){

    /*****nav mobile*****/
    nav .fa-solid{
        display: block;
        font-size: 40px;
        margin-left: 30px;
        color: #fcf6f5;
    }
    nav ul{
        background: #990011;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 70px;
        z-index: 2; 
        transition: left 0.5s;
    }
    nav ul li{
        display: block;
        margin-left: 30px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
        color: #fcf6f5
    }

    /*Hero mobile*/
    .hero-text {
        font-size: 22px;
        left: 40%;
      }
      .hero-text button{
          font-size: 18px;
          width: 150px;
          height: 50px;
      }
      
    /*2-col-txt-img mobile*/
    .txt-img-col-1{
        flex-basis: 100%;
        margin: 0;
    }
    .txt-img-col-2 img{
        width: 100%;
        margin: 15px 0;
        height: auto;
        display: block;
    }
    .txt-img-col-2{
        flex-basis: 100%;
        margin-right: 0;
    }
    .txt-img-sub-title{
        font-size: 34px;
    }
    .txt-img-col-1 p{
        font-size: 14px;
    }

    /*Full-img-txt mobile*/
    .full-text {
        font-size: 14px;
    }

    /*2-col-txt mobile*/
    .txt-col-1{
        flex-basis: 100%;
    }
    .txt-col-2{
        flex-basis: 100%;
    }
    .two-col-sub-title{
        font-size: 40px;
    } 
    .txt-col-1 p{
        font-size: 14px;
    }
    .txt-col-2 p{
        font-size: 14px;
    }

    /*Call to action mobile*/
    .cta-text {
        font-size: 18px;
      }
    .cta-text button{
          font-size: 16px;
          width: 150px;
          height: 50px;
    }

    /*Footer mobile*/
    .footer {
        margin-top: 50px;
        padding: 50px 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        min-height: 300px;
    }
    .footer-col-1{
        flex-basis: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-col-2{
        flex-basis: 100%;
        margin-bottom: 30px;
        margin-top: 50px;
        text-align: center;
    }
    .footer-col-3{
        flex-basis: 100%;
        margin-bottom: 30px;
        margin-top: 50px;
        text-align: center;
    }
    .footer-col h3 {
        font-weight: 300;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .footer-col a {
        display: block;
        text-decoration: none;
        color: #fff;
        margin-bottom: 10px;
    }
    .footer-col-2 {
        margin-bottom: 20px;
    }
    .foot-btn {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        border-radius: 30px;
        padding: 10px 30px;
        font-size: 15px;
        cursor: pointer;
    }
    .social-icons {
        margin-top: 20px;
    }
    .social-icons i {
        font-size: 22px;
        margin: 0 10px;
        cursor: pointer;
    }

    /*Title-sec mobile*/
    .title-text {
        font-size: 22px;
    }

    /*1-col-large mobile*/
    .one-col-sub-title{
        font-size: 50px;
    } 
    .one-col-large p{
        font-size: 12px;
        color: #fcf6f5;
        margin-left: 20%;
    }
    .one-col-large h3{
        font-size: 22px;
        color: #fcf6f5;
        text-align: center;
        text-decoration: underline;
    }
    .one-col-large h6{
        font-size: 10px;
        color: #fcf6f5;
        margin: 15 50px;
    }

    /*Contact mobile*/
    .contact-row{
        display: block;
    }
    .contact-left{
        flex-basis: 100%;
        padding-left: 0;
    }
    .contact-sub-title{
        color: #fff;
        font-size: 35px;
        text-align: center;
    }
    .contact-sub-title i{
        font-size: 36px;
    }
    .contact-right{
        flex-basis: 100%;
    }
    .contact-left p{
        font-size: 20px;
        text-align: center;
    }
    .contact-left p i{
        font-size: 21px;
    }
    .btn.btn2{
        margin-left: 30px;
    }
}