@import url('https://fonts.googleapis.com/css2?family=Kalnia+Glaze:wght@100..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.bgimg{
    background-image: url('./img/digital-8560051_1280.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position-y: 15%;
    background-position-x :0%;
    background-size:cover;
}
.orange{
    color: #ed5226;
}
.black{
    color: black;
}
.blackbg{
    background-color: black;
}
.grad{
    background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.500) 0%, rgba(0,0,0,0.200) 500%);
}
.poppins{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.poppins700{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.logo{
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.logo:hover{
    color:  #ed5226;
}
.comtext{
color: white;
font-family: "Poppins", sans-serif;
font-weight: 400;
}
.comtext:hover{
    border-bottom: solid 2px white;
    color: #ed5226;
}
.headline{
    font-size: 100px;
    color: #ed5226;
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-style: normal;
}
.headline:hover{
    color: white;
}
.borderorg{
    border: solid 2px #ed5226;
}
/* nav bar */
.logosize{
    height: 70px;
}

/* email send button link */
.get-start-area .email {
    background: #000000;
    height: 50px;
    max-width:60%;
    border: none;
    border-radius: 24px;
    padding: 0px 15px;
}
.form-control::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.get-start-area .email:focus {
    border: none;
    color: white;
    outline-offset: transparent !important;
    border-radius: 30px;
}

.get-start-area .submit {
    background-color: #ed5226;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: none;
    height: 50px;
    min-width: 167px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
    margin-left: 10px;
}

.get-start-area .submit:hover {
    background: #ffc60b;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
/* email button link close */

/* lets go part */
.letgo{
color: #000000;
}
.letgo:hover{
    color: #ed5226;
}
/* why choose us */
.bgtrans{
   
    background-color: white;
}

.bgtrans h4::before{
    color: #ed5226;
}
.bgtrans:hover{
    color: white;
    background-color: #ed5226;
}
/* footyer */
.btnorg{
    background-color: #ed5226;
}

@media screen and (max-width: 500px) {
    .headline{
        font-size: 50px;
        color: #ed5226;
        font-family: "PT Serif", serif;
        font-weight: 700;
        font-style: normal;
    }
    .logosize{
        height: 50px;
    }
    .logo{
        color: white;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 15px;
    }

  }
  @media screen and (max-width: 1025px) {
    
    .get-start-area .email {
        background: #000000;
        margin-bottom: 20px;
        height: 50px;
        max-width:100%;
        border: none;
        border-radius: 24px;
        padding: 0px 15px;
    }
  }