   /* Navbar'ın altındaki ana sayfa hariç sayfalarda bulunan mavi hero bölümü */

   .bg {
       background-size: contain;
       background-image: url('//cu1.uicdn.net/714/166b343aff73ee03dd2ccac299687/webapp/33889-n-stage-mywebsite-back-int.png');
       background-position: 80% 0;
       background-repeat: no-repeat;
   }

   .hero-section:after {
       content: ' ';
       background-image: -webkit-gradient(linear, left top, left bottom, from(#8669ed), to(#727cf5));
       background-image: linear-gradient(to bottom, #ffffff, #022c65);
       position: absolute;
       top: -400px;
       right: 0;
       bottom: 0;
       z-index: -1;
       width: 100%;
       border-radius: 0;
       -webkit-transform: skewY(-3deg);
       transform: skewY(358deg);
   }
