123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- .footer{
- background-repeat: no-repeat;
- background-position: center center;
- background-repeat: no-repeat;
- background-size: cover;
- background: #1A0D01;
- position: relative;
- z-index: 9;
- .footer_top{
- padding-top: 145px;
- padding-bottom: 129px;
- @media #{$mobile_device} {
- padding-top: 60px;
- padding-bottom: 30px;
- }
- .footer_widget{
- @media #{$mobile_device} {
- margin-bottom: 30px;
- }
- @media #{$tablet_device} {
- margin-bottom: 30px;
- }
- .footer_title{
- font-size: 18px;
- font-weight: 500;
- color: #DB9A64;
- text-transform: capitalize;
- margin-bottom: 40px;
- @media #{$mobile_device} {
- margin-bottom: 20px;
- }
- }
- .footer_logo{
- font-size: 22px;
- font-weight: 400;
- color: #fff;
- text-transform: capitalize;
- margin-bottom: 40px;
- @media #{$mobile_device} {
- margin-bottom: 20px;
- }
- }
- p {
- color: #919191;
- font-size: 14px;
- font-weight: 400;
- line-height: 28px;
- a{
- color: #919191;
- &:hover{
- color: #DB9A64;
- }
- }
-
- }
- p.footer_text{
- font-size: 16px;
- color: #B2B2B2;
- margin-bottom: 23px;
- font-weight: 400;
- line-height: 28px;
- a.domain{
- color: #B2B2B2;
- font-weight: 400;
- &:hover{
- color: #DB9A64;
- border-bottom: 1px solid #DB9A64
- }
- }
- &.doanar{
- a{
- font-weight: 500;
- color: #B2B2B2;
-
- &:hover{
- color: #DB9A64;
- border-bottom: 1px solid #DB9A64
- }
- &.first{
- margin-bottom: 10px;
- }
- }
- }
- }
- ul{
- li{
- color: #ACACAC;
- font-size: 14px;
- line-height: 36px;
- a{
- color: #919191;
- font-weight: 400;
- &:hover{
- color: #DB9A64;
- }
- }
- }
- }
- .newsletter_form{
- position: relative;
- margin-bottom: 20px;
- input{
- width: 100%;
- height: 50px;
- background: #F5FBFF;
- padding-left: 20px;
- font-size: 15px;
- color: #000;
- border: none;
- border: 1px solid #E8E8E8;
- border-radius: 30px;
- &::placeholder{
- font-size: 15px;
- color: #919191;
- }
- &:focus{
- outline: none;
- }
- }
- button{
- position: absolute;
- top: 0;
- right: 0;
- height: 40px;
- border: none;
- font-size: 14px;
- color: #fff;
- background: #DB9A64;
- padding: 10px;
- padding: 0 22px;
- cursor: pointer;
- border-radius: 30px;
- top: 5px;
- right: 5px;
- font-size: 14px;
- font-weight: 500;
- }
- }
- .newsletter_text{
- font-size: 14px;
- color: #919191;
- line-height: 26px;
- }
- }
- }
- .copy-right_text{
- padding-bottom: 30px;
- .footer_border{
- border-top: 1px solid #31261B;
- padding-bottom: 30px;
- }
- .copy_right{
- font-size: 15px;
- color: #919191;
- margin-bottom: 0;
- font-weight: 500;
- @media #{$mobile_device} {
- font-size: 14px;
- }
- a{
- color: #DB9A64;
- }
- }
- }
- .socail_links{
- margin-top: 47px;
- @media #{$mobile_device} {
- margin-top: 30px;
- }
- ul{
- li{
- display: inline-block;
- a{
- font-size: 15px;
- color: #C3B2F0;
- width: 30px;
- // height: 40px;
- display: inline-block;
- text-align: center;
- background: transparent;
- // @include border-radius(50%);
- // line-height: 40px !important;
- margin-right: 7px;
- color: #FFFFFF;
- line-height: 40px !important;
- // border: 1px solid #E8E8E8;
- color: #E8E8E8;
- &:hover{
- color: #DB9A64 !important;
- border-color: transparent;
- }
- }
- }
- }
- }
- }
|