/*=====================
FONTS LINK HERE
======================*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
    --dmSans: "DM Sans", serif;
}

/*======================
Header area start
========================*/
body {
    font-family: "IBM Plex Sans", serif;
    font-size: 16px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
    display: inline-block;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.container {
    max-width: 976px;
    padding-left: 30px;
    padding-right: 30px;
}

.main-area {
    background: url(images/resize-final-design-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
    height: auto;
}

.profile-row {
    padding-top: 40px;
}

.photo-card {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
}

.photo-card img {
    width: 100%;
}

.name-card h2 {
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
    margin-top: 16px;
    margin-bottom: 4px;
}

.desc-card p {
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 160%;
}

.social-links-card {
    padding-top: 24px;
}

.social-links-card ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 19.71px;
}

.social-links-card ul li a,
.social-links-card ul li span {
    width: 360px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 400%;
    transition: all 0.4s ease;
}

.social-links-card ul li a:hover,
.social-links-card ul li span:hover {
    color: #098abd;
    box-shadow: 0px 4px 4px 0px rgba(61, 128, 233, 0.20);
    transform: scale(1.1);
}

.social-links-card ul li:nth-child(5) {
    font-family: var(--dmSans);
}

.fa-solid {
    color: #FD5C01;
}

.footer-card {
    padding-top: 60px;
}

.footer-card p {
    color: #585858;
    text-align: center;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.5px;
    padding-bottom: 36px;
}

.close-popup {
    cursor: pointer;
}

.modal-header {
    border-bottom: none;
    padding: 0;
}
.modal-footer {
    border-top: none;
}

.modal-dialog {
    max-width: 872px;
}

.modal-dialog .modal-content {
    padding-top: 20px;
    padding-right: 20px;
    border-radius: 24px;
    background: #fefefe;
    box-shadow: 1px 4px 10px 1px rgba(0, 0, 0, 0.07);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.contact-form-card {
    padding: 0 50px 50px;
    padding-right: 20px;
}

.contact-form-card h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 133.333%;
    padding-bottom: 15px;
}

.input-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-card {
    width: 49%;
}

.input-card input,
.input-row textarea {
    width: 100%;
    padding: 16px 20px;
    color: #929292;
    font-size: 18px;
    font-weight: 300;
    line-height: 133.333%;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 1.269px 5.074px 0px #f2f2f6;
    outline: none;
}

.iti__selected-dial-code {
    color: #929292;
    font-size: 18px;
    font-weight: 300;
    line-height: 133.333%;
}

.modal-body {
    padding: 0 !important;
}

.input-row textarea {
    padding: 17px 38px 17px 21px;
}

.input-row button {
    padding: 12px 59.5px;
    background-color: #cccccc;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
    border-radius: 8px;
}

.input-row button:hover {
    background-color: #cccccc;
    border: none;
}

.contact-form-card form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.country-select .flag {
    background-image: url("images/flags.png");
}

.country-select {
    width: 100%;
}

.input-group > .intl-tel-input.allow-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.input-group > .intl-tel-input.allow-dropdown > .flag-container {
    z-index: 4;
}

.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2 / 1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
    }
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.btn-success {
    background-color: #31ac3b !important;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #cccccc !important;
    border-color: #cccccc;
}

#error {
    color: #ee2626;
    font-size: 18px;
    line-height: 22px;
}

.btn-success.focus,
.btn-success:focus {
    border-color: #1e7e34;
    box-shadow: none;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.alert-dismissible .btn-close {
    padding: 10px 15px!important;
}

.modal-dialog {
    margin-top: 150px !important;
}

.modal-dialog {
    max-width: 755px;
}

.success-alrt {
    background-color: #DBFEDE;
    position: absolute;
    top: 64px;
    width: 50%;
    color: #31AC3A;
    z-index: 999;
    padding: 12px 12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    text-align: center;
    border: 1px solid rgba(49, 172, 58, .2);  
}

.success-alrt i {
    color: #31AC3A !important;
    padding-right:4px;
}

.photo-card {
    position: relative;
}

.zoom-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background: rgba(0, 0, 0, 0.5); */
    cursor: pointer;
    border-radius: 0;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.popup img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}




@media screen and (max-width: 767px) {
    .success-alrt {       
        width: 90%;
    }
}