* {
    margin: 0px;
    padding: 0px;
    font-family: "Playfair Display", serif;
}
a {
    text-decoration: none !important;
}

.custom_container {
    width: 100%;
    max-width: 1920px;
}

.bg_left {
    background: #c14a5e;
}

.bg_right {
    background: #ed6780;
}
.custom_padding {
    padding: 190px 0px;
}

.custom_padding h2 {
    font-size: 52px;
}

.custom_padding p {
    font-size: 21px;
}

.links {
    border: 1px solid #fff;
    color: #fff;
    padding: 14px 30px;
}

.head {
    background: linear-gradient(45deg, #82d5fd, #feb47b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_container {
    background: linear-gradient(45deg, #020101, #ed6780);
    border-radius: 15px;
    padding: 65px 0px;
}

.about {
    padding: 90px 0px;
}

.heading {
    font-size: 30px;
}
.sub_heading {
    font-size: 40px;
}

.sub_para {
    font-size: 20px;
}
.hero_img {
    max-width: 690px;
    margin: 0 auto;
}
.glase_box h3 {
    font-size: 1.4rem;
}

.glase_box {
    background: rgba(255, 255, 255, 0.2); /* Semi-transparent white */
    border-radius: 15px;
    padding: 40px 45px;
    max-width: 531px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Soft shadow */
    backdrop-filter: blur(10px); /* Glass effect */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Border with transparency */
    -webkit-backdrop-filter: blur(10px);
}
.list_bg {
    background-image: linear-gradient(90deg, rgb(247, 112, 98), rgb(254, 81, 150));
    padding: 9px 15px;
    border-radius: 50px;
}
.section3 {
    padding: 190px 0px;
    background: #de6078;
}
.img1 {
    position: absolute;
    max-width: 339px;
    border-radius: 10px;
    left: 0px;
}

.img2 {
    position: absolute;
    max-width: 339px;
    border-radius: 10px;
    right: 0px;
    bottom: -150px;
}

.for_positon{
    position:relative;
}

.footer {
    padding-top: 60px;
    background: #0c0d11;
}
.copyright {
    text-align: center;
    border-top: 1px solid #fff;
    max-width: 1051px;
    margin: 0 auto;
    margin-top: 0px;
    padding: 34px;
    margin-top: 45px;
}

.logo {
    max-width: 230px;
}

.Disclaimer {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
}

.icons {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    margin-top: 0px;
}
.up-foot {
    background: #0c0d11;
    padding: 90px 0px;
}
.up_img {
    background: url(../assets/up-foot.jpg);
    height: 460px;
    background-position: top;
    border-radius: 15px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

ul {
    list-style: none;
}
.couple_img {
    max-width: 290px;
}


@media(max-width:990px){
    .custom_padding h2 {
  font-size: 30px;
}
.custom_padding p {
  font-size: 18px;
}
.custom_padding {
  padding: 60px 0px;
}
.heading {
  font-size: 25px;
}
.sub_heading {
  font-size: 32px;
}
.sub_para {
  font-size: 18px;
}
.img1 {
    position: unset;
}

.img2 {
    position: unset;
    margin-top: 12px;
}

.for_positon{
    position:unset;
    margin-top: 12px;
    margin-top: 45px !important;
}
.section3 {
  padding: 60px 0px;
}
.links{
    display: flex;
    max-width: 190px;
    border-radius: 5px;
    margin-bottom: 11px;
    width: 100%;
}
}