:root {
    --color-01: #B94171;
    --color-02: #970059;
    --color-03: #a3eeff;
    --color-04: #ffd505;
    --color-05: #FFFFFF;
    --color-06: #222;
    --color-07: #e60060;
    --color-08: #19a9e5;
    --color-09: #f7931e;
    --color-10: #ed9903;
    --color-11: #777;
    --color-12: #eaebeb;
    --color-13: #613854;

    --font-01: "Varela Round", sans-serif;
    --font-02: "Montserrat", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.fsb {
    display: flex;
    justify-content: space-between;
}

.fsa {
    display: flex;
    justify-content: space-around;
}

.fcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

select {
    text-transform: capitalize;
}

p,
li,
span,
label,
input,
select {
    font-family: var(--font-01);
    line-height: 1.5;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {font-family: var(--font-02);
    line-height: 1.5;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;}

p,
li {
    font-size: 15px;
    margin: 0;
    padding: 10px;
}

h1 {
    font-size: 40px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

option {
    font-weight: normal;
    display: block;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

/* header */
#hed {
    background: radial-gradient(ellipse at center, rgba(0, 164, 228, 1) 26%, rgba(0, 75, 121, 1) 100%);
    background-attachment: fixed !important;
    background-position: 56% -25px;
    padding: 8px 0;
}
#hd{
    padding: 8px 0;
}

#d1 {
    width: 100%;
    align-items: center;
    position: relative;
    text-align: center;
}

#d2 {
    padding: 10px 0;
}

.n,
#u,
.l,
.a {
    position: relative;
}

nav ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    margin-bottom: -3px;
    background: linear-gradient(to right, #855555, #65d555);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
}

nav ul li a:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#u {
    gap: 15px;
}

.l {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    /* letter-spacing: 1px; */
    padding: 0 0 0 15px;
}

.a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.im {
    display: none;
}

/* footer */
#ft {
    padding: 50px 0;
    transition: 0.5s;
}

.n,
#u1,
.l1,
.a1 {
    position: relative;
}

#u1 {
    flex-wrap: wrap;
}

#d4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.i1 {
    width: 40px;
}

.a1 {
    color: var(--color-08);
    text-transform: uppercase;
}

#d5 {
    text-align: center;
    color: var(--color-11);
    font-size: 12px;
    padding: 20px 0;
}

#i2 {
    width: 25px;
}

#d50 {
    float: right;
    width: 50px;
    padding: 9px;
    border-radius: 6px;
    background: rgba(34, 34, 34, 0.8);
    color: #fff;
    font-size: 30px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.75s;
}

#d50:hover {
    background: var(--color-08);
}

/* validation errors */
.ok {
    color: white;
    background: #528738;
    margin-bottom: 15px;
    font-family: var(--font-01);
}

.ko1 {
    margin: 5px 0;
    color: red;
    font-size: 13px;
    font-family: var(--font-01);
}

.error {
    margin: 5px 0;
    color: red;
    font-family: var(--font-01);
}

/* whatsapp icon */
.d60 {
    font-family: var(--font-03);
    /* width: 400px; */
    width: 350px;
    border-radius: 6px;
    background-color: #DCF8C6;
    /* background-color: rgb(239, 236, 230); */
    padding: 10px;
    position: fixed;
    right: 20px;
    bottom: 75px;
    z-index: 1000;
}

.i62 {
    width: 45px;
    height: 45px;
    /* position: fixed; */
    /* bottom: 20px;
    right: 20px; */
    cursor: pointer;
    z-index: 1000;
    display: none;
    position: absolute;
    bottom: 20px;
    right: 0;

}

