@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Saira", sans-serif;
}
.logo {
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
}
header {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}
header ul {
    display: flex;
    justify-content: center;
    text-align: center;
}
header ul li {
    list-style: none;
}
header ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 17px;
    margin: 30px;
    font-weight: 500;
}
header ul li a:hover {
    color: #ace60d;
    transition: 0.3s;
}
header .menu {
    font-size: 30px;
    display: none;
}
#check1 {
    display: none;
}
.submit-tool-btn a {
    background-color: #ace60d;
    border-radius: 20px;
    padding: 7px 18px;
    color: rgb(0, 0, 0);
    font-size: 11pt;
    font-weight: 500;
}
.submit-tool-btn a:hover {
    color: #000000;
    background-color: #ffffff;
}
.about-container {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    padding-top: 50px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.about-sub-heading {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}
.about-sub-heading h2 {
    color: rgb(255, 255, 255);
    font-size: 35pt;
    font-weight: 500;
}
.about-heading {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}
.about-heading h1 {
    color: #ace60d;
    font-size: 80pt;
    font-weight: 500;
}
.span1 {
    color: #27aae1;
    font-size: 80pt;
    font-weight: 500;
}
.about-txt-frame {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
}
.txt {
    width: 40%;
    height: auto;
    flex-wrap: wrap;
    margin: 20px;
}
.txt p {
    color: rgb(255, 255, 255);
    margin: 0px;
    font-size: 13pt;
}
span {
    color: #ace60d;
    font-size: 15pt;
    font-weight: 600;
}
.about-container1 {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.about2 {
    width: 40%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.about2 h2 {
    width: 100%;
    text-align: center;
    padding: 20px;
    color: white;
}
.t1 {
    width: 400px;
    height: auto;
    background-color: #1d1c1c;
    padding: 20px;
    border-radius: 20px;
    margin: 10px;
}
.t1 h3 {
    color: #ace60d;
    font-weight: 500;
}
.t1 p {
    color: white;
    font-weight: 400;
}
.about-container2 {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
}
.about3 {
    width: 40%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.about3 h2 {
    width: 100%;
    text-align: center;
    padding: 20px;
    color: white;
}
.about3 p {
    font-size: 13pt;
    text-align: center;
    color: white;
}
.social-container {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.social-frame {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.social-frame h3 {
    font-size: 16pt;
    margin: 20px;
    color: #ffffff;
    font-weight: 600;
}
.social-frame a {
    padding: 7px;
    text-decoration: none;
    font-size: 20pt;
    color: rgb(255, 255, 255);
}
.contact {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.contact  h2{
    color: #ace60d;
    font-weight: 600;
    font-size: 18pt;
}
.head-container {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
}
.heading {
    width: 90%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-top: 70px;
    display: block;
}
.heading h1 {
    color: rgb(255, 255, 255);
    font-size: 25pt;
    font-weight: 600;
    text-align: center;
}
span2 {
    color: #ace60d;
}
.heading p {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14pt;
    padding: 20px;
    font-weight: 400;
}
.form-container {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-bottom: 0px;
    display: flex;
}
#form {
    width: 600px;
    height: auto;
    border-radius: 20px;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px;
    display: block;
}
input {
    padding-left: 20px;
    border-radius: 10px;
    border-width: 0px;
    font-size: 12pt;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}
textarea {
    padding-left: 20px;
    border-radius: 10px;
    border-width: 0px;
    font-size: 12pt;
    background-color: #ffffff;
    padding-top: 20px;
    color: rgb(0, 0, 0); 
}
select {
    padding-left: 20px;
    border-radius: 10px;
    border-width: 0px;
    font-size: 12pt;
    color: rgb(0, 0, 0);
    background-color: #ffffff;
}
#name,#email {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    margin-top: 5px;
}
#country {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    margin-top: 5px;
}
#message {
    width: 100%;
    height: 150px;
    margin-top: 5px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}
#form-button {
    padding: 5px 20px;
    background-color: #ace60d;
    color: rgb(0, 0, 0);
    border-width: 0px;
    border-radius: 10px;
    font-size: 13pt;
    cursor: pointer;
}
#form-button:hover {
    background-color: #ffffff;
    color: #000000;
    transition: 0.5s;
}
#response {
	color: #ace60d;
    padding: 20px;
}
.footer-container {
    width: 100%;
    height: auto;
    background-color: #1d1c1c;
    align-items: center;
    margin-top: 100px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.copyright {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
.copyright p {
    color: rgb(171, 165, 165);
    font-weight: 400;
    text-align: center;
    font-family: inter;
    font-size: 10pt;
}
.copyright p a {
    color: rgb(171, 165, 165);
    text-decoration: none;
    font-family: inter;
}
@media (max-width:2100px) {
    .about2 {
        width: 50%;
    }
    .about-heading h1 {
        color: #ace60d;
        font-size: 60pt;
        font-weight: 600;
    }
    .span1 {
        color: #27aae1;
        font-size: 60pt;
    }
}
@media (max-width:1680px) {
    .about2 {
        width: 70%;
    } 
}
@media (max-width:1554px) {
    .about-container {
        padding: 40px;
    }
    .txt {
        width: 70%;
        height: auto;
        flex-wrap: wrap;
    }
}
@media (max-width:1280px) {
    .about2 {
        width: 90%;
    } 
}
@media (max-width:1000px) {
    header {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        justify-content: center;
        z-index: 2;
    }
header ul {
        position: fixed;
        top: 70px;
        right: -100%;
        background: #1d1c1c;
        width: 100%;
        height: 100%;
        flex-direction: column;
        transition: right 0.5s linear;
        z-index: 2;
    }
    header ul li a {
        text-decoration: none;
        color: rgb(255, 255, 255);
        font-size: 17px;
        padding: 30px;
        line-height: 70px;
        z-index: 2;
    }
    #check1 {
        display: none;
    }
    header .menu {
        font-size: 25px;
        display: block;
        width: 100px;
        text-align: right;
       margin: 10px;
        color: #ffffff;
        margin-left: 20%;

    }
    .logo {
        margin: 0px;
        z-index: 1;
    }
    #check1:checked ~ ul {
        right: 0;
    }
    .txt {
        width: 100%;
        padding: 0px;
    }
    .txt p {
        font-size: 12pt;
    }
    .about-sub-heading h2 {
        font-size: 20pt;
    }
    .about3 {
        width: 80%;
        height: auto;
        align-items: center;
        align-content: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .about-heading h1 {
        color: #ace60d;
        font-size: 40pt;
    }
    .span1 {
        color: #27aae1;
        font-size: 40pt;
    }
    .about2 {
        width: 100%;
    }
    .t1 {
        width: 100%;
    }
    .about-container {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .social-frame h3 {
        font-size: 15pt;
        margin: 20px;
        font-weight: 600;
    }
    .contact  h2{
        font-weight: 500;
        font-size: 15pt;
    }
    .heading {
        width: 100%;
        padding: 10px;
    }
    .heading h1 {
        font-size: 20pt;
    }
    .heading p {
        font-size: 12pt;
        padding: 20px;
    }
}
@media (max-width:500px) {
    .about-container {
        padding: 10px;
    }
    .about2 h2 {
        font-size: 15pt;
    }
    .about3 h2 {
        font-size: 15pt;
    }
    .txt {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .social-frame h3 {
        font-size: 15pt;
        margin: 20px;
        font-weight: 600;
    }
}