@font-face {
    font-family: font87;
    src: url("../fonts/Helvitica87/Helvetica87.otf");
}
@font-face {
    font-family: font57;
    src: url("../fonts/Helvetica57/Helvetica57.otf");
}
@font-face {
    font-family: font36;
    src: url("../fonts/Helvetica36Italic/italic36.otf");
}
@font-face {
    font-family: hel23;
    src: url("../fonts/helvetica23light/Helvetica\ Neue\ LT\ Std\ 23\ Ultra\ Light\ Extended.otf");
}
@font-face {
    font-family: fontPal;
    src: url("../fonts/palatino/Palatino\ Font.ttf");
}

body {
    padding: 0;
    margin: 0;
}
/* .maindiv{
    background-color: green;
} */
.maincontainer {
    /* background-color: green; */
    height: 100vh;
    display: flex;
}
.lastBox {
    display: none;
}
.lastDivMobile {
    display: none;
}
.leftmain {
    width: 25%;
}
.leftcontent {
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.TonyBio{
    margin-top: 30%;
    font-family: font57;
}
.TonyBioMobile{
    margin-top: 7%;
    font-family: font57;
    font-weight: lighter;
}
.TonyNameM{
    font-size: 16px;
}
.TonyCeoM{
    font-size: 14px;
}
.TonyName{
    font-size: 20px;
}
.TonyCeo{
    font-size: 16px;
}
.aimLogo {
    width: 90%;
}
.moreandcontact {
    padding-top: 8%;
}
.moreinfo {
    font-family: font87;
    color: #5e5e5e;
    font-size: large;
}
.contactbox {
    border-radius: 14px;
    width: fit-content;
    background-color: #000000;
    padding: 3px 10px 1.5px 10px;
}
.contact {
    font-size: 14px;
    text-decoration: none;
    color: white;
    /* background-color: green; */
    font-family: font87;
}
.rightmain {
    background-image: url("/images/background.jpeg");
    background-repeat: no-repeat;
    /* background-position: initial; */
    /* background-origin: content-box; */
    background-position: 16%;
    background-size: cover;
    width: 75%;
}
.righttextbox {
    padding-left: 2%;
    padding-top: 2%;
}
.BigtextA {
    font-family: font87;
    line-height: 74px;
    color: white;
    /* padding-left: 3%; */
    font-size: 80px;
}
.BigtextB {
    font-family: font57;
    font-style: italic;
    color: white;
    /* padding-left: 3%; */
    font-size: 32px;
}
.belowTextContainer {
    padding-top: 8%;
    padding-left: 2%;
}
.aimImg {
    width: 17%;
}
.AimText {
    font-family: font57;
    font-style: italic;
    color: white;
    font-size: 32px;
}
.aimImgMobile{
    display: none;
}

.container {
    position: relative;
    width: 70%;
    display: flex;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    border-radius: 15px 15px 15px 15px;
    /* background-color: #ffff; */
    background-color: transparent;
}
form{
    /* background-color: yellow; */
}
.emaildiv{
    border-radius: 15px 15px 15px 15px;
    width: 75%;
    background-color: antiquewhite;
    /* background-color: green; */
    /* float: left; */
}
.input-field {
    width: 100%;
    padding: 15px;
    border: none;
    outline: none;
    font-size: 16px;
    background-color: #ffff;
    color: #7a7a7a;
    border-radius: 15px 15px 15px 15px;
    /* flex: 1; */
}

.input-field::placeholder {
    color: #d1d1d1; /* Placeholder color */
    font-family: fontPal;
    font-style: italic;
}
.buttondiv{
    /* float: right; */
    width: 35%;
    background-color: #000000;
}
.button1 {
    width: 20%;
    padding: 16px 30px;
    text-align: center;
    background-color: #264b74; /* Button background color */
    color: #fff;
    border: 1px solid #264b74;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    font-size: 16px;
    font-family: fontPal;
    text-decoration: none;
    transition: background-color 0.3s;
    font-style: italic;
}

.button1:hover {
    background-color: #1d3a5b; /* Hover effect */
    font-style: normal;
}


@media (max-width: 1350px) {
    .rightmain {
        background-position: 40%;
    }
    .BigtextA {
        font-size: 60px;
    }
    .BigtextB {
        font-size: 26px;
    }
    .belowTextContainer {
        padding-top: 5%;
    }
    .input-field::placeholder {
        color: #d1d1d1; /* Placeholder color */
        font-family: fontPal;
    }
    .AimText {
        font-size: 26px;
    }
    .button1 {
        font-size: 14.5px;
    }
    .aimImg {
        width: 24%;
    }
}
@media (max-width: 1200px) {
    .button1 {
        padding: 18px;;
        font-size: 13px;
    }
    .input-field {
        padding: 16.5px;
    }
}
@media (max-width: 900px) {
    .maincontainer {
        flex-direction: column-reverse;
    }
    .BigtextA {
        line-height: 46px;
        font-size: 42px;
    }
    .BigtextB {
        font-size: 23px;
    }
    .belowTextContainer {
        padding-top: 5%;
    }
    .input-field::placeholder {
        color: #d1d1d1; /* Placeholder color */
        font-family: fontPal;
    }
    .container{
        width: 80%;
    }
    .AimText {
        font-size: 23px;
    }
    .aimImg {
        width: 20%;
    }
    .rightmain {
        background-position: 69%;
        height: 85vh;
        width: 100%;
    }
    .leftmain {
        display: none;
    }
    .lastDivMobile {
        display: block;
        padding: 2% 0 3% 5%;
        width: 100%;
        height: 15vh;
    }
    .lastDivInfo {
        font-family: font57;
        font-style: italic;
        color: #000000;
        font-size: 20px;
    }
    .infoAim {
        padding-top: 2%;
        font-family: font57;
        font-style: italic;
        color: #000000;
        font-size: 20px;
    }
    .aimLogoLast {
        /* float: right; */
        margin-right: 2%;
        width: 15%;
        margin-bottom: 3%;
    }
}
@media (max-width: 750px) {
    .BigtextA {
        line-height: 42px;
        font-size: 38px;
    }
    .BigtextB {
        font-size: 20px;
    }
    .input-field::placeholder {
        color: #d1d1d1; /* Placeholder color */
        font-family: fontPal;
    }
    .belowTextContainer {
        padding-top: 10%;
    }
    .container{
        width: 95%;
    }
    .AimText {
        font-size: 20px;
    }
    .aimImg {
        width: 30%;
    }
    .rightmain {
        background-position: 35%;
        height: 85vh;
    }
    .aimLogoLast {
        width: 25%;
    }
    .lastDivMobile {
        height: 15vh;
    }
}
@media (max-width: 750px) {
    .button1 {
        padding: 18px;;
        font-size: 13px;
    }
    .input-field {
        padding: 16.5px;
    }
}
@media (max-width: 605px) {
    .button1 {
        padding: 14.5px;;
        font-size: 13px;
    }
    .input-field {
        padding: 13px;
    }
}
@media (max-width: 588px) {
    .button1 {
        padding: 13px;;
        font-size: 13px;
    }
    .input-field {
        padding: 16.5px;
    }
}
@media (max-width: 500px) {
    /* .contact{
        font-size: 16px;
    } */
    .input-field {
        width: 95%;
    }
    .BigtextA {
        display: none;
    }
    .BigtextB {
        display: none;
    }
    .AimText{
        font-size: 16px;
        /* background-color: yellow; */
        padding-left: 3%;
    }
    .belowTextContainer {
        margin-top: 65%;
        padding:2%;
        background-color: #3b4957;
    }
    .aimImgMobile{
        background-color: transparent;
        display: block;
        width: 40%;
    }
    .mobileimageaim{
        margin-left: 3%;
        margin-top: 5%;
        width: auto;
        background-color: transparent;
    }
    .container{
        width: 98%;
    }
    .button1 {
        padding: 13px;;
        font-size: 15px;
    }
    .input-field::placeholder {
        font-size: 16px;
        font-style: italic;
    }
    .input-field {
        padding: 16.5px;
    }
    .aimImg {
        display: none;
    }
    .lastBox {
        display: block;
        background-color: transparent;
    }
    .righttextboxMobile {
        margin-bottom: -1px;
        padding-top: 2%;
        padding-left: 3%;
        padding-bottom: 2%;
        background-color: #3b4957;
    }
    .BigtextA1 {
        font-family: font87;
        line-height: 36px;
        color: white;
        font-size: 33px;
    }
    .BigtextB1 {
        font-family: font57;
        font-style: italic;
        color: white;
        font-size: 20px;
    }
    .rightmain {
        background-position: 71.5%;
        height: 90vh;
    }
    .TonyNameM{
        font-size: 20px;
    }
    .TonyCeoM{
        font-size: 18px;
    }
}

@media (max-width: 430px) {
    .AimText{
        font-size: 16px;
        /* background-color: yellow; */
        padding-left: 3%;
    }
    .button1 {
        padding: 12px;;
        font-size: 15px;
    }
    .input-field::placeholder {
        font-size: 16px;
        font-style: italic;
    }
    .input-field {
        padding: 16.5px;
    }
}
