/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700&display=swap");

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper-bundle.min.css);/* swiper.min.css*/
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: Poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden !important;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}
.padding_0{
    padding: 0px;
}
.padding_left_0{
    padding-left: 100px;
}
.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);/*url(../images/banner-bg.png);*/
    height: auto;
    background-size: 100%;
    padding-bottom: 90px;
}
.header_bg{
  padding: 0px;
}
.logo {
    width: 100%;
    float: left;
}

.bg-light {
    background-color: transparent!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 18px;
    color: #2e2d2e;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #1b5a8d;
}
.banner_main{
    width: 100%;
    float: left;
    padding-left: 100px;
}
.banner_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: rgba(103, 154, 245, 1);
    padding-top: 80px;
    text-transform: uppercase;
    font-weight: bold;
}
.banner_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #323232;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    line-height: 40px;
}

.banner_text {
    width: 40%;
    float: left;
    font-size: 25px;
    color: #171616;
    margin-left: 0px;
}
.btn_main {
    width: 100%;
    float: left;
    padding-top: 75px;
}
.more_bt {
    width: 170px;
    float: left;
}

.more_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #05141f;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
}
.more_bt a:hover {
    color: #000;
    background-color: #ffffff;
}
.contact_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
}
.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
}
.contact_bt a:hover {
    color: #ffffff;
    background-color: #05141f;
}
#navbarSupportedContent: { display: none !important; }
.navbar-expand-lg .navbar-nav .nav-link { display: none; }
.costume_header{ 
    width: 100%; 
    float: left;
    background-color: rgba(103, 154, 245, 1);/*rgba(103, 154, 245, 1);/*#05141f;*/
    height: auto;
}
.menu_main{ 
    width: 70%; 
    float: left;
}
.menu_main ul{ 
    margin: 0px;
    padding: 0px;
}
.menu_main li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px;
}
.menu_main li.active {
    background-color: #c9e5fb;
    color: #000 !important;
}
.menu_main li a {
    color: #ffffff;
    padding: 11px 20px;
}
.menu_main li a:hover{
    color: #ffffff; 
    background-color: #c9e5fb;   
}
.menu_main_1{ 
    width: 30%; 
    float: left;
}
.menu_main_1 ul{ 
    margin: 0px;
    padding: 0px;
}
.menu_main_1 li{
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 28px;    
}
.menu_main_1 li a{
    color: #ffffff;
}
.about_section{
  width: 100%;
  float: left;
}
.image_1{
  width: 100%;
  float: left;
  border-radius: 8px;
}
.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1d1c1c;
    font-weight: bold;
    padding-top: 70px;
}
.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: black;/*#7f8081;*/
    margin-left: 0px;
    padding-top: 40px;
}

.about_text_white {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f6f7f8;
    margin-left: 0px;
    padding-top: 40px;
    border
}

.read_bt {
    width: 170px;
    float: left;
    margin-top: 60px;
   
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(103, 154, 245, 1);/*#05141f;*/
    text-align: center;
    padding: 10px 0px;
    /*text-transform: uppercase;*/
    border: 1px solid rgba(103, 154, 245, 1);/*#05141f;*/
    border-radius: 8px;
}

.read_bt a:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

/*@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700&display=swap");*/
/*
Photo by <a href="https://unsplash.com/@mrsoekomar?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Soekarno Omar</a> 
on <a href="https://unsplash.com/photos/three-stingrays-swim-in-clear-shallow-ocean-water-JIP95VGNvNM?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
*/
  
body {
  /*height: 100vh;*/
  min-height: 200vh; /* Enough height to scroll */
  background: url("../images/shallow-water.jpg");/* sabana */
  background-size: contain;
  animation: floatBG 1000s ease-in-out infinite; 
  /* background-repeat: no-repeat;*/
  background-position: 0% center;
  /*animation: bgScroll 10s linear infinite;*/
  animation-play-state: running; /* default */
  /*
    name – Name of the animation (must match a @keyframes rule).
    duration – How long one cycle takes (e.g., 2s, 500ms).
    timing-function – Speed curve (linear, ease, ease-in, ease-out, ease-in-out, or cubic-bezier).
    delay – Time before animation starts.
    iteration-count – Number of times to repeat (1, infinite, etc.).
    direction – Direction of playback (normal, reverse, alternate, alternate-reverse).
    fill-mode – How styles apply before/after (none, forwards, backwards, both).
    play-state – Running or paused (running, paused).
  */
}

