@import 'tailwindcss';
@import 'swiper/css';
@import 'swiper/css/autoplay';
@import 'swiper/css/navigation';
:root {
  --thm-base: #173d6d;
  --thm-base-dark: #265884;
  --thm-base-light: #4d6f8c;
  --thm-base-2: #d9d7d0;
  --thm-base-3: #f2f2f2;
}

.background-info {
  background-color: #173d6d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23FFFFFF' stroke-width='100' stroke-opacity='0.37' %3E%3Ccircle fill='%23173D6D' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23294775' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%2338517d' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23465b86' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%2353668e' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23607096' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%236d7b9f' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%237a87a7' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%238792b0' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23949db8' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23a1a9c1' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23aeb5ca' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23bbc1d2' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23c9cddb' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23d6d9e4' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23e4e6ed' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23f1f2f6' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23FFFFFF' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
.background-details {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='376' height='376' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='88' y1='88' x2='0' y2='0'%3E%3Cstop offset='0' stop-color='%23002551'/%3E%3Cstop offset='1' stop-color='%230c3766'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='75' y1='76' x2='168' y2='160'%3E%3Cstop offset='0' stop-color='%23868686'/%3E%3Cstop offset='0.09' stop-color='%23ababab'/%3E%3Cstop offset='0.18' stop-color='%23c4c4c4'/%3E%3Cstop offset='0.31' stop-color='%23d7d7d7'/%3E%3Cstop offset='0.44' stop-color='%23e5e5e5'/%3E%3Cstop offset='0.59' stop-color='%23f1f1f1'/%3E%3Cstop offset='0.75' stop-color='%23f9f9f9'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3Cfilter id='c' x='0' y='0' width='200%25' height='200%25'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='12' /%3E%3C/filter%3E%3C/defs%3E%3Cpolygon fill='url(%23a)' points='0 174 0 0 174 0'/%3E%3Cpath fill='%23000' fill-opacity='0.28' filter='url(%23c)' d='M121.8 174C59.2 153.1 0 174 0 174s63.5-73.8 87-94c24.4-20.9 87-80 87-80S107.9 104.4 121.8 174z'/%3E%3Cpath fill='url(%23b)' d='M142.7 142.7C59.2 142.7 0 174 0 174s42-66.3 74.9-99.3S174 0 174 0S142.7 62.6 142.7 142.7z'/%3E%3C/svg%3E");
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position: top left;
}