.d55 {
    font-family: var(--font-03);
    /* background-color: rgb(255, 49, 49); */
    background-color: #4089cd;
    ;
    /* margin-top: 20px; */
    padding: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.d53 {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: var(--font-03);
}

.i50 {
    width: 30px;
}

.hh50 {
    color: #fff;
    font-size: 16px;
    font-family: var(--font-03);
    font-weight: 400;
}

.s50 {
    font-family: var(--font-03);
    transform: rotate(90deg) scaleX(0.8) scaleY(1.5);
    display: flex;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.d57 {
    font-family: var(--font-03);
    /* margin: 20px 0 70px 0; */
    margin: 20px 0 35px 0;
}

.d56 {
    width: 68%;
    background-color: #fff;
    padding: 20px;
    border: 1px solid black;
    border-radius: 0 10px 10px;
    font-family: var(--font-1);
    font-family: var(--font-03);
}

.p50 {
    margin-bottom: 10px;
    font-size: 15px;
}

.s51 {
    color: #030c37;
    ;
    font-size: 12px;
    font-weight: 500;
}

.p50:last-of-type {
    margin-bottom: 0;
}

.p50,
.s51,
.s52,
.in50 {
    font-family: var(--font-03);
    font-weight: 400;
}

.s52 {
    color: #979797;
    font-size: 14px;
}

.d58 {
    padding-top: 30px;
    font-family: var(--font-03);
}

.d59 {
    position: relative;
    width: 85%;
    font-family: var(--font-03);
}

.d61 {
    position: absolute;
    background-image: linear-gradient(rgb(100 100 100 / 91%), rgb(60 60 60 / 77%)), url(img/smiley.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    border-radius: 50%;
    bottom: 10px;
    left: 10px;
    font-family: var(--font-03);
}

.in50 {
    border: none;
    height: 40px;
    padding: 0 10px 0 40px;
    border-radius: 24px;
    position: relative;
    /* width: 100%; */
    width: 265px;
    font-size: 16px;
    outline: none;
    font-family: var(--font-03);
}

.bt50 {
    background-color: #c6d7e3;
    border: none;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    font-family: var(--font-03);
}

.bt50::before {
    content: "";
    /* width: 36px;
    height: 35px; */
    width: 32px;
    height: 32px;
    background-size: 17px 20px;
    background-image: url(../img/icons/send.png);
    background-repeat: no-repeat;
    display: block;
    background-position-x: center;
    bottom: -7px;
    position: relative;
    font-family: var(--font-03);
}

.in50::placeholder {
    color: var(--color-6);
    transition: color 0.3s ease;
    /* Smooth transition */
}

.a10 {
    background: var(--color-01);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* validation errors end */

/* responsive */
/* header */

@media screen and (max-width:1240px) {
    .w {
        width: 96%;
        margin: 0 2%;
    }
}

@media screen and (max-width:992px) {
    .d3 .im {
        display: block;
        position: relative;
    }
    .im{width: 25px;}
    #hed , #hd {background: #242424;}
    #d2 {padding: 0;}
    .z1d2{padding-top: 15px;}
    .n {
        top: 60px;
        left: 0;
        position: absolute;
        background: #292c33;
        backdrop-filter: blur(9px);
        width: 100%;
        padding: 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -120%;
        transition: all 0.5s ease;
        flex-direction: column;
        z-index: 1000;
    }

    .n.d1 {
        margin-left: 0;
    }

    #u {
        flex-direction: column;
    }

    #i {
        position: relative;
        z-index: 1;
        width: 95px;
    }
}

@media screen and (max-width:600px) {
    #i {width: 85px;}
    .im {width: 21px;}
    .i52 {width: 38px; height: 38px; right: -10px;}
    .d58 {padding-top: 0px;}
    .i62 {bottom: 0px;}
    #d4 {gap: 15px;margin-top: 15px;}
    .a10 {width: 37px;height: 37px;}
    .i1 {width: 30px;}
    .l1{padding: 0 8px;}
    .a1 {font-size: 12px;}
    #d50 {width: 45px;}
    .i62{right: -10px;}
}

@media screen and (max-width:400px) {
    .d50{width: 90%;}
    .in50{width: 95%;}
    .d60 {width: 320px;}
}