/* Animate background position horizontally */
@keyframes bgScroll {
  0%   { background-position: 0% center; }
  100% { background-position: 100% center; }
}

/* Paused state */
body.paused {
  animation-play-state: paused;
}

@keyframes floatBG {
  0%,
  100% {
    background-position: center center;
  }
  25% {
    background-position: 30% 70%;
  }
  50% {
    background-position: 70% 30%;
  }
  75% {
    background-position: 40% 60%;
  }
}

.readCrystal_bt {
    width: 170px;
    float: left;
    margin-top: 60px;
}

.readCrystal_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.03) 100%);
    /*backdrop-filter: url(#glass);*/
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 2.2);
    /* Tinted transparent background allows you to see the frosted glass effect */
    background-color: rgba(255, 255, 255, 0.05); /*0.15*/
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

}
.readCrystal_bt a:hover {
    color: white;
    transform:  scale(1.05); /*translate(-50%, -50%)*/
}

.readCrystal_rbt {
    width: 170px;
    float: left;
    margin-top: 60px;
}

.readCrystal_rbt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.03) 100%);
    /*backdrop-filter: url(#glass);*/
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 2.2);
    /* Tinted transparent background allows you to see the frosted glass effect */
    background-color: rgba(255, 255, 255, 0.05); /*0.15*/
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

}
.readCrystal_rbt a:hover {
    color: white;
    transform:  scale(1.05); /*translate(-50%, -50%)*/
}

/* Keyframes to move background horizontally */
@keyframes bgScroll {
  0%   { background-position: 0% center; }
  100% { background-position: 100% center; }
}

/* Animated background container */
.bg-animated {
  height: 300px;
  background-image: url("../images/shallow-water.jpg");
  /* background-repeat: no-repeat;*/
  background-size: contain; /* Keep aspect ratio */
  background-position: 0% center;
  animation: bgScroll 500s linear infinite;
  animation-play-state: running; /* default */
}

/* Paused state */
.paused {
  animation-play-state: paused;
}

/* Base styling for the card container */
.blur-transition {
    /* Start fully transparent with no blur */
    background-color: rgba(255, 255, 255, 0); 
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border: 1px solid rgba(255, 255, 255, 0);
    
    /* Smooth transition for both the background color and the blur effect */
    transition: background-color 0.5s ease, backdrop-filter 0.5s ease, -webkit-backdrop-filter 0.5s ease, border 0.5s ease;
}

/* Active class applied by JavaScript */
.blur-transition.active {
    /* Tinted transparent background allows you to see the frosted glass effect */
    background-color: rgba(255, 255, 255, 0.05); /*0.15*/
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    
    /* Optional: Subtle border to emphasize the card shape */
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.services_section{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
}
.services_section::after {
    content: '';
    position: absolute;
    background-color: #f9f9fb;
    height: 100%;
    width: 640px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    top: 0;
    z-index: -1;
}
.services_taital {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #05141f;
    font-weight: 600;
}
.image_2 {
    width: 80%;
    float: left;
    padding-left: 120px;
    border-radius: 8px;
}
.box_main {
    background: linear-gradient(135deg, rgba(156, 187, 241, 0.9), rgba(36, 111, 240, 0.9));
    width: 100%;
    float: left;
    border: 1px solid #d3d3d3;
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    box-shadow: 0 20px 40px rgba(14, 13, 13, 0.5);
    height: auto;
    padding: 20px;
    margin-top: 50px;
    border-radius: 10px;
}

.box_main:hover {
      transform: scale(1.05);/* rotateY(15deg) rotateX(10deg) */
}
/*
 .card-3d {
      background: linear-gradient(135deg, rgba(133, 172, 241, 0.9), rgba(36, 111, 240, 0.9));
      padding: 1rem;
      border-radius: 10px;
      transform-style: preserve-3d;
      transition: transform 0.3s ease;
      box-shadow: 0 20px 40px rgba(78, 78, 78, 0.5);
    }

    .card-3d:hover {
      transform: rotateY(15deg) rotateX(10deg) scale(1.05);
    }
*/
.technology_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #05141f;
    margin-left: 0px;
    font-weight: 500;
}
.dummy_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: black;/*#545455;*/
    margin-left: 0px;
}
.dummy_text a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: black;/*#545455;*/
    margin-left: 0px;
}

.readmore_bt {
    width: 170px;
    float: left;
    margin-top: 40px;
    margin-bottom: 60px;
    /*border-radius: 4px;*/
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: black;/*#b6b6b6;*/
    /*background-color: rgba(103, 154, 245, 1);/*#05141f;*/
    text-align: center;
    padding: 10px 0px;
    /*border: 1px solid rgba(103, 154, 245, 1);/*#05141f;*/

    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.03) 100%);
    /*backdrop-filter: url(#glass);*/
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 2.2);

     /* Tinted transparent background allows you to see the frosted glass effect */
    background-color: rgba(255, 255, 255, 0.05); /*0.15*/; 
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.readmore_bt a:hover {
    color: rgba(103, 154, 245, 1);/*#b6b6b6;/*#000;*/
    background-color: transparent;
    /*border: 1px solid #000;*/
    /* border: 1px solid #b6b6b6;*/
    border: 1px solid rgba(103, 154, 245, 1)
}
.software_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.software_taital{
  width: 100%;
  float: left;
  font-size: 36px;
  color: #030000;
  text-align: center;
  font-weight: 600;
}
.software_text{
  width: 50%;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;/*#545455;*/
  text-align: center;
}
.software_section_2{
  width: 100%;
  float: left;
  /* Tint */
  background-color: rgba(255, 255, 255, 0.09); 
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); 
}
.software_section_3{
  /* Tint */
  background-color: rgba(255, 255, 255, 0.09); 
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.image_6{
  width: 100%;
  float: left;
}

.ipsum_text {
    width: 84%;
    float: left;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: -4px;
}

.apps_text {
    width: 100%;
    float: center;
    font-size: 8px;
    text-align: center;
    color: black;
    position:relative;
    top: -10px;
}

.owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.owl-item:not(.center) > div:hover {
  opacity: .75;
}

.works_section{
  width: 100%;
  float: left;
  position: relative;
}
.work_taital {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #030000;
    text-align: center;
    font-weight: 600;
}
.works_section_2{
  width: 100%;
  float: left;

}
.works_section:after {
    content: '';
    position: absolute;
    height: 245px;
    width: 400px;
    top: -30px;
    /*background-image: url(../images/img-9.png);*/
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
}

.fully_text{
  width: 100%;
  float: left;
  font-size: 20px;
  color: #171717;
  text-transform: uppercase;
  font-weight: 500;
}
.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5c5c5c;
    margin-left: 0px;
    margin-top: 0px;
}

.contact_section{
  width: 100%;
  float: left;
}
.contact_section_2{
  width: 100%;
  float: left;
  /*background-color: #f9f9fb;*/
  /* Tinted transparent background allows you to see the frosted glass effect */
  background-color: rgba(145, 143, 143, 0.01); /*0.15*/
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  height: auto;
  margin-top: 50px;
}
.image_10{
  width: 100%;
  float: left;
}
.email_text {
    width: 90%;
    float: left;
    padding: 50px 20px 20px 20px;
}
.email-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2a2a2c;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
}
input.email-bt::placeholder {
    color: #2a2a2c;
}
.massage-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2a2a2c;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
}
textarea#comment::placeholder {
    color: #2a2a2c;
}
.send_btn {
    width: 170px;
    float: right;
}
.send_btn a{
    width: 100%;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #000000;/*#ffffff;*/
    background-color: #c9e5fb;
    padding: 10px;
    border-radius: 5px;
}
.footer_section{
  width: 100%;
  float: left;
  background-color: transparent;/*#8fc7e3;*/
  height: auto;
}

.address_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000000;/*#fffcf4;*/
    /*text-transform: uppercase;*/
}

@media (max-width: 768px) {
    .address_text {
        font-size: 16px;
    }
}


.dolor_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000000;/*#fffcf4;*/
    padding-top: 10px;
    margin: 0px;
}


@media (max-width: 768px) {
    .dolor_text {
        font-size: 16px;
    }
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2b2c2c;
    background-color: #ffffff;
    height: auto;
    padding: 5px 20px;
    margin-top: 18px;
    border-radius: 20px;
    border: 0px;
}
input.mail_text::placeholder {
    color: #2b2c2c;
}
.subscribe_bt {
    width: 100%;
    float: left;
}
.subscribe_bt a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #c9e5fb;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 22px;
    border-radius: 20px;
}
.footer_logo {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}
.social_icons {
    width: 90%;
    margin: 0 auto; /* keep icons centered */
     border-top: 1px solid #fff;
    margin-top: 90px;
    margin-bottom: 40px;
}
.social_icon {
    width: 100%;
    margin: 0 auto; /* keep icons centered */
    border-top: 1px solid #fff;
    margin-top: 90px;
    text-align: center;
    margin-bottom: 40px;
}
.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.social_icon li {
    float: left;
    padding: 20px 3px 0px 3px;
}
.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    text-align: center;
    color: #ffffff;
}
.copyright_text {
    width: 100%;
    float: left;
    color: #000;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
    padding: 10px 0px;
}
.copyright_text a{
    color: #3122d5
}
.copyright_text a:hover{
    color: #679af5;
}

.margin_90{
  margin: 90px 0px;
}
.margin_top_80{
  margin-top: 80px;
}
.margin_top_0{
  margin-top: 0px;
}

.quote-wrapper {
  /*background: rgba(130, 139, 178, 0.1);*/
  /* Tinted transparent background allows you to see the frosted glass effect */
  background-color: rgba(255, 255, 255, 0.05); /*0.15*/
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 15px;
  line-height: 1.733;
  color: #000000;/*#888888;*/
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  /* line 1087, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_blog.scss */
  .quote-wrapper {
    padding: 30px;
  }
}

/* line 1101, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_blog.scss */
.quotes {
  /*background: #fff; white*/
  /* Tinted transparent background allows you to see the frosted glass effect */
  background-color: rgba(255, 255, 255, 0.05); /*0.15*/
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
  border-radius: 8px;
}

@media (min-width: 768px) {
  /* line 1101, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_blog.scss */
  .quotes {
    padding: 25px 25px 25px 30px;
  }
}
.form-container {
            max-width: 500px;
            margin: 50px auto;
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

/* line 53, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 57, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_contact.scss */
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 69, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_contact.scss */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/* Glassmorphism*/
.glass { 
     background-color: rgba(255, 255, 255, 0.09); /*0.15*/
     backdrop-filter: blur(12px);
     -webkit-backdrop-filter: blur(12px);
     width: 200px;
     text-align: center;
     /*border: 1px solid gray;*/
     box-shadow: 12px 12px 12px rgba(0,0,0,0.1) inset,
    -10px -10px 10px white inset;

   
    /*box-shadow: 0 20px 40px rgba(14, 13, 13, 0.5);*/
}
.glass:hover {
     /* color: rgba(103, 154, 245, 1);*/
    border: 1px solid #d3d3d3;
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
}

/* Newphormism*/
.instructions p:hover {
    cursor: pointer;
    box-shadow: 12px 12px 12px rgba(0,0,0,0.1) inset,
    -10px -10px 10px white inset;
}
/*
.read_bt {
    width: 170px;
    float: left;
    margin-top: 60px;
   
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(103, 154, 245, 1);
    text-align: center;
    padding: 10px 0px;
    border: 1px solid rgba(103, 154, 245, 1);
    border-radius: 8px;
}

.read_bt a:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

*/